M252: Introduce base target MCU_M251

This is to support all M251 series based targets.
pull/13382/head
Chun-Chieh Li 2020-03-11 17:23:33 +08:00
parent e446a688e2
commit 2e1627d31e
1 changed files with 15 additions and 9 deletions

View File

@ -5635,15 +5635,15 @@
"MPU"
]
},
"NUMAKER_IOT_M252": {
"MCU_M251": {
"core": "Cortex-M23",
"public": false,
"trustzone": false,
"is_disk_virtual": true,
"default_toolchain": "ARMC6",
"extra_labels": [
"NUVOTON",
"M251",
"M252KG6AE",
"FLASH_CMSIS_ALGO"
],
"macros_add": [
@ -5714,13 +5714,6 @@
"components_add": [
"FLASHIAP"
],
"detect_code": [
"1309"
],
"release_versions": [
"5"
],
"device_name": "M252KG6AE",
"sectors": [
[
0,
@ -5729,6 +5722,19 @@
],
"bootloader_supported": true
},
"NUMAKER_IOT_M252": {
"inherits": [
"MCU_M251"
],
"detect_code": [
"1309"
],
"release_versions": [
"2",
"5"
],
"device_name": "M252KG6AE"
},
"TMPM4G9": {
"inherits": [
"Target"