File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ if(NOT EXISTS ${TCL_LITE_DIR})
10
10
file (COPY ${TCL_DIR} /target/esp32c3.cfg DESTINATION ${TCL_LITE_DIR} /target )
11
11
file (COPY ${TCL_DIR} /target/esp32s2.cfg DESTINATION ${TCL_LITE_DIR} /target )
12
12
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 )
13
15
file (COPY ${TCL_DIR} /target/xtensa-core-esp32.cfg DESTINATION ${TCL_LITE_DIR} /target )
14
16
file (COPY ${TCL_DIR} /target/xtensa-core-esp32s2.cfg DESTINATION ${TCL_LITE_DIR} /target )
15
17
file (COPY ${TCL_DIR} /target/xtensa-core-esp32s3.cfg DESTINATION ${TCL_LITE_DIR} /target )
You can’t perform that action at this time.
0 commit comments