Open Mischback opened 2 years ago
CMakeLists.txt
arduino
platformio
C++
C
doxygen
sphinx
CMake
ReadTheDocs
.rst
Sphinx
breathe
pre-commit
Sources
ESP-IDF
CMakeLists.txt
, ...)ESP-ADF
General ESP-related
arduino
platform; MIT)Other notable Projects
arduino
platform; C++; GPL-3.0)platformio
,C++
; GPL-3.0; see also https://forum.espuino.de/)CMake
Documentation
C
source files natively)doxygen
withsphinx
(really nice, includes the complete setup of aCMake
based toolchain up toReadTheDocs
)doxygen
output to.rst
files forSphinx
(alternative to Sphinx'sbreathe
plugin, plain Python-based conversion)Tools
CMakeLists.txt
files, may be useful if/when theCMakeLists.txt
contain actual logic, which may be required later; usable withpre-commit
)