Skip to content

Commit 0f00469

Browse files
committed
cmake: add c6 and h2 to the tcl-lite list
1 parent 89fa7e6 commit 0f00469

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmake/CreateTCL-lite.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ if(NOT EXISTS ${TCL_LITE_DIR})
1010
file(COPY ${TCL_DIR}/target/esp32c3.cfg DESTINATION ${TCL_LITE_DIR}/target)
1111
file(COPY ${TCL_DIR}/target/esp32s2.cfg DESTINATION ${TCL_LITE_DIR}/target)
1212
file(COPY ${TCL_DIR}/target/esp32s3.cfg DESTINATION ${TCL_LITE_DIR}/target)
13+
file(COPY ${TCL_DIR}/target/esp32c6.cfg DESTINATION ${TCL_LITE_DIR}/target)
14+
file(COPY ${TCL_DIR}/target/esp32h2.cfg DESTINATION ${TCL_LITE_DIR}/target)
1315
file(COPY ${TCL_DIR}/target/xtensa-core-esp32.cfg DESTINATION ${TCL_LITE_DIR}/target)
1416
file(COPY ${TCL_DIR}/target/xtensa-core-esp32s2.cfg DESTINATION ${TCL_LITE_DIR}/target)
1517
file(COPY ${TCL_DIR}/target/xtensa-core-esp32s3.cfg DESTINATION ${TCL_LITE_DIR}/target)

0 commit comments

Comments
 (0)