File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ run_tests_for_cpu() {
53
53
54
54
echo -e " \tBuilding using binutils ($cpu )"
55
55
gcc -I esp-idf/components/soc/$cpu /include -I esp-idf/components/esp_common/include \
56
+ -I esp-idf/components/soc/$cpu /register \
56
57
-x assembler-with-cpp \
57
58
-E -o ${pre_file} $src_file
58
59
esp32ulp-elf-as --mcpu=$cpu -o $obj_file ${pre_file}
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ build_defines_db() {
61
61
rm -f " ${defines_db} "
62
62
micropython -m esp32_ulp.parse_to_db \
63
63
esp-idf/components/soc/$cpu /include/soc/* .h \
64
+ esp-idf/components/soc/$cpu /register/soc/* .h \
64
65
esp-idf/components/esp_common/include/* .h 1> $log_file
65
66
66
67
# cache defines.db
@@ -184,6 +185,7 @@ run_tests_for_cpu() {
184
185
185
186
echo -e " \tBuilding using binutils ($cpu )"
186
187
gcc -I esp-idf/components/soc/$cpu /include -I esp-idf/components/esp_common/include \
188
+ -I esp-idf/components/soc/$cpu /register \
187
189
-x assembler-with-cpp \
188
190
-E -o ${pre_file} $src_file
189
191
esp32ulp-elf-as --mcpu=$cpu -o $obj_file ${pre_file}
You can’t perform that action at this time.
0 commit comments