aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/layer-by-layer/memory.x
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-02-11 12:22:24 +0100
committerGitHub <[email protected]>2025-02-11 12:22:24 +0100
commit05bbb99603e16dd58604bfd1b59871eb551c74a3 (patch)
tree0ed12675f9923e0190834e15c95273a13fb76dff /docs/examples/layer-by-layer/memory.x
parent76fb3a54f38c20f1b16de60da12d21d98bf250fd (diff)
parent01b7ff8ff04af62cc04331a229f5305d320907fe (diff)
Merge pull request #3870 from kkrolczyk/kk/mostly-docu-changes-and-examples-fix
dfu documentation update, fix a couple issues
Diffstat (limited to 'docs/examples/layer-by-layer/memory.x')
-rw-r--r--docs/examples/layer-by-layer/memory.x5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/examples/layer-by-layer/memory.x b/docs/examples/layer-by-layer/memory.x
new file mode 100644
index 000000000..69f5b28a1
--- /dev/null
+++ b/docs/examples/layer-by-layer/memory.x
@@ -0,0 +1,5 @@
1MEMORY
2{
3 FLASH : ORIGIN = 0x08000000, LENGTH = 2048K /* BANK_1 */
4 RAM : ORIGIN = 0x20000000, LENGTH = 640K /* SRAM */
5}