aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* add missing log moduleBrian Cully2022-08-081-0/+16
|
* importsBrian Cully2022-08-081-2/+2
|
* mark logging functions as unsafeBrian Cully2022-08-081-2/+2
| | | | these are writing to ‘static mut’ variables.
* get serial printing on usart1 (tx: pa2, rx: pa3)Brian Cully2022-08-082-31/+52
|
* Put blink in separate ‘Task’ struct.Brian Cully2022-08-062-49/+65
|
* Blinky on a hardware timer, with ‘wfi’ in between.Brian Cully2022-08-062-15/+88
|
* Move LED to separate module.Brian Cully2022-08-042-34/+54
|
* Get rid of nightly features by using ‘global_asm’.Brian Cully2022-08-032-25/+14
| | | | Now compiles and runs on stable.
* Blinking achieved.Brian Cully2022-08-031-3/+50
|
* Initial bootstrap into ‘main’.Brian Cully2022-08-031-0/+38