no-OS
Macros
FreeRTOSConfig.h File Reference

Defines useded for configuring freeRTOS in iio_demo_freeRTOS project. More...

#include <stdint.h>
Include dependency graph for FreeRTOSConfig.h:

Go to the source code of this file.

Macros

#define configCPU_CLOCK_HZ   ((uint32_t)100000000)
 
#define configTICK_RATE_HZ   ((portTickType)1000)
 
#define configRTC_TICK_RATE_HZ   (32768)
 
#define configTOTAL_HEAP_SIZE   ((size_t)(26 * 1024))
 
#define configMINIMAL_STACK_SIZE   ((uint16_t)512)
 
#define configIIO_APP_STACK_SIZE   ((uint16_t)2048)
 
#define configMAX_PRIORITIES   5
 
#define configUSE_PREEMPTION   1
 
#define configUSE_IDLE_HOOK   0
 
#define configUSE_TICK_HOOK   0
 
#define configUSE_CO_ROUTINES   0
 
#define configUSE_16_BIT_TICKS   0
 
#define configUSE_MUTEXES   1
 
#define configSUPPORT_DYNAMIC_ALLOCATION   1
 
#define configHEAP_CLEAR_MEMORY_ON_FREE   1
 
#define configUSE_TRACE_FACILITY   1
 
#define configUSE_STATS_FORMATTING_FUNCTIONS   1
 
#define INCLUDE_vTaskPrioritySet   0
 
#define INCLUDE_vTaskDelete   1
 
#define INCLUDE_vTaskSuspend   1
 
#define INCLUDE_vTaskDelayUntil   1
 
#define INCLUDE_uxTaskPriorityGet   0
 
#define INCLUDE_vTaskDelay   1
 
#define configPRIO_BITS   3
 
#define configKERNEL_INTERRUPT_PRIORITY   ((unsigned char)7 << (8 - configPRIO_BITS))
 
#define configMAX_SYSCALL_INTERRUPT_PRIORITY   ((unsigned char)5 << (8 - configPRIO_BITS))
 
#define vPortSVCHandler   SVC_Handler
 
#define xPortPendSVHandler   PendSV_Handler
 
#define xPortSysTickHandler   SysTick_Handler
 
#define configCOMMAND_INT_MAX_OUTPUT_SIZE   1
 
#define INCLUDE_xTaskGetIdleTaskHandle   1
 
#define INCLUDE_pxTaskGetStackStart   1
 

Detailed Description

Defines useded for configuring freeRTOS in iio_demo_freeRTOS project.

Author
Robert Budai (rober.nosp@m.t.bu.nosp@m.dai@a.nosp@m.nalo.nosp@m.g.com)

Copyright 2023(c) Analog Devices, Inc.

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

THIS SOFTWARE IS PROVIDED BY ANALOG DEVICES "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ANALOG DEVICES BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, INTELLECTUAL PROPERTY RIGHTS, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Macro Definition Documentation

◆ configCOMMAND_INT_MAX_OUTPUT_SIZE

#define configCOMMAND_INT_MAX_OUTPUT_SIZE   1

◆ configCPU_CLOCK_HZ

#define configCPU_CLOCK_HZ   ((uint32_t)100000000)

◆ configHEAP_CLEAR_MEMORY_ON_FREE

#define configHEAP_CLEAR_MEMORY_ON_FREE   1

◆ configIIO_APP_STACK_SIZE

#define configIIO_APP_STACK_SIZE   ((uint16_t)2048)

◆ configKERNEL_INTERRUPT_PRIORITY

#define configKERNEL_INTERRUPT_PRIORITY   ((unsigned char)7 << (8 - configPRIO_BITS))

◆ configMAX_PRIORITIES

#define configMAX_PRIORITIES   5

◆ configMAX_SYSCALL_INTERRUPT_PRIORITY

#define configMAX_SYSCALL_INTERRUPT_PRIORITY   ((unsigned char)5 << (8 - configPRIO_BITS))

◆ configMINIMAL_STACK_SIZE

#define configMINIMAL_STACK_SIZE   ((uint16_t)512)

◆ configPRIO_BITS

#define configPRIO_BITS   3

◆ configRTC_TICK_RATE_HZ

#define configRTC_TICK_RATE_HZ   (32768)

◆ configSUPPORT_DYNAMIC_ALLOCATION

#define configSUPPORT_DYNAMIC_ALLOCATION   1

◆ configTICK_RATE_HZ

#define configTICK_RATE_HZ   ((portTickType)1000)

◆ configTOTAL_HEAP_SIZE

#define configTOTAL_HEAP_SIZE   ((size_t)(26 * 1024))

◆ configUSE_16_BIT_TICKS

#define configUSE_16_BIT_TICKS   0

◆ configUSE_CO_ROUTINES

#define configUSE_CO_ROUTINES   0

◆ configUSE_IDLE_HOOK

#define configUSE_IDLE_HOOK   0

◆ configUSE_MUTEXES

#define configUSE_MUTEXES   1

◆ configUSE_PREEMPTION

#define configUSE_PREEMPTION   1

◆ configUSE_STATS_FORMATTING_FUNCTIONS

#define configUSE_STATS_FORMATTING_FUNCTIONS   1

◆ configUSE_TICK_HOOK

#define configUSE_TICK_HOOK   0

◆ configUSE_TRACE_FACILITY

#define configUSE_TRACE_FACILITY   1

◆ INCLUDE_pxTaskGetStackStart

#define INCLUDE_pxTaskGetStackStart   1

◆ INCLUDE_uxTaskPriorityGet

#define INCLUDE_uxTaskPriorityGet   0

◆ INCLUDE_vTaskDelay

#define INCLUDE_vTaskDelay   1

◆ INCLUDE_vTaskDelayUntil

#define INCLUDE_vTaskDelayUntil   1

◆ INCLUDE_vTaskDelete

#define INCLUDE_vTaskDelete   1

◆ INCLUDE_vTaskPrioritySet

#define INCLUDE_vTaskPrioritySet   0

◆ INCLUDE_vTaskSuspend

#define INCLUDE_vTaskSuspend   1

◆ INCLUDE_xTaskGetIdleTaskHandle

#define INCLUDE_xTaskGetIdleTaskHandle   1

◆ vPortSVCHandler

#define vPortSVCHandler   SVC_Handler

◆ xPortPendSVHandler

#define xPortPendSVHandler   PendSV_Handler

◆ xPortSysTickHandler

#define xPortSysTickHandler   SysTick_Handler