XHCI reduce stalling to increase driver performance
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 3m39s
Build documentation / build-and-deploy (push) Successful in 3m41s

This commit is contained in:
2026-04-03 03:19:51 +02:00
parent d79556a58f
commit 725cee6ffc
2 changed files with 5 additions and 9 deletions

View File

@@ -37,7 +37,7 @@ void app_main (void) {
for (;;) {
device_do (info->key, XUSBCTRL_POLL_DRIVER, NULL, NULL, NULL, NULL);
for (volatile int i = 0; i < 1000; i++)
for (volatile int i = 0; i < 500; i++)
sched ();
}
}