b688b1f601Add support for read with ... "operator" This means that you can use ... to read the "rest" of the memory. $ read eeprom ... will dump the entire memory $ read eeorm 0x80 ... will dump the memory from address 0x80 to the end address
MCUdude
2022-02-28 22:40:17 +0100
a73567893bProperly handle negative number sizes
MCUdude
2022-02-21 13:43:38 +0100
fa706f0d01Handle data size warning better Now it only outputs a warning when the size of the data the user input is actually ambiguous
MCUdude
2022-02-20 22:39:04 +0100
3532c567acAdd suffix for 8-bit data use [val]HH or [val]hh to force 8-bit writes to memory
MCUdude
2022-02-20 22:23:15 +0100
bb99a36a14Formatting Use enums for write mode, and change datatypes from int/long/char to int32_t/uint8_t where possible
MCUdude
2022-02-20 19:08:30 +0100
c7d1ebcf1fIssue #881 also fixed
Joerg Wunsch
2022-02-20 14:37:04 +0100
b891b7c64bIssue #874 is closed
Joerg Wunsch
2022-02-20 14:35:50 +0100
a9b756e5c7Add struct initialization list
MCUdude
2022-02-20 12:46:53 +0100
cf67a76c23Merge branch 'main' into ser_posix_cleanup
Dawid Buchwald
2022-02-20 12:37:19 +0100
0e29b43bd0Add support for 64-bit integers Also, move everything data related into a struct, to keep tings a little more organized
MCUdude
2022-02-19 23:34:50 +0100
4b9219edeeAdd support for suffixes for manually specifying data size H/h/S/s: 16-bit, L/l: 32-bit, F/f: 32-bit float
MCUdude
2022-02-19 22:48:58 +0100
75ab3c418eFixed warning with unsigned char
Dawid Buchwald
2022-02-19 21:18:03 +0100
62f3b84eeeUse union for simpler data representation It is a bit hacky, but for this purpose it fits surprisingly well
MCUdude
2022-02-19 20:15:52 +0100
066f54fbfaCleanup of POSIX serial init code
Dawid Buchwald
2022-02-19 18:00:58 +0100
de19f203e0Smallest possible fix for PL2303HX
Dawid Buchwald
2022-02-19 15:07:32 +0100
59ecd4cc65Remove libhid support in ser_avrdoper.c in favor of libhidapi
Marius Greuel
2022-02-18 20:05:52 +0100
e31be88ce0Add LIB_LIBHID to CMake project to fix MinGW build issue
Marius Greuel
2022-02-18 19:52:53 +0100
6e7f38e81fProperly handle negative numbers Now -3.141592 and -32768 are valid numbers that's stored correctly in memory
MCUdude
2022-02-18 08:33:09 +0100
10e05eed21Require single quotes when writing characters
MCUdude
2022-02-17 22:43:23 +0100
551046052eAdd support for writing floats
MCUdude
2022-02-17 22:40:26 +0100
2a92b8cce4Add support for memory "fill" with arbitrary data too If you run the following command: $ write eeprom 0x00 0x10 A B C ...
MCUdude
2022-02-17 13:00:30 +0100
c007dc7d24Add support for writing single characters Now this is possible: write eeprom 0x00 a b c d e f 0x80 0x90 ! H E L L O
MCUdude
2022-02-17 11:55:05 +0100
2589b17640Add support for memory "fill" mode Syntax: write <memtype> <start addr> <no. byte to write> <byte to write> ...
MCUdude
2022-02-17 11:24:59 +0100
19e2cae053Add Curiosity Nano to terminal list
MCUdude
2022-02-14 10:30:21 +0100
932f68f24cSet target voltage even thoug not target is detected
MCUdude
2022-02-14 10:28:54 +0100
f2bdcbe977Add missing USBtiny derived programmers ArduinoISP and the Arduino.org ISP are commercial versions of the USBtiny programmer with different USB VIDs/PIDs
MCUdude
2022-02-11 22:46:11 +0100
80f1d96e07Tweak programmer info formatting strings Now all colons are on a straight line, just like #853 did to all jtag3 compatible programmers
MCUdude
2022-02-11 22:04:35 +0100
3fc39c47adPrint memory name alias together with the canonical name if present in avrdude.conf. An example would be "avrdude: reading fuse0/wdtcfg memory:"
MCUdude
2022-02-10 22:07:51 +0100
d6ccf7a3ffAdd memory alias names for megaAVR0/tinyAVR0,1,2/AVR-Dx/AVR-Ex fuses
MCUdude
2022-02-10 22:06:31 +0100
452f673f38Back out the last "alias" commit (search for existing alias).
Joerg Wunsch
2022-02-10 21:26:05 +0100
38a3af37e2Mention PRs #863 and #868.
Joerg Wunsch
2022-02-10 20:39:51 +0100
a43f220ef9Add support for reading from more memory sections It's now possible to read the following memories if present: osccal16, osccal20, tempsense, osc16err, osc20err
MCUdude
2022-02-03 20:42:34 +0100
284068430fMove Visual Studio CMake settings to root folder
v7.0-rc1
Marius Greuel
2022-02-02 21:59:55 +0100
ee5c5f8203Fix TPI memory writes for odd number of bytes
Marius Greuel
2022-01-10 23:14:46 +0100
1bfc4f1f8bUpdate README.md
Marius Greuel
2021-12-28 13:56:48 +0100
723731d240Add GitHub deploy action
Marius Greuel
2022-01-06 21:24:45 +0100
22564e80b5Add CMake settings for Visual Studio
Marius Greuel
2021-12-28 15:07:55 +0100
d1d33b4e13Add support for COM port discovery via USB VID/PID Add support for Leonardo USB bootloader auto-reset
Marius Greuel
2021-12-28 12:19:35 +0100
2cc3adf8a8Correct endpoint direction for control messages of USBtinyISP devices
Marius Greuel
2020-02-23 21:03:11 +0200
e897f51fd8Change Intel HEX line length from 32 to 16 to match line length of avr-objcopy
Marius Greuel
2018-04-15 21:45:12 +0200
f938517b49Change program URL to github.com
Marius Greuel
2021-12-28 11:13:52 +0100
6fd68ed7feMention Hans Eirik Bull for his recent contributions
Joerg Wunsch
2022-02-01 23:26:20 +0100
36de84ab48Mention Dawid and Marius for their recent contributions.
Joerg Wunsch
2022-02-01 20:35:15 +0100
8c6c6a14ecRemove the "safemode" feature.
Joerg Wunsch
2022-01-31 20:44:32 +0100
7ed3632902CMake: use CMAKE_CURRENT_BINARY_DIR to locate avrdude.conf
Yegor Yefremov
2022-01-31 07:13:54 +0100
e28e28d7c3With the new CMake file structure, no need to dive into "src"
Joerg Wunsch
2022-01-30 10:46:27 +0100
b84e6862a7Assign proper type to msg[] in errstr()
Joerg Wunsch
2022-01-29 23:32:39 +0100
7144a9f2aeReplace incorrect warning message Was mistakenly added in PR #854.
MCUdude
2022-01-29 19:56:26 +0100
28be45d8b6Fix Ardino sync attempts In order for the Arduino bootloader to re-sync with Avrdude, the microcontroller needs to be reset to start the bootloader again.
MCUdude
2022-01-29 19:53:42 +0100
4ff72ac462Mention all closed PRs and bug issues.
Joerg Wunsch
2022-01-27 23:20:26 +0100
ad6eff0f76Set number of Arduino/STK500 connection retry attempts Using the extended parameter flag -x. Usage: . Default number of attempts is still 10 if not -x flag is specified
MCUdude
2022-01-25 09:40:24 +0100
286c0f5e2aDon't print irrelevant information for the Arduino programmer
MCUdude
2022-01-24 22:16:31 +0100
f6bbaadfa6Print clock info after the correct clock speeds has been set The "new" clock speed set by the -B flag wasn't reflected in the output log
MCUdude
2022-01-23 00:15:51 +0100
acee6afa4eCMake: split configuration in two files
Yegor Yefremov
2022-01-23 17:13:42 +0100