ChibiOS-Contrib/demos/NRF51/OSHCHIP_V1.0
zykrahgaming e898157b18 Even more more changes to chconf.h files 2022-01-01 18:37:17 +11:00
..
debug [NRF51] Add OSHChip demo. 2016-04-14 23:14:19 +01:00
Makefile Updated Makefiles to use newer ARM ports 2022-01-01 17:41:28 +11:00
chconf.h Even more more changes to chconf.h files 2022-01-01 18:37:17 +11:00
halconf.h Fixed HAL version in halconf.h files 2022-01-01 18:28:46 +11:00
halconf_community.h Update all NRF5x makefiles and chconf.h. 2018-11-20 09:52:42 +07:00
main.c Update all NRF5x makefiles and chconf.h. 2018-11-20 09:52:42 +07:00
mcuconf.h renamed NRF51_* to NRF5_* 2016-07-10 10:48:04 +02:00
patch_hex.sh [NRF51] Add OSHChip demo. 2016-04-14 23:14:19 +01:00
readme.txt [NRF51] Add OSHChip demo. 2016-04-14 23:14:19 +01:00

readme.txt

*****************************************************************************
** ChibiOS/RT port for ARM-Cortex-M0 OSHChip (nRF51822).                  **
*****************************************************************************

** TARGET **

The demo runs on an OSHChip_V1.0 board. This board is powered by a Nordic
Semiconductor nRF51822 processor which is an ARM Cortex-M0 with bluetooth radio
hardware. For information about the board, see http://oshchip.org/

** The Demo **

This demo will print the standard TestThread output over UART (TX is DIP Pin 1) and sequentially blink all three LEDs.

** Build Procedure **

The demo has been tested using the freely available GCC ARM Embedded toolchain.

** Notes **

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`.