Commit Graph

12 Commits

Author SHA1 Message Date
Jonathan Protzenko 63b62e533f A version of microbit-dal that builds with both gcc and armcc.
Check in the CMakeLists.txt with a custom hook so that the library can build
with both compilers regardless.
2015-08-24 10:33:30 -07:00
Jonathan Protzenko eaccb3cb4d Merge branch 'master' into gcc 2015-08-18 17:49:24 -07:00
Jonathan Protzenko c4656ca855 Add a missing operator to ManagedType. 2015-08-18 17:49:08 -07:00
Jonathan Protzenko e0820b5cc2 Merge branch 'master' into gcc 2015-08-14 15:51:23 -07:00
Jonathan Protzenko 6e65c33e88 Expose PinName for PWM purposes. 2015-08-14 15:51:16 -07:00
Jonathan Protzenko 753d6965f5 New gcc branch 2015-08-14 15:07:35 -07:00
James Devine 7e8e6778d7 microbit-dal: Added readme.md
This read me describes the process of getting the microbit environment working with yotta.
2015-08-14 17:29:00 +01:00
James Devine 3ef5901c5b microbit-dal: added a reset mechanism to uBit
Users can now call uBit.reset() to reset the device.
2015-08-14 16:51:45 +01:00
James Devine d7b3ba9dab microbit-dal: Fixed a bug on printing a character with a delay
Previously when a blocking print finished, the animatemode was not
reset, which meant sometimes there would be a race condition.
2015-08-14 01:06:41 +01:00
James Devine f8ebfc69fb microbit-dal: added #define to determine BLE usage
NO_BLE can now be defined to determine whether ble
will be brought up or not at initialisation of uBit.
This is especially useful for two new Yotta targets:
bbc-microbit-classic-gcc-nosd,
bbc-microbit-classic-armcc-nosd, which do not use
softdevice.
2015-08-13 00:49:48 +01:00
James Devine 0552741cf1 microbit-dal: updated module.json
Updated module.json to point to lancaster-university organisation
repos.
2015-08-12 16:08:02 +01:00
James Devine 538e1c48bd microbit-dal: Initial Commit
This is the first commit of the microbit-dal on GitHub.
This repository contains the runtime, which is a light
weight operating system developed by Lancaster University.
2015-08-12 11:53:41 +01:00