aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* remove panic-semihostingBrian Cully2022-10-251-1/+1
| | | | i'm using a custom panic impl that logs to uart1
* convert to gd32f303 (stm32f103) bluepill variantBrian Cully2022-10-251-9/+12
|
* this is also broken, but at least it ain't mineBrian Cully2022-08-271-0/+4
|
* usb peripheral now starting ‘connect()’Brian Cully2022-08-111-0/+2
|
* get serial printing on usart1 (tx: pa2, rx: pa3)Brian Cully2022-08-081-0/+2
|
* Blinky on a hardware timer, with ‘wfi’ in between.Brian Cully2022-08-061-0/+3
|
* Blinking achieved.Brian Cully2022-08-031-0/+1
|
* Initial bootstrap into ‘main’.Brian Cully2022-08-031-0/+24