add ncs36510 exporter support

pull/3028/head
maclobdell 2016-10-14 11:45:24 -05:00
parent a42457d3bd
commit 014df32625
2 changed files with 4 additions and 0 deletions

View File

@ -2096,6 +2096,7 @@
"macros": ["REVD", "CM3", "CPU_NCS36510", "TARGET_NCS36510"],
"supported_toolchains": ["GCC_ARM", "ARM", "IAR"],
"device_has": ["ANALOGIN", "SERIAL", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "LOWPOWERTIMER"],
"device_name": "NCS36510",
"release_versions": ["2", "5"]
},
"NUMAKER_PFM_M453": {

View File

@ -149,5 +149,8 @@
},
"nRF52832_xxAA":{
"OGChipSelectEditMenu": "nRF52832-xxAA\tNordicSemi nRF52832-xxAA"
},
"NCS36510":{
"OGChipSelectEditMenu": "Orion\tON Semiconductor NCS36510"
}
}