aboutsummaryrefslogtreecommitdiffstats
path: root/serial_link/system
AgeCommit message (Collapse)Author
2016-05-15Add debug print for serial link errorsGravatar Fred Sundvik
This is disabled by default
2016-03-13Master mode remains activeGravatar Fred Sundvik
It remains active even if the USB link is suspended or otherwise temporarilly goes down.
2016-03-12Configurable baud settingGravatar Fred Sundvik
2016-03-12Resend the keyboard state every msGravatar Fred Sundvik
In case there's some errors on the link, and the packet gets lost
2016-03-12Remote object callable from many placesGravatar Fred Sundvik
Change init_transport to add_remote_objects, so that it can be called many times from different places.
2016-02-28Call remote matrix update, when the matrix changesGravatar Fred Sundvik
2016-02-28Send the keyboard matrix over the serial linkGravatar Fred Sundvik
2016-02-28Improve serial link initialization, and add driverGravatar Fred Sundvik
2016-02-28Some small fixes for the serial update loopGravatar Fred Sundvik
2016-02-27Add simple loop for updating the serial linkGravatar Fred Sundvik
2016-02-21Create a thread for the serial linkGravatar Fred Sundvik
2016-02-21Support for Chibios compilationGravatar Fred Sundvik
Remove some warnings, change the include paths.
2016-02-21Writing signals eventsGravatar Fred Sundvik
2016-02-21Working triple bufferingGravatar Fred Sundvik