-
-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The CLR Interpreter runs on it's own OS thread (then jumping from one nanoFramework thread to the next) it leaves no time slot for other OS threads to execute on OSes that relly on cooperative execution (menaning that a thread has to relinquish execution control to the OS so other threads can run). Because of this, on nF thread switching, there is a call to NANOCLR_RELINQUISHEXECUTIONCONTROL to allow this to happen on OSes that require that. ChibiOS is one of those when it's running on cooperative mode. Signed-off-by: José Simões <jose.simoes@eclo.solutions>
- Loading branch information
1 parent
6d55e16
commit 675e79e
Showing
4 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters