mirror of https://github.com/ARMmbed/mbed-os.git
Update to v1.0 of Nordic's S130 production release.
This brings in BLE4.1 functionality. It will take some time for BLE_API to expand to cover available functionality.pull/1084/head
parent
8130301af6
commit
b8c6aba46a
File diff suppressed because it is too large
Load Diff
|
@ -827,6 +827,10 @@ class NRF51822(Target):
|
|||
# the following is a list of possible Nordic softdevices in decreasing order
|
||||
# of preference.
|
||||
EXPECTED_SOFTDEVICES_WITH_OFFSETS = [
|
||||
{
|
||||
'name' : 's130_nrf51_1.0.0_softdevice.hex',
|
||||
'offset' : 0x1C000
|
||||
},
|
||||
{
|
||||
'name' : 's110_nrf51822_8.0.0_softdevice.hex',
|
||||
'offset' : 0x18000
|
||||
|
|
Loading…
Reference in New Issue