Release 2.0.3
- Fixed windows libusb0 installation problems.
- Added debug_enabled() function that returns true if the application is being debugged.
Release 2.0.2
- Removed Disconnect(Disable DebugWire) target menu entry - the ISP interface can now be used to disable DebugWIRE.
- Added support for JTAG programming and debugging of JTAG MEGA and XMEGA devices using:
Note that the 20 pin connectors require a convertor board/cable to connect to a standard AVR 10 pin JTAG
header.
- Removed programming menu entries from the project explorer.
- Support for __eeprom qualifier on XMEGA devices.
- Support for data breakpoints on XMEGA devices.
- Support for aligned powers of two data range breakpoints on JTAG MEGA devices.
- Added linker and crt0.asm support for building bootloader executables.
- JTAGICEmkII/AVRDragon JTAG and PDI target interfaces now support the "Erase All" property.
- JTAGICEmkII/AVRDragon target interfaces now use hardware breakpoint support for stepping functions.
- Target interfaces now have a "No Load Sections" property to stop named sections being loaded.
- On windows hosts the functions in libusb0.dll are now accessed by symbol names which should
enable newer versions of libusb0 to be used.
- Fixed decimal display in registers window.
- File names in projects can now have embedded periods, e.g. "foo.bar.c".
- New File dialog now supports embedded periods in file names.
- Fixed editor crash when editing doxygen style comments.
- Debug actions are now available on the disassembly window toolbar.
- Additional assembler/compiler/linker options properties can now be held in a file referenced by new project properties.
- Added debug_load_symbols/debug_unload_symbols functions to enable debugging of dynamically loaded applications.
- Disassembler now displays data sections as hex (rather than trying to disassemble).
- Terminal emulator can (and does) set DTR signal on connect.
- Terminal emulator supports ansi clear display sequence and \r.
- On windows hosts the terminal emulator port property can be right clicked to select the list of available COM ports.
- Added -docgen option to cpphtml tool to enable html to be generated from structured comments.
Release 2.0.1
- Corrected assembly code executable project template's startup code.
- Added option to disable spell checker
- Added option to disable paste on middle mouse button click and made it default to off.
Release 2.0
Start over.
Known Problems