modern-embedded-programming-course
uni
Our great sponsors
modern-embedded-programming-course | uni | |
---|---|---|
3 | 1 | |
226 | 9 | |
4.4% | - | |
5.7 | 8.8 | |
11 days ago | 6 months ago | |
C | C | |
GNU Affero General Public License v3.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
modern-embedded-programming-course
-
path of learning the arm cortex-m embedded c programming?
"Modern Embedded Systems Programming" leads to Dr. Miro Samek website : https://www.state-machine.com/video-course and github : https://github.com/QuantumLeaps/modern-embedded-programming-course
uni
-
Crafting Interpreters
I'm working through this right now and it's awesome. I've completed the Java interpreter and I'm halfway through the C bytecode stack-based interpreter[1]. I'd estimate I've spent around 30-40 hours with the book.
Throughout I've used both the website and the dead-tree version of the book. The website is great with 2 monitors, but you might be too tempted to copy-paste the code.
The one thing the book doesn't mandate is the use of the Lox test suite, but I think it should be incorporated into the book. It's easier to hack on your implementation when there's a test suite to validate that everything still works as it should at Chapter X.
1. https://github.com/thundergolfer/uni/tree/main/books/craftin...
What are some alternatives?
FreeRTOS-rust - Rust crate for FreeRTOS
nuclei-sdk - Nuclei RISC-V Software Development Kit
arm-none-eabi-gcc-xpack - A binary xPack with the Arm Embedded GCC toolchain
nanopb - Protocol Buffers with small code size
qpc - QP/C real-time embedded framework/RTOS for embedded systems based on active objects (actors) and hierarchical state machines
totalcross - TotalCross is a Software Development Kit that helps cross platform application development. Currently supported platforms are: Windows, Wince, Android, iOS, Linux and Linux ARM for embedded systems.
OOP-in-C - Simple and efficient implementation of OOP in C suitable for real-time embedded systems.
Micro-XRCE-DDS-Client - Micro XRCE-DDS Client repository
MiROS - MiROS (Minimal Real-Time Operating System) for ARM Cortex-M
QuarkTS - An open-source OS for embedded applications that supports prioritized cooperative scheduling, time control, inter-task communications primitives, hierarchical state machines and CoRoutines.
The-C-Programming-Language - Answers to exercises in K&R's The C Programming Language (second Edition).
qpcpp - QP/C++ real-time embedded framework/RTOS for embedded systems based on active objects (actors) and hierarchical state machines