Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | spi init: use mode 1 explicitly | Brian Cully | 2022-10-25 | 1 | -6/+2 |
| | |||||
* | cirque: allow unused fields for i²c and rap addresses | Brian Cully | 2022-10-25 | 1 | -0/+2 |
| | |||||
* | cirque: fix ? operator | Brian Cully | 2022-10-25 | 1 | -19/+10 |
| | |||||
* | don't blindly return ok in ‘Cirque::rd’ | Brian Cully | 2022-10-25 | 1 | -1/+1 |
| | |||||
* | pull in cirque driver | Brian Cully | 2022-10-25 | 2 | -1/+265 |
| | | | | seems broken rn, but it's a start. | ||||
* | convert to gd32f303 (stm32f103) bluepill variant | Brian Cully | 2022-10-25 | 6 | -287/+162 |
| | |||||
* | this is also broken, but at least it ain't mine | Brian Cully | 2022-08-27 | 3 | -949/+158 |
| | |||||
* | usb peripheral now starting ‘connect()’ | Brian Cully | 2022-08-11 | 4 | -11/+942 |
| | |||||
* | use ‘nb’ crate instead of custom type | Brian Cully | 2022-08-08 | 2 | -17/+16 |
| | |||||
* | 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 |
| | |||||
* | 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 | 2 | -31/+52 |
| | |||||
* | 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 | 2 | -15/+88 |
| | |||||
* | Move LED to separate module. | Brian Cully | 2022-08-04 | 2 | -34/+54 |
| | |||||
* | Get rid of nightly features by using ‘global_asm’. | Brian Cully | 2022-08-03 | 2 | -25/+14 |
| | | | | Now compiles and runs on stable. | ||||
* | Blinking achieved. | Brian Cully | 2022-08-03 | 1 | -3/+50 |
| | |||||
* | Initial bootstrap into ‘main’. | Brian Cully | 2022-08-03 | 1 | -0/+38 |