Skip to content

Commit

Permalink
Remove coroutines from FreeRTOS-Kernel.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbartell committed Nov 22, 2022
1 parent 5f7ca3a commit d57a2e2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 1,417 deletions.
363 changes: 0 additions & 363 deletions croutine.c

This file was deleted.

10 changes: 0 additions & 10 deletions include/FreeRTOS.h
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,6 @@
#error Missing definition: configUSE_16_BIT_TICKS must be defined in FreeRTOSConfig.h as either 1 or 0. See the Configuration section of the FreeRTOS API documentation for details.
#endif

#ifndef configUSE_CO_ROUTINES
#define configUSE_CO_ROUTINES 0
#endif

#ifndef INCLUDE_vTaskPrioritySet
#define INCLUDE_vTaskPrioritySet 0
#endif
Expand Down Expand Up @@ -257,12 +253,6 @@
#define INCLUDE_xTaskGetCurrentTaskHandle 1
#endif

#if configUSE_CO_ROUTINES != 0
#ifndef configMAX_CO_ROUTINE_PRIORITIES
#error configMAX_CO_ROUTINE_PRIORITIES must be greater than or equal to 1.
#endif
#endif

#ifndef configUSE_DAEMON_TASK_STARTUP_HOOK
#define configUSE_DAEMON_TASK_STARTUP_HOOK 0
#endif
Expand Down
Loading

0 comments on commit d57a2e2

Please sign in to comment.