mirror of https://github.com/ARMmbed/mbed-os.git
M2351: Enable USB UART for non-PSA secure target for Greentea
NOTE1: USB UART is partitioned for non-secure world. Secure world still can share it with limit that its interrupt cannot use in secure world. NOTE2: In secure world, USB UART is only for Greentea and STDIO. Developers shouldn't use it for other purposes.pull/11288/head
parent
e9e85f5307
commit
b98360ed20
|
@ -8763,7 +8763,7 @@
|
|||
"extra_labels_add": [
|
||||
"M23_S"
|
||||
],
|
||||
"device_has_remove": ["TRNG", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "STDIO_MESSAGES"],
|
||||
"device_has_remove": ["TRNG"],
|
||||
"components_add": ["FLASHIAP"],
|
||||
"deliver_to_target": "NU_PFM_M2351_NPSA_NS",
|
||||
"delivery_dir": "TARGET_NUVOTON/TARGET_M2351/TARGET_M23_NS/TARGET_NU_PFM_M2351_NPSA_NS/TARGET_NU_PREBUILD_SECURE",
|
||||
|
|
Loading…
Reference in New Issue