Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.01 KB

README.md

File metadata and controls

23 lines (19 loc) · 1.01 KB

ESP8266-Wizard-Package

Esp8266 visual studio add-in

Originally forked this add in https://bbs.espressif.com/viewtopic.php?t=3577 All copyrights saved.

Fixes and changes

  • Removed VsixInstaller and dependencies from setup script, instead used regkey to determine vs2017 path to run native VsixInstaller
  • Fixed irom flash address for NON-OS SDK 2.X.X(and above) versions (was 40000, must be 10000)
  • Removed old version of Visual studio(2013, 2015)
  • Replaced some graphical files
  • Reorganization of project directories(to avoid building to source directory)
  • Removed source code from distrib, instead source code can be retrieved from here(source link added to distrib)
  • Added new versions NON-OS SDK
  • Some terms translated(was in French) to international(English) language
  • Fixed ESP init data for NON-OS SDK 2.2.x and above
  • Fixed rm utility for python scripts
  • Support vs2019

TODO for future versions

  • Add new versions of RTOS SDK
  • Rewrite some code templates to support new memory map declaration (NON-OS SDK 3.X.X)