-
Updated
May 16, 2022
#
embedded-systems
Here are 2,041 public repositories matching this topic...
List of Computer Science courses with video lectures.
programming-language
computer-science
security
machine-learning
bioinformatics
web-development
computer-vision
algorithms
robotics
computer-graphics
databases
stanford-university
embedded-systems
systems
quantum-computing
computer-architecture
computer-scientists
database-systems
harvard-university
iit-delhi
state-university
F' - A flight software and embedded systems framework
raspberry-pi
components
real-time
framework
embedded
cpp
nasa
embedded-systems
flight
spaceflight
object-oriented-programming
flight-software
fprime
-
Updated
May 28, 2022 - C++
good first issue
Good for newcomers
AirPlay audio player. Shairport Sync adds multi-room capability with Audio Synchronisation
audio
audio-player
embedded-systems
audio-streaming
multi-room-audio
airplay
multi-speaker
synchronized-audio
airplay-2
-
Updated
May 26, 2022 - C
Curated list of resources for Embedded and Low-level development in the Rust programming language
-
Updated
May 26, 2022
U8glib library for monochrome displays, version 2
-
Updated
May 26, 2022 - C
Tiny, fast, non-dependent and fully loaded printf implementation for embedded systems. Extensive test suite passing.
iot
embedded
threadsafe
format
printf
sprintf
embedded-systems
tiny
libc
no-dependencies
replacement
snprintf
tinyprintf
-
Updated
Apr 26, 2022 - C
Simple .INI file parser in C, good for embedded systems
-
Updated
Apr 15, 2022 - C
The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. wolfSSL supports up to TLS 1.3!
tls
ssl
iot
security
cryptography
encryption
openssl
https
dtls
embedded-systems
fips
c-library
tls-support
cipher-suites
wolfssl
tls13
trusted-execution-environment
openssl-alternative
cryptography-api
openssl-api
-
Updated
May 27, 2022 - C
Lakka is a lightweight Linux distribution that transforms a small computer into a full blown game console.
-
Updated
May 13, 2022 - Makefile
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
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
docker
A Tiny Linux-Compatible Kernel
linux
kernel
assembly
embedded-systems
x86
uefi
bootloader
acpi
bare-metal
posix-compatible
uefi-boot
-
Updated
May 27, 2022 - C
Ferret is a free software lisp implementation for real time embedded control systems.
-
Updated
Apr 8, 2022 - Makefile
Software Update for Embedded Systems
linux
iot
embedded
ota
lua
gplv3
embedded-systems
software-update
industrial-linux
flashes
emmc
swupdate
fota
ota-updater
firmware-update
ota-firmware-updates
hawkbit
-
Updated
May 23, 2022 - C
A lightweight library to simplify and generalize the process of writing unit tests for C applications.
-
Updated
May 28, 2020 - Shell
Deprecated. Use https://github.com/lakkatv/Lakka-LibreELEC instead
-
Updated
Dec 17, 2017 - Makefile
Renode - Antmicro's virtual development framework for complex embedded systems
-
Updated
May 27, 2022 - C#
Embedded Linux embedding for Flutter
-
Updated
May 20, 2022 - C++
The extensible bootloader for embedded system with application engine, write once, run everywhere.
mtk
lua
os
boot
embedded-systems
operating-system
rockchip
samsung
bootloader
soc
freescale
allwinner
xboot
application-engine
-
Updated
May 26, 2022 - C
Vitis In-Depth Tutorials
embedded
fpga
embedded-systems
alveo
zcu102
xrt
vitis
alveo-u200
aiengine
zcu104
kria
alveo-u250
kria-som
-
Updated
May 25, 2022 - C++
A lightweight, simple-to-use, RNN wake word listener
raspberry-pi
embedded-systems
voice-recognition
speech-recognition
voice-control
hotword-detection
keyword-spotting
wake-word-detection
-
Updated
May 26, 2022 - Python
An experimental Python-to-C transpiler and domain specific language for embedded high-performance computing
python
c
compiler
hpc
static-analysis
transpiler
embedded-systems
high-performance-computing
source-to-source
domain-specific-language
static-typing
transcompiler
python-to-c
-
Updated
May 19, 2022 - Python
Embedded Artistry Templates, Documents, and Source Code
-
Updated
Mar 14, 2022 - Makefile
The smallest public printf implementation for its feature set.
c
iot
embedded
cortex-m
cpp
firmware
threadsafe
text
format
printf
embedded-systems
public-domain
libc
bsd-license
no-dependencies
embedded-c
snprintf
tinyprintf
vsnprintf
mpaland
-
Updated
May 19, 2022 - C++
Python core of avatar²
-
Updated
Apr 26, 2022 - Python
Mobile operating system based on FreeRTOS™ optimized for E Ink displays - developed for Mudita Pure minimalist phone
-
Updated
May 28, 2022 - C
A lightweight, portable pure C99 onnx inference engine for embedded devices with hardware acceleration support.
c
lightweight
machine-learning
library
embedded
ai
deep-learning
neural-network
portable
inference
embedded-systems
hardware-acceleration
baremetal
onnx
dedeep-neural-networks
-
Updated
May 13, 2022 - C
A lightweight, secure, easy-to-use crypto library suitable for constrained environments.
-
Updated
May 10, 2022 - C
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
Something isn't working
good first issue
Good for newcomers
priority: medium
Medium priority for the Knurling team
status: needs PR
Issue just needs a Pull Request implementing the changes
Improve this page
Add a description, image, and links to the embedded-systems topic page so that developers can more easily learn about it.
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."
试了下qemu,文件系统有问题
