An open API service indexing awesome lists of open source software.

https://github.com/google-developers-sohag/embedded-systems-roadmap

A minimalistic roadmap for embedded engineering
https://github.com/google-developers-sohag/embedded-systems-roadmap

cprogramming-language embedded-linux embedded-systems microcontrollers

Last synced: 5 months ago
JSON representation

A minimalistic roadmap for embedded engineering

Awesome Lists containing this project

README

        

# Introduction to embedded engineering:

## Prologue:
Excel your embedded systems skills by building a good base. A good base starts from a good grasp of _the C programming language_, _general and digital electronics_, _boolean algebra_, _programmable devices_, and _programmable interfaces_. In addition, data structures, algorithms and design patterns, known collectively as software design and architecture, are useful adjuncts that will make a good embedded software engineer.

## Chapters:
- [x] An introduction to the C programming language from an embedded perspective.
- [ ] General electronics fundamentals.
- [ ] Construction of general electronics circuits.
- [ ] Digital electronics fundamentals and boolean algebra.
- [ ] Programmable devices.
- [ ] Programmable interfaces.
- [ ] Software design.
- Common DSA.
- Common Design patterns.
- Anti-patterns.
- Finite-state-automaton.
- Dependency Injection.

## Appendix: