The doxygen-awesome-css project is just a nice, simple, customizable CSS system for making doxygen look less like 1992 and more like 2022. I need to spend a bunch of time tweaking it to make it look good, and perhaps match it to the style already used at chess.frzn.dev. Added more inline Doxycomments, and also generated an image that represents the logical layout of the boardGrid member variable, showing the mirrored layout. This works well for our project because of the way the serial data comes in.
45 lines
No EOL
751 B
Text
45 lines
No EOL
751 B
Text
# Created by https://www.toptal.com/developers/gitignore/api/mplabx
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=mplabx
|
|
|
|
### MPLabX ###
|
|
#Ignore List for Microchip's MPLAB X IDE
|
|
#It's a form of NetBeans with vendor specific changes
|
|
#Taken from zeha on GIST https://gist.github.com/zeha/5999375
|
|
#Updated by Cristian Cristea (https://github.com/cristiancristea00)
|
|
|
|
*.d
|
|
*.pre
|
|
*.p1
|
|
*.lst
|
|
*.sym
|
|
*.obj
|
|
*.o
|
|
*.sdb
|
|
*.obj.dmp
|
|
*.mk
|
|
*.map
|
|
*.properties
|
|
*.production
|
|
*.debug
|
|
*.yml
|
|
html/
|
|
nbproject/*
|
|
build/
|
|
nbbuild/
|
|
dist/
|
|
nbdist/
|
|
nbactions.xml
|
|
nb-configuration.xml
|
|
funclist
|
|
nbproject/Makefile-*
|
|
disassembly/
|
|
.generated_files/
|
|
chessmcu_default/
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/mplabx
|
|
|
|
localTest/
|
|
docs/
|
|
.ca/
|
|
*.kate-swp
|
|
*orig |