mirror of https://github.com/ARMmbed/mbed-os.git
Fix SoftDevice configuration on NRF52_DK
parent
b69dc2bdae
commit
d20ca05a68
|
@ -312,6 +312,7 @@ __STATIC_INLINE uint32_t __sd_nvic_is_app_accessible_priority(uint32_t priority)
|
||||||
if( priority == 0
|
if( priority == 0
|
||||||
|| priority == 1
|
|| priority == 1
|
||||||
|| priority == 4
|
|| priority == 4
|
||||||
|
|| priority == 5
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"S132",
|
"S132",
|
||||||
"BLE_STACK_SUPPORT_REQD",
|
"BLE_STACK_SUPPORT_REQD",
|
||||||
"NRF_SDH_CLOCK_LF_XTAL_ACCURACY=7",
|
"NRF_SDH_CLOCK_LF_XTAL_ACCURACY=7",
|
||||||
"NRF_SD_BLE_API_VERSION=5",
|
"NRF_SD_BLE_API_VERSION=6",
|
||||||
"NRF_SDH_ENABLED=1",
|
"NRF_SDH_ENABLED=1",
|
||||||
"NRF_SDH_BLE_ENABLED=1",
|
"NRF_SDH_BLE_ENABLED=1",
|
||||||
"PEER_MANAGER_ENABLED=1",
|
"PEER_MANAGER_ENABLED=1",
|
||||||
|
@ -35,8 +35,8 @@
|
||||||
"*": {
|
"*": {
|
||||||
"target.bootloader_img": "hex/s132_nrf52_6.0.0_softdevice.hex",
|
"target.bootloader_img": "hex/s132_nrf52_6.0.0_softdevice.hex",
|
||||||
"target.app_offset": "0x26000",
|
"target.app_offset": "0x26000",
|
||||||
"target.mbed_ram_start": "0x20001D70",
|
"target.mbed_ram_start": "0x200032E8",
|
||||||
"target.mbed_ram_size": "0xE290"
|
"target.mbed_ram_size": "0xCD18"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -7060,6 +7060,7 @@
|
||||||
"NRF5x",
|
"NRF5x",
|
||||||
"NRF52",
|
"NRF52",
|
||||||
"SDK_15_0",
|
"SDK_15_0",
|
||||||
|
"NORDIC_SOFTDEVICE",
|
||||||
"SOFTDEVICE_COMMON",
|
"SOFTDEVICE_COMMON",
|
||||||
"SOFTDEVICE_S132_FULL"
|
"SOFTDEVICE_S132_FULL"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue