Skip to content

Commit

Permalink
l431: added bootloader
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Jul 29, 2024
1 parent c573876 commit b7e4013
Show file tree
Hide file tree
Showing 9 changed files with 800 additions and 3,591 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ ROOT := $(patsubst %/,%,$(dir $(lastword $(MAKEFILE_LIST))))
include $(ROOT)/make/tools.mk

# supported MCU types
MCU_TYPES := E230 F031 F051 F415 F421 G071 G431
MCU_TYPES := E230 F031 F051 F415 F421 G071 G431 L431
MCU_TYPE := NONE

# MCU types that we build a bootloader for - this should be $(MCU_TYPES) in the future
# when all bootloader porting is completed
BL_MCU_TYPES := E230 F031 F051 F415 F421 G071 G431
BL_MCU_TYPES := E230 F031 F051 F415 F421 G071 G431 L431

# Function to include makefile for each MCU type
define INCLUDE_MCU_MAKEFILES
Expand Down
Loading

0 comments on commit b7e4013

Please sign in to comment.