The Wayback Machine - https://web.archive.org/web/20220516230910/https://github.com/topics/embedded-systems
Skip to content
#

embedded-systems

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

supperthomas
supperthomas commented May 13, 2022

task issue as follow

  • combine IDF and scons --targe=cmake build system
  • porting drv_gpio.c with cmake system
  • porting drv_uart.c with cmake system
  • porting drv_iic.c with cmake system
  • porting drv_spi.c with cmake system
  • porting drv_pwm.c with cmake system
good first issue
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