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
Chun-Chieh Li 2019-09-12 10:51:12 +08:00
parent e9e85f5307
commit b98360ed20
1 changed files with 1 additions and 1 deletions

View File

@ -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",