Skip to content

Commit 95635f9

Browse files
committed
M2351: Remove from master
Since Mbed OS 6.0, secure build is not supported yet. Remove it from master temporarily. For non-TF-M support (NU_PFM_M2351_NPSA_S/NS), go to mbed-os-5.15 branch and Mbed OS 5.15 release. For TF-M support (NU_PFM_M2351_S/NS), this needs M2351 integrated into TF-M repo first. Expect M2351 TF-M support can come back into master after integration with TF-M is finished.
1 parent 8f87735 commit 95635f9

File tree

1 file changed

+0
-183
lines changed

1 file changed

+0
-183
lines changed

targets/targets.json

Lines changed: 0 additions & 183 deletions
Original file line numberDiff line numberDiff line change
@@ -6416,189 +6416,6 @@
64166416
"MPU"
64176417
]
64186418
},
6419-
"MCU_M2351": {
6420-
"default_toolchain": "ARMC6",
6421-
"public": false,
6422-
"extra_labels": [
6423-
"NUVOTON",
6424-
"M2351",
6425-
"FLASH_CMSIS_ALGO"
6426-
],
6427-
"OUTPUT_EXT": "hex",
6428-
"macros": [
6429-
"MBED_FAULT_HANDLER_DISABLED",
6430-
"LPTICKER_DELAY_TICKS=4"
6431-
],
6432-
"is_disk_virtual": true,
6433-
"config": {
6434-
"usb-uart": {
6435-
"help": "Configure USB_UART. USB_UART and USB_UART_TX/USB_UART_RX must be consistent.",
6436-
"value": null
6437-
},
6438-
"usb-uart-tx": {
6439-
"help": "Configure USBTX. USB_UART and USBTX/USBRX must be consistent.",
6440-
"value": null
6441-
},
6442-
"usb-uart-rx": {
6443-
"help": "Configure USBRX. USB_UART and USBTX/USBRX must be consistent.",
6444-
"value": null
6445-
},
6446-
"stdio-uart": {
6447-
"help": "Configure STDIO_UART. STDIO_UART and STDIO_UART_TX/STDIO_UART_RX must be consistent. STDIO_UART defaults to USB_UART.",
6448-
"value": null
6449-
},
6450-
"stdio-uart-tx": {
6451-
"help": "Configure STDIO_UART_TX. STDIO_UART and STDIO_UART_TX/STDIO_UART_RX must be consistent. STDIO_UART_TX defaults to USBTX.",
6452-
"value": null
6453-
},
6454-
"stdio-uart-rx": {
6455-
"help": "Configure STDIO_UART_RX. STDIO_UART and STDIO_UART_TX/STDIO_UART_RX must be consistent. STDIO_UART_RX defaults to USBRX.",
6456-
"value": null
6457-
},
6458-
"gpio-irq-debounce-enable": {
6459-
"help": "Enable GPIO IRQ debounce",
6460-
"value": 0
6461-
},
6462-
"gpio-irq-debounce-enable-list": {
6463-
"help": "Comma separated pin list to enable GPIO IRQ debounce",
6464-
"value": "NC"
6465-
},
6466-
"gpio-irq-debounce-clock-source": {
6467-
"help": "Select GPIO IRQ debounce clock source: GPIO_DBCTL_DBCLKSRC_HCLK or GPIO_DBCTL_DBCLKSRC_LIRC",
6468-
"value": "GPIO_DBCTL_DBCLKSRC_LIRC"
6469-
},
6470-
"gpio-irq-debounce-sample-rate": {
6471-
"help": "Select GPIO IRQ debounce sample rate: GPIO_DBCTL_DBCLKSEL_1, GPIO_DBCTL_DBCLKSEL_2, GPIO_DBCTL_DBCLKSEL_4, ..., or GPIO_DBCTL_DBCLKSEL_32768",
6472-
"value": "GPIO_DBCTL_DBCLKSEL_16"
6473-
}
6474-
},
6475-
"overrides": {
6476-
"deep-sleep-latency": 1,
6477-
"tickless-from-us-ticker": true,
6478-
"mpu-rom-end": "0x1fffffff"
6479-
},
6480-
"inherits": [
6481-
"Target"
6482-
],
6483-
"device_has": [
6484-
"USTICKER",
6485-
"LPTICKER",
6486-
"RTC",
6487-
"ANALOGIN",
6488-
"ANALOGOUT",
6489-
"I2C",
6490-
"I2CSLAVE",
6491-
"I2C_ASYNCH",
6492-
"INTERRUPTIN",
6493-
"PORTIN",
6494-
"PORTINOUT",
6495-
"PORTOUT",
6496-
"PWMOUT",
6497-
"SERIAL",
6498-
"SERIAL_ASYNCH",
6499-
"SERIAL_FC",
6500-
"STDIO_MESSAGES",
6501-
"SLEEP",
6502-
"SPI",
6503-
"SPISLAVE",
6504-
"SPI_ASYNCH",
6505-
"TRNG",
6506-
"FLASH",
6507-
"MPU",
6508-
"USBDEVICE"
6509-
],
6510-
"release_versions": [
6511-
"5"
6512-
],
6513-
"sectors": [
6514-
[
6515-
0,
6516-
2048
6517-
]
6518-
],
6519-
"bootloader_supported": true,
6520-
"forced_reset_timeout": 3
6521-
},
6522-
"NU_PFM_M2351": {
6523-
"inherits": [
6524-
"MCU_M2351"
6525-
],
6526-
"detect_code": [
6527-
"1305"
6528-
],
6529-
"device_name": "M2351KIAAEES",
6530-
"public": false,
6531-
"overrides": {
6532-
"usb-uart": "UART_0",
6533-
"usb-uart-tx": "PB_13",
6534-
"usb-uart-rx": "PB_12"
6535-
}
6536-
},
6537-
"NU_PFM_M2351_NPSA_NS": {
6538-
"inherits": [
6539-
"NU_PFM_M2351"
6540-
],
6541-
"core": "Cortex-M23-NS",
6542-
"trustzone": true,
6543-
"supported_toolchains": [
6544-
"ARMC6",
6545-
"GCC_ARM",
6546-
"IAR"
6547-
],
6548-
"extra_labels_add": [
6549-
"M23_NS",
6550-
"NU_PREBUILD_SECURE"
6551-
],
6552-
"macros_add": [
6553-
"MBED_TZ_DEFAULT_ACCESS=1"
6554-
],
6555-
"components_add": [
6556-
"FLASHIAP"
6557-
],
6558-
"post_binary_hook": {
6559-
"function": "M2351Code.merge_secure"
6560-
},
6561-
"secure_image_filename": "NuMaker-mbed-TZ-secure-example.hex",
6562-
"mbed_rom_start": "0x10010000",
6563-
"mbed_rom_size": "0x70000",
6564-
"mbed_ram_start": "0x30002000",
6565-
"mbed_ram_size": "0x16000",
6566-
"detect_code": [
6567-
"1305"
6568-
]
6569-
},
6570-
"NU_PFM_M2351_NPSA_S": {
6571-
"overrides": {
6572-
"boot-stack-size": "0x600"
6573-
},
6574-
"inherits": [
6575-
"NU_PFM_M2351"
6576-
],
6577-
"core": "Cortex-M23",
6578-
"trustzone": true,
6579-
"supported_toolchains": [
6580-
"ARMC6"
6581-
],
6582-
"extra_labels_add": [
6583-
"M23_S"
6584-
],
6585-
"device_has_remove": [
6586-
"SERIAL",
6587-
"SERIAL_ASYNCH",
6588-
"SERIAL_FC",
6589-
"STDIO_MESSAGES",
6590-
"LPTICKER"
6591-
],
6592-
"components_add": [
6593-
"FLASHIAP"
6594-
],
6595-
"deliver_to_target": "NU_PFM_M2351_NPSA_NS",
6596-
"delivery_dir": "TARGET_NUVOTON/TARGET_M2351/TARGET_M23_NS/TARGET_NU_PFM_M2351_NPSA_NS/TARGET_NU_PREBUILD_SECURE",
6597-
"mbed_rom_start": "0x0",
6598-
"mbed_rom_size": "0x10000",
6599-
"mbed_ram_start": "0x20000000",
6600-
"mbed_ram_size": "0x2000"
6601-
},
66026419
"NUMAKER_M252KG": {
66036420
"core": "Cortex-M23",
66046421
"trustzone": false,

0 commit comments

Comments
 (0)