Skip to content

Commit 180528b

Browse files
committed
M263: Add MCU_M261 target
This is to support M261 series based targets.
1 parent 4fa9cca commit 180528b

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

targets/targets.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14712,13 +14712,13 @@
1471214712
"5"
1471314713
]
1471414714
},
14715-
"NUMAKER_IOT_M263A": {
14715+
"MCU_M261": {
1471614716
"core": "Cortex-M23",
1471714717
"default_toolchain": "ARMC6",
14718+
"public": false,
1471814719
"extra_labels": [
1471914720
"NUVOTON",
1472014721
"M261",
14721-
"M263KIAAE",
1472214722
"FLASH_CMSIS_ALGO"
1472314723
],
1472414724
"macros": [
@@ -14782,20 +14782,25 @@
1478214782
"components_add": [
1478314783
"FLASHIAP"
1478414784
],
14785-
"detect_code": [
14786-
"1310"
14787-
],
1478814785
"release_versions": [
1478914786
"5"
1479014787
],
14791-
"device_name": "M263KIAAE",
1479214788
"bootloader_supported": true,
1479314789
"overrides": {
1479414790
"deep-sleep-latency": 1,
1479514791
"tickless-from-us-ticker": true
1479614792
},
1479714793
"forced_reset_timeout": 3
1479814794
},
14795+
"NUMAKER_IOT_M263A": {
14796+
"inherits": [
14797+
"MCU_M261"
14798+
],
14799+
"device_name": "M263KIAAE",
14800+
"detect_code": [
14801+
"1310"
14802+
]
14803+
},
1479914804
"NUCLEO_G071RB": {
1480014805
"inherits": [
1480114806
"FAMILY_STM32"

0 commit comments

Comments
 (0)