You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e.g. in libmaple, there are some io related busy wait loops.
We should yield the processor in these busy wait time period. Or the cpu is doing busy wait for hardware/user all day long!
This may drive the progress of driver design, especially serial port (uart) driver.
Yes, we can start from uart driver.
The text was updated successfully, but these errors were encountered:
e.g. in libmaple, there are some io related busy wait loops.
We should yield the processor in these busy wait time period. Or the cpu is doing busy wait for hardware/user all day long!
This may drive the progress of driver design, especially serial port (uart) driver.
Yes, we can start from uart driver.
The text was updated successfully, but these errors were encountered: