Skip to content

Commit 187fafe

Browse files
Update mpconfigboard.mk
1 parent a337d20 commit 187fafe

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

ports/silabs/boards/devkit_xg24_brd2601b/mpconfigboard.mk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ EXTERNAL_FLASH_DEVICES = MX25R3235F
88
MCU_SERIES = MG24
99
MCU_VARIANT = EFR32MG24B310F1536IM48
1010

11-
CIRCUITPY_CREATOR_ID = 0x19960000
11+
CIRCUITPY_USB = 0
12+
13+
CIRCUITPY_CREATOR_ID = 0x19960000
1214
CIRCUITPY_CREATION_ID = 0x00242601
1315

1416
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_BLE
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
BOARD_BRD = brd2703a
22
INTERNAL_FLASH_FILESYSTEM = 1
3+
QSPI_FLASH_FILESYSTEM = 0
4+
SPI_FLASH_FILESYSTEM = 0
35

46
MCU_SERIES = MG24
57
MCU_VARIANT = EFR32MG24B210F1536IM48
68

7-
CIRCUITPY_CREATOR_ID = 0x19960000
9+
CIRCUITPY_USB = 0
10+
11+
CIRCUITPY_CREATOR_ID = 0x19960000
812
CIRCUITPY_CREATION_ID = 0x00242703
913

14+
1015
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_BLE
1116
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Register
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11

22
BOARD_BRD = brd2704a
33
INTERNAL_FLASH_FILESYSTEM = 1
4+
QSPI_FLASH_FILESYSTEM = 0
5+
SPI_FLASH_FILESYSTEM = 0
46

57
MCU_SERIES = MG24
68
MCU_VARIANT = MGM240PB32VNA
79

8-
CIRCUITPY_CREATOR_ID = 0x19960000
9-
CIRCUITPY_CREATION_ID = 0x00242704
10+
CIRCUITPY_USB = 0
1011
CIRCUITPY_SDCARDIO = 1
1112

13+
CIRCUITPY_CREATOR_ID = 0x19960000
14+
CIRCUITPY_CREATION_ID = 0x00242704
15+
1216
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_BLE
1317
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Register

0 commit comments

Comments
 (0)