Skip to content

Commit 02ec0ba

Browse files
committed
cmake: add esp_rom_gpio patch source
The original ROM function enabled output for the pad first, and then connected the signal This could result in an undesired level change at the pad Signed-off-by: Sylvio Alves <[email protected]>
1 parent 8e3d107 commit 02ec0ba

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

zephyr/esp32/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ if(CONFIG_SOC_SERIES_ESP32)
321321
../../components/esp_rom/patches/esp_rom_uart.c
322322
../../components/esp_rom/patches/esp_rom_spiflash.c
323323
../../components/esp_rom/patches/esp_rom_efuse.c
324+
../../components/esp_rom/patches/esp_rom_gpio.c
324325
../../components/esp_rom/patches/esp_rom_longjmp.S
325326

326327
../../components/esp_system/port/soc/${CONFIG_SOC_SERIES}/clk.c

zephyr/esp32c2/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ if(CONFIG_SOC_SERIES_ESP32C2)
246246
../../components/esp_rom/patches/esp_rom_uart.c
247247
../../components/esp_rom/patches/esp_rom_spiflash.c
248248
../../components/esp_rom/patches/esp_rom_efuse.c
249+
../../components/esp_rom/patches/esp_rom_gpio.c
249250
../../components/esp_rom/patches/esp_rom_systimer.c
250251

251252
../../components/esp_system/port/soc/${CONFIG_SOC_SERIES}/clk.c

zephyr/esp32c3/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ if(CONFIG_SOC_SERIES_ESP32C3)
320320
../../components/esp_rom/patches/esp_rom_uart.c
321321
../../components/esp_rom/patches/esp_rom_spiflash.c
322322
../../components/esp_rom/patches/esp_rom_efuse.c
323+
../../components/esp_rom/patches/esp_rom_gpio.c
323324
../../components/esp_rom/patches/esp_rom_systimer.c
324325

325326
../../components/esp_system/port/soc/${CONFIG_SOC_SERIES}/clk.c

zephyr/esp32c6/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ if(CONFIG_SOC_SERIES_ESP32C6)
257257
../../components/esp_rom/patches/esp_rom_uart.c
258258
../../components/esp_rom/patches/esp_rom_spiflash.c
259259
../../components/esp_rom/patches/esp_rom_efuse.c
260+
../../components/esp_rom/patches/esp_rom_gpio.c
260261
../../components/esp_rom/patches/esp_rom_systimer.c
261262
../../components/esp_rom/patches/esp_rom_wdt.c
262263
../../components/esp_rom/patches/esp_rom_hp_regi2c_esp32c6.c

zephyr/esp32s2/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ if(CONFIG_SOC_SERIES_ESP32S2)
328328
../../components/esp_rom/patches/esp_rom_uart.c
329329
../../components/esp_rom/patches/esp_rom_spiflash.c
330330
../../components/esp_rom/patches/esp_rom_efuse.c
331+
../../components/esp_rom/patches/esp_rom_gpio.c
331332
../../components/esp_rom/patches/esp_rom_systimer.c
332333
../../components/esp_rom/patches/esp_rom_wdt.c
333334
../../components/esp_rom/patches/esp_rom_longjmp.S

zephyr/esp32s3/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ if(CONFIG_SOC_SERIES_ESP32S3)
352352
../../components/esp_rom/patches/esp_rom_uart.c
353353
../../components/esp_rom/patches/esp_rom_spiflash.c
354354
../../components/esp_rom/patches/esp_rom_efuse.c
355+
../../components/esp_rom/patches/esp_rom_gpio.c
355356
../../components/esp_rom/patches/esp_rom_systimer.c
356357
../../components/esp_rom/patches/esp_rom_wdt.c
357358
../../components/esp_rom/patches/esp_rom_longjmp.S

0 commit comments

Comments
 (0)