Skip to content

Commit acaa6e9

Browse files
committed
Bump version to 3.1.2
1 parent 3f41e80 commit acaa6e9

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

HISTORY

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
Version history
22

3+
3.1.2 bug fix: AT90S4433 need a power cycle to verify fuse bits programmed
4+
fix: AT90S2313 doesn't have any fuse bits readable from ISP
5+
fix and refactor handling of edit notes (Id and comment)
6+
Add new AVR IDs (commented new models still to add)
7+
Use open_path from last opened file
8+
fix Reset with mpsse interface, restore initial pin states on deinit()
9+
fix run script from command line: moved CmdRunScript() at the end of constructor, it needs menu initialized to select a device from device name string
10+
fix ATiny2313 Struct description (fuse bits)
11+
update qhexedit with latest fixes and address hexcaps
12+
313
3.1.1 Bug fix: correct device selection by menu entries and load file. Translation fixes
414
3.1.0 Add USB PonyProgFT interface, redesigned interface dialog, several fixes
515
3.0.2 Default build to Qt5, smal fixes to build on non-X86 ARCHs

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 3.1.1 - PonyProg - Serial Device Programmer
1+
# 3.1.2 - PonyProg - Serial Device Programmer
22
PonyProg is a serial device programmer software with a user friendly GUI framework available for Windows and Linux. It's purpose is reading and writing every serial device. With PonyProg and SI-Prog you can program Wafercard for SAT, eeprom within GSM, TV or CAR-RADIO. Furthermore it can be used as a low cost starter kit for PIC and AVR.
33
Ponyprog supports AVR, SPI eeprom, AVR micro, 12C bus 8bit eeprom, PIC 16 micro, PIC 12 micro, AT89S micro and SDE2506 eeprom family chips.
44
You can open any HEX, e2p, mot, csm, rom, eep, bin files and burn them to uC or PIC. You can even backup the old program on the chip using Ponyprog. Ponyprog enables the user to write, verify and erase data on the microchip.

ponyprog.pro

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ APP_LOW_NAME = "ponyprog"
2626
APP_LOW_H_NAME = ".ponyprog"
2727
APP_AUTHOR = "Claudio Lanconelli"
2828
APP_COPYRIGHT = "(C) 1997-2021 $$APP_AUTHOR"
29-
APP_VERSION = "3.1.1"
29+
APP_VERSION = "3.1.2"
3030
# APP_BUILD_DATE = $$_DATE_
3131
APP_LONG_NAME = "$$APP_NAME $$APP_VERSION"
3232
APP_EMAIL = "PonyProg2000@gmail.com"

0 commit comments

Comments
 (0)