Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

v0.4.0 - feature cortex-m not available #33

Copy link
Copy link
Closed
@kolbma

Description

@kolbma
Issue body actions

You have removed the features (e.g. cortex-m) in the new version, but you are checking for with cfg in code for it:

#[cfg(any(feature = "cortex-m", feature = "riscv"))]
#[macro_export]
macro_rules! debug_rtt_init_print {
($($arg:tt)*) => (if cfg!(debug_assertions) { $crate::rtt_init_print!($($arg)*); })
}

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

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.