embassy/embassy-nrf
huntc c54303be75 Makes the uarte endtx event available
This commit allows event_endtx to be used outside of the Uarte itself. As a consequence, PPI can be used to drive tasks given the end of transmission on the Uarte. This is particularly useful for situations like RS485 where a GPIO must be set to high when transmitting then cleared when done. A non-ppi approach can cause a delay in the clearing of this GPIO as other Embassy tasks might become scheduled.
2022-01-10 19:14:02 +11:00
..
src Makes the uarte endtx event available 2022-01-10 19:14:02 +11:00
Cargo.toml use upstream nrf-usdb 2022-01-03 11:52:36 -07:00