Skip to content

Integrate SEGGER RTT implementation #1278

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 9, 2025
Merged

Conversation

salkinium
Copy link
Member

@salkinium salkinium commented Jul 27, 2025

  • Add SEGGER RTT code as submodule
  • Add modm:rtt module with modm port.
  • Refactor modm:platform:rtt to use the SEGGER RTT code.
  • Figure out a way to place all buffers into uncached memory (using the MPU). doing this later
  • Update all related documentation
  • Fix telnetlib3 API change Switched to using netcat, much better.
  • Test in Hardware
    • on STLink
    • on JLINK

Closes #1277 by definition.

cc @WasabiFan @chris-durand

@salkinium salkinium added this to the 2025q3 milestone Jul 27, 2025
@salkinium salkinium force-pushed the feature/rtt branch 2 times, most recently from 6c7cdfa to f45ed37 Compare July 31, 2025 10:15
@salkinium salkinium marked this pull request as ready for review July 31, 2025 10:15
@salkinium salkinium force-pushed the feature/rtt branch 2 times, most recently from 0c2a3ad to 62a5aec Compare July 31, 2025 17:48
@salkinium salkinium force-pushed the feature/rtt branch 3 times, most recently from 02ea9d9 to 27a3ddf Compare August 9, 2025 18:49
@salkinium salkinium merged commit 650a90f into modm-io:develop Aug 9, 2025
12 checks passed
@salkinium salkinium deleted the feature/rtt branch August 9, 2025 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

RTT buffer size computation incorrect for empty buffer
1 participant