Trel725 / chavrprog

AVR programmer based on Chinese ch341a
GNU General Public License v3.0
58 stars 19 forks source link

Not all options are documented in the readme & other ideas #8

Closed vvnmvvso closed 4 years ago

vvnmvvso commented 5 years ago

For example the -t function that have been used here https://github.com/Trel725/chavrprog/issues/3#issuecomment-308395789 is not documented here https://github.com/Trel725/chavrprog/blob/master/README.md Maybe some other options are also not documented but exist.

Could you add the functionality to be able to flash other chips like the 328pb that a user asked about here? https://github.com/Trel725/chavrprog/issues/6 Probably also other chips exist that could be flashed but are not in the tool right now. Here is a list of 8bit chips: http://ww1.microchip.com/downloads/en/DeviceDoc/30010135D.pdf Were it possible to add the info what chips are supported to the readme and the help-output of the tool? I have found the names of the supported chips here https://github.com/Trel725/chavrprog/blob/master/config.c but reading the sourcecode is not a typical way a normal user would go.

Trel725 commented 5 years ago

Thank you for the notes, I will try to improve documentation and configs as soon as find some time for it.