Skip to content

Commit 6e5c818

Browse files
committed
fix extensions for atmel and 2 boards, matching main
1 parent 87e8994 commit 6e5c818

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

ports/atmel-samd/mpconfigport.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,4 @@ CIRCUITPY_RGBMATRIX ?= $(CIRCUITPY_FRAMEBUFFERIO)
134134
endif # same51
135135
######################################################################
136136

137-
CIRCUITPY_BUILD_EXTENSIONS ?= bin,uf2
137+
CIRCUITPY_BUILD_EXTENSIONS ?= uf2

ports/stm/boards/sparkfun_stm32_thing_plus/mpconfigboard.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ LD_BOOT = boards/STM32F405_boot.ld
1919
UF2_OFFSET = 0x8010000
2020

2121
CIRCUITPY_RGBMATRIX ?= 1
22+
23+
CIRCUITPY_BUILD_EXTENSIONS = bin,uf2

ports/stm/boards/swan_r5/mpconfigboard.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,5 @@ CIRCUITPY_BUSDEVICE = 0
7171
CIRCUITPY_KEYPAD = 1
7272
CIRCUITPY_RGBMATRIX = 0
7373
CIRCUITPY_RTC = 1
74+
75+
CIRCUITPY_BUILD_EXTENSIONS = bin,uf2

0 commit comments

Comments
 (0)