Skip to content
#

embedded-systems

Here are 2,089 public repositories matching this topic...

japaric
japaric commented Oct 6, 2021

defmt

defmt::println!("{:?}", 1 as *const u8);

output:

 1
└─ hello::__cortex_m_rt_main @ src/bin/hello.rs:8

core::fmt

println!("{:?}", 1 as *const u8);

output:

0x1

defmt should also include the 0x prefix.

The current format makes it hard to tell that the number is a hexadecimal valu

type: bug good first issue priority: medium status: needs PR

Improve this page

Add a description, image, and links to the embedded-systems topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the embedded-systems topic, visit your repo's landing page and select "manage topics."

Learn more