Commit Graph

9 Commits

Author SHA1 Message Date
db08f5f3fe Fix trailing whitespace in getting_started.rst
- Removed trailing whitespace from line 37 as detected by pre-commit check
- Documentation builds successfully

Co-authored-by: HiFiPhile <4375114+HiFiPhile@users.noreply.github.com>
2025-12-28 14:26:06 +00:00
1bb1efa820 Use appropriate syntax highlighting for Windows commands
- Changed Windows Command Prompt blocks from bash to bat for proper highlighting
- Changed PowerShell blocks from bash to powershell for proper highlighting
- Improves documentation readability and accuracy

Co-authored-by: HiFiPhile <4375114+HiFiPhile@users.noreply.github.com>
2025-12-28 14:19:52 +00:00
83542ce912 Add detailed build instructions for rp2040 and esp32 to getting_started.rst
- Added dedicated "Building for RP2040" section with pico-sdk installation steps
- Added dedicated "Building for ESP32" section with esp-idf installation steps
- Included platform-specific instructions for Linux/macOS and Windows
- Added PICO_SDK_PATH export steps before cmake for rp2040
- Added esp-idf source/export steps before cmake for esp32
- Updated note section to reference new detailed sections
- Documentation builds successfully without errors

Co-authored-by: HiFiPhile <4375114+HiFiPhile@users.noreply.github.com>
2025-12-28 14:18:17 +00:00
a1ae5b20cc update doc 2025-11-11 10:53:39 +07:00
989acc1528 use CMake in getting_started examples 2025-10-21 14:09:00 +02:00
3cb248f2e5 add note about CMake 2025-10-20 21:14:28 +02:00
fa599e3ff4 streamlined getting_started 2025-10-20 21:14:20 +02:00
1f908d88ce getting_started structure 2025-10-20 21:08:34 +02:00
82aa46d8ea more consolidation 2025-10-20 21:08:13 +02:00