diff options
Diffstat (limited to 'lib/chibios-contrib/demos/NRF51/OSHCHIP_V1.0/readme.txt')
-rw-r--r-- | lib/chibios-contrib/demos/NRF51/OSHCHIP_V1.0/readme.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/chibios-contrib/demos/NRF51/OSHCHIP_V1.0/readme.txt b/lib/chibios-contrib/demos/NRF51/OSHCHIP_V1.0/readme.txt new file mode 100644 index 000000000..45e6a170b --- /dev/null +++ b/lib/chibios-contrib/demos/NRF51/OSHCHIP_V1.0/readme.txt | |||
@@ -0,0 +1,21 @@ | |||
1 | ***************************************************************************** | ||
2 | ** ChibiOS/RT port for ARM-Cortex-M0 OSHChip (nRF51822). ** | ||
3 | ***************************************************************************** | ||
4 | |||
5 | ** TARGET ** | ||
6 | |||
7 | The demo runs on an OSHChip_V1.0 board. This board is powered by a Nordic | ||
8 | Semiconductor nRF51822 processor which is an ARM Cortex-M0 with bluetooth radio | ||
9 | hardware. For information about the board, see http://oshchip.org/ | ||
10 | |||
11 | ** The Demo ** | ||
12 | |||
13 | This demo will print the standard TestThread output over UART (TX is DIP Pin 1) and sequentially blink all three LEDs. | ||
14 | |||
15 | ** Build Procedure ** | ||
16 | |||
17 | The demo has been tested using the freely available GCC ARM Embedded toolchain. | ||
18 | |||
19 | ** Notes ** | ||
20 | |||
21 | If the Mass Storage mechanism of the official OSHChip CMSIS-DAP debugger is desired for flashing the firmware, the hex file may need patching to be accepted by the Mass Storage flasher; see `patch_hex.sh`. | ||