Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | usb: add mousewheel hid implementation | Brian Cully | 2022-11-19 | 1 | -0/+1 |
| | |||||
* | cargo: rejigger crate type | Brian Cully | 2022-11-06 | 1 | -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-semihosting | Brian Cully | 2022-10-25 | 1 | -1/+1 |
| | | | | i'm using a custom panic impl that logs to uart1 | ||||
* | convert to gd32f303 (stm32f103) bluepill variant | Brian Cully | 2022-10-25 | 1 | -9/+12 |
| | |||||
* | this is also broken, but at least it ain't mine | Brian Cully | 2022-08-27 | 1 | -0/+4 |
| | |||||
* | usb peripheral now starting ‘connect()’ | Brian Cully | 2022-08-11 | 1 | -0/+2 |
| | |||||
* | get serial printing on usart1 (tx: pa2, rx: pa3) | Brian Cully | 2022-08-08 | 1 | -0/+2 |
| | |||||
* | Blinky on a hardware timer, with ‘wfi’ in between. | Brian Cully | 2022-08-06 | 1 | -0/+3 |
| | |||||
* | Blinking achieved. | Brian Cully | 2022-08-03 | 1 | -0/+1 |
| | |||||
* | Initial bootstrap into ‘main’. | Brian Cully | 2022-08-03 | 1 | -0/+24 |