aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorIan McIntyre <me@mciantyre.dev>2025-11-26 09:22:06 -0500
committerIan McIntyre <me@mciantyre.dev>2025-11-26 10:49:04 -0500
commiteb47674359ea27cc5e7824a234067491ff01ab13 (patch)
tree0b371ecb64f8a8669ec86d896714dac6cae3c892 /CHANGELOG.md
parent8b0d5278b0de5254a242f8a356f061949a896161 (diff)
Let users change name of included device.x file
Alternate PAC designs might describe the device file with a custom / chip specific name. This change lets users specify which linker script they're using.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5dd5d73..0ae56f7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,11 @@ Establish a 32 byte reservation at the start of ITCM where instructions are
never placed. This reduces the total capacity of ITCM by 32 bytes on nearly
all MCUs, except the 1180.
+Provide a `RuntimeBuilder::device_script_name` method to change the name of
+the device linker script that's included in the runtime. By default, the name
+remains `device.x`. The name only matters if the "device" crate feature is
+enabled.
+
### FlexRAM bank layouts
The runtime builder lets users specify the _layout_, or assignment, of FlexRAM