Skip to content

Commit c0cbc15

Browse files
committed
try re-enabling alarm on 4MB ESP32 boards with legacy layout
1 parent ad73d0b commit c0cbc15

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ports/espressif/mpconfigport.mk

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -281,11 +281,6 @@ endif
281281
# BLE and alarm can be included. This setting prevents the partition layout from
282282
# changing.
283283
ifeq ($(CIRCUITPY_LEGACY_4MB_FLASH_LAYOUT), 1)
284-
ifeq ($(IDF_TARGET_ARCH), xtensa)
285-
CIRCUITPY_ALARM ?= 1
286-
else
287-
CIRCUITPY_ALARM = 0
288-
endif
289284
CIRCUITPY_DUALBANK = 1
290285
CIRCUITPY_BLEIO ?= 0
291286
CIRCUITPY_SETTABLE_PROCESSOR_FREQUENCY = 0

0 commit comments

Comments
 (0)