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:
Richard Barry 2017-01-04 04:48:22 +00:00
parent f98b675671
commit ca9edf3531
2 changed files with 49 additions and 45 deletions

View file

@ -71,6 +71,7 @@
#define PORTMACRO_H
#include <Windows.h>
#include <WinBase.h>
/******************************************************************************
Defines