aboutsummaryrefslogtreecommitdiff
path: root/stm32f091/makefile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-10-26 15:51:18 +0200
committerlonkaars <loek@pipeframe.xyz>2022-10-26 15:51:18 +0200
commite2ae9e96ba05baa389ebc49a65a941bada87e3aa (patch)
treeabf2df32e15d5cf7adfb4caaa8bb99f59abf9d7b /stm32f091/makefile
parentfbd5ed29043c4094f1209ec8935a577f5ce9e7a6 (diff)
dma write working
Diffstat (limited to 'stm32f091/makefile')
-rw-r--r--stm32f091/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/stm32f091/makefile b/stm32f091/makefile
index 20424c3..bf20f00 100644
--- a/stm32f091/makefile
+++ b/stm32f091/makefile
@@ -90,6 +90,7 @@ $(TARGET).elf: $(OBJS)
flash: $(TARGET).bin
st-flash write $(TARGET).bin 0x08000000
+ st-flash reset
compile_commands: clean
compiledb make -n