Quality RTOS & Embedded Software

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


Loading

Upgrade from 2.60 to 3.20

Posted by Nobody/Anonymous on July 21, 2005
Hi,
a few words about my experiences with upgrading from FreeRTOS 2.60 to 3.20.
- I opened a new port for my ATMega128 as I did for 2.60
- as many API functions have changed their return type
I needed to change most names to start with an 'x', hungaryan? notation is annoying at this point
- I added FreeRTOSConfig.h to my source
- as size_t was introduced to protable.h I had to add stddef.h to my code for successful compilation

At the moment I need the following includes:
#include <stddef.h>
/* Scheduler include files. */
#include "FreeRTOSConfig.h"
#include "projdefs.h"
#include "portable.h"
#include "task.h"
#include "queue.h"
#include "semphr.h"

Ok, just to mention it.

BTW sourceforge search function sucks as I was not able to search for 'size_t' without getting all results for 'size'!

RE: Upgrade from 2.60 to 3.20

Posted by Nobody/Anonymous on July 21, 2005
V3 introduces the header file FreeRTOS.h. Include this and you can remove the explicit inclusions of

#include <stddef.h>
#include "projdefs.h"
#include "FreeRTOSConfig.h"
#include "portable.h"

Which tidies it up a bit.

It was a design decission that the task, queue and semphr headers be explicitly included - if you don't like this (everybody has their own preference) then you can include them in the FreeRTOSConfig.h file on an application by application basis.

Cheers!

RE: Upgrade from 2.60 to 3.20

Posted by Nobody/Anonymous on July 22, 2005
Ah, FreeRTOS.h !
Yes that works.
Seems to be a good solution.
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