File tree Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -321,6 +321,7 @@ if(CONFIG_SOC_SERIES_ESP32)
321
321
../../components/esp_rom/patches/esp_rom_uart.c
322
322
../../components/esp_rom/patches/esp_rom_spiflash.c
323
323
../../components/esp_rom/patches/esp_rom_efuse.c
324
+ ../../components/esp_rom/patches/esp_rom_gpio.c
324
325
../../components/esp_rom/patches/esp_rom_longjmp.S
325
326
326
327
../../components/esp_system/port/soc/${CONFIG_SOC_SERIES}/clk.c
Original file line number Diff line number Diff line change @@ -246,6 +246,7 @@ if(CONFIG_SOC_SERIES_ESP32C2)
246
246
../../components/esp_rom/patches/esp_rom_uart.c
247
247
../../components/esp_rom/patches/esp_rom_spiflash.c
248
248
../../components/esp_rom/patches/esp_rom_efuse.c
249
+ ../../components/esp_rom/patches/esp_rom_gpio.c
249
250
../../components/esp_rom/patches/esp_rom_systimer.c
250
251
251
252
../../components/esp_system/port/soc/${CONFIG_SOC_SERIES}/clk.c
Original file line number Diff line number Diff line change @@ -320,6 +320,7 @@ if(CONFIG_SOC_SERIES_ESP32C3)
320
320
../../components/esp_rom/patches/esp_rom_uart.c
321
321
../../components/esp_rom/patches/esp_rom_spiflash.c
322
322
../../components/esp_rom/patches/esp_rom_efuse.c
323
+ ../../components/esp_rom/patches/esp_rom_gpio.c
323
324
../../components/esp_rom/patches/esp_rom_systimer.c
324
325
325
326
../../components/esp_system/port/soc/${CONFIG_SOC_SERIES}/clk.c
Original file line number Diff line number Diff line change @@ -257,6 +257,7 @@ if(CONFIG_SOC_SERIES_ESP32C6)
257
257
../../components/esp_rom/patches/esp_rom_uart.c
258
258
../../components/esp_rom/patches/esp_rom_spiflash.c
259
259
../../components/esp_rom/patches/esp_rom_efuse.c
260
+ ../../components/esp_rom/patches/esp_rom_gpio.c
260
261
../../components/esp_rom/patches/esp_rom_systimer.c
261
262
../../components/esp_rom/patches/esp_rom_wdt.c
262
263
../../components/esp_rom/patches/esp_rom_hp_regi2c_esp32c6.c
Original file line number Diff line number Diff line change @@ -328,6 +328,7 @@ if(CONFIG_SOC_SERIES_ESP32S2)
328
328
../../components/esp_rom/patches/esp_rom_uart.c
329
329
../../components/esp_rom/patches/esp_rom_spiflash.c
330
330
../../components/esp_rom/patches/esp_rom_efuse.c
331
+ ../../components/esp_rom/patches/esp_rom_gpio.c
331
332
../../components/esp_rom/patches/esp_rom_systimer.c
332
333
../../components/esp_rom/patches/esp_rom_wdt.c
333
334
../../components/esp_rom/patches/esp_rom_longjmp.S
Original file line number Diff line number Diff line change @@ -352,6 +352,7 @@ if(CONFIG_SOC_SERIES_ESP32S3)
352
352
../../components/esp_rom/patches/esp_rom_uart.c
353
353
../../components/esp_rom/patches/esp_rom_spiflash.c
354
354
../../components/esp_rom/patches/esp_rom_efuse.c
355
+ ../../components/esp_rom/patches/esp_rom_gpio.c
355
356
../../components/esp_rom/patches/esp_rom_systimer.c
356
357
../../components/esp_rom/patches/esp_rom_wdt.c
357
358
../../components/esp_rom/patches/esp_rom_longjmp.S
You can’t perform that action at this time.
0 commit comments