Open arunthomas opened 1 year ago
Task List:
RecieveAdvanced
implementationalert_test
.Transmit::transmit_abort
, Transmit::transmit_word
, Receive::receive_abort
, and Receive::receive_word
always fail as they do for all other Tock boards. Investigate if an implementation for these functions is needed.TX_WATERMARK
- Logic or notification relating to the watermark.RX_OVERFLOW
RX_FRAME_ERR
RX_BREAK_ERR
- UART has disconnected, send error to client. Support error in HIL?RX_TIMEOUT
- Send error to client. Support error in HIL?RX_PARITY_ERR
UartParams
:
Note - This task has been simplified to focus on implementing driver functionality. The "implement driver tests" has been moved to #39
Please feel free to close this task when driver functionality is complete.
Description
Implement Tock driver for gpio
Tasks