You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,15 @@ If you are interested in assisting the development of this project please submit
14
14
* Supports `printf` and `Serial.printf`
15
15
* Uses FreeRTOS.
16
16
* 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.
18
18
19
19
## Why do this?
20
20
21
21
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.
22
22
23
23
## BLE
24
24
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.
26
26
**Note:** Currently only the master branch of NimBLE-Arduino supports Arm devices and no releases have been made yet with Arm support.
27
27
28
28
## Installation
@@ -45,7 +45,7 @@ This Arduino Core does **not** contain any BLE functionality. It has been design
45
45
5. Extract OpenOCD and copy the contents to ```<ARDUINO_FOLDER>/hardware/n-able/arm-ble/tools/openocd```
46
46
6. Extract GCC and copy the contents to ```<ARDUINO_FOLDER>/hardware/n-able/arm-ble/tools/gcc-arm-none-eabi/9_0_2020q2```
47
47
7. Restart the Arduino IDE
48
-
48
+
49
49
### Driver Setup for Segger J-Link
50
50
51
51
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
64
64
3. Select a programmer (J-Link, ST-Link V2, CMSIS-DAP, or Black Magic Probe) from the Tools -> "Programmer: " menu
65
65
4. Connect your programmer to the device and click Upload
66
66
67
-
**Note:** Currently no bootloader is provided or required.
67
+
**Note:** Currently no bootloader is provided or required.
68
68
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.
0 commit comments