Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: use delayed write flash page in AvrIspProtocol
This MR is about fixing the AvrIspProtocol.write_flash_page() by using the delayed write command with an optional delay parameter. A delayed write page flash is prefered over normal write command in terms of being in sync with MCU's flash memory timing constraints. See this issue for further details : microchip-pic-avr-tools/pymcuprog#44
- Loading branch information