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
- Host: GitHub
- URL: https://github.com/google-developers-sohag/embedded-systems-roadmap
- Owner: Google-Developers-Sohag
- License: gpl-3.0
- Created: 2022-10-28T09:58:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-08T07:53:48.000Z (over 1 year ago)
- Last Synced: 2025-01-08T07:41:46.906Z (6 months ago)
- Topics: cprogramming-language, embedded-linux, embedded-systems, microcontrollers
- Language: HTML
- Homepage:
- Size: 51.6 MB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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: