Skip to content

Commit 84e9496

Browse files
committed
Merge branch 'feat/p4eco5_i2c_support_v5.5' into 'release/v5.5'
feat(i2c_p4eco5): update i2c_struct.h on P4 ECO5 (backport v5.5) See merge request espressif/esp-idf!42486
2 parents 7b45a16 + bb164c3 commit 84e9496

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)