Skip to content

[FR] expose write(_, buf: &[u8]) when set_print_channel() used #20

@ildar

Description

@ildar

the set_print_channel() consumes the channel hence write(channel, buf: &[u8]) can't be used. And rtt_print() doesn't accept &[u8].
The situation when I need to write [u8] is trivial: to echo bytes I receive with read() from down channel.

Metadata

Metadata

Assignees

No one assigned

    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