Revision 83e94d4b modules/STM32L476RG-NUCLEO64/Makefile

View differences:

modules/STM32L476RG-NUCLEO64/Makefile
302 302
RULESPATH = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC
303 303
include $(RULESPATH)/rules.mk
304 304

  
305
# flash
306
include $(AMIROOS)/bootloader/bootloader.mk
307

  
308
flash: $(BUILDDIR)/$(PROJECT).elf
309
	openocd -f interface/stlink-v2-1.cfg -c "set WORKAREASIZE 0x2000" -f target/stm32l4x.cfg -c "program build/$(PROJECT).elf verify reset exit"
310

  
305 311
#                                                                              #
306 312
# End of targets section                                                       #
307 313
################################################################################

Also available in: Unified diff