rcsim opened a new pull request, #16273: URL: https://github.com/apache/nuttx/pull/16273
## Summary This commit adds the documentation for the Seeed Studio XIAO ESP32C3 board. It includes examples for GPIOs, Wifi and BT. ## Impact Is new feature added? Is existing feature changed? NO Impact on user (will user need to adapt to change)? NO Impact on build (will build process change)? NO / NO Impact on hardware (will arch(s) / board(s) / driver(s) change)? NO Impact on documentation (is update required / provided)? Yes, this PR adds documentation for Seeed Studio XIAO ESP32C3. Impact on security (any sort of implications)? NO Impact on compatibility (backward/forward/interoperability)? NO ## Testing I confirm that I've built the documentation: Build Host(s): OS: Ubuntu 24.04, CPU: Intel i7-8850H, Compiler: GCC 13.3.0 ``` (Documentation) rcsim@rcsim-p52:~/nuttxspace/nuttx/Documentation$ make html Removing everything under '_build'... Running Sphinx v6.2.1 myst v3.0.1: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions=set(), disable_syntax=[], all_links_external=False, links_external_new_tab=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, fence_as_directive=set(), number_code_blocks=[], title_to_header=False, heading_anchors=0, heading_slug_func=None, html_meta={}, footnote_transition=True, words_per_minute=200, substitutions={}, linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', enable_checkboxes=False, suppress_warnings=[], highlight_code_blocks=True) building [mo]: targets for 0 po files that are out of date writing output... building [html]: targets for 1241 source files that are out of date updating environment: [new config] 1241 added, 0 changed, 0 removed reading sources... [100%] substitutions looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [100%] substitutions generating indices... genindex done writing additional pages... search done copying images... [ 76%] platforms/xtensa/esp32/boards/esp32-lyrat/esp32-lyrat-v4.3-electrical-block-diagram-with-wrover-e-module.copying images... [100%] _static/images/menuconfig-debug.png copying downloadable files... [100%] platforms/xtensa/esp32s2/boards/esp32s2-saola-1/tone.wav copying static files... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done build succeeded. ``` -- 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 For queries about this service, please contact Infrastructure at: us...@infra.apache.org