commit | cf1018c5b21720afc9603020d7d0ad9f201b4a3a | [log] [tgz] |
---|---|---|
author | torfmaster <briefe@kebes.de> | Mon Feb 11 19:35:24 2019 +0100 |
committer | torfmaster <briefe@kebes.de> | Fri Feb 15 17:53:47 2019 +0100 |
tree | b19d9e403a5e076cd7551455e5e82fb39b7e75f1 | |
parent | a709d14da8d480cf9efd37f9c24ddc6dce630853 [diff] [blame] |
Add rudimentary support for the hail board.
diff --git a/hail_layout.ld b/hail_layout.ld new file mode 100644 index 0000000..04ef052 --- /dev/null +++ b/hail_layout.ld
@@ -0,0 +1,11 @@ +/* Layout for the Hail board, used by the examples in this repository. */ + +MEMORY { + /* The application region is 64 bytes (0x40) */ + FLASH (rx) : ORIGIN = 0x00030040, LENGTH = 0x0005FFC0 + SRAM (rwx) : ORIGIN = 0x20004000, LENGTH = 62K +} + +MPU_MIN_ALIGN = 8K; + +INCLUDE layout.ld