Skip to content

Commit

Permalink
Update test configs
Browse files Browse the repository at this point in the history
  • Loading branch information
ACascarino committed Jun 20, 2024
1 parent 01c03e6 commit 685920f
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/rtos_drivers/clock_control/src/FreeRTOSConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ your application. */
#define configTICK_RATE_HZ 1000
#define configMAX_PRIORITIES 32
#define configRUN_MULTIPLE_PRIORITIES 1
#if (configNUMBER_OF_CORES != 1)
#define configUSE_TASK_PREEMPTION_DISABLE 1
#define configUSE_CORE_AFFINITY 1
#endif
#define configUSE_PASSIVE_IDLE_HOOK 0
#define configMINIMAL_STACK_SIZE ( configSTACK_DEPTH_TYPE ) 256
#define configMAX_TASK_NAME_LEN 32
#define configUSE_16_BIT_TICKS 0
Expand Down Expand Up @@ -58,7 +61,9 @@ your application. */
#else
#define configUSE_TRACE_FACILITY 0
#endif
#if (configGENERATE_RUN_TIME_STATS || configUSE_TRACE_FACILITY)
#define configUSE_STATS_FORMATTING_FUNCTIONS 2 /* Setting to 2 does not include <stdio.h> in tasks.c */
#endif

/* Co-routine related definitions. */
#define configUSE_CO_ROUTINES 0
Expand Down
5 changes: 5 additions & 0 deletions test/rtos_drivers/hil/src/FreeRTOSConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ your application. */
#define configTICK_RATE_HZ 1000
#define configMAX_PRIORITIES 32
#define configRUN_MULTIPLE_PRIORITIES 1
#if (configNUMBER_OF_CORES != 1)
#define configUSE_TASK_PREEMPTION_DISABLE 1
#define configUSE_CORE_AFFINITY 1
#endif
#define configUSE_PASSIVE_IDLE_HOOK 0
#define configMINIMAL_STACK_SIZE ( configSTACK_DEPTH_TYPE ) 256
#define configMAX_TASK_NAME_LEN 16
#define configUSE_16_BIT_TICKS 0
Expand Down Expand Up @@ -60,7 +63,9 @@ your application. */
/* Run time and task stats gathering related definitions. */
#define configGENERATE_RUN_TIME_STATS 1
#define configUSE_TRACE_FACILITY 1
#if (configGENERATE_RUN_TIME_STATS || configUSE_TRACE_FACILITY)
#define configUSE_STATS_FORMATTING_FUNCTIONS 2 /* Setting to 2 does not include <stdio.h> in tasks.c */
#endif

/* Co-routine related definitions. */
#define configUSE_CO_ROUTINES 0
Expand Down
5 changes: 5 additions & 0 deletions test/rtos_drivers/hil_add/src/FreeRTOSConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ your application. */
#define configTICK_RATE_HZ 1000
#define configMAX_PRIORITIES 32
#define configRUN_MULTIPLE_PRIORITIES 1
#if (configNUMBER_OF_CORES != 1)
#define configUSE_TASK_PREEMPTION_DISABLE 1
#define configUSE_CORE_AFFINITY 1
#endif
#define configUSE_PASSIVE_IDLE_HOOK 0
#define configMINIMAL_STACK_SIZE ( configSTACK_DEPTH_TYPE ) 256
#define configMAX_TASK_NAME_LEN 16
#define configUSE_16_BIT_TICKS 0
Expand Down Expand Up @@ -60,7 +63,9 @@ your application. */
/* Run time and task stats gathering related definitions. */
#define configGENERATE_RUN_TIME_STATS 1
#define configUSE_TRACE_FACILITY 1
#if (configGENERATE_RUN_TIME_STATS || configUSE_TRACE_FACILITY)
#define configUSE_STATS_FORMATTING_FUNCTIONS 2 /* Setting to 2 does not include <stdio.h> in tasks.c */
#endif

/* Co-routine related definitions. */
#define configUSE_CO_ROUTINES 0
Expand Down
5 changes: 5 additions & 0 deletions test/rtos_drivers/usb/src/FreeRTOSConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ your application. */
#define configTICK_RATE_HZ 1000
#define configMAX_PRIORITIES 32
#define configRUN_MULTIPLE_PRIORITIES 1
#if (configNUMBER_OF_CORES != 1)
#define configUSE_TASK_PREEMPTION_DISABLE 1
#define configUSE_CORE_AFFINITY 1
#endif
#define configUSE_PASSIVE_IDLE_HOOK 0
#define configMINIMAL_STACK_SIZE ( configSTACK_DEPTH_TYPE ) 256
#define configMAX_TASK_NAME_LEN 16
#define configUSE_16_BIT_TICKS 0
Expand Down Expand Up @@ -60,7 +63,9 @@ your application. */
/* Run time and task stats gathering related definitions. */
#define configGENERATE_RUN_TIME_STATS 1
#define configUSE_TRACE_FACILITY 1
#if (configGENERATE_RUN_TIME_STATS || configUSE_TRACE_FACILITY)
#define configUSE_STATS_FORMATTING_FUNCTIONS 2 /* Setting to 2 does not include <stdio.h> in tasks.c */
#endif

/* Co-routine related definitions. */
#define configUSE_CO_ROUTINES 0
Expand Down
5 changes: 5 additions & 0 deletions test/rtos_drivers/wifi/src/FreeRTOSConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ your application. */
#define configTICK_RATE_HZ 1000
#define configMAX_PRIORITIES 32
#define configRUN_MULTIPLE_PRIORITIES 1
#if (configNUMBER_OF_CORES != 1)
#define configUSE_TASK_PREEMPTION_DISABLE 1
#define configUSE_CORE_AFFINITY 1
#endif
#define configUSE_PASSIVE_IDLE_HOOK 0
#define configMINIMAL_STACK_SIZE ( configSTACK_DEPTH_TYPE ) 256
#define configMAX_TASK_NAME_LEN 16
#define configUSE_16_BIT_TICKS 0
Expand Down Expand Up @@ -60,7 +63,9 @@ your application. */
/* Run time and task stats gathering related definitions. */
#define configGENERATE_RUN_TIME_STATS 1
#define configUSE_TRACE_FACILITY 1
#if (configGENERATE_RUN_TIME_STATS || configUSE_TRACE_FACILITY)
#define configUSE_STATS_FORMATTING_FUNCTIONS 2 /* Setting to 2 does not include <stdio.h> in tasks.c */
#endif

/* Co-routine related definitions. */
#define configUSE_CO_ROUTINES 0
Expand Down

0 comments on commit 685920f

Please sign in to comment.