List of Computer Science courses with video lectures.
-
Updated
May 16, 2022
{{ message }}
List of Computer Science courses with video lectures.
AirPlay audio player. Shairport Sync adds multi-room capability with Audio Synchronisation
Curated list of resources for Embedded and Low-level development in the Rust programming language
U8glib library for monochrome displays, version 2
Tiny, fast, non-dependent and fully loaded printf implementation for embedded systems. Extensive test suite passing.
Simple .INI file parser in C, good for embedded systems
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!
Lakka is a lightweight Linux distribution that transforms a small computer into a full blown game console.
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:
A Tiny Linux-Compatible Kernel
Ferret is a free software lisp implementation for real time embedded control systems.
Software Update for Embedded Systems
A lightweight library to simplify and generalize the process of writing unit tests for C applications.
Deprecated. Use https://github.com/lakkatv/Lakka-LibreELEC instead
Renode - Antmicro's virtual development framework for complex embedded systems
Embedded Linux embedding for Flutter
The extensible bootloader for embedded system with application engine, write once, run everywhere.
A lightweight, simple-to-use, RNN wake word listener
Vitis In-Depth Tutorials
An experimental Python-to-C transpiler and domain specific language for embedded high-performance computing
Embedded Artistry Templates, Documents, and Source Code
The smallest public printf implementation for its feature set.
Python core of avatar²
Mobile operating system based on FreeRTOS™ optimized for E Ink displays - developed for Mudita Pure minimalist phone
A lightweight, portable pure C99 onnx inference engine for embedded devices with hardware acceleration support.
A lightweight, secure, easy-to-use crypto library suitable for constrained environments.
defmtdefmt::println!("{:?}", 1 as *const u8);output:
1
└─ hello::__cortex_m_rt_main @ src/bin/hello.rs:8core::fmtprintln!("{:?}", 1 as *const u8);output:
0x1defmt should also include the 0x prefix.
The current format makes it hard to tell that the number is a hexadecimal valu
This is a list of interesting papers and projects about TinyML.
Add a description, image, and links to the embedded-systems topic page so that developers can more easily learn about it.
To associate your repository with the embedded-systems topic, visit your repo's landing page and select "manage topics."
目前 RT-Thread 仓库为了保证代码的正确性,基本每个PR都会编译一遍所有的bsp,其中环境安装是最耗时的部分。如果可以利用 github 的cache机制,就可以极大的加快仓库ci的执行效率。
参考