We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51057e7 commit 195938dCopy full SHA for 195938d
ports/raspberrypi/boards/cytron_edu_pico_v2_2w/mpconfigboard.mk
@@ -24,7 +24,6 @@ CIRCUITPY_WIFI = 1
24
CIRCUITPY_MAX3421E = 0
25
CIRCUITPY_ULAB = 0
26
CIRCUITPY_ZLIB = 0
27
-CIRCUITPY_SSL_MBEDTLS = 0
28
29
CFLAGS += \
30
-DCYW43_PIN_WL_DYNAMIC=0 \
@@ -38,8 +37,8 @@ CFLAGS += \
38
37
-DCYW43_WL_GPIO_LED_PIN=0
39
-DCYW43_PIO_CLOCK_DIV_INT=3
40
41
-# The default is -O3. Change to -O2 because the build was overflowing.
42
-OPTIMIZATION_FLAGS = -O2
+# The default is -O3.
+OPTIMIZATION_FLAGS = -Os
43
44
# Include these Python libraries in firmware.
45
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Display_Text
0 commit comments