aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* cirque: fix ? operatorBrian Cully2022-10-251-19/+10
* don't blindly return ok in ‘Cirque::rd’Brian Cully2022-10-251-1/+1
* pull in cirque driverBrian Cully2022-10-252-1/+265
* convert to gd32f303 (stm32f103) bluepill variantBrian Cully2022-10-256-287/+162
* this is also broken, but at least it ain't mineBrian Cully2022-08-273-949/+158
* usb peripheral now starting ‘connect()’Brian Cully2022-08-114-11/+942
* 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
* 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
* 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
* Blinking achieved.Brian Cully2022-08-031-3/+50
* Initial bootstrap into ‘main’.Brian Cully2022-08-031-0/+38