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 5e7262b commit d32a1d9Copy full SHA for d32a1d9
m5stack/CMakeListsDefault.cmake
@@ -93,7 +93,7 @@ set(MICROPY_SOURCE_PORT
93
${PROJECT_DIR}/../micropython/ports/esp32/modespnow.c
94
)
95
96
-if (BOARD_TYPE STREQUAL "cores3" OR BOARD_TYPE STREQUAL "core2" OR BOARD_TYPE STREQUAL "paper")
+if (BOARD_TYPE STREQUAL "cores3" OR BOARD_TYPE STREQUAL "core2" OR BOARD_TYPE STREQUAL "paper" OR BOARD_TYPE STREQUAL "basic")
97
LIST(APPEND MICROPY_SOURCE_PORT ${PROJECT_DIR}/machine_sdcard.c)
98
LIST(APPEND MICROPY_SOURCE_PORT ${PROJECT_DIR}/machine_hw_spi.c)
99
else()
0 commit comments