This repository contains my code for the Embedded Systems - Shape The World
course from Austin university by Jonathan Valvano and Ramesh Yerraballi.
This course was made for Windows (using Keil uVision), but I use Arch, so obviously I had to tinker - for my greatest pleasure - to follow it on Linux. I don't have access to the correction, the templates nor the evaluator so I can't really check that what I'm doing is perfect, but I hope so.
Each lab will be on a separate branch, either coming from the dev
branch or from another lab.
A makefile is provided to build and flash the code onto the board.
I tried to use CCStudio but without success.
I followed the course from the edX website until lab 9.
- [x] lab 2
- [x] lab 4
- [ ] lab 5 (I'm programming on the real board so this lab has no real interest for me)
- [x] lab 6
- [x] lab 7
- [x] lab 8
- [x] lab 9
- [ ] lab 10