Skip to content

Commit 6844108

Browse files
authored
Merge pull request #10495 from dhalbert/espressif-settable-frequency-fix
espressif: restore settable cpu frequency
2 parents 804e444 + 4a6750f commit 6844108

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ports/espressif/mpconfigport.mk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ CIRCUITPY_PS2IO ?= 1
8282
CIRCUITPY_RGBMATRIX ?= 1
8383
CIRCUITPY_ROTARYIO ?= 1
8484
CIRCUITPY_SDIOIO ?= 1
85+
CIRCUITPY_SETTABLE_PROCESSOR_FREQUENCY ?= 1
8586
CIRCUITPY_SYNTHIO_MAX_CHANNELS ?= 12
8687
CIRCUITPY_TOUCHIO_USE_NATIVE ?= 1
8788
CIRCUITPY_WATCHDOG ?= 1
@@ -269,11 +270,12 @@ endif
269270
ifeq ($(CIRCUITPY_ESP_FLASH_SIZE),2MB)
270271
CIRCUITPY__EVE = 0
271272
CIRCUITPY_AUDIOMP3 = 0
272-
CIRCUITPY_BITMAPFILTER ?= 0
273+
CIRCUITPY_BITMAPFILTER = 0
273274
CIRCUITPY_BLEIO_NATIVE = 0
274275
CIRCUITPY_DUALBANK = 0
275276
CIRCUITPY_MAX3421E = 0
276277
CIRCUITPY_RGBMATRIX = 0
278+
CIRCUITPY_SETTABLE_PROCESSOR_FREQUENCY = 0
277279
OPTIMIZATION_FLAGS ?= -Os
278280
endif
279281

0 commit comments

Comments
 (0)