mirror of https://github.com/ARMmbed/mbed-os.git
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
parent
79cf5a01d5
commit
0b6fdf46f0
Binary file not shown.
Binary file not shown.
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue