Skip to content

Commit

Permalink
sn32: add sn32f290 to bootloaders
Browse files Browse the repository at this point in the history
  • Loading branch information
dexter93 committed Dec 12, 2024
1 parent 2870472 commit 6d4322b
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 @@ -137,6 +137,9 @@ ifeq ($(strip $(BOOTLOADER)), sn32-dfu)
ifeq ($(strip $(MCU_SERIES)), SN32F260)
DFU_ARGS ?= -v 0c45/7010 -o 0x200
endif
ifeq ($(strip $(MCU_SERIES)), SN32F290)
DFU_ARGS ?= -v 0c45/7140
endif

endif

Expand Down

0 comments on commit 6d4322b

Please sign in to comment.