Commit Graph

4 Commits

Author SHA1 Message Date
Szymon Janc 9180b30035 gitignore: Add missing examples binaries 2019-02-25 14:56:48 +01:00
Andrzej Kaczmarek 4ff46f5e43 Revert "porting: Add FreeRTOS on nRF5 SDK porting example"
This reverts commit 27750e78f2.

Demo was included in other PR by mistake, we should not merge it like
this...
2018-05-23 18:21:59 +02:00
Andrzej Kaczmarek 27750e78f2 porting: Add FreeRTOS on nRF5 SDK porting example
nRF5 SDK (v15) is required to run this demo app. By default, it is
expected to be available at porting/examples/freertos_nrf5_sdk/nrf5_sdk
but this location can be changed by SDK_ROOT variable.

To build for nRF52832:
> cd porting/examples/freertos_nrf5_sdk
> make -C pca10040/blank/armgcc

To build for nRF52840:
> cd porting/examples/freertos_nrf5_sdk
> make -C pca10056/blank/armgcc

To build with nRF5 SDK placed in non-default location:
> cd porting/examples/freertos_nrf5_sdk
> make -C pca10040/blank/armgcc SDK_ROOT=/xxx/nRF5_SDK_15.0.0_a53641a

Flashing is done as for other examples in nRF5 SDK:
> make -C pca10040/blank/armgcc flash
2018-05-23 12:24:07 +02:00
Andrzej Kaczmarek be36998348 Add .gitignore 2018-05-08 14:50:36 +02:00