aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* get serial printing on usart1 (tx: pa2, rx: pa3)Brian Cully2022-08-085-32/+58
|
* Put blink in separate ‘Task’ struct.Brian Cully2022-08-062-49/+65
|
* Blinky on a hardware timer, with ‘wfi’ in between.Brian Cully2022-08-067-23/+302
|
* Move LED to separate module.Brian Cully2022-08-042-34/+54
|
* Rebuild when linker script changes.Brian Cully2022-08-031-0/+3
|
* Make ‘cargo run’ start gdb.Brian Cully2022-08-031-0/+1
|
* Get rid of nightly features by using ‘global_asm’.Brian Cully2022-08-033-26/+19
| | | | Now compiles and runs on stable.
* Blinking achieved.Brian Cully2022-08-034-4/+170
|
* Initial bootstrap into ‘main’.Brian Cully2022-08-038-0/+160