Skip to content

Commit

Permalink
sn32: add sn32f240c to bootloaders
Browse files Browse the repository at this point in the history
  • Loading branch information
dexter93 committed Dec 12, 2024
1 parent 9df433d commit 2870472
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions platforms/chibios/bootloader.mk
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ ifeq ($(strip $(BOOTLOADER)), sn32-dfu)
ifeq ($(strip $(MCU_SERIES)), SN32F240B)
DFU_ARGS ?= -v 0c45/7040
endif
ifeq ($(strip $(MCU_SERIES)), SN32F240C)
DFU_ARGS ?= -v 0c45/7160
endif
ifeq ($(strip $(MCU_SERIES)), SN32F260)
DFU_ARGS ?= -v 0c45/7010 -o 0x200
endif
Expand Down

0 comments on commit 2870472

Please sign in to comment.