aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* event_filter: add filters for converting abs mouse to trackballBrian Cully2022-11-271-0/+1
|
* usb: add mousewheel hid implementationBrian Cully2022-11-191-0/+1
|
* cargo: rejigger crate typeBrian Cully2022-11-061-0/+4
| | | | | | | | | | convert to hybrid crate, with arch-dependent stuff as a ‘bin’ crate, with the underlying support in ‘lib’. the reason for this change is to allow for automated unit-testing on the device-independent bits. to facilitate this, a ‘t’ alias is provided which will run the unit tests. this target assumes you're on a linux system, but you can't have everything.
* 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