diff options
-rw-r--r-- | device.x (renamed from cortex-m-rt/device.x) | 2 | ||||
-rw-r--r-- | memory.x | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/cortex-m-rt/device.x b/device.x index 28f975e..25e1a33 100644 --- a/cortex-m-rt/device.x +++ b/device.x @@ -1,3 +1,3 @@ -/* Sample device.x file */ +/* Sample device.x file used for corte-m-rt tests only. */ PROVIDE(WWDG = DefaultHandler); PROVIDE(PVD = DefaultHandler); @@ -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 { |