Releases: RuggedScience/atprogram-gui
Updated UI
- UI has been updated to more closely match Atmel Studio's implementation
- Available interfaces are now based on the currently selected device
- Fuses and fuse descriptions are now populated based on the current device
Prioritize atbackend from Atmel Studio
Default to using atbacked from Atmel Studio if that is installed.
Installer now resets atpackmanager cache during the install process. This should help resolve the "[ERROR] Could not set device properties" issue as stated in bug #2 .
Drag & Drop
Added drag and drop file support
Added FW Version of production files based on CRC-32 checksum
Fixed Win7 no atbackend error
Sets the working directory of the atprogrm process which fixes the "no atbackend" error on Windows 7
Searches for atbackend in more directories and added ELF parsing
-
Searches for the atbackend files in the following directories in order:
.\C:\Program Files (x86)\RuggedScience\atprogramC:\Program Files (x86)\Atmel\Studio\7.0
-
Parses the ELF file for sections
- Disables check boxes for sections not in the file
- Checks all sections found in file
- Disables all check boxes if the file doesn't exits
-
Selects all text in fuse edits when focus is received
-
Updated installer to separate atprogrm and atprogram-gui into their own components
-
Updated installer to add atprogram "environment" start menu icon
-
Updated installer to add Pack Manager start menu icon
- Easily add support for more controllers!
- atprogram GUI automatically pulls all controllers installed from Pack Manager
Initial release
Built with QT 5.11.1 MinGW 32bit
Installer created with QT Installer Framework 3.0