Commit Graph

172 Commits (d5dfdbcc5eb1df3277ccb31c355e1355a08d17a0)
 

Author SHA1 Message Date
Michal Moskal d5dfdbcc5e version v1.3.8
8 years ago
Michal Moskal 845bf4838c Fix allocation size for ImageData (the header is 6, not 4 bytes long)
8 years ago
Joe Finney af0c0a4082 version v1.3.7
8 years ago
Joe Finney b6379aab7b Merge branch 'flatstring'
8 years ago
Joe Finney b44095f0c5 BUGFIX: String comparison operations
8 years ago
Joe Finney 9b5fa0fcfc minor bugfixes in MICROBIT_HEAP_DEBUG
8 years ago
Michal Moskal 56a560e5bc Merge branch 'master' into flatstring
8 years ago
Joe Finney 2532d2f0b5 version v1.3.6
8 years ago
Joe Finney 11854d2ae1 version v1.3.5
8 years ago
Joe Finney e34f0ce9bb version v1.3.4
8 years ago
Joe Finney 2c10561715 version v1.3.3
8 years ago
Joe Finney 691cc2feac Merge branch 'remay-quiet-gcc-build'
8 years ago
Joe Finney ea51f396ca Added compatibility for builds under ARMCC
8 years ago
Joe Finney 435debffed Merge branch 'quiet-gcc-build' of https://github.com/remay/microbit-dal into remay-quiet-gcc-build
8 years ago
Jonathan Protzenko b421ba5b69 A new check for -> on ManagedTypes.
8 years ago
Jonathan Protzenko 74542e66eb Change the refcount to a protected member variable.
8 years ago
Jonathan Protzenko 88b37e83bb Add an operator overload for ManagedType.
8 years ago
Joe Finney 83a261d23f version v1.3.2
8 years ago
Joe Finney 13456c60c1 microbit: Removal of explicit Serial instance for debugging.
8 years ago
Joe Finney 99ac37e454 version v1.3.1
8 years ago
Joe Finney 1a65e4e7bc microbit: Added support for soft reset button in panic mode
8 years ago
Robert May b8083908a7 Correct warnings supression in more obvious way
8 years ago
Robert May 9591ef40dc Turn off -Wunused-parameter for include "nrf_soc.h"
8 years ago
Robert May 1a1a5976a8 Silence GCC -Wall
8 years ago
Robert May 3a8c72144f up the cmake version required to 2.8.12, which is required for target_compile_options.
8 years ago
Robert May a39ba7d4f7 Turn off GCC warnings when building the dependancies
8 years ago
Robert May b2d3417559 Fix build when $git_branch fails to be set correctly.
8 years ago
Joe Finney 2b35c969cd version v1.3.0
8 years ago
Joe Finney e68e47512a microbit: Updated default evernt queue depth to match test cases
8 years ago
Joe Finney 194f19a428 Merge branch 'simplified-eventing'
8 years ago
Joe Finney 1b6d6038c1 Merge branch 'master' into tight-validation
8 years ago
Joe Finney 77af825df0 Merge branch 'master' into simplified-eventing
8 years ago
Joe Finney 39abf824dc microbit: More efficient handling of events
8 years ago
Joe Finney b2e9369771 microbit: BUGFIX DoS attacks on the MessageBus
8 years ago
Joe Finney 84da6a4a09 microbit: Minor bug fixes and refinements
8 years ago
Joe Finney 0fa8296048 microbit: BUGFIX safe deletion of listeners
8 years ago
Joe Finney 1eeaeca2c6 microbit: BUGFIX - correct initialization of MicroBitListener
8 years ago
Michal Moskal 7c4f87036f Remove left-behind code
8 years ago
Michal Moskal 3900962556 Remove specific panic codes for ref-counting.
8 years ago
Michal Moskal 59853855b0 Remove caching of getSerial(); use temporary for BLE init
8 years ago
Michal Moskal 2877fd68f2 Remove GCC warning pragmas
8 years ago
Michal Moskal 6437e714fa Delete when ref-count goes to 1, not 2\!
8 years ago
Michal Moskal c1050df0d9 Make the image width/height 16 bit wide
8 years ago
Joe Finney 7f64a4c703 microbit: BUGFIX Corrected incorrect handling of MicroBitMessageBus::add return values.
8 years ago
Joe Finney 823a956d68 microbit: First cut at updates to provide tight validation within the runtime code, with a view to moving
8 years ago
Michal Moskal 7b82f3e8eb Improve comments; cleanup
8 years ago
Michal Moskal 98ffcc1fd1 Add status panic codes for ref-count errors
8 years ago
Michal Moskal 85b4e45863 Order-of-initialization fix.
8 years ago
Michal Moskal d0b75c96d1 Add MicroBitImage::isReadOnly,clone.
8 years ago
Michal Moskal 11c99d0b84 Make the reference count always odd to make it possible to distinguish it from a vtable
8 years ago