Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A lot of busy wait in low-level peripheral libs. #5

Open
librae8226 opened this issue Sep 6, 2012 · 0 comments
Open

A lot of busy wait in low-level peripheral libs. #5

librae8226 opened this issue Sep 6, 2012 · 0 comments
Assignees

Comments

@librae8226
Copy link
Member

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.

@ghost ghost assigned librae8226 Sep 6, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant