diff options
| author | xoviat <[email protected]> | 2023-07-28 17:18:22 -0500 |
|---|---|---|
| committer | xoviat <[email protected]> | 2023-07-28 17:18:22 -0500 |
| commit | c7c701b3e312c14ca00eabfa8b6d422cec869cbf (patch) | |
| tree | df9388eca3a45127eb36a670396d3a2c91517fa0 /examples/stm32l4/memory.x | |
| parent | e495d606ec62ccfd72eaf9fc868455da217e2d5c (diff) | |
| parent | cc414e63d3b7aec7da07d9097cf8a78b5d55a73a (diff) | |
Merge branch 'main' of https://github.com/embassy-rs/embassy into hrtim
Diffstat (limited to 'examples/stm32l4/memory.x')
| -rw-r--r-- | examples/stm32l4/memory.x | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/stm32l4/memory.x b/examples/stm32l4/memory.x deleted file mode 100644 index eb87d1b54..000000000 --- a/examples/stm32l4/memory.x +++ /dev/null | |||
| @@ -1,7 +0,0 @@ | |||
| 1 | MEMORY | ||
| 2 | { | ||
| 3 | /* NOTE 1 K = 1 KiBi = 1024 bytes */ | ||
| 4 | /* These values correspond to the STM32L4S5 */ | ||
| 5 | FLASH : ORIGIN = 0x08000000, LENGTH = 1024K | ||
| 6 | RAM : ORIGIN = 0x20000000, LENGTH = 128K | ||
| 7 | } | ||
