Skip to content

Commit

Permalink
g431 bootloader support
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Aug 21, 2024
1 parent 7a37db8 commit e331ce0
Show file tree
Hide file tree
Showing 12 changed files with 1,022 additions and 1,722 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ROOT := $(patsubst %/,%,$(dir $(lastword $(MAKEFILE_LIST))))
include $(ROOT)/make/tools.mk

# MCU builds, if with _xxK then adds build with given flash size
MCU_BUILDS := E230 F031 F051 F415 F415_128K F421 G071 G071_64K L431
MCU_BUILDS := E230 F031 F051 F415 F415_128K F421 G071 G071_64K L431 G431

# we support bootloader comms on a list of possible pins
BOOTLOADER_PINS = PB4 PA2 PA15
Expand Down
Loading

0 comments on commit e331ce0

Please sign in to comment.