Commit d2a5df0
committed
Explicitly target the ESP32 during binary comparison
When using binutils-gdb (esp32ulp) to generate the "reference binary",
which we compare against, pass --mcpu=esp32 to select the original
ESP32 variant. While this is the default target of esp32-ulp-as,
adding this argument makes the choice explicit and shows how to select
a variant, for when we add support the ESP32-S2 or ESP32-S3 (both
use --mcpu=esp32s2 because their ULPs have the same binary format).1 parent d866019 commit d2a5df0
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
0 commit comments