Commit Graph

1836 Commits

Author SHA1 Message Date
stefanrueger
ff2849d4e8 Update 8.1 documentation 2025-06-25 18:00:11 +02:00
stefanrueger
6dcb512848 Update 8.1 documentation 2025-06-23 11:11:07 +02:00
Stefan Rueger
ef7bcf2a61 Update 8.0 documentation 2024-08-24 22:11:33 +01:00
Stefan Rueger
76125a8f84 Update README.md 2024-08-24 22:07:02 +01:00
Stefan Rueger
79f9f52e54 Add 8.0 documentation 2024-08-24 21:56:16 +01:00
stefanrueger
d627539024 Import documentation for AVRDUDE v7.3 2024-02-08 00:29:34 +13:00
Joerg Wunsch
60729132b0 Remove the "current" documentation
The idea was that this contains snapshots of the documentation from
what is currently under development. As it seems, this was simply
never really updated, so unless we can somehow manage to integrate
this into CI (and have some kind of nightly documentation build), it
just makes no sense.

Resolves issue #1481
2023-08-06 20:22:54 +02:00
Joerg Wunsch
1d3014cca4 Fix displayed version number
Copy&paste mistake, sorry.
2023-07-19 23:00:20 +02:00
Joerg Wunsch
55101267ad Import documentation for AVRDUDE v7.2 2023-07-19 22:50:34 +02:00
Joerg Wunsch
c970e8d79c Update "current" documentation 2023-01-09 20:43:22 +01:00
Joerg Wunsch
9a1d96276d Update documentation for Version 7.1
"current" is also updated to 7.1, to not lag behind.
2023-01-09 20:42:23 +01:00
Joerg Wunsch
9884094ab1 v7.0 online documentation update 2022-05-07 22:29:22 +02:00
Joerg Wunsch
ab3e353c02 Fix syntax error in workflow build.yml file 2022-04-26 23:26:15 +02:00
Joerg Wunsch
36c2fef90a Try to exclude the 'onlinedocs' branch from actions
There's no sourcecode within that branch, anyway.
2022-04-26 23:26:15 +02:00
Joerg Wunsch
ddfaaf73ae Update "current" documentation to 2022-04-26 2022-04-26 23:21:12 +02:00
Joerg Wunsch
3cdbcabb41 Remove the outdated copy of sources from this branch
The only purpose of this branch is to host the documentation
for Github pages. As such, there's no point in having any
source code here.
2022-04-26 08:06:25 +02:00
Joerg Wunsch
eb8b52d816 Link the project's "Pages" for documentation 2022-03-19 23:24:28 +01:00
Joerg Wunsch
5721d86996 PR #904 done 2022-03-19 23:16:29 +01:00
Jörg Wunsch
bef5344984 Prepare online docs for Github pages (#904)
* Update online docs for new terminal mode documentation

* Link the concept index

* Try making the cindex (concept index) meaningful

Rearrange existing @cindex entries, add a lot of new ones.

* Update online docs

* Forgot to add this page (concept index)

* Update online docs for new terminal mode documentation

* Link the concept index

* Try making the cindex (concept index) meaningful

Rearrange existing @cindex entries, add a lot of new ones.

* Update online docs

* Forgot to add this page (concept index)

* Update docs

* Update docs

* Introduce a toplevel "switch page"

That way, we can provide documentation for various versions.
Also add PDF documentation for easy reference.

* Add documentation from AVRDUDE v6.4

* Include AVRDUDE logo on toplevel page

* Put the logo on the index page left.

* Add a footer with a back link to the projec pages
2022-03-19 23:15:28 +01:00
Joerg Wunsch
50c373bf71 Mention issues #771, #897, PRs #898, #899, #902, #903 2022-03-19 23:05:19 +01:00
Jörg Wunsch
0c722bf288 Merge pull request #903 from dl8dtl/term-docs
Terminal mode documentation
2022-03-19 23:04:50 +01:00
Jörg Wunsch
28d1442fc8 Merge pull request #902 from MCUdude/terminal-fix
Minor terminal write improvements
2022-03-19 23:02:24 +01:00
Jörg Wunsch
75e4d06463 Merge pull request #899 from MCUdude/avrdude-conf-fix
Fix errors in Avrdude.conf

This also closes #897
2022-03-19 23:01:12 +01:00
Jörg Wunsch
99f191a0ca Merge pull request #898 from dl8dtl/macos-nonstandard-baudrates
Macos nonstandard baudrates

closes #266
2022-03-19 22:57:37 +01:00
Joerg Wunsch
33bace0cee Provide an example for the second form of the "write" command
In terminal mode, there are two forms of "write", one that
explicitly mentions all data values, and a second one that
instead specifies a total range to write, where the last data
value given is replicated as needed.
2022-03-19 17:30:55 +01:00
Joerg Wunsch
0c912a201f Try making the cindex (concept index) meaningful
Rearrange existing @cindex entries, add a lot of new ones.
2022-03-19 00:03:17 +01:00
Joerg Wunsch
31feb9ff75 Link the concept index 2022-03-19 00:00:54 +01:00
Joerg Wunsch
c5a28eedc0 Also tweak smallexample 2022-03-19 00:00:41 +01:00
Joerg Wunsch
29a01c1047 Terminal mode: fix documentation of second version of "write"
Right after start_addr, the next element is the number of bytes
to be written.
2022-03-18 23:42:32 +01:00
MCUdude
426ea1fa78 Add missing free()'s 2022-03-18 21:20:58 +01:00
MCUdude
6a5988ad64 Print write info message when in verbose mode 2022-03-18 21:19:36 +01:00
MCUdude
dcf771424b Increase buffer size to prevent potential overflow 2022-03-18 19:17:17 +01:00
Joerg Wunsch
67b56d322b Update texinfo documentation for terminal-mode changes
This documents the recent changes that have been implemented in
terminal mode.
2022-03-17 23:13:52 +01:00
Joerg Wunsch
27d201acb1 Also tweak smallexample 2022-03-17 07:21:33 +01:00
Joerg Wunsch
ded30f86bc CSS test 2022-03-16 23:22:14 +01:00
Joerg Wunsch
9bc4a2463d Attempt to tweak CSS of the generated HTML docs a bit 2022-03-16 23:19:45 +01:00
Joerg Wunsch
8ad55e07ac Update generated documentation 2022-03-13 22:55:33 +01:00
Joerg Wunsch
d89817ddb9 Merge branch 'main' into pages-test 2022-03-13 22:54:24 +01:00
Joerg Wunsch
fc6a71a142 Merge remote-tracking branch 'upstream/main' 2022-03-13 22:53:46 +01:00
Joerg Wunsch
da1271642e Remove the pointer to the mailing list
It makes more sense to point people to Github issue trackers now,
even for questions.
2022-03-13 22:52:44 +01:00
Joerg Wunsch
0e441013e9 Update docs 2022-03-13 00:31:27 +01:00
Joerg Wunsch
c5f7939fca Merge branch 'main' into pages-test 2022-03-13 00:29:54 +01:00
Joerg Wunsch
297d81818a Merge remote-tracking branch 'upstream/main' 2022-03-13 00:25:50 +01:00
Joerg Wunsch
7391e569b3 Bring the texinfo doc up to date
* remove copyright years; they are not meaningful anyway
* reflect the project move from Savannah to Github
2022-03-13 00:21:35 +01:00
Joerg Wunsch
67ab74cd6a Fix a one-bit error in ATmega165* signature read command. 2022-03-13 00:21:35 +01:00
Joerg Wunsch
631f671fe8 Mention PRs #893, #894, #896, bug #889 2022-03-13 00:21:20 +01:00
MCUdude
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
2022-03-13 00:20:07 +01:00
MCUdude
40e3aa1790 Incread default read size to 256 bytes 2022-03-13 00:20:07 +01:00
MCUdude
dca5fc92bf Restructure "write mode" code 2022-03-13 00:20:07 +01:00
MCUdude
4e05a8fa41 Update description 2022-03-13 00:20:07 +01:00