Skip to content

Commit 0b6fdf4

Browse files
committed
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.
1 parent 79cf5a0 commit 0b6fdf4

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

targets/targets.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6858,6 +6858,11 @@
68586858
],
68596859
"is_disk_virtual": true,
68606860
"config": {
6861+
"hxt-present": {
6862+
"help": "High-speed external crystal oscillator HXT is present",
6863+
"options": [false, true],
6864+
"value": false
6865+
},
68616866
"usb-uart": {
68626867
"help": "Configure USB_UART. USB_UART and USBTX/USBRX must be consistent.",
68636868
"value": null
@@ -6952,6 +6957,7 @@
69526957
],
69536958
"device_name": "M2354KJFAE",
69546959
"overrides": {
6960+
"hxt-present": false,
69556961
"usb-uart": "UART_0",
69566962
"usb-uart-tx": "PA_7",
69576963
"usb-uart-rx": "PA_6"

0 commit comments

Comments
 (0)