aboutsummaryrefslogtreecommitdiffstats
path: root/demos/NRF51/MICROBIT/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'demos/NRF51/MICROBIT/readme.txt')
-rw-r--r--demos/NRF51/MICROBIT/readme.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/demos/NRF51/MICROBIT/readme.txt b/demos/NRF51/MICROBIT/readme.txt
new file mode 100644
index 0000000..6250a05
--- /dev/null
+++ b/demos/NRF51/MICROBIT/readme.txt
@@ -0,0 +1,18 @@
+*****************************************************************************
+** ChibiOS/RT port for ARM-Cortex-M0 BBC micro:bit (nRF51822). **
+*****************************************************************************
+
+** TARGET **
+
+The demo runs on a BBC micro:bit board. This board is powered by a Nordic
+Semiconductor nRF51822 processor which is an ARM Cortex-M0 with bluetooth radio
+hardware. Information about this board can be found on:
+https://www.microbit.co.uk
+
+** The Demo **
+
+This demo will print the standard TestThread output and blink 7 LEDs
+
+** Build Procedure **
+
+The demo has been tested using the freely available GCC ARM Embedded toolchain.