LeandroFujimoto's Stars
pret/pokered
Disassembly of Pokémon Red/Blue
solariun/atomicx
Pure C++ non stack displacement that implements cooperative multitask library for SINGLE CORE embedded development on DSPs, Microcontrollers and Processor (ARV, RISCV, ARM(all), TENSY, ESP), while also suitable for applications on Windows, Linux and MacOs and compatible with some RTOSs as well. This library allows full event driven applications while uses SMARTs LOCKS and WAIT/NOTIFY locks to also transport messages, MESSAGE BROKER is also provided (Those uses Message type size_t message and size_t tags, where tag will give meaning to the message). That implementation also introduce thread safe QUEUE (full object) and smart_ptr (to allow better implementation on minimal environment)
onepixel0/stm8-sdcc-cmake
tools for develop stm8 apps
vsch/stm8-multi-tasker
STM8-Multi-Tasker - Preemptive/Cooperative Round Robin Scheduler for STM8
ksvbka/design_pattern_for_embedded_system
Implement of all problems in the book "Design Patterns for Embedded system in C"
solariun/CorePartition
Universal Cooperative Multithread Lib with real time Scheduler that was designed to work, virtually, into any modern micro controller or Microchip and, also, for user space applications for modern OS (Mac, Linux, Windows) or on FreeRTOS as well. Supports C and C++