|
14 | 14 | #ifdef VERSION |
15 | 15 | #define MyAppVersion VERSION |
16 | 16 | #else |
17 | | -#define MyAppVersion "2.17" |
| 17 | +#define MyAppVersion "2.18" |
18 | 18 | #endif |
19 | 19 |
|
20 | 20 | #define MyAppPublisher "Espressif Systems (Shanghai) Co. Ltd." |
@@ -236,14 +236,32 @@ Source: "{#BUILD}\tools\openocd-esp32\*"; DestDir: "\\?\{app}\tools\openocd-esp3 |
236 | 236 | Source: "{#BUILD}\tools\xtensa-esp32-elf\*"; DestDir: "\\?\{app}\tools\xtensa-esp32-elf"; Components: "{#COMPONENT_TARGET_ESP32}"; Flags: recursesubdirs skipifsourcedoesntexist; |
237 | 237 | Source: "{#BUILD}\tools\xtensa-esp32s2-elf\*"; DestDir: "\\?\{app}\tools\xtensa-esp32s2-elf"; Components: "{#COMPONENT_TARGET_ESP32_S2}"; Flags: recursesubdirs skipifsourcedoesntexist; |
238 | 238 |
|
| 239 | +; GDB RISC-V - ifndef begins with the latest chip def. If installer is not capable of handling the chip in the latest chip |
| 240 | +; then one chip is eliminated from the list |
| 241 | +#ifndef DISABLE_TARGET_ESP32_C6 |
| 242 | +Source: "{#BUILD}\tools\riscv32-esp-elf\*"; DestDir: "\\?\{app}\tools\riscv32-esp-elf"; Components: {#COMPONENT_TARGET_ESP32_C3} {#COMPONENT_TARGET_ESP32_C2} {#COMPONENT_TARGET_ESP32_C6}; Flags: recursesubdirs skipifsourcedoesntexist; |
| 243 | +Source: "{#BUILD}\tools\riscv32-esp-elf-gdb\*"; DestDir: "\\?\{app}\tools\riscv32-esp-elf-gdb"; Components: {#COMPONENT_TARGET_ESP32_C3} {#COMPONENT_TARGET_ESP32_C2} {#COMPONENT_TARGET_ESP32_C6}; Flags: recursesubdirs skipifsourcedoesntexist; |
| 244 | +#else |
| 245 | +#ifndef DISABLE_TARGET_ESP32_C2 |
| 246 | +Source: "{#BUILD}\tools\riscv32-esp-elf\*"; DestDir: "\\?\{app}\tools\riscv32-esp-elf"; Components: {#COMPONENT_TARGET_ESP32_C3} {#COMPONENT_TARGET_ESP32_C2}; Flags: recursesubdirs skipifsourcedoesntexist; |
| 247 | +Source: "{#BUILD}\tools\riscv32-esp-elf-gdb\*"; DestDir: "\\?\{app}\tools\riscv32-esp-elf-gdb"; Components: {#COMPONENT_TARGET_ESP32_C3} {#COMPONENT_TARGET_ESP32_C2}; Flags: recursesubdirs skipifsourcedoesntexist; |
| 248 | +#else |
239 | 249 | #ifndef DISABLE_TARGET_ESP32_C3 |
240 | | -Source: "{#BUILD}\tools\riscv32-esp-elf\*"; DestDir: "\\?\{app}\tools\riscv32-esp-elf"; Components: "{#COMPONENT_TARGET_ESP32_C3}"; Flags: recursesubdirs skipifsourcedoesntexist; |
| 250 | +Source: "{#BUILD}\tools\riscv32-esp-elf\*"; DestDir: "\\?\{app}\tools\riscv32-esp-elf"; Components: {#COMPONENT_TARGET_ESP32_C3}; Flags: recursesubdirs skipifsourcedoesntexist; |
| 251 | +Source: "{#BUILD}\tools\riscv32-esp-elf-gdb\*"; DestDir: "\\?\{app}\tools\riscv32-esp-elf-gdb"; Components: {#COMPONENT_TARGET_ESP32_C3}; Flags: recursesubdirs skipifsourcedoesntexist; |
| 252 | +#endif |
| 253 | +#endif |
241 | 254 | #endif |
242 | 255 |
|
| 256 | +; GDB - Xtensa |
243 | 257 | #ifndef DISABLE_TARGET_ESP32_S3 |
244 | 258 | Source: "{#BUILD}\tools\xtensa-esp32s3-elf\*"; DestDir: "\\?\{app}\tools\xtensa-esp32s3-elf"; Components: "{#COMPONENT_TARGET_ESP32_S3}"; Flags: recursesubdirs skipifsourcedoesntexist; |
| 259 | +Source: "{#BUILD}\tools\xtensa-esp-elf-gdb\*"; DestDir: "\\?\{app}\tools\xtensa-esp-elf-gdb"; Components: {#COMPONENT_TARGET_ESP32} {#COMPONENT_TARGET_ESP32_S2} {#COMPONENT_TARGET_ESP32_S3}; Flags: recursesubdirs skipifsourcedoesntexist; |
| 260 | +#else |
| 261 | +Source: "{#BUILD}\tools\xtensa-esp-elf-gdb\*"; DestDir: "\\?\{app}\tools\xtensa-esp-elf-gdb"; Components: {#COMPONENT_TARGET_ESP32} {#COMPONENT_TARGET_ESP32_S2}; Flags: recursesubdirs skipifsourcedoesntexist; |
245 | 262 | #endif |
246 | 263 |
|
| 264 | + |
247 | 265 | ; Helper Python files for sanity check of Python environment - used by system_check_page |
248 | 266 | Source: "..\Python\system_check\system_check_download.py"; Flags: dontcopy |
249 | 267 | Source: "..\Python\system_check\system_check_subprocess.py"; Flags: dontcopy |
|
0 commit comments