aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Gravekamp <me@thomas-gravekamp.nl>2017-10-31 23:33:50 +0100
committerThomas Gravekamp <me@thomas-gravekamp.nl>2017-10-31 23:34:43 +0100
commit9bc221d2c6b3d4b69fdfa2ab3d5cafc05a5d7304 (patch)
tree85bf83e137461ec89ba74fd27e472a362102d77c /Makefile
parentc5a0d0355b72aca0ce9a92225130600ff30de54b (diff)
Add initial files.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..4a84ce2
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+DEVICE = STM32F030x4
+FLASH = 0x08000000
+
+# Include the main makefile
+include ./STM32-base/make/common.mk