We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfe16ef commit 048ccccCopy full SHA for 048cccc
1 file changed
ports/rp2/CMakeLists.txt
@@ -66,6 +66,11 @@ if(NOT MICROPY_C_HEAP_SIZE)
66
set(MICROPY_C_HEAP_SIZE 0)
67
endif()
68
69
+# Enable error text compression by default.
70
+if(NOT MICROPY_ROM_TEXT_COMPRESSION)
71
+ set(MICROPY_ROM_TEXT_COMPRESSION ON)
72
+endif()
73
+
74
# Enable extmod components that will be configured by extmod.cmake.
75
# A board may also have enabled additional components.
76
set(MICROPY_SSL_MBEDTLS ON)
0 commit comments