]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/blobdiff - os/7.0.2/include/os/FreeRTOSConfig.h
Trigger context switch after ADC interrupts
[pes-rpp/rpp-lib.git] / os / 7.0.2 / include / os / FreeRTOSConfig.h
index ed29133ae7ede4e93fbe4d72a26e388eb1d36a90..8b5ba0589d8b0339c42b8868b924286ca1168b9b 100644 (file)
@@ -20,9 +20,8 @@
  * Please change configCHECK_FOR_STACK_OVERFLOW to 0 when going to production
  * Check http://www.freertos.org/Stacks-and-stack-overflow-checking.html
  *----------------------------------------------------------*/
-#ifdef TARGET_TMS570_RPP
-#include "sys/_tms570_rpp/port.h"
-#endif /* TARGET_TMS570_RPP */
+#include "sys/port.h"
+
 
 #define configUSE_PREEMPTION                    1
 #define configUSE_IDLE_HOOK                     0
@@ -68,5 +67,6 @@
 #define INCLUDE_vTaskDelay                      1
 #define INCLUDE_xTaskGetSchedulerState          1
 #define INCLUDE_uxTaskGetStackHighWaterMark     1
+#define INCLUDE_pcTaskGetTaskName              1
 
 #endif /* FREERTOS_CONFIG_H */