add esp32s2beta component

This commit is contained in:
suda-morris
2019-05-10 11:34:06 +08:00
parent 91508ca27f
commit b146104885
58 changed files with 14636 additions and 12 deletions

View File

@@ -76,7 +76,7 @@ else()
add_custom_command(
OUTPUT esp32_out.ld
COMMAND "${CMAKE_C_COMPILER}" -C -P -x c -E -o esp32_out.ld -I ${config_dir} ${LD_DIR}/esp32.ld
MAIN_DEPENDENCY ${LD_DIR}/esp32.ld ${SDKCONFIG_H}
MAIN_DEPENDENCY ${LD_DIR}/esp32.ld ${sdkconfig_header}
COMMENT "Generating linker script..."
VERBATIM)