mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
Increase the priority of the Windows threads used by the FreeRTOS Windows port, and, because the threads have high priority and run on the same core, prevent the port running on single core hosts so as to avoid locking up the host.
This commit is contained in:
parent
f98b675671
commit
ca9edf3531
2 changed files with 49 additions and 45 deletions
|
@ -71,6 +71,7 @@
|
|||
#define PORTMACRO_H
|
||||
|
||||
#include <Windows.h>
|
||||
#include <WinBase.h>
|
||||
|
||||
/******************************************************************************
|
||||
Defines
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue