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
refactor(elf2image): Use common MMU page size configuration function for ESP32-H4
ESP32-H4 and ESP32-C6 share the same MMU page size configuration (8KB, 16KB,
32KB, 64KB). Previously, ESP32H4FirmwareImage inherited from ESP32FirmwareImage
and had its own duplicate set_mmu_page_size() method with hardcoded page sizes.
This follows the same pattern as other classes.
0 commit comments