|
|
@ -236,6 +236,28 @@
|
|
|
|
* if configUSE_TIMERS is set to 1. */
|
|
|
|
* if configUSE_TIMERS is set to 1. */
|
|
|
|
#define configTIMER_QUEUE_LENGTH 10
|
|
|
|
#define configTIMER_QUEUE_LENGTH 10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/******************************************************************************/
|
|
|
|
|
|
|
|
/* Event Group related definitions. *******************************************/
|
|
|
|
|
|
|
|
/******************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Set configUSE_EVENT_GROUPS to 1 to include event group functionality in the
|
|
|
|
|
|
|
|
* build. Set to 0 to exclude event group functionality from the build. The
|
|
|
|
|
|
|
|
* FreeRTOS/source/event_groups.c source file must be included in the build if
|
|
|
|
|
|
|
|
* configUSE_EVENT_GROUPS is set to 1. Defaults to 1 if left undefined. */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#define configUSE_EVENT_GROUPS 1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/******************************************************************************/
|
|
|
|
|
|
|
|
/* Stream Buffer related definitions. *****************************************/
|
|
|
|
|
|
|
|
/******************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Set configUSE_STREAM_BUFFERS to 1 to include stream buffer functionality in
|
|
|
|
|
|
|
|
* the build. Set to 0 to exclude event group functionality from the build. The
|
|
|
|
|
|
|
|
* FreeRTOS/source/stream_buffer.c source file must be included in the build if
|
|
|
|
|
|
|
|
* configUSE_STREAM_BUFFERS is set to 1. Defaults to 1 if left undefined. */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#define configUSE_STREAM_BUFFERS 1
|
|
|
|
|
|
|
|
|
|
|
|
/******************************************************************************/
|
|
|
|
/******************************************************************************/
|
|
|
|
/* Memory allocation related definitions. *************************************/
|
|
|
|
/* Memory allocation related definitions. *************************************/
|
|
|
|
/******************************************************************************/
|
|
|
|
/******************************************************************************/
|
|
|
@ -431,7 +453,7 @@
|
|
|
|
#define configENFORCE_SYSTEM_CALLS_FROM_KERNEL_ONLY 1
|
|
|
|
#define configENFORCE_SYSTEM_CALLS_FROM_KERNEL_ONLY 1
|
|
|
|
|
|
|
|
|
|
|
|
/* Set configALLOW_UNPRIVILEGED_CRITICAL_SECTIONS to 1 to allow unprivileged
|
|
|
|
/* Set configALLOW_UNPRIVILEGED_CRITICAL_SECTIONS to 1 to allow unprivileged
|
|
|
|
* tasks enter critical sections (effectively mask interrupts). Set to 0 to
|
|
|
|
* tasks enter critical sections (effectively mask interrupts). Set to 0 to
|
|
|
|
* prevent unprivileged tasks entering critical sections. Defaults to 1 if left
|
|
|
|
* prevent unprivileged tasks entering critical sections. Defaults to 1 if left
|
|
|
|
* undefined. Only used by the FreeRTOS Cortex-M MPU ports, not the standard
|
|
|
|
* undefined. Only used by the FreeRTOS Cortex-M MPU ports, not the standard
|
|
|
|
* ARMv7-M Cortex-M port. */
|
|
|
|
* ARMv7-M Cortex-M port. */
|
|
|
|