Commit Graph

5 Commits

Author SHA1 Message Date
nat e68c19236b Remove references to BlueCore.
Enable XON/XOFF flowcontrol in SLIP layer depending on config response.
Send an acknowlegment packet on timeout/retry.
Compute tx{ack,seq} and rx{ack,seq} according to the specification.
2017-09-03 23:11:19 +00:00
nat b79ea570a8 Apply the sequence number mask to txack. 2017-08-14 12:51:11 +00:00
nat cb47fae4db Conform to the spec. with regards to acknowlegment packets. This prevents
the host controller from freezing.

Inmprove communication from inactive to active state.
2017-08-14 05:33:30 +00:00
nat 9923fa67d0 Ensure the XMIT flag is cleared before calling bth5_start.
This avoids a panic due to a diagnostic assertion.
2017-08-11 00:58:37 +00:00
nat ed80d44262 Add support for btuart h5 3-wire protocol. 2017-08-10 13:22:19 +00:00