| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | log in panics if possible. | Brian Cully | 2022-08-08 | 1 | -12/+21 |
| | | |||||
| * | update log inteface, add (and use) ‘log!’ macro. | Brian Cully | 2022-08-08 | 2 | -9/+30 |
| | | |||||
| * | update doc with current dev setup | Brian Cully | 2022-08-08 | 1 | -0/+19 |
| | | |||||
| * | add missing log module | Brian Cully | 2022-08-08 | 1 | -0/+16 |
| | | |||||
| * | imports | Brian Cully | 2022-08-08 | 1 | -2/+2 |
| | | |||||
| * | mark logging functions as unsafe | Brian Cully | 2022-08-08 | 1 | -2/+2 |
| | | | | | these are writing to ‘static mut’ variables. | ||||
| * | get serial printing on usart1 (tx: pa2, rx: pa3) | Brian Cully | 2022-08-08 | 5 | -32/+58 |
| | | |||||
| * | Put blink in separate ‘Task’ struct. | Brian Cully | 2022-08-06 | 2 | -49/+65 |
| | | |||||
| * | Blinky on a hardware timer, with ‘wfi’ in between. | Brian Cully | 2022-08-06 | 7 | -23/+302 |
| | | |||||
| * | Move LED to separate module. | Brian Cully | 2022-08-04 | 2 | -34/+54 |
| | | |||||
| * | Rebuild when linker script changes. | Brian Cully | 2022-08-03 | 1 | -0/+3 |
| | | |||||
| * | Make ‘cargo run’ start gdb. | Brian Cully | 2022-08-03 | 1 | -0/+1 |
| | | |||||
| * | Get rid of nightly features by using ‘global_asm’. | Brian Cully | 2022-08-03 | 3 | -26/+19 |
| | | | | | Now compiles and runs on stable. | ||||
| * | Blinking achieved. | Brian Cully | 2022-08-03 | 4 | -4/+170 |
| | | |||||
| * | Initial bootstrap into ‘main’. | Brian Cully | 2022-08-03 | 8 | -0/+160 |
