Quality RTOS & Embedded Software

 Real time embedded FreeRTOS RSS feed 
Quick Start Supported MCUs PDF Books Trace Tools Ecosystem


Loading

correct sequence of include and defines

Posted by wolfgang niggeschmidt on July 9, 2009
Hello,

after downloading the actual freeRTOS 5.3 version and comparing the demo \freeRTOS53\FreeRTOS\Demo\ARM7_LPC2106_GCC there might be an error in the include-sequence. In the file FreeRTOSConfig.h are typedefs used, which are defined in portmacro.h, but protmacro.h uses a define 'configUSE_16_BIT_TICKS', which is set later in the freeRTOSConfig.h. How can this correctly pre-processed?

RE: correct sequence of include and defines

Posted by Richard on July 9, 2009
FreeRTOS.h should always be the first FreeRTOS related header file included. When this is done:

First projdefs.h is included. This just defined a few things like pdTRUE and pdFALSE, etc.

Next FreeRTOSConfig.h is included. This uses the as yet undefined typedef portTickType, but FreeRTOSConfig.h is just a header file so will replace macros with text that uses portTickType but does not yet have to compile. It will also define configUSE_16_BIT_TICKS.

Finally portable.h is included which itself included portmacro.h. portmacro.h defines portTickType depending on the already defined configUSE_16_BIT_TICKS. This happens before compilation starts so everything is now straight.

Does that answer your question?

Regards.

RE: correct sequence of include and defines

Posted by wolfgang niggeschmidt on July 9, 2009
Yes. Thank you very much for your very fast answer.

Best regards


[ Back to the top ]    [ About FreeRTOS ]    [ Privacy ]    [ Sitemap ]    [ ]


Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.

Latest News

NXP tweet showing LPC5500 (ARMv8-M Cortex-M33) running FreeRTOS.

Meet Richard Barry and learn about running FreeRTOS on RISC-V at FOSDEM 2019

Version 10.1.1 of the FreeRTOS kernel is available for immediate download. MIT licensed.

View a recording of the "OTA Update Security and Reliability" webinar, presented by TI and AWS.


Careers

FreeRTOS and other embedded software careers at AWS.



FreeRTOS Partners

ARM Connected RTOS partner for all ARM microcontroller cores

Espressif ESP32

IAR Partner

Microchip Premier RTOS Partner

RTOS partner of NXP for all NXP ARM microcontrollers

Renesas

STMicro RTOS partner supporting ARM7, ARM Cortex-M3, ARM Cortex-M4 and ARM Cortex-M0

Texas Instruments MCU Developer Network RTOS partner for ARM and MSP430 microcontrollers

OpenRTOS and SafeRTOS

Xilinx Microblaze and Zynq partner