linguini1 opened a new issue, #16445: URL: https://github.com/apache/nuttx/issues/16445
### Is your feature request related to a problem? Please describe. The AVR documentation lacks information about flashing many of the boards, especially the ATMega boards. The ATMega chip documentation is also not particularly well-organized. Part of #16278 number 3 ### Describe the solution you'd like * General information about installing the AVR toolchain for all systems in the main AVR documentation page, with back-links from each board support page so users can easily find the information they need for building NuttX. * ATMega documentation separated into sub-directories for different ATMega chips, instead of one main ATMega page. * All AVR boards supported in the `boards/avr/` directory to have a documentation page, following the updated template for board support docs * All board support pages to link to some information about how to flash the board (i.e. `avrdude` incantations at least, maybe special info for unique boards or ICSP programming). If the information is generally applicable (i.e. how to use `avrdude` but just swapping out the `-p` option) it could be included at the higher level AVR doc page and linked to. ### Describe alternatives you've considered _No response_ ### Verification - [x] I have verified before submitting the report. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org