mirror of
https://github.com/hathach/tinyusb.git
synced 2026-02-25 01:15:34 +00:00
Add BSP support for F1C100s
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user