Commit 9be4dc0
committed
Fix compat tests due to esp-idf moving include files
Peripheral register definitions were moved to a new directory
inside the ESP-IDF: components/soc/{cpu_type}/register.
This change caused our compat tests to fail because they
depended on predefined register constants.
This commit resolves the issue by adding the new directory to
GCC's include search path using the -I option.
Additionally, all header files in this new directory are now
added to the DefinesDB for the compat tests with RTC macros.
Fixes #100.1 parent 37e68c5 commit 9be4dc0
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
184 | 185 | | |
185 | 186 | | |
186 | 187 | | |
| 188 | + | |
187 | 189 | | |
188 | 190 | | |
189 | 191 | | |
| |||
0 commit comments