From 68ca62dfd7e7fe757ba436fee7721520119da92b Mon Sep 17 00:00:00 2001 From: Yunhao Tian Date: Sat, 4 Dec 2021 18:02:07 +0800 Subject: Add BSP support for F1C100s --- examples/rules.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'examples/rules.mk') diff --git a/examples/rules.mk b/examples/rules.mk index 4cc35cb22..6314380ec 100644 --- a/examples/rules.mk +++ b/examples/rules.mk @@ -182,6 +182,11 @@ flash-jlink: $(BUILD)/$(PROJECT).hex flash-stlink: $(BUILD)/$(PROJECT).elf STM32_Programmer_CLI --connect port=swd --write $< --go +flash-xfel: $(BUILD)/$(PROJECT).bin + xfel ddr + xfel write 0x80000000 $< + xfel exec 0x80000000 + # Flash using pyocd PYOCD_OPTION ?= flash-pyocd: $(BUILD)/$(PROJECT).hex -- cgit v1.3.1