Skip to content

Commit 014df32

Browse files
author
maclobdell
committed
add ncs36510 exporter support
1 parent a42457d commit 014df32

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

targets/targets.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2096,6 +2096,7 @@
20962096
"macros": ["REVD", "CM3", "CPU_NCS36510", "TARGET_NCS36510"],
20972097
"supported_toolchains": ["GCC_ARM", "ARM", "IAR"],
20982098
"device_has": ["ANALOGIN", "SERIAL", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "LOWPOWERTIMER"],
2099+
"device_name": "NCS36510",
20992100
"release_versions": ["2", "5"]
21002101
},
21012102
"NUMAKER_PFM_M453": {

tools/export/iar/iar_definitions.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,5 +149,8 @@
149149
},
150150
"nRF52832_xxAA":{
151151
"OGChipSelectEditMenu": "nRF52832-xxAA\tNordicSemi nRF52832-xxAA"
152+
},
153+
"NCS36510":{
154+
"OGChipSelectEditMenu": "Orion\tON Semiconductor NCS36510"
152155
}
153156
}

0 commit comments

Comments
 (0)