summaryrefslogtreecommitdiff
path: root/ucoo/hal/self_programming/Module
diff options
context:
space:
mode:
authorNicolas Schodet2015-11-25 17:11:43 +0100
committerNicolas Schodet2019-10-07 00:44:57 +0200
commitcd8dfb2c6cae2cb3c4a9440bb19773cefb1d0eb3 (patch)
treec77322da6186470de532b9ccd9ddd9e2a608094d /ucoo/hal/self_programming/Module
parentdde0d4cfe6379e628729fe87aa5849db6cc11366 (diff)
ucoo/hal/self_programming: add STM32F1 support
Diffstat (limited to 'ucoo/hal/self_programming/Module')
-rw-r--r--ucoo/hal/self_programming/Module3
1 files changed, 2 insertions, 1 deletions
diff --git a/ucoo/hal/self_programming/Module b/ucoo/hal/self_programming/Module
index 7b59d98..ac9d125 100644
--- a/ucoo/hal/self_programming/Module
+++ b/ucoo/hal/self_programming/Module
@@ -1 +1,2 @@
-ucoo_hal_self_programming_SOURCES := self_programming.stm32f4.cc
+ucoo_hal_self_programming_SOURCES := self_programming.stm32f4.cc \
+ self_programming.stm32f1.cc