3 Commits
Author SHA1 Message Date
Nova 5e0c68d1c9 docs(README): add comprehensive board_config.h macro switch documentation
- SOFTWARE_IIC: hardware vs software I2C selection
- DEBUG_MODE: printf output control with scope and overhead notes
- COM_DEBUG: command frame debug printing (depends on DEBUG_MODE)
- DEBUG_VERBOSE: verbose diagnostics (depends on DEBUG_MODE)
- SEGGER_RTT_DETECTION: RTT debug channel support
- Pin definitions reference and MCU auto-detect explanation
2026-07-27 23:37:16 +08:00
Nova 1f35ffd288 chore: sync from actuator_ctrl as new template baseline
- Add SEGGER_RTT support
- Revert .vscode/ to gitignore (project-specific IDE config)
- Updated CMakeLists.txt, board_config.h, main.c from actuator_ctrl
2026-07-27 22:12:38 +08:00
Nova 58c0cf7460 feat(vscode): add JLink flash/debug tasks and VSCode config
- tasks.json: Build + Flash/Reset/Erase via JLink Commander
- launch.json: cortex-debug J-Link debug configuration
- flash.jlink: JLink Commander script for automated flashing
- extensions.json: recommended VSCode extensions
- .gitignore: remove .vscode/ exclusion (template needs these files)
2026-07-27 18:47:00 +08:00