diff options
author | 2022-01-12 02:10:55 +0000 | |
---|---|---|
committer | 2022-01-12 02:10:55 +0000 | |
commit | 657af97d66b7157d6a6e5704d86dd59b398e7108 (patch) | |
tree | 5a599827a4c6371c2edf4541c4b82539b64d0b11 /memory.x | |
parent | b592db9060b6c9eda1deacbd0ed418cacd69525c (diff) | |
download | cortex-m-657af97d66b7157d6a6e5704d86dd59b398e7108.tar.gz cortex-m-657af97d66b7157d6a6e5704d86dd59b398e7108.tar.zst cortex-m-657af97d66b7157d6a6e5704d86dd59b398e7108.zip |
Move device.x example to workspace root for cortex-m-rt tests.
Diffstat (limited to 'memory.x')
-rw-r--r-- | memory.x | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ -/* Device specific memory layout */ - -/* This file is used to build the cortex-m-rt examples, - but not other applications using cortex-m-rt. */ +/* Sample memory.x file used for cortex-m-rt examples and tests only. + * You must provide your own memory.x with values correct for your device, + * don't just copy these. + */ MEMORY { |