Skip to content

Commit a8853fb

Browse files
committed
Update readme
Former-commit-id: a04b7da
1 parent 1180391 commit a8853fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ If you are interested in assisting the development of this project please submit
1414
* Supports `printf` and `Serial.printf`
1515
* Uses FreeRTOS.
1616
* Designed to maximize battery life using tickless idle. This allows the MCU to sleep any time `delay` is called.
17-
* Custom configuration of FreeRTOS and NimBLE compile options supported by providing a `user_config.h` file in your sketch.
17+
* Custom configuration of FreeRTOS and NimBLE compile options supported by providing a `build_opt.h` file in your sketch.
1818

1919
## Why do this?
2020

2121
I wanted to have a consistent BLE API on all of the devices I work with. NimBLE is the best choice for this as it is the most feature complete and fully open source library available for Arduino.
2222

2323
## BLE
2424

25-
This Arduino Core does **not** contain any BLE functionality. It has been designed to support using the [NimBLE-Arduino](https://github.com/h2zero/NimBLE-Arduino) library for BLE operation.
25+
This Arduino Core does **not** contain any BLE functionality. It has been designed to support using the [NimBLE-Arduino](https://github.com/h2zero/NimBLE-Arduino) library for BLE operation.
2626
**Note:** Currently only the master branch of NimBLE-Arduino supports Arm devices and no releases have been made yet with Arm support.
2727

2828
## Installation
@@ -45,7 +45,7 @@ This Arduino Core does **not** contain any BLE functionality. It has been design
4545
5. Extract OpenOCD and copy the contents to ```<ARDUINO_FOLDER>/hardware/n-able/arm-ble/tools/openocd```
4646
6. Extract GCC and copy the contents to ```<ARDUINO_FOLDER>/hardware/n-able/arm-ble/tools/gcc-arm-none-eabi/9_0_2020q2```
4747
7. Restart the Arduino IDE
48-
48+
4949
### Driver Setup for Segger J-Link
5050

5151
1. Download [Zadig](http://zadig.akeo.ie)
@@ -64,7 +64,7 @@ __NOTE__: To roll back to the original driver go to: Device Manager -> Right cli
6464
3. Select a programmer (J-Link, ST-Link V2, CMSIS-DAP, or Black Magic Probe) from the Tools -> "Programmer: " menu
6565
4. Connect your programmer to the device and click Upload
6666

67-
**Note:** Currently no bootloader is provided or required.
67+
**Note:** Currently no bootloader is provided or required.
6868
Instead you will need to erase any bootloader currently installed on your device. To do this, select your board from the board menu and click "Burn Bootloader", this will completely erase the device flash memory.
6969

7070
## Credits

0 commit comments

Comments
 (0)