Create a default FreeRTOSConfig.h, can override on a per-program basis

Closes #12
This commit is contained in:
Angus Gratton 2015-06-16 17:28:32 +10:00
parent 8478dfd92f
commit 72b61b17f8
9 changed files with 148 additions and 885 deletions

View file

@ -75,7 +75,7 @@
#include "projdefs.h"
/* Application specific configuration options. */
#include "FreeRTOSConfig.h"
#include <FreeRTOSConfig.h>
/* configUSE_PORT_OPTIMISED_TASK_SELECTION must be defined before portable.h
is included as it is used by the port layer. */