Skip to content

2.0.0-rc.1

Compare
Choose a tag to compare
@jessebraham jessebraham released this 07 Nov 17:58
· 203 commits to main since this release
  • Redesign of the command-line interface #239
  • Extract the partition table handling code into a separate package, esp-idf-part #243
  • A bunch of refactoring #246 #247 #249
  • Updated to [email protected] #251
  • Replace the espmonitor dependency with our own home-grown monitor #254
  • Use logging instead of println!() #256
  • Add support for erasing any partition #273
  • Use newest bootloaders from ESP-IDF #278
  • Various bugfixes, plenty of cleanup and simplification
  • Improved documentation and testing