-
-
Notifications
You must be signed in to change notification settings - Fork 346
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
Reduce Host emulator CPU load #2472
Merged
Merged
Commits on Jan 24, 2022
-
Simplify build by using cmake for lwip only, sming glue built as regular sming library Pull out common linux/Windows code Service using event timer rather than polled timer Remove LWIP_SERVICE_INTERVAL and adjust interval dynamically
Configuration menu - View commit details
-
Copy full SHA for eb6fe73 - Browse repository at this point
Copy the full SHA eb6fe73View commit details -
Fetch & patch npcap as pre-requisite
Code required by both CMake and sming library builds
Configuration menu - View commit details
-
Copy full SHA for 04c15e3 - Browse repository at this point
Copy the full SHA 04c15e3View commit details -
Time is absolute so must base on system clock. Because this wasn't done will always succeed. Change parameter to microseconds.
Configuration menu - View commit details
-
Copy full SHA for cf8c9b2 - Browse repository at this point
Copy the full SHA cf8c9b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 620fe96 - Browse repository at this point
Copy the full SHA 620fe96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64eec22 - Browse repository at this point
Copy the full SHA 64eec22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 834b38d - Browse repository at this point
Copy the full SHA 834b38dView commit details
Commits on Jan 25, 2022
-
Use
clock_gettime
in timedwaitTime structure same as sem_timedwait Consistent with example code
Configuration menu - View commit details
-
Copy full SHA for 26d9467 - Browse repository at this point
Copy the full SHA 26d9467View commit details -
Investigating cause of Windows deadlock. May have other uses.
Configuration menu - View commit details
-
Copy full SHA for 821c80e - Browse repository at this point
Copy the full SHA 821c80eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd553df - Browse repository at this point
Copy the full SHA cd553dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff6754b - Browse repository at this point
Copy the full SHA ff6754bView commit details -
Use native Windows sempahore to avoid deadlock
Replace global semaphore with `host_thread_wait` and `host_thread_kick`
Configuration menu - View commit details
-
Copy full SHA for fe91169 - Browse repository at this point
Copy the full SHA fe91169View commit details -
Configuration menu - View commit details
-
Copy full SHA for e14f865 - Browse repository at this point
Copy the full SHA e14f865View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.