mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-30 04:58:03 +08:00
84132b7b2a
And pre-create directories for SDK for both nRF51 and nRF52. PUBLISHED_FROM=00caf156f48da92804c6af8efe323535fbc5497d
11 lines
493 B
Markdown
11 lines
493 B
Markdown
# nRF51 example project
|
|
|
|
This is a Mongoose "Hello, world" that can be compiled under nRF51 IoT SDK.
|
|
|
|
To make it work, you should download [nRF51 IoT SDK](http://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF51-IoT-SDK)
|
|
and unpack it in the current directory as `nrf51_iot_sdk`.
|
|
|
|
The project structure replicates that of the examples provided with the SDK:
|
|
Keil uVision project is located at `boards/pca10028/arm5_no_packs`, ARM-GCC
|
|
Makefile is located in `boards/pca10028/armgcc`..
|