Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update log inteface, add (and use) ‘log!’ macro. | Brian Cully | 2022-08-08 | 1 | -2/+3 |
* | imports | Brian Cully | 2022-08-08 | 1 | -2/+2 |
* | mark logging functions as unsafe | Brian Cully | 2022-08-08 | 1 | -2/+2 |
* | get serial printing on usart1 (tx: pa2, rx: pa3) | Brian Cully | 2022-08-08 | 1 | -5/+29 |
* | Put blink in separate ‘Task’ struct. | Brian Cully | 2022-08-06 | 1 | -49/+11 |
* | Blinky on a hardware timer, with ‘wfi’ in between. | Brian Cully | 2022-08-06 | 1 | -11/+82 |
* | Move LED to separate module. | Brian Cully | 2022-08-04 | 1 | -34/+11 |
* | Get rid of nightly features by using ‘global_asm’. | Brian Cully | 2022-08-03 | 1 | -25/+3 |
* | Blinking achieved. | Brian Cully | 2022-08-03 | 1 | -3/+50 |
* | Initial bootstrap into ‘main’. | Brian Cully | 2022-08-03 | 1 | -0/+38 |