Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | serialhdl: Calculate baudadjust from MCU's baud instead of host baud | Kevin O'Connor | 2016-07-16 | 1 | -8/+8 |
| | | | | | | | Store the baud rate the MCU is configured for in the "identify" data and use that rate when calculating the baudadjust parameter. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | serialhdl: Avoid using 1200 baud during serial reset | Kevin O'Connor | 2016-06-14 | 1 | -1/+1 |
| | | | | | | | The Arduino Due uses a 1200 baud connection to signal an erase sequence, so avoid it during normal serial resets. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | Initial commit of source code. | Kevin O'Connor | 2016-05-25 | 1 | -0/+286 |
Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |