my thoughts are a little different, if things are worthy to keep, it should be filed in a 'wiki' like manner
e.g. one of the forumers here
viewtopic.php?f=3&t=44
setup a very nice base for boards on github web
https://stm32-base.org/boards/
other sort of wiki and how tos should be filed in a similar manner, and preferably kind of a 'reference site' for things that everyone commonly looks up and guides for the newbies and not so newbies, e.g. things like interfacing ili9341, sdfat, various code sources, datasheets, schematics, pinouts etc. even things with stm32 itself e.g.how to enable the fpu, hw sdio etc, as well as the various 'tips and tricks' and more importantly 'gotchas' these things are often referenced after a while, they are 'snowed under' and usually they come up as a new thread for discussion on an 'old' topic as usual
one of those things i did and shared is a usb-serial (uart) dongle with signals (dtr/rts etc) for libmaple core
viewtopic.php?f=48&t=22
the original motivations for writing this is to use it to flash other bp/mm boards (i got into that spot after misplacing my st-link v2 dongle and realized it would be good if only i had a usb-uart dongle), though as ray has pointed out, these days good usb-uart dongles are after all pretty cheap and good
https://www.aliexpress.com/wholesale?ca ... t=usb+uart
then at some point in time i modified the codes for various tests with esp8266, that has become sample code which i committed into libmaple as an 'example', hopefuly if someone like me is searching for a usb-uart dongle, but only have a sketch install-able 'pill' board, now there is a sketch that does just that
https://github.com/rogerclarkmelbourne/ ... -w-signals
