Skip to content

Commit c4957f8

Browse files
committed
Merge branch 'feat/esp32p4_i2c_eco5_support' into 'master'
refactor(i2c_p4eco5): update i2c_struct.h on P4 ECO5 Closes IDF-13728 See merge request espressif/esp-idf!41502
2 parents cb36cd3 + 2ff0e32 commit c4957f8

File tree

3 files changed

+11
-1246
lines changed

3 files changed

+11
-1246
lines changed

components/esp_rom/esp32p4/ld/esp32p4.rom.eco5.ld

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,8 @@ gpio_get_input_level = 0x4fc0055c;
320320
gpio_matrix_in = 0x4fc00560;
321321
gpio_matrix_out = 0x4fc00564;
322322
gpio_bypass_matrix_in = 0x4fc00568;
323-
gpio_output_disable = 0x4fc0056c;
324-
gpio_output_enable = 0x4fc00570;
323+
/* gpio_output_disable = 0x4fc0056c; */
324+
/* gpio_output_enable = 0x4fc00570; */
325325
gpio_pad_input_disable = 0x4fc00574;
326326
gpio_pad_input_enable = 0x4fc00578;
327327
gpio_pad_pulldown = 0x4fc0057c;

0 commit comments

Comments
 (0)