issues Search Results · repo:probe-rs/rtt-target language:Rust
Filter by
32 results
(63 ms)32 results
inprobe-rs/rtt-target (press backspace or delete to remove)Hi,
To be able to hand over RTT from a bootloader to an app, I would like to specify the linker sections, so that I can
place them on the same addresses in RAM. One can do that with SEGGER_RTT_SECTION ...
NickeZ
- 1
- Opened on Jan 23
- #58
Currently its not possible to re-export rtt_init due to the absolute import of critical_section in rtt_init. It is
possible of course, but requires the importer to also explicitly use rtt-target. Is there ...
chanterheld
- 1
- Opened on Jan 3
- #57
I want to setup a global logger so I can intercept the log messages for an extra output over bluetooth. But I dont know
how to point my functions to the rtt-target functions.... https://defmt.ferrous-systems.com/global-logger ...
Gibbz
- 1
- Opened on Nov 8, 2024
- #54
Can we have a new release with the defmt feature published to crates.io?
okhsunrog
- Opened on Nov 6, 2024
- #53
Following the example I get multiple errors.
https://github.com/probe-rs/rtt-target/blob/5b7603b6114bb08385f71674b9d962471c221681/examples-cortex-m/src/bin/defmt.rs#L19
error[E0425]: cannot find function ...
Gibbz
- 1
- Opened on Oct 31, 2024
- #52
I am not sure how to describe the problem but i get this erro wheneve ri try to use rtt_target for printing statements:
note: rust-lld -flavor gnu C:\\Users\\Admin\\AppData\\Local\\Temp\\rustcT3hpPl\\symbols.o ...
Admsher
- 13
- Opened on Aug 23, 2024
- #50
The rtt-target crate assumes it is running on a 32-bit target. The use of pointers and usize in the header and channel
structs prevent the crate from working on non 32-bit targets.
I hacked together a ...
timdyer
- 1
- Opened on May 7, 2024
- #48
Strange behaviour:
rprint!( rprint );
rprintln!( rprintln );
works as expected, output: rprintrprintln. But
rprint!( rprint );
Timer::after_millis(TIME).await; // use embassy_time::Timer;
rprintln!( ...
pkoevesdi
- 8
- Opened on May 1, 2024
- #47
It appears that the cortex-m and riscv features were removed from this crate, but the documentation still makes
reference to them.
https://github.com/probe-rs/rtt-target/blob/a1bae7cb3f6b81834d8f0030546baeabe0331d13/rtt-target/src/lib.rs#L12 ...
documentation
good first issue
dlaw
- 2
- Opened on Mar 6, 2024
- #45
Hello,
I m struggling with combining rtt_target and multiple embassy tasks. Is this even possible? I have problems with passing
the channels through different #[embassy_executor::task] because of lifetime. ...
pustekuchen91
- 1
- Opened on Dec 7, 2023
- #43

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.