You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/05/09 08:17:32 UTC

[GitHub] andrzej-kaczmarek opened a new pull request #81: porting: Add FreeRTOS on nRF5 SDK porting example

andrzej-kaczmarek opened a new pull request #81: porting: Add FreeRTOS on nRF5 SDK porting example
URL: https://github.com/apache/mynewt-nimble/pull/81
 
 
   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. This app uses combined (host+controller) build and will start connectable advertising when run.
   
   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
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services