Conversation
The historical SCK pin (P1.06) became wired to mcu-led3 (D24) starting at DotBot v3 board build 1.3, causing the LED to stay lit whenever db_rgbled_init() ran. SCK is unused by the TLC5973 protocol anyway (MOSI carries everything). Verified against DotBots/DotBot-hardware tags v1.4-v2.1.0 that P1.06 has no consumer on DotBot v2 or v3 <=bd1.2, so the change is strictly safer on every revision. AI-assisted: Claude Opus 4.7
AI-assisted: Claude Opus 4.7
drv/rgbled: disconnect SPIM SCK to free mcu-led3 on DotBot v3 bd1.3+
AI-assisted: Claude Opus 4.7
AI-assisted: Claude Opus 4.7
AI-assisted: Claude Opus 4.7
AI-assisted: Claude Opus 4.7
AI-assisted: Claude Opus 4.7
AI-assisted: Claude Opus 4.7
drv/frame: add mari-compatible header for bare-radio apps
drv: deprecate tdma_client and tdma_server
The `%` prefix tells Doxygen not to auto-link `frame.h` to its file page. Without it the generated cross-reference targets an unresolved `frame_8h` label and the `-W` Sphinx doc build fails. It looks like a typo but is load-bearing - keep it. AI-assisted: Claude Opus 4.8
2 tasks
drv/tdma_client: fix doc build by suppressing frame.h doxygen auto-link
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Promotes accumulated
developwork tomain.mainis fully contained indevelop(no main-only commits), so this is a clean merge with nothing to reconcile. Opening for review and merge; the real (non-rc) version bump (where applicable) and the release tag follow onmainafterward.