The new 7.2.0 soft device works on nrf52833

This commit is contained in:
Kevin Hester
2020-10-28 13:01:50 +08:00
parent 6b838002d4
commit 4ad562b9f4
5 changed files with 16 additions and 12 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
{
"build": {
"arduino": {
"ldscript": "nrf52833_s140_v6.ld"
"ldscript": "nrf52833_s113_v7.ld"
},
"core": "nRF5",
"cpu": "cortex-m4",
@@ -16,9 +16,9 @@
"name": "adafruit"
},
"softdevice": {
"sd_flags": "-DS140",
"sd_name": "s140",
"sd_version": "6.1.1",
"sd_flags": "-DS113",
"sd_name": "s113",
"sd_version": "7.2.0",
"sd_fwid": "0x00b6"
},
"bootloader": {