Skip to content

Enable rtt in embed for chapter 11#110

Open
lbellomo wants to merge 1 commit intorust-embedded:mainfrom
lbellomo:fix_chapter_11_embed
Open

Enable rtt in embed for chapter 11#110
lbellomo wants to merge 1 commit intorust-embedded:mainfrom
lbellomo:fix_chapter_11_embed

Conversation

@lbellomo
Copy link
Copy Markdown

Reading 11-uart/receive-a-single-byte I found that the examples/receive-byte.rs don't work (compile, flash, but don't start the rtt) because Embed.toml in that chapter has the rtt disabled.

It's should be:

[default.general]
chip = "nrf52833_xxAA"

[default.reset]
halt_afterwards = false

[default.rtt]
enabled = true

[default.gdb]
enabled = false

And this should be the same for the rest of the examples in this chapter.

@lbellomo lbellomo requested a review from a team as a code owner March 26, 2026 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant