aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Switch to full-duplex uartLouis Burda2022-12-132-90/+50
|
* Add response delay to work around communication issueLouis Burda2022-12-022-71/+62
|
* Added split uart support based on chibios implLouis Burda2022-12-0216-355/+369
|
* Fix pio uart integration with neopix pioLouis Burda2022-11-296-59/+79
|
* Adapt ChibiOS uart pio implementation (untested)Louis Burda2022-11-291-28/+241
|
* Refactoring and added sdk uart (not working)Louis Burda2022-11-299-123/+254
|
* Basic key matrix scan and keycode setupLouis Burda2022-11-2812-25/+1087
|
* Integrate tinyUSB composite HID exampleLouis Burda2022-11-204-29/+164
|
* Enable double tap bootloader featureLouis Burda2022-11-201-41/+3
|
* Add CDC stdio driver and logging + panic handlersLouis Burda2022-11-208-234/+416
|
* Onboard neopixel led supportLouis Burda2022-11-205-19/+168
|
* Tinyusb HID exampleLouis Burda2022-11-203-0/+396