You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmake language tools (formatter and linter for CMakeLists.txt files, may be useful if/when the CMakeLists.txt contain actual logic, which may be required later; usable with pre-commit)
The text was updated successfully, but these errors were encountered:
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
)The text was updated successfully, but these errors were encountered: