From 739e5861c2e47db251725163fcd91cd822cf97b7 Mon Sep 17 00:00:00 2001 From: Ulf Lilleengen Date: Sat, 18 May 2024 10:17:03 +0200 Subject: convert from antora to asciidoctor --- docs/modules/ROOT/examples/basic/memory.x | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 docs/modules/ROOT/examples/basic/memory.x (limited to 'docs/modules/ROOT/examples/basic/memory.x') diff --git a/docs/modules/ROOT/examples/basic/memory.x b/docs/modules/ROOT/examples/basic/memory.x deleted file mode 100644 index 9b04edec0..000000000 --- a/docs/modules/ROOT/examples/basic/memory.x +++ /dev/null @@ -1,7 +0,0 @@ -MEMORY -{ - /* NOTE 1 K = 1 KiBi = 1024 bytes */ - /* These values correspond to the NRF52840 with Softdevices S140 7.0.1 */ - FLASH : ORIGIN = 0x00000000, LENGTH = 1024K - RAM : ORIGIN = 0x20000000, LENGTH = 256K -} -- cgit