12 open-source projects similar to feaser/openblt, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Openblt alternative.
Embassy is an asynchronous framework for microcontrollers that provides a runtime for cooperative multitasking. It enables the execution of multiple concurrent tasks to maximize energy efficiency and CPU usage, utilizing an async executor that puts the processor to sleep when idle. The framework includes a comprehensive set of embedded components, featuring a hardware abstraction layer for peripherals like GPIO, SPI, I2C, and UART, alongside a TCP/IP network stack and a USB device stack. It also provides a Bluetooth Low Energy host stack for wireless communication and a bootloader framework t
Basekernel is a simple operating system kernel for research, teaching, and fun.
pypi: https://pypi.org/project/imgtool/ coverity: https://scan.coverity.com/projects/mcuboot sim: https://github.com/mcu-tools/mcuboot/actions?query=workflow:Sim mynewt: https://github.com/mcu-tools/mcuboot/actions?query=workflow:Mynewt espressif:…
/============\ sector 0 | Bootloader | . | --------| . | | AES & | . | | RSA key| Data . |------------| / m | BootOpt | / sector m+1 |------------|/ . | OS(APP) | . | ----------| . | | MAGIC1:3| . | | LEN | -------- . | | IV | / 0x0000 | MAGIC1 | 0xDEADC0DE n | | Hash | / |--------| sector n+1…
This project is an educational resource and technical reference for building operating systems from scratch. It provides a comprehensive guide to mastering x86 architecture and implementing core kernel components by writing code that executes directly on hardware without the support of standard libraries or operating system abstractions. The materials focus on low-level systems engineering, teaching users how to interpret technical datasheets to manage hardware resources. It covers the fundamental mechanics of bare-metal programming, including the use of assembly language to define execution
This repo is cross-platform UF2 Bootloader projects for MCUs based on TinyUSB