diff options
author | Fabio Utzig <utzig@utzig.org> | 2015-05-15 21:15:40 -0300 |
---|---|---|
committer | Fabio Utzig <utzig@utzig.org> | 2015-05-15 21:15:40 -0300 |
commit | e384ef32dbf950f5f9cae8cd4e2d2056b57bbc10 (patch) | |
tree | c347224c42e14e5ae29232394be2e42bec407d15 /demos | |
parent | 343042d9d25a80a47d6ba10026d66987a7db3256 (diff) | |
download | ChibiOS-Contrib-e384ef32dbf950f5f9cae8cd4e2d2056b57bbc10.tar.gz ChibiOS-Contrib-e384ef32dbf950f5f9cae8cd4e2d2056b57bbc10.tar.bz2 ChibiOS-Contrib-e384ef32dbf950f5f9cae8cd4e2d2056b57bbc10.zip |
Add readme
Diffstat (limited to 'demos')
-rw-r--r-- | demos/NRF51/RT-WVSHARE_BLE400/readme.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/demos/NRF51/RT-WVSHARE_BLE400/readme.txt b/demos/NRF51/RT-WVSHARE_BLE400/readme.txt new file mode 100644 index 0000000..3ac2704 --- /dev/null +++ b/demos/NRF51/RT-WVSHARE_BLE400/readme.txt @@ -0,0 +1,18 @@ +*****************************************************************************
+** ChibiOS/RT port for ARM-Cortex-M0 WvShare BLE400 (nRF51822). **
+*****************************************************************************
+
+** TARGET **
+
+The demo runs on an WvShare BLE400 board. This board is powered by a Nordic
+Semiconductor nRF51822 processor which is an ARM Cortex-M0 with bluetooth radio
+hardware. This board can be easily found on chinese websites.
+
+** The Demo **
+
+This demo will print the standard TestThread output and blink all LEDs in a
+sequential.
+
+** Build Procedure **
+
+The demo has been tested using the freely available GCC ARM Embedded toolchain.
|