aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
* Put blink in separate ‘Task’ struct.Brian Cully2022-08-061-49/+11
* Blinky on a hardware timer, with ‘wfi’ in between.Brian Cully2022-08-061-11/+82
* Move LED to separate module.Brian Cully2022-08-041-34/+11
* Get rid of nightly features by using ‘global_asm’.Brian Cully2022-08-031-25/+3
* Blinking achieved.Brian Cully2022-08-031-3/+50
* Initial bootstrap into ‘main’.Brian Cully2022-08-031-0/+38