Skip to content

Commit

Permalink
Move device.x example to workspace root for cortex-m-rt tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgreig committed Jan 12, 2022
1 parent b592db9 commit 657af97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cortex-m-rt/device.x → device.x
Original file line number Diff line number Diff line change
@@ -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);
8 changes: 4 additions & 4 deletions memory.x
Original file line number Diff line number Diff line change
@@ -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
{
Expand Down

0 comments on commit 657af97

Please sign in to comment.