Skip to content
#

embedded-systems

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

emba
m-1-k-3
m-1-k-3 commented May 16, 2022

Is your feature request related to a problem? Please describe.

Kali Linux 2022.2 released here: https://www.kali.org/blog/kali-linux-2022-2-release/
We need to test EMBA on it

Testcases:

  • Default/docker installation working
    • EMBA run with profile default-scan in strict mode (-S)
  • Full installation working
    • EMBA run in dev mode with options -s -z -S -D -
enhancement help wanted good first issue docker
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