开始准备将已有项目porting到esp32,采用v4.0 的esp-idf。 但是在编译的时候遇到以下问题
build/esp32/libesp32.a(cpu_start.o): in function `main_task\':
/home/fhe/esp/esp-idf/components/esp32/cpu_star ...
error: static assertion failed: \"FLASH and PSRAM Mode configuration are not supported\"
_Static_assert(CHECK_POWER_OF_2(SPI_TIMING_CORE_CLOCK_MHZ / SPI_TIMING_PSRAM_MODULE_CLOCK), \"FLASH and PSRAM ...