aboutsummaryrefslogtreecommitdiff
path: root/tests/nrf/memory.x
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-01-24 19:30:46 +0100
committerUlf Lilleengen <[email protected]>2024-01-24 21:23:54 +0100
commit85d7779668ce14abbde4cd8fb1ea9395df529206 (patch)
treee4973540c0b91e74cba030e43e3694c55646eb60 /tests/nrf/memory.x
parent7d961a7f447a56a458a556b747710ec3375950d7 (diff)
rename nrf52 HIL test
Diffstat (limited to 'tests/nrf/memory.x')
-rw-r--r--tests/nrf/memory.x5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/nrf/memory.x b/tests/nrf/memory.x
deleted file mode 100644
index 58900a7bd..000000000
--- a/tests/nrf/memory.x
+++ /dev/null
@@ -1,5 +0,0 @@
1MEMORY
2{
3 FLASH : ORIGIN = 0x00000000, LENGTH = 1024K
4 RAM : ORIGIN = 0x20000000, LENGTH = 256K
5}