Add LED and BUTTON config in targets.json

Today no way to identify device has LED and BUTTON at CMake configuration
time as those macros are "#define" in the "pin_names" header file of
the particular target but the problem is pin_names generic greentea
test skip or includes the test based on defines LEDx, BUTTIONx,
hence introducing the LED and BUTTON config which is added under
"device_has_add" of LED and BUTTON supported target.
CLI1 and CLI2 generate DEVICE_LED (all LED define guard in this
in pin_names.h) and DEVICE_BUTTON (all the button define guard with this
in pin_names.h) macros which can be used in pin_name generic greentea test CMake.
pull/15104/head
Rajkumar Kanagaraj 2021-09-23 16:51:09 +01:00
parent 4cfbea43ca
commit e0cf826493
1 changed files with 277 additions and 63 deletions

View File

@ -821,7 +821,9 @@
"TRNG", "TRNG",
"FLASH", "FLASH",
"USBDEVICE", "USBDEVICE",
"WATCHDOG" "WATCHDOG",
"LED",
"BUTTON"
], ],
"release_versions": [ "release_versions": [
"5" "5"
@ -1371,7 +1373,11 @@
"detect_code": [ "detect_code": [
"0755" "0755"
], ],
"device_name": "STM32F070RBTx" "device_name": "STM32F070RBTx",
"device_has_add": [
"LED",
"BUTTON"
]
}, },
"MCU_STM32F072xB": { "MCU_STM32F072xB": {
"inherits": [ "inherits": [
@ -1399,7 +1405,11 @@
"detect_code": [ "detect_code": [
"0730" "0730"
], ],
"device_name": "STM32F072RBTx" "device_name": "STM32F072RBTx",
"device_has_add": [
"LED",
"BUTTON"
]
}, },
"MCU_STM32F091xC": { "MCU_STM32F091xC": {
"inherits": [ "inherits": [
@ -1427,7 +1437,11 @@
"detect_code": [ "detect_code": [
"0750" "0750"
], ],
"device_name": "STM32F091RCTx" "device_name": "STM32F091RCTx",
"device_has_add": [
"LED",
"BUTTON"
]
}, },
"MCU_STM32F1": { "MCU_STM32F1": {
"inherits": [ "inherits": [
@ -1489,7 +1503,11 @@
"detect_code": [ "detect_code": [
"0700" "0700"
], ],
"device_name": "STM32F103RB" "device_name": "STM32F103RB",
"device_has_add": [
"LED",
"BUTTON"
]
}, },
"MCU_STM32F103xE": { "MCU_STM32F103xE": {
"inherits": [ "inherits": [
@ -1581,7 +1599,9 @@
"0835" "0835"
], ],
"device_has_add": [ "device_has_add": [
"USBDEVICE" "USBDEVICE",
"LED",
"BUTTON"
], ],
"device_name": "STM32F207ZGTx", "device_name": "STM32F207ZGTx",
"overrides": { "overrides": {
@ -1658,7 +1678,10 @@
"detect_code": [ "detect_code": [
"0775" "0775"
], ],
"device_name": "STM32F303K8Tx" "device_name": "STM32F303K8Tx",
"device_has_add": [
"LED"
]
}, },
"MCU_STM32F303xC": { "MCU_STM32F303xC": {
"inherits": [ "inherits": [
@ -1706,7 +1729,11 @@
"detect_code": [ "detect_code": [
"0745" "0745"
], ],
"device_name": "STM32F303RETx" "device_name": "STM32F303RETx",
"device_has_add": [
"LED",
"BUTTON"
]
}, },
"NUCLEO_F303ZE": { "NUCLEO_F303ZE": {
"inherits": [ "inherits": [
@ -1718,7 +1745,11 @@
"detect_code": [ "detect_code": [
"0747" "0747"
], ],
"device_name": "STM32F303ZETx" "device_name": "STM32F303ZETx",
"device_has_add": [
"LED",
"BUTTON"
]
}, },
"MCU_STM32F334x8": { "MCU_STM32F334x8": {
"inherits": [ "inherits": [
@ -1783,7 +1814,11 @@
"detect_code": [ "detect_code": [
"0720" "0720"
], ],
"device_name": "STM32F401RETx" "device_name": "STM32F401RETx",
"device_has_add": [
"LED",
"BUTTON"
]
}, },
"MCU_STM32F407xE": { "MCU_STM32F407xE": {
"inherits": [ "inherits": [
@ -1813,7 +1848,8 @@
"SD" "SD"
], ],
"device_has_add": [ "device_has_add": [
"EMAC" "EMAC",
"LED"
], ],
"device_has_remove": [ "device_has_remove": [
"LPTICKER", "LPTICKER",
@ -1851,7 +1887,11 @@
"detect_code": [ "detect_code": [
"0740" "0740"
], ],
"device_name": "STM32F411RETx" "device_name": "STM32F411RETx",
"device_has_add": [
"LED",
"BUTTON"
]
}, },
"MTS_DRAGONFLY_F411RE": { "MTS_DRAGONFLY_F411RE": {
"inherits": [ "inherits": [
@ -1873,6 +1913,10 @@
"device_name": "STM32F411RETx", "device_name": "STM32F411RETx",
"detect_code": [ "detect_code": [
"0454" "0454"
],
"device_has_add": [
"LED",
"BUTTON"
] ]
}, },
"MTS_MDOT_F411RE": { "MTS_MDOT_F411RE": {
@ -1895,6 +1939,9 @@
"device_name": "STM32F411RETx", "device_name": "STM32F411RETx",
"detect_code": [ "detect_code": [
"0320" "0320"
],
"device_has_add": [
"LED"
] ]
}, },
"MCU_STM32F412xG": { "MCU_STM32F412xG": {
@ -1924,7 +1971,9 @@
"0826" "0826"
], ],
"device_has_add": [ "device_has_add": [
"USBDEVICE" "USBDEVICE",
"LED",
"BUTTON"
], ],
"device_name": "STM32F412ZGTx" "device_name": "STM32F412ZGTx"
}, },
@ -1943,6 +1992,10 @@
}, },
"detect_code": [ "detect_code": [
"0451" "0451"
],
"device_has_add": [
"LED",
"BUTTON"
] ]
}, },
"MCU_STM32F413xH": { "MCU_STM32F413xH": {
@ -1999,7 +2052,10 @@
"components_add": [ "components_add": [
"SPIF" "SPIF"
], ],
"device_name": "STM32F413RHTx" "device_name": "STM32F413RHTx",
"device_has_add": [
"LED"
]
}, },
"DISCO_F413ZH": { "DISCO_F413ZH": {
"inherits": [ "inherits": [
@ -2019,7 +2075,9 @@
], ],
"device_has_add": [ "device_has_add": [
"QSPI", "QSPI",
"USBDEVICE" "USBDEVICE",
"LED",
"BUTTON"
], ],
"device_name": "STM32F413ZHTx" "device_name": "STM32F413ZHTx"
}, },
@ -2034,7 +2092,9 @@
"0743" "0743"
], ],
"device_has_add": [ "device_has_add": [
"USBDEVICE" "USBDEVICE",
"LED",
"BUTTON"
], ],
"device_name": "STM32F413ZHTx" "device_name": "STM32F413ZHTx"
}, },
@ -2081,7 +2141,9 @@
], ],
"device_has_add": [ "device_has_add": [
"EMAC", "EMAC",
"USBDEVICE" "USBDEVICE",
"LED",
"BUTTON"
], ],
"detect_code": [ "detect_code": [
"0796" "0796"
@ -2110,6 +2172,10 @@
"device_name": "STM32F429ZITx", "device_name": "STM32F429ZITx",
"detect_code": [ "detect_code": [
"0795" "0795"
],
"device_has_add": [
"LED",
"BUTTON"
] ]
}, },
"MCU_STM32F439xI": { "MCU_STM32F439xI": {
@ -2148,7 +2214,11 @@
"detect_code": [ "detect_code": [
"9014" "9014"
], ],
"device_name": "STM32F439VITx" "device_name": "STM32F439VITx",
"device_has_add": [
"LED",
"BUTTON"
]
}, },
"WIO_BG96": { "WIO_BG96": {
"inherits": [ "inherits": [
@ -2174,6 +2244,10 @@
"device_name": "STM32F439VITx", "device_name": "STM32F439VITx",
"components_add": [ "components_add": [
"SD" "SD"
],
"device_has_add": [
"LED",
"BUTTON"
] ]
}, },
"NUCLEO_F439ZI": { "NUCLEO_F439ZI": {
@ -2196,7 +2270,9 @@
}, },
"device_has_add": [ "device_has_add": [
"EMAC", "EMAC",
"USBDEVICE" "USBDEVICE",
"LED",
"BUTTON"
], ],
"detect_code": [ "detect_code": [
"0797" "0797"
@ -2232,7 +2308,11 @@
"detect_code": [ "detect_code": [
"0777" "0777"
], ],
"device_name": "STM32F446RETx" "device_name": "STM32F446RETx",
"device_has_add": [
"LED",
"BUTTON"
]
}, },
"NUCLEO_F446ZE": { "NUCLEO_F446ZE": {
"inherits": [ "inherits": [
@ -2293,7 +2373,9 @@
], ],
"device_has_add": [ "device_has_add": [
"QSPI", "QSPI",
"USBDEVICE" "USBDEVICE",
"LED",
"BUTTON"
], ],
"device_name": "STM32F469NIHx" "device_name": "STM32F469NIHx"
}, },
@ -2321,7 +2403,8 @@
}, },
"device_has_add": [ "device_has_add": [
"QSPI", "QSPI",
"USBDEVICE" "USBDEVICE",
"LED"
], ],
"device_has_remove": [ "device_has_remove": [
"LPTICKER" "LPTICKER"
@ -2414,7 +2497,9 @@
"device_has_add": [ "device_has_add": [
"EMAC", "EMAC",
"QSPI", "QSPI",
"USBDEVICE" "USBDEVICE",
"LED",
"BUTTON"
], ],
"device_name": "STM32F746NGHx" "device_name": "STM32F746NGHx"
}, },
@ -2444,7 +2529,9 @@
], ],
"device_has_add": [ "device_has_add": [
"EMAC", "EMAC",
"USBDEVICE" "USBDEVICE",
"LED",
"BUTTON"
], ],
"device_name": "STM32F746ZGTx", "device_name": "STM32F746ZGTx",
"overrides": { "overrides": {
@ -2478,7 +2565,9 @@
], ],
"device_has_add": [ "device_has_add": [
"EMAC", "EMAC",
"USBDEVICE" "USBDEVICE",
"LED",
"BUTTON"
], ],
"device_name": "STM32F756ZGTx", "device_name": "STM32F756ZGTx",
"overrides": { "overrides": {
@ -2511,7 +2600,11 @@
"features": [ "features": [
"LWIP" "LWIP"
], ],
"device_name": "STM32F767VITx" "device_name": "STM32F767VITx",
"device_has_add": [
"LED",
"BUTTON"
]
}, },
"NUCLEO_F767ZI": { "NUCLEO_F767ZI": {
"inherits": [ "inherits": [
@ -2543,7 +2636,9 @@
], ],
"device_has_add": [ "device_has_add": [
"EMAC", "EMAC",
"USBDEVICE" "USBDEVICE",
"LED",
"BUTTON"
], ],
"device_name": "STM32F767ZITx", "device_name": "STM32F767ZITx",
"overrides": { "overrides": {
@ -2580,7 +2675,9 @@
"device_has_add": [ "device_has_add": [
"EMAC", "EMAC",
"USBDEVICE", "USBDEVICE",
"QSPI" "QSPI",
"LED",
"BUTTON"
], ],
"device_name": "STM32F769NIHx", "device_name": "STM32F769NIHx",
"overrides": { "overrides": {
@ -2657,7 +2754,10 @@
"detect_code": [ "detect_code": [
"0852" "0852"
], ],
"device_name": "STM32G031K8Tx" "device_name": "STM32G031K8Tx",
"device_has_add": [
"LED"
]
}, },
"MCU_STM32G070xx": { "MCU_STM32G070xx": {
"inherits": [ "inherits": [
@ -2711,7 +2811,11 @@
"detect_code": [ "detect_code": [
"0221" "0221"
], ],
"device_name": "STM32G071RBTx" "device_name": "STM32G071RBTx",
"device_has_add": [
"LED",
"BUTTON"
]
}, },
"MCU_STM32G4": { "MCU_STM32G4": {
"inherits": [ "inherits": [
@ -2789,7 +2893,11 @@
"overrides": { "overrides": {
"hse_value": 24000000 "hse_value": 24000000
}, },
"device_name": "STM32G431RBTx" "device_name": "STM32G431RBTx",
"device_has_add": [
"LED",
"BUTTON"
]
}, },
"NUCLEO_G431KB": { "NUCLEO_G431KB": {
"inherits": [ "inherits": [
@ -2802,7 +2910,10 @@
"detect_code": [ "detect_code": [
"0851" "0851"
], ],
"device_name": "STM32G431KBTx" "device_name": "STM32G431KBTx",
"device_has_add": [
"LED"
]
}, },
"MCU_STM32G441xB": { "MCU_STM32G441xB": {
"inherits": [ "inherits": [
@ -2865,7 +2976,11 @@
"detect_code": [ "detect_code": [
"0841" "0841"
], ],
"device_name": "STM32G474RETx" "device_name": "STM32G474RETx",
"device_has_add": [
"LED",
"BUTTON"
]
}, },
"MCU_STM32G483xE": { "MCU_STM32G483xE": {
"inherits": [ "inherits": [
@ -3005,7 +3120,9 @@
}, },
"device_has_add": [ "device_has_add": [
"EMAC", "EMAC",
"USBDEVICE" "USBDEVICE",
"LED",
"BUTTON"
], ],
"overrides": { "overrides": {
"network-default-interface-type": "ETHERNET" "network-default-interface-type": "ETHERNET"
@ -3126,6 +3243,10 @@
"DISCO_H747I": { "DISCO_H747I": {
"inherits": [ "inherits": [
"DISCO_H747I_CM7" "DISCO_H747I_CM7"
],
"device_has_add": [
"LED",
"BUTTON"
] ]
}, },
"MCU_STM32H747xI_CM4": { "MCU_STM32H747xI_CM4": {
@ -3206,7 +3327,9 @@
"device_has_add": [ "device_has_add": [
"USBDEVICE", "USBDEVICE",
"EMAC", "EMAC",
"QSPI" "QSPI",
"LED",
"BUTTON"
], ],
"overrides": { "overrides": {
"system_power_supply": "PWR_SMPS_1V8_SUPPLIES_LDO", "system_power_supply": "PWR_SMPS_1V8_SUPPLIES_LDO",
@ -3282,6 +3405,10 @@
"device_name": "STM32H7A3ZITxQ", "device_name": "STM32H7A3ZITxQ",
"detect_code": [ "detect_code": [
"0860" "0860"
],
"device_has_add": [
"LED",
"BUTTON"
] ]
}, },
"MCU_STM32L0": { "MCU_STM32L0": {
@ -3394,7 +3521,10 @@
"detect_code": [ "detect_code": [
"0833" "0833"
], ],
"device_name": "STM32L072CZTx" "device_name": "STM32L072CZTx",
"device_has_add": [
"LED"
]
}, },
"MCU_STM32L073xZ": { "MCU_STM32L073xZ": {
"inherits": [ "inherits": [
@ -3422,7 +3552,11 @@
"detect_code": [ "detect_code": [
"0760" "0760"
], ],
"device_name": "STM32L073RZTx" "device_name": "STM32L073RZTx",
"device_has_add": [
"LED",
"BUTTON"
]
}, },
"MCU_STM32L082xZ": { "MCU_STM32L082xZ": {
"inherits": [ "inherits": [
@ -3497,6 +3631,9 @@
"device_name": "STM32L151CCTx", "device_name": "STM32L151CCTx",
"detect_code": [ "detect_code": [
"0350" "0350"
],
"device_has_add": [
"LED"
] ]
}, },
"FF1705_L151CC": { "FF1705_L151CC": {
@ -3535,7 +3672,10 @@
"device_has_remove": [ "device_has_remove": [
"SERIAL_FC" "SERIAL_FC"
], ],
"device_name": "STM32L152RCTx" "device_name": "STM32L152RCTx",
"device_has_add": [
"LED"
]
}, },
"MCU_STM32L152xE": { "MCU_STM32L152xE": {
"inherits": [ "inherits": [
@ -3559,7 +3699,11 @@
"detect_code": [ "detect_code": [
"0710" "0710"
], ],
"device_name": "STM32L152RETx" "device_name": "STM32L152RETx",
"device_has_add": [
"LED",
"BUTTON"
]
}, },
"MCU_STM32L4": { "MCU_STM32L4": {
"inherits": [ "inherits": [
@ -3626,7 +3770,10 @@
"detect_code": [ "detect_code": [
"0770" "0770"
], ],
"device_name": "STM32L432KCUx" "device_name": "STM32L432KCUx",
"device_has_add": [
"LED"
]
}, },
"MCU_STM32L433xC": { "MCU_STM32L433xC": {
"inherits": [ "inherits": [
@ -3650,7 +3797,11 @@
"detect_code": [ "detect_code": [
"0779" "0779"
], ],
"device_name": "STM32L433RCTx" "device_name": "STM32L433RCTx",
"device_has_add": [
"LED",
"BUTTON"
]
}, },
"MCU_STM32L443xC": { "MCU_STM32L443xC": {
"inherits": [ "inherits": [
@ -3680,6 +3831,9 @@
"device_name": "STM32L443RCTx", "device_name": "STM32L443RCTx",
"detect_code": [ "detect_code": [
"0458" "0458"
],
"device_has_add": [
"LED"
] ]
}, },
"MCU_STM32L452xE": { "MCU_STM32L452xE": {
@ -3705,7 +3859,11 @@
"detect_code": [ "detect_code": [
"0829" "0829"
], ],
"device_name": "STM32L452RETx" "device_name": "STM32L452RETx",
"device_has_add": [
"LED",
"BUTTON"
]
}, },
"MCU_STM32L471xG": { "MCU_STM32L471xG": {
"inherits": [ "inherits": [
@ -3730,7 +3888,10 @@
"detect_code": [ "detect_code": [
"0312" "0312"
], ],
"device_name": "STM32L471QGIx" "device_name": "STM32L471QGIx",
"device_has_add": [
"LED"
]
}, },
"MCU_STM32L475xG": { "MCU_STM32L475xG": {
"inherits": [ "inherits": [
@ -3771,7 +3932,9 @@
], ],
"device_has_add": [ "device_has_add": [
"QSPI", "QSPI",
"USBDEVICE" "USBDEVICE",
"LED",
"BUTTON"
], ],
"features": [ "features": [
"BLE" "BLE"
@ -3807,7 +3970,11 @@
"detect_code": [ "detect_code": [
"0765" "0765"
], ],
"device_name": "STM32L476RGTx" "device_name": "STM32L476RGTx",
"device_has_add": [
"LED",
"BUTTON"
]
}, },
"DISCO_L476VG": { "DISCO_L476VG": {
"inherits": [ "inherits": [
@ -3824,7 +3991,9 @@
], ],
"device_has_add": [ "device_has_add": [
"QSPI", "QSPI",
"USBDEVICE" "USBDEVICE",
"LED",
"BUTTON"
], ],
"device_name": "STM32L476VGTx" "device_name": "STM32L476VGTx"
}, },
@ -3839,7 +4008,9 @@
"1500" "1500"
], ],
"device_has_add": [ "device_has_add": [
"QSPI" "QSPI",
"LED",
"BUTTON"
], ],
"device_name": "STM32L476VGTx" "device_name": "STM32L476VGTx"
}, },
@ -3873,7 +4044,11 @@
"detect_code": [ "detect_code": [
"0827" "0827"
], ],
"device_name": "STM32L486RGTx" "device_name": "STM32L486RGTx",
"device_has_add": [
"LED",
"BUTTON"
]
}, },
"ADV_WISE_1570": { "ADV_WISE_1570": {
"inherits": [ "inherits": [
@ -3889,7 +4064,11 @@
"WISE_1570" "WISE_1570"
], ],
"device_name": "STM32L486RGTx", "device_name": "STM32L486RGTx",
"OUTPUT_EXT": "hex" "OUTPUT_EXT": "hex",
"device_has_add": [
"LED",
"BUTTON"
]
}, },
"MCU_STM32L496xG": { "MCU_STM32L496xG": {
"inherits": [ "inherits": [
@ -3929,7 +4108,9 @@
], ],
"device_has_add": [ "device_has_add": [
"USBDEVICE", "USBDEVICE",
"QSPI" "QSPI",
"LED",
"BUTTON"
], ],
"device_name": "STM32L496AGIx" "device_name": "STM32L496AGIx"
}, },
@ -3944,7 +4125,9 @@
"0823" "0823"
], ],
"device_has_add": [ "device_has_add": [
"USBDEVICE" "USBDEVICE",
"LED",
"BUTTON"
], ],
"device_name": "STM32L496ZGTx" "device_name": "STM32L496ZGTx"
}, },
@ -3968,7 +4151,8 @@
], ],
"device_has_add": [ "device_has_add": [
"USBDEVICE", "USBDEVICE",
"QSPI" "QSPI",
"LED"
], ],
"detect_code": [ "detect_code": [
"0313" "0313"
@ -4005,7 +4189,9 @@
"0776" "0776"
], ],
"device_has_add": [ "device_has_add": [
"USBDEVICE" "USBDEVICE",
"LED",
"BUTTON"
], ],
"device_name": "STM32L4R5ZITx" "device_name": "STM32L4R5ZITx"
}, },
@ -4057,7 +4243,9 @@
"device_has_add": [ "device_has_add": [
"QSPI", "QSPI",
"OSPI", "OSPI",
"USBDEVICE" "USBDEVICE",
"LED",
"BUTTON"
] ]
}, },
"MCU_STM32L4S5xI": { "MCU_STM32L4S5xI": {
@ -4100,7 +4288,9 @@
], ],
"device_has_add": [ "device_has_add": [
"USBDEVICE", "USBDEVICE",
"QSPI" "QSPI",
"LED",
"BUTTON"
], ],
"features": [ "features": [
"BLE" "BLE"
@ -4177,6 +4367,10 @@
"device_name": "STM32L552ZETxQ", "device_name": "STM32L552ZETxQ",
"detect_code": [ "detect_code": [
"0854" "0854"
],
"device_has_add": [
"LED",
"BUTTON"
] ]
}, },
"MCU_STM32L562xE": { "MCU_STM32L562xE": {
@ -4211,7 +4405,9 @@
], ],
"device_has_add": [ "device_has_add": [
"QSPI", "QSPI",
"OSPI" "OSPI",
"LED",
"BUTTON"
], ],
"features": [ "features": [
"BLE" "BLE"
@ -4392,7 +4588,11 @@
"detect_code": [ "detect_code": [
"0883" "0883"
], ],
"device_name": "STM32WB15CCUx" "device_name": "STM32WB15CCUx",
"device_has_add": [
"LED",
"BUTTON"
]
}, },
"MCU_STM32WB55xG": { "MCU_STM32WB55xG": {
"inherits": [ "inherits": [
@ -4419,7 +4619,9 @@
"0839" "0839"
], ],
"device_has_add": [ "device_has_add": [
"USBDEVICE" "USBDEVICE",
"LED",
"BUTTON"
], ],
"device_name": "STM32WB55RGVx" "device_name": "STM32WB55RGVx"
}, },
@ -4511,7 +4713,11 @@
"detect_code": [ "detect_code": [
"0866" "0866"
], ],
"device_name": "STM32WL55JCIx" "device_name": "STM32WL55JCIx",
"device_has_add": [
"LED",
"BUTTON"
]
}, },
"MCU_STM32WLE5xC": { "MCU_STM32WLE5xC": {
"inherits": [ "inherits": [
@ -4600,7 +4806,8 @@
"TRNG", "TRNG",
"WATCHDOG", "WATCHDOG",
"FLASH", "FLASH",
"USBDEVICE" "USBDEVICE",
"LED"
], ],
"release_versions": [ "release_versions": [
"5" "5"
@ -4663,7 +4870,8 @@
"SPI", "SPI",
"SPISLAVE", "SPISLAVE",
"LPTICKER", "LPTICKER",
"USTICKER" "USTICKER",
"LED"
], ],
"release_versions": [ "release_versions": [
"5" "5"
@ -7259,7 +7467,11 @@
"ARMCLANG", "ARMCLANG",
"GNUARM" "GNUARM"
], ],
"tfm_delivery_dir": "TARGET_NUVOTON/TARGET_M2354/TARGET_TFM/TARGET_NU_M2354/COMPONENT_TFM_S_FW" "tfm_delivery_dir": "TARGET_NUVOTON/TARGET_M2354/TARGET_TFM/TARGET_NU_M2354/COMPONENT_TFM_S_FW",
"device_has_add": [
"LED",
"BUTTON"
]
}, },
"MCU_M251": { "MCU_M251": {
"core": "Cortex-M23", "core": "Cortex-M23",
@ -7521,7 +7733,9 @@
"TRNG", "TRNG",
"USBDEVICE", "USBDEVICE",
"USTICKER", "USTICKER",
"WATCHDOG" "WATCHDOG",
"LED",
"BUTTON"
], ],
"release_versions": [ "release_versions": [
"5" "5"