M2354: Default to HXT not present

1.  Build TF-M v1.3 with GNUARM and HXT not present.
2.  Support configurability of HXT presence (targets.json).
3.  Default HXT to not present (targets.json). This must align with built TF-M secure code above.
pull/14739/head
Chun-Chieh Li 2021-05-28 16:21:12 +08:00
parent 79cf5a01d5
commit 0b6fdf46f0
3 changed files with 6 additions and 0 deletions

View File

@ -6858,6 +6858,11 @@
],
"is_disk_virtual": true,
"config": {
"hxt-present": {
"help": "High-speed external crystal oscillator HXT is present",
"options": [false, true],
"value": false
},
"usb-uart": {
"help": "Configure USB_UART. USB_UART and USBTX/USBRX must be consistent.",
"value": null
@ -6952,6 +6957,7 @@
],
"device_name": "M2354KJFAE",
"overrides": {
"hxt-present": false,
"usb-uart": "UART_0",
"usb-uart-tx": "PA_7",
"usb-uart-rx": "PA_6"