19 lines
676 B
Plaintext
19 lines
676 B
Plaintext
*****************************************************************************
|
|
** 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.
|