Marcel Maage
Marcel Maage
Hello, At the moment serial only supports interrupts for bits rxe, txe and idle. There is also a function to check if transmission is complete (is_tx_complete) but no function to...
Hello, I have adapted time_driver_tim.rs in the same manner as time_driver.rs is for stm32 in embassy repo. embassy_time with version 0.4.0 should now be possible as requested by #82
Hi, I added missing REMAP for uart in async mode. Tested it with embassy_executor 0.6.0 with embassy_time 0.3.2 and embassy executor 0.7.0 with embassy_time 0.4.0 on CH32V307VCT6 dev board.