diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-03-01 10:19:15 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-03-01 10:19:15 +0100 |
commit | 8f96022464628fe05610bd851317769c396cb4e8 (patch) | |
tree | 9bbc938547324de2ea07e31412d93c46e44e636f /Makefile |
initial commit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..819c74b --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +DEVICE = STM32F030x4 +FLASH = 0x08000000 + +USE_ST_CMSIS = true + +# Include the main makefile +include ./STM32-base/make/common.mk |