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
Rohit Grover 2015-04-29 10:36:38 +01:00
parent 8130301af6
commit b8c6aba46a
2 changed files with 4 additions and 5649 deletions

View File

@ -827,6 +827,10 @@ class NRF51822(Target):
# the following is a list of possible Nordic softdevices in decreasing order # the following is a list of possible Nordic softdevices in decreasing order
# of preference. # of preference.
EXPECTED_SOFTDEVICES_WITH_OFFSETS = [ EXPECTED_SOFTDEVICES_WITH_OFFSETS = [
{
'name' : 's130_nrf51_1.0.0_softdevice.hex',
'offset' : 0x1C000
},
{ {
'name' : 's110_nrf51822_8.0.0_softdevice.hex', 'name' : 's110_nrf51822_8.0.0_softdevice.hex',
'offset' : 0x18000 'offset' : 0x18000