summaryrefslogtreecommitdiff
path: root/tests/usb-serial-rs485/syscfg.h
AgeCommit message (Collapse)AuthorFilesLines
2016-10-03usb-rs485: enable rs485 mode.Karl Palsson1-2/+2
Tested on the f1 with a LA only, but traces look good and as expected. future work to actually hook it up to a rs485 device.
2016-09-30usb-serial: functional on f1.Karl Palsson1-5/+14
2016-09-26ubs-serial-rs485: First solidly working version.Karl Palsson1-0/+50
Needs major refactoring to split out the _actual_ arch dependent pieces. Needs parity and more complete baud rate support. Needs rs485 support.