File tree 3 files changed +3
-1
lines changed
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 13
13
Graphics.asBMP now takes account of bitmap rotation (fix #1672)
14
14
Raspberry pi pin numbering the same if using wiringPi or filesystem GPIO (fix #1673)
15
15
nRF52: Peer manager init errors from Nordic libs now not fatal
16
+ SDK15: Writing to flash now works
16
17
17
18
2v03 : nRF5x: Fix issue when calling NRF.setAdvertising while connected via BLE (fix #1659)
18
19
nRF5x: 'dump()' not outputs `NRF.setSecurity` line if it has been called.
Original file line number Diff line number Diff line change 186
186
TARGETSOURCES += \
187
187
$(NRF5X_SDK_PATH ) /components/softdevice/common/nrf_sdh.c \
188
188
$(NRF5X_SDK_PATH ) /components/softdevice/common/nrf_sdh_ble.c \
189
+ $(NRF5X_SDK_PATH ) /components/softdevice/common/nrf_sdh_soc.c \
189
190
$(NRF5X_SDK_PATH ) /components/libraries/experimental_section_vars/nrf_section_iter.c \
190
191
$(NRF5X_SDK_PATH ) /components/libraries/fstorage/nrf_fstorage.c \
191
192
$(NRF5X_SDK_PATH ) /components/libraries/fstorage/nrf_fstorage_sd.c \
Original file line number Diff line number Diff line change @@ -2151,7 +2151,7 @@ static void ble_stack_init() {
2151
2151
APP_ERROR_CHECK (err_code );
2152
2152
2153
2153
2154
- #else
2154
+ #else // NRF_SD_BLE_API_VERSION>=5
2155
2155
ret_code_t err_code ;
2156
2156
2157
2157
err_code = nrf_sdh_enable_request ();
You can’t perform that action at this time.
0 commit comments