Skip to content

Commit 657af97

Browse files
committed
Move device.x example to workspace root for cortex-m-rt tests.
1 parent b592db9 commit 657af97

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
/* Sample device.x file */
1+
/* Sample device.x file used for corte-m-rt tests only. */
22
PROVIDE(WWDG = DefaultHandler);
33
PROVIDE(PVD = DefaultHandler);

memory.x

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
/* Device specific memory layout */
2-
3-
/* This file is used to build the cortex-m-rt examples,
4-
but not other applications using cortex-m-rt. */
1+
/* Sample memory.x file used for cortex-m-rt examples and tests only.
2+
* You must provide your own memory.x with values correct for your device,
3+
* don't just copy these.
4+
*/
55

66
MEMORY
77
{

0 commit comments

Comments
 (0)