This website requires JavaScript.
3bdf138721
Fix micronucleus bootloader to check for unresponsive USB devices
Marius Greuel
2022-05-05 20:45:47 +0200
a4c9fcdcd7
More fixes for PR #915
Joerg Wunsch
2022-05-02 22:51:22 +0200
28ccd82edc
PR 930 931 issue 927 are done
Joerg Wunsch
2022-05-01 22:31:19 +0200
ca16fc2ce6
Merge pull request #930 from cederom/cederom-programmer-avrftdi-ktlink
Jörg Wunsch
2022-05-01 22:29:46 +0200
d7c59ca2f9
Merge pull request #931 from MCUdude/linuxspi-baud-fix
Jörg Wunsch
2022-05-01 22:26:23 +0200
4bcd0eaa1d
Fix a number of mistakes in avrdude.conf.in
Joerg Wunsch
2022-05-01 21:55:50 +0200
033b2ed796
Treat x bits in .conf SPI commands as 0
Stefan Rueger
2022-04-29 00:37:28 +0100
580c37fbfe
Describe -A in the man and .texi documentation
Stefan Rueger
2022-04-29 00:14:45 +0100
f47ec634f8
On verify always verify full input file
Stefan Rueger
2022-04-28 17:53:10 +0100
52734bafc6
Add option -A to separately disable trailing-0xff removal
Stefan Rueger
2022-04-28 17:29:06 +0100
52b20f4a28
Provide self-documenting API for disabling trailing-0xff removal
Stefan Rueger
2022-04-28 17:26:09 +0100
2397984d2b
Disable trailing-0xff removal when invoking arduino programmer
Stefan Rueger
2022-04-27 18:54:13 +0100
08ad5ea445
Fix broken texinfo
Joerg Wunsch
2022-04-26 23:19:20 +0200
5a3ff78844
Fix syntax error in workflow build.yml file
Joerg Wunsch
2022-04-26 21:41:03 +0200
74a92d7991
Try to exclude the 'onlinedocs' branch from actions
Joerg Wunsch
2022-04-26 21:29:46 +0200
e18d436f88
Move evaluating 'is flash' from caller to callee avr_mem_hiaddr()
Stefan Rueger
2022-04-15 20:48:46 +0100
ed38456f83
Piggy-back 'Do not remove trailing 0xff' onto option -D
Stefan Rueger
2022-04-15 20:46:40 +0100
6fceea8f71
Fix linuxspi default port If no port is specified, Avrdude will try to use the default port specified in avrdude.conf. If not present, use port specified in linuxspi.c
MCUdude
2022-04-10 23:36:53 +0200
9d025e6a70
Fix linuxspi baud to clock period calculation #927 related
MCUdude
2022-04-10 23:36:53 +0200
b99a145b9f
Added KT-LINK FT2232H interface with IO switching and voltage buffers.
Tomasz 'CeDeROM' CEDRO
2022-04-10 22:28:44 +0200
60960ba590
Closed 922, 924, 929
Joerg Wunsch
2022-04-10 22:20:11 +0200
99a75701b1
Merge pull request #924 from MCUdude/terminal-overflow-fix
Jörg Wunsch
2022-04-10 22:19:27 +0200
abe7180bb8
Merge pull request #929 from per1234/update-docs-link
Jörg Wunsch
2022-04-10 22:15:23 +0200
157b6a63c1
Update documentation link to new URL
per1234
2022-04-10 11:28:39 -0700
1363c7fe76
Fix buffer overflow issue when in terminal fill mode
MCUdude
2022-04-09 20:08:44 +0200
7e26a15375
PRs/Issues 900, 901, 913, 914 done
Joerg Wunsch
2022-04-05 20:55:23 +0200
e84210c6b0
Merge pull request #914 from MCUdude/terminal-write-str
Jörg Wunsch
2022-04-05 20:54:20 +0200
08bd5fa938
Add string write to terminal example
MCUdude
2022-04-05 19:37:45 +0200
17b67da03e
Make sure memory can be filled with a string ... and not just the last character
MCUdude
2022-04-04 09:38:02 +0200
3dc1e4e72b
Wait and retry until deplayed udev permission rule applies after exporting gpio pin
Alexander Smirnov
2022-04-03 20:29:56 +0100
795dd91575
Code cleanup + formatting
MCUdude
2022-04-01 22:23:55 +0200
8f100f5df3
Initial support for string write
MCUdude
2022-04-01 20:35:18 +0200
f0f9059ade
Tweak nexttok for better string handling Now a string that starts and ends with a quote (") is combined into a single (argc) argument rather than being split where spaces used to be
MCUdude
2022-04-01 16:52:59 +0200
e069871c8e
Increased timeout passed to hid_read_timeout() - set to 10000 for consistency (#901 )
Nav
2022-03-31 22:26:53 +0100
0aa43968a0
Add PR 908, 909, 910, 912
Joerg Wunsch
2022-03-31 23:14:35 +0200
f22bc62b06
Mask out unused ATmega32U4 efuse bits (#909 )
Hans
2022-03-31 23:13:57 +0200
d09a4e93a2
Add ATmega16U4 to avrdude.conf (#910 )
Hans
2022-03-31 23:12:32 +0200
aa7ae7bb87
Add MacOS serial/parallel port note (#908 )
Hans
2022-03-31 22:32:57 +0200
1d0cbc2246
Add progressbar for read and write command (#912 )
Hans
2022-03-31 22:21:49 +0200
79c4137289
Mention the new search order for avrdude.conf
Joerg Wunsch
2022-03-22 08:49:04 +0100
8697f6def7
Remove remnants of the old erase-cycle counter from examples
Joerg Wunsch
2022-03-21 06:38:28 +0100
981a6f1f20
Restore the -u option as a dummy.
Joerg Wunsch
2022-03-20 21:49:20 +0100
c64db5fb76
Link the project's "Pages" for documentation
Joerg Wunsch
2022-03-19 23:24:28 +0100
50c373bf71
Mention issues #771 , #897 , PRs #898 , #899 , #902 , #903
Joerg Wunsch
2022-03-19 23:05:19 +0100
0c722bf288
Merge pull request #903 from dl8dtl/term-docs
Jörg Wunsch
2022-03-19 23:04:50 +0100
28d1442fc8
Merge pull request #902 from MCUdude/terminal-fix
Jörg Wunsch
2022-03-19 23:02:24 +0100
75e4d06463
Merge pull request #899 from MCUdude/avrdude-conf-fix
Jörg Wunsch
2022-03-19 23:01:12 +0100
99f191a0ca
Merge pull request #898 from dl8dtl/macos-nonstandard-baudrates
Jörg Wunsch
2022-03-19 22:57:37 +0100
33bace0cee
Provide an example for the second form of the "write" command
Joerg Wunsch
2022-03-19 17:30:55 +0100
0c912a201f
Try making the cindex (concept index) meaningful
Joerg Wunsch
2022-03-18 00:04:17 +0100
31feb9ff75
Link the concept index
Joerg Wunsch
2022-03-17 23:41:03 +0100
c5a28eedc0
Also tweak smallexample
Joerg Wunsch
2022-03-17 07:21:33 +0100
29a01c1047
Terminal mode: fix documentation of second version of "write"
Joerg Wunsch
2022-03-18 23:42:32 +0100
426ea1fa78
Add missing free()'s
MCUdude
2022-03-18 21:20:58 +0100
6a5988ad64
Print write info message when in verbose mode
MCUdude
2022-03-18 21:19:36 +0100
dcf771424b
Increase buffer size to prevent potential overflow
MCUdude
2022-03-18 19:17:17 +0100
67b56d322b
Update texinfo documentation for terminal-mode changes
Joerg Wunsch
2022-03-17 23:13:52 +0100
27d201acb1
Also tweak smallexample
Joerg Wunsch
2022-03-17 07:21:33 +0100
ded30f86bc
CSS test
Joerg Wunsch
2022-03-16 23:22:14 +0100
9bc4a2463d
Attempt to tweak CSS of the generated HTML docs a bit
Joerg Wunsch
2022-03-16 23:19:45 +0100
8ad55e07ac
Update generated documentation
Joerg Wunsch
2022-03-13 22:55:33 +0100
d89817ddb9
Merge branch 'main' into pages-test
Joerg Wunsch
2022-03-13 22:54:24 +0100
fc6a71a142
Merge remote-tracking branch 'upstream/main'
Joerg Wunsch
2022-03-13 22:53:46 +0100
da1271642e
Remove the pointer to the mailing list
Joerg Wunsch
2022-03-13 22:52:44 +0100
0e441013e9
Update docs
Joerg Wunsch
2022-03-13 00:31:27 +0100
c5f7939fca
Merge branch 'main' into pages-test
Joerg Wunsch
2022-03-13 00:29:54 +0100
297d81818a
Merge remote-tracking branch 'upstream/main'
Joerg Wunsch
2022-03-13 00:25:50 +0100
7391e569b3
Bring the texinfo doc up to date
Joerg Wunsch
2022-03-13 00:13:29 +0100
67ab74cd6a
Fix a one-bit error in ATmega165* signature read command.
Joerg Wunsch
2022-03-07 22:52:14 +0100
631f671fe8
Mention PRs #893 , #894 , #896 , bug #889
Joerg Wunsch
2022-03-13 00:21:20 +0100
248b554e8d
Add 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
40e3aa1790
Incread default read size to 256 bytes
MCUdude
2022-02-28 20:39:55 +0100
dca5fc92bf
Restructure "write mode" code
MCUdude
2022-03-03 19:37:42 +0100
4e05a8fa41
Update description
MCUdude
2022-03-02 20:24:51 +0100
1299d6b8bd
Fix terminal write bug Wouldn't write data properly after an integer >= 2 bytes was written
MCUdude
2022-03-02 20:09:59 +0100
da315d7323
Support both userrow and usersig names
MCUdude
2022-02-28 19:46:47 +0100
416c465ec0
Bring the texinfo doc up to date
Joerg Wunsch
2022-03-13 00:13:29 +0100
41f524c1ba
Use the same device signature on ATmega165 and ATmega165A
MCUdude
2022-03-08 13:17:01 +0100
5ebb9047be
Fix incorrect ATxmega128D4 flash page size
MCUdude
2022-03-08 12:50:17 +0100
fde7881611
Fix incorrect ATmega64M1 flash and eeprom size #897 related
MCUdude
2022-03-08 12:34:06 +0100
1c94c95f1c
Fix target names not following the standard
MCUdude
2022-03-08 12:32:41 +0100
e2995857ac
Remove verboseness from build.sh
Joerg Wunsch
2022-03-07 23:27:54 +0100
a4cbd5c6fc
Append a newline to the nonstandard baudrate warning
Joerg Wunsch
2022-03-07 23:25:36 +0100
87b39637ff
Implement nonstandard baudrate handling on MacOS
Joerg Wunsch
2022-03-07 23:20:50 +0100
34168759b0
Fix a one-bit error in ATmega165* signature read command.
Joerg Wunsch
2022-03-07 22:52:14 +0100
c746c9bc9e
Fix a one-bit error in ATmega165* signature read command.
Joerg Wunsch
2022-03-07 22:49:46 +0100
65618ed655
Fix a one-bit error in the signature read command for ATmega165*
Joerg Wunsch
2022-03-07 21:38:17 +0100
00ea962abe
Add link to docs
Joerg Wunsch
2022-03-07 00:22:59 +0100
d62f309a00
Add symlink for index.html
Joerg Wunsch
2022-03-07 00:18:04 +0100
92a5ae20a6
Test for Github pages
Joerg Wunsch
2022-03-07 00:09:47 +0100
5cbc9c37fc
Mention PRs #893 , #894 , #896 , bug #889
Joerg Wunsch
2022-03-03 23:15:20 +0100
0f4b5b223b
Merge pull request #894 from MCUdude/terminal
Jörg Wunsch
2022-03-03 23:14:37 +0100
0b82b5c573
Merge pull request #896 from MCUdude/terminal-write
Jörg Wunsch
2022-03-03 23:12:47 +0100
9355d67e0f
Merge pull request #893 from MCUdude/userrow-fix
Jörg Wunsch
2022-03-03 23:09:20 +0100
d9c52249a9
Restructure "write mode" code
MCUdude
2022-03-03 19:37:42 +0100
c7174d7678
Update description
MCUdude
2022-03-02 20:24:51 +0100
df6e2eea12
Fix terminal write bug Wouldn't write data properly after an integer >= 2 bytes was written
MCUdude
2022-03-02 20:09:59 +0100
0d58adb10a
Close #892 #895
Joerg Wunsch
2022-03-01 23:30:11 +0100
ebb1849724
Merge pull request #895 from janegilruud/bugfix/fix-cnano-updi-flash-read
Jörg Wunsch
2022-03-01 23:26:11 +0100
0c8b42524e
For UPDI devices do not add offset when accessing flash.
Jan Egil Ruud
2022-03-01 14:24:33 +0100