summaryrefslogtreecommitdiff
path: root/platforms/stm32/f4.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'platforms/stm32/f4.yaml')
-rw-r--r--platforms/stm32/f4.yaml30
1 files changed, 30 insertions, 0 deletions
diff --git a/platforms/stm32/f4.yaml b/platforms/stm32/f4.yaml
new file mode 100644
index 0000000..0d336ce
--- /dev/null
+++ b/platforms/stm32/f4.yaml
@@ -0,0 +1,30 @@
+- match:
+ mem: e
+ mem:
+ flash:
+ origin: 0x08000000
+ size: 512k
+ ld_script: stm32_f4_e.ld
+
+- match:
+ mem: g
+ mem:
+ flash:
+ origin: 0x08000000
+ size: 1M
+ ld_script: stm32_f4_g.ld
+
+- mem:
+ ram:
+ origin: 0x20000000
+ size: 128k
+
+ ccm:
+ origin: 0x10000000
+ size: 64k
+
+ define:
+ - STM32F4
+
+ meta:
+ cpu: cortex-m4f \ No newline at end of file