File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -22,4 +22,9 @@ CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="esp-idf-config/partitions-4MB-no-uf2.csv
22
22
CONFIG_PARTITION_TABLE_FILENAME="esp-idf-config/partitions-4MB-no-uf2.csv"
23
23
# end of Partition Table
24
24
25
+ #
26
+ # Power Management
27
+ #
28
+ CONFIG_PM_ENABLE=n # required for CIRCUITPY_SETTABLE_PROCESSOR_FREQUENCY, but doesn't fit with this partition table
29
+
25
30
# end of Espressif IoT Development Framework Configuration
Original file line number Diff line number Diff line change @@ -28,14 +28,17 @@ CONFIG_GPTIMER_ISR_IRAM_SAFE=y
28
28
# CONFIG_ESP_PHY_CALIBRATION_AND_DATA_STORAGE is not set
29
29
# end of PHY
30
30
31
+ #
32
+ # Power Management
33
+ #
34
+ CONFIG_PM_ENABLE=y # required for CIRCUITPY_SETTABLE_PROCESSOR_FREQUENCY
35
+
31
36
#
32
37
# ESP System Settings
33
38
#
34
39
CONFIG_ESP_MAIN_TASK_STACK_SIZE=16384
35
40
# CONFIG_ESP_TASK_WDT_INIT is not set
36
41
# CONFIG_ESP_DEBUG_OCDAWARE is not set
37
-
38
- CONFIG_PM_ENABLE=y # required for CIRCUITPY_SETTABLE_PROCESSOR_FREQUENCY
39
42
# end of ESP System Settings
40
43
41
44
Original file line number Diff line number Diff line change @@ -198,6 +198,9 @@ CIRCUITPY_ALARM = 0
198
198
endif
199
199
CIRCUITPY_DUALBANK = 1
200
200
CIRCUITPY_BLEIO = 0
201
+ CIRCUITPY_SETTABLE_PROCESSOR_FREQUENCY = 0
202
+ else
203
+ CIRCUITPY_SETTABLE_PROCESSOR_FREQUENCY = 1
201
204
endif
202
205
203
206
# No room for dualbank or mp3 on boards with 2MB flash
@@ -246,5 +249,3 @@ CIRCUITPY_MESSAGE_COMPRESSION_LEVEL ?= 1
246
249
247
250
CIRCUITPY_AUDIOMP3 ?= 1
248
251
CIRCUITPY_AUDIOMP3_USE_PORT_ALLOCATOR ?= 1
249
-
250
- CIRCUITPY_SETTABLE_PROCESSOR_FREQUENCY ?= 1
You can’t perform that action at this time.
0 commit comments