Skip to content

Commit b98360e

Browse files
committed
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.
1 parent e9e85f5 commit b98360e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/targets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8763,7 +8763,7 @@
87638763
"extra_labels_add": [
87648764
"M23_S"
87658765
],
8766-
"device_has_remove": ["TRNG", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "STDIO_MESSAGES"],
8766+
"device_has_remove": ["TRNG"],
87678767
"components_add": ["FLASHIAP"],
87688768
"deliver_to_target": "NU_PFM_M2351_NPSA_NS",
87698769
"delivery_dir": "TARGET_NUVOTON/TARGET_M2351/TARGET_M23_NS/TARGET_NU_PFM_M2351_NPSA_NS/TARGET_NU_PREBUILD_SECURE",

0 commit comments

Comments
 (0)