We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8cde69 commit 6662913Copy full SHA for 6662913
boards/ESP32_GENERIC_S3/mpconfigboard.cmake
@@ -7,3 +7,7 @@ set(SDKCONFIG_DEFAULTS
7
${MICROPY_ESP32_DIR}/boards/sdkconfig.spiram_sx
8
${MICROPY_ESP32_DIR}/boards/ESP32_GENERIC_S3/sdkconfig.board
9
)
10
+
11
+set(USER_C_MODULES
12
+ ${PROJECT_DIR}/src/full.cmake
13
+)
0 commit comments