Skip to content

Use no_std-compatible printing in Rust/C/C++/Python examples #1127

@orecham

Description

@orecham

Brief Description

The examples currently use the language-specific printing mechanisms which rely on the standard library. These should be replaced with an alternative that allows them to be compiled and run in no_std contexts.

Potential solutions:

  1. Add own printing abstraction to iceoryx2-bb that can be implemented for the target platform
  2. Use writeln! and core::fmt::Write which can be implemented for the target platform

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions