TobleMiner / dialog-cr16c-uart-boot

Tools and utilities for booting Dialog SC14441 and similar MCUs via UART
MIT License
9 stars 2 forks source link

Support writing flash based on diffs only #10

Open TobleMiner opened 1 year ago

TobleMiner commented 1 year ago

Writing flash is pretty slow. Might be worth having a diff mode where only changed content is updated. Would need to keep some state on the host though since reading the flash is also pretty slow atm, thus calculating the diff would probably not make things faster