You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Move chip-specific IDF components (esp_hal_rmt, esp_hal_usb, esp_hal_dma,
esp_hal_pmu, esp_driver_usb_serial_jtag) from common link list to per-chip
CHIP_COMPONENTS since not all chips have these as static libraries
- Re-add rom.wdt.ld linker scripts from new esp_hal_wdt component paths
- Re-add esp32s2.rom.spiflash_legacy.ld for S2
- Add P4 register include paths (hw_ver3/hw_ver1), LDO include, and
eco5 ROM linker scripts
- Remove xesppie from P4 -march flag (GCC doesn't support it, clang-only)
- Guard RTC_DATA_ATTR for chips without RTC memory (C2, C61)
- Remove use_dma2d flag from MIPI DSI config (now separate API in v6.0)
- Migrate I2CTarget to new i2c_slave driver API (legacy i2c removed)
- Update protomatter submodule for gpio_struct.h include
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments