aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* don't blindly return ok in ‘Cirque::rd’Brian Cully2022-10-251-1/+1
|
* remove panic-semihostingBrian Cully2022-10-252-21/+1
| | | | i'm using a custom panic impl that logs to uart1
* pull in cirque driverBrian Cully2022-10-252-1/+265
| | | | seems broken rn, but it's a start.
* update docs a bitBrian Cully2022-10-251-21/+19
|
* convert to gd32f303 (stm32f103) bluepill variantBrian Cully2022-10-2517-359/+654
|
* this is also broken, but at least it ain't mineBrian Cully2022-08-275-949/+175
|
* usb peripheral now starting ‘connect()’Brian Cully2022-08-116-11/+963
|
* use ‘nb’ crate instead of custom typeBrian Cully2022-08-082-17/+16
|
* log in panics if possible.Brian Cully2022-08-081-12/+21
|
* update log inteface, add (and use) ‘log!’ macro.Brian Cully2022-08-082-9/+30
|
* update doc with current dev setupBrian Cully2022-08-081-0/+19
|
* 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-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