We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b592db9 commit 657af97Copy full SHA for 657af97
cortex-m-rt/device.x renamed to device.x
@@ -1,3 +1,3 @@
1
-/* Sample device.x file */
+/* Sample device.x file used for corte-m-rt tests only. */
2
PROVIDE(WWDG = DefaultHandler);
3
PROVIDE(PVD = DefaultHandler);
memory.x
@@ -1,7 +1,7 @@
-/* Device specific memory layout */
-
-/* This file is used to build the cortex-m-rt examples,
4
- 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.
+ */
5
6
MEMORY
7
{
0 commit comments