Skip to content

Commit 1c00adc

Browse files
authored
Merge pull request #12447 from eavelardev/patch-1
fix targets device_name with nrf51822 32K SoC
2 parents 92533ff + 7785219 commit 1c00adc

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

targets/targets.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8020,7 +8020,7 @@
80208020
"release_versions": [
80218021
"2"
80228022
],
8023-
"device_name": "nRF51822_xxAA",
8023+
"device_name": "nRF51822_xxAC",
80248024
"detect_code": [
80258025
"4500"
80268026
]
@@ -8162,7 +8162,7 @@
81628162
"release_versions": [
81638163
"2"
81648164
],
8165-
"device_name": "nRF51822_xxAA"
8165+
"device_name": "nRF51822_xxAC"
81668166
},
81678167
"NRF51_DONGLE_BOOT": {
81688168
"inherits": [
@@ -8275,7 +8275,7 @@
82758275
"release_versions": [
82768276
"2"
82778277
],
8278-
"device_name": "nRF51822_xxAA",
8278+
"device_name": "nRF51822_xxAC",
82798279
"detect_code": [
82808280
"C005"
82818281
]
@@ -8325,7 +8325,7 @@
83258325
"SPI_ASYNCH",
83268326
"SPISLAVE"
83278327
],
8328-
"device_name": "nRF51822_xxAA",
8328+
"device_name": "nRF51822_xxAC",
83298329
"release_versions": [
83308330
"5"
83318331
],
@@ -8389,7 +8389,7 @@
83898389
"overrides": {
83908390
"uart_hwfc": 0
83918391
},
8392-
"device_name": "nRF51822_xxAA"
8392+
"device_name": "nRF51822_xxAC"
83938393
},
83948394
"TY51822R3_BOOT": {
83958395
"inherits": [
@@ -10995,7 +10995,7 @@
1099510995
"2",
1099610996
"5"
1099710997
],
10998-
"device_name": "nRF51822_xxAA",
10998+
"device_name": "nRF51822_xxAC",
1099910999
"detect_code": [
1100011000
"1100"
1100111001
]
@@ -11030,7 +11030,7 @@
1103011030
"2",
1103111031
"5"
1103211032
],
11033-
"device_name": "nRF51822_xxAA"
11033+
"device_name": "nRF51822_xxAC"
1103411034
},
1103511035
"NRF51_DONGLE": {
1103611036
"inherits": [
@@ -11062,7 +11062,8 @@
1106211062
],
1106311063
"detect_code": [
1106411064
"1120"
11065-
]
11065+
],
11066+
"device_name": "nRF51822_xxAC"
1106611067
},
1106711068
"OSHCHIP": {
1106811069
"inherits": [

0 commit comments

Comments
 (0)