Skip to content

Commit 656ee0d

Browse files
ccli8adbridge
authored andcommitted
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 2e2a340 commit 656ee0d

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
@@ -8715,7 +8715,7 @@
87158715
"extra_labels_add": [
87168716
"M23_S"
87178717
],
8718-
"device_has_remove": ["TRNG", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "STDIO_MESSAGES"],
8718+
"device_has_remove": ["TRNG"],
87198719
"components_add": ["FLASHIAP"],
87208720
"deliver_to_target": "NU_PFM_M2351_NPSA_NS",
87218721
"delivery_dir": "TARGET_NUVOTON/TARGET_M2351/TARGET_M23_NS/TARGET_NU_PFM_M2351_NPSA_NS/TARGET_NU_PREBUILD_SECURE",

0 commit comments

Comments
 (0)