Archive for the ‘History’ Category.
11 лютого 2018 2:39 AM
avreal v1.29r1 (Sun 2018-02-11) has been released.
- Added support for:
- Attiny441, ATtiny841
- ATmega48PB, ATmega88PB, ATmega168PB, ATmega328PB
- ATmega324PB
- The file with device serial number can now contain a
0x
-prefixed hexadecimal number.
- Fixed a bug where the character arrays for
-h
became too long and cuts off by vsnprintf()
. But avreal was not crashes like avr-ld does.
13 грудня 2013 6:36 PM
avreal v1.29r0 (Wed 2013-12-11) has been released.
- Switch -% replaced by message level switch -i;
- If
stdout
is redirected to file critical messages are duplicated to stderr
;
- The final rejection of the switches grouping (-wv prohibited now, only -w -v allowed);
- mega325PA, mega3250PA aliases added.
5 серпня 2013 10:07 PM
avreal v1.28r14 (Mon 2013-08-05) has been released.
- Error in ATmega128rfr2, ATmega256rfr2 signatures — fixed;
- ATmega32HVE, ATmega64HVE added.
2 червня 2013 8:55 PM
avreal v1.28r13 (Sun 2013-06-02) has been released.
19 травня 2013 11:13 PM
Bug was found in SCK-pulse synchronisation in following conditions:
- firmware sets high level on SCK pin;
- an MPSSE-based adapter is used (FT2232, FT4232, FT232H).
Microcontroller can be programmed again via USB-based adapter after erasing via LPT-based adapter.
In my case the bug appears with AT90S8515 but not reproduced for ATmega168.
Bugfix will be published as soon as possible.
The bug has been fixed in version 1.28r13.
5 січня 2013 11:32 AM
avreal v1.28r12 (Fri 2013-01-04) has been released.
- ATtiny828, ATmega64RFR2, ATmega128RFR2, ATmega256RFR2 added.
- “A lot of dots” replaced with something more like a progress bar.
24 червня 2012 1:11 PM
avreal v1.28r11 (Sat 2012-06-23) has been released.
- AT90pwm161, ATtiny1634 added
- -a switch without arguments now generates an error message instead of usage of default FBPRG adapter
29 квітня 2012 1:23 PM
avreal v1.28r10 (Sun 2012-04-29) has been released.
- Error in EEPROM size for ATmega328, ATmega328P — fixed.
- Alias for ATtiny84A added.
21 грудня 2011 1:19 PM
avreal v1.28r9 (Tue 2011-12-20) has been released.
-
FT232H MPSSE mode support added.
-
Delays processing in Windows version changed: lower CPU load for -k/-K switches.
- Resynchronisation method changed for all microcontrollers.
Resync process started with one attempt of RESET pulse method then continued with SCK pulse method.
More about synchronisation.
24 жовтня 2011 10:05 AM
avreal beta-version 1.28r9b1 with FT232H support has been released.
Please, test it.
Update: testing done, thanks.