Skip to content
#

embedded-systems

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

Guozhanxin
Guozhanxin commented May 15, 2022

RT-Thread操作系统贡献指南

欢迎来到开源摘星计划-RT-Thread操作系统贡献专栏 。RT-Thread操作系统已加入开源摘星计划,该计划提供奖励以鼓励你加入我们的社区:所有参与本项目贡献的开发者都可获得相应贡献积分、奖励以及被评选为年度摘星100 人的机会,活动及奖励详情请见:开源摘星计划

📅活动时间:2022年5月-12月

🌟关于RT-Thread操作系统

RT-Thread诞生于2006年,是一款以开源、中立、社区化发展起来的物联网操作系统。 RT-Thread主要采用 C 语言编写,浅显易懂,且具有方便移植的特性(可快速移植到多种主流 MCU 及模组芯片上)。RT-Thread把面向对象的设计方法应用到实时系统设计中,使得代码风格优雅、架构

good first issue
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 - see e-m-b-a/emba#218
    • EMBA run with profile default-scan in strict mode (-S)
  • Full installation working
    • [
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