Esp8266 visual studio add-in
Originally forked this add in https://bbs.espressif.com/viewtopic.php?t=3577 All copyrights saved.
- 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
- Add new versions of RTOS SDK
- Rewrite some code templates to support new memory map declaration (NON-OS SDK 3.X.X)