diff options
Diffstat (limited to 'lib/chibios-contrib/demos/NRF51/MICROBIT/readme.txt')
-rw-r--r-- | lib/chibios-contrib/demos/NRF51/MICROBIT/readme.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/chibios-contrib/demos/NRF51/MICROBIT/readme.txt b/lib/chibios-contrib/demos/NRF51/MICROBIT/readme.txt new file mode 100644 index 000000000..533a661bb --- /dev/null +++ b/lib/chibios-contrib/demos/NRF51/MICROBIT/readme.txt | |||
@@ -0,0 +1,18 @@ | |||
1 | ***************************************************************************** | ||
2 | ** ChibiOS/RT port for ARM-Cortex-M0 BBC micro:bit (nRF51822). ** | ||
3 | ***************************************************************************** | ||
4 | |||
5 | ** TARGET ** | ||
6 | |||
7 | The demo runs on a BBC micro:bit board. This board is powered by a Nordic | ||
8 | Semiconductor nRF51822 processor which is an ARM Cortex-M0 with bluetooth radio | ||
9 | hardware. Information about this board can be found on: | ||
10 | https://www.microbit.co.uk | ||
11 | |||
12 | ** The Demo ** | ||
13 | |||
14 | This demo will print the standard TestThread output and blink 7 LEDs | ||
15 | |||
16 | ** Build Procedure ** | ||
17 | |||
18 | The demo has been tested using the freely available GCC ARM Embedded toolchain. | ||