Version 2.48, see viewtopic.php?p=14108#p14108
Version 2.47, see viewtopic.php?f=2&t=298&p=989#p13570
Version 2.46; see viewtopic.php?f=2&t=298&p=989#p12683
Version 2.39; see viewtopic.php?f=13&t=680&start=50#p8942
Version 2.36; see viewtopic.php?f=13&t=680&start=40#p8098
Version 2.27; see viewtopic.php?f=13&t=680&start=10#p5446
2014-01-29; Version 2.25, see viewtopic.php?t=680&p=4997#p4997 In addition to new VS1005 templates, 2.25 also contains new version of the LCC compiler and the Emulator can show raw ASCII UART output from VS10xx.
Version 2.24; see viewtopic.php?f=2&t=298&p=4953#p4953
Version 2.20; downdload from viewtopic.php?t=680&p=4153#p4153
Version 2.17; download the attached file (see the end of this post).
Version 2.14, download from below. More details in this thread: viewtopic.php?f=13&t=680#p3029
2012-08-23: You are welcome to download v 2.13 installer from download/file.php?id=213.
2012-06-27: You can download VSIDE 2.12 installer from here.
Note: If you have problems with the compiler not working properly, try installing VSIDE to C:\VSIDE and your solutions to C:\VSIDE\SOLUTIONS.
Should you have any questions, comments or suggestions regarding VSIDE, please feel free to post in this forum section!
Here is the revision history and changelog:
Version 2.17
- * Added template for VS8053, VS1053 and VS1063 developer board, introducing C level interrupt handlers
* Added interrupt handler support for the C compiler (lcc)
* Miscellaneous prommer applications now provided as VSIDE solutions (located in 'templates' folder)
* New solution templates added (VSOS etc), fixed memory descriptors to allow full access to RAM during debugging
* A VSIDE project is now autosaved whenever it is modified
* VSOS kernel version 0.23
* Added code editor feature: Find in files - search for a matching string in a large set of files
* Code editor now has overwrite mode
* Miscellaneous small fixes
- * Added basic support for VS1005g
* Removed support for VS1005f. If you need to target VS1005f, please use version 2.11 from here: viewtopic.php?f=2&t=640
- * Improved UART handling: hardware emulator recovers better from lost sync
* Breakpoints work better than before
* New solutions and projects no longer contain absolute paths, which increses portability of new projects
* Fixed crash when reading large project files
* Fixed 2.10b10 bug which made VS1000 projects not compile properly for some users
* Fix since 2.10b11: debugger shows long integers and structures better with the "p" command
- * Improved emulator stability
* Added new help system framework
* Added VS1053 programmer's reference
* Fixed "active variables" view with structure datatypes
* Miscellaneous bug-fixes
- * Prommer tool improved: a new, parametric framework makes future extensions easier
* Added prommer for VS1000 24-bit SPI Flash
* Improved support for overlay projects (VS1000, VS1053)
* Added post-build step for solutions
* Fixed pre-build step for projects
* Added duplication tool for projects(1)
* Re-introduced detection of outside-the-editor modifications to opened source files
* Added "signed integer" column to register value window
* Introduced workspace files (*.vside_ws): VSIDE now remembers open files from the previous session
* Added the possiblitiy to rename project files directly from solution browser
* Miscellaneous usability improvements, including quick access to file explorer(2)
* Major internal rewrite: eliminated dependency of the legacy QT3 support library
* beta 2: quick fix for folder names in makefiles
2) Right-click on a source file's title tab in code editor (Windows only)
Version 2.07
- * Added serial port monitor ("dumb terminal") [windows only]
* Added code editor feature: right-click to quickly open header files included in C code
* Solution build will now stop at first failed project
* Save-all function now saves solutions also
* Fixed search-and-replace in code editor
* Static libraries are no longer linked with startup module
* Fixed pre-build step functionality for projects
* VS1053 library headers updated
* Added matching brace highlighter to code editor
- * Added COM port parameter autodetection for various VLSI boards [windows only]
* Improved serial port handshaking (the board should require a reset less often)
* Improved stability when creating new solutions
* Added automatic parsing of C-file dependencies with their respective header files (during build)(1)
* Added VSDSP4 platform for software simulation
* Added VS8053 solution template
* Fixed build process environment: VSIDE's home path will precede everything else
* Improved indentation behavior in code editor (block indent/unindent, "smart" line indent)
* Improved find functionality in code editor
* Added preferences dialog: the user can now change the editor font, indentation behavior etc.
* Fixed profiling information browser's line feed
* Added ability to prommer/flasher utility (prom EEPROMs and SPI flashes with VS1053)
* Added VS1003 platform