Quality RTOS & Embedded Software

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


FreeRTOS Version 10

Backward Compatibility

FreeRTOS V10 contains a new source file, stream_buffers.c, and for consistency has renamed the StackMacros.h header file stack_macros.h. However, V10 is a drop-in compatible replacement for FreeRTOS V9.x.x, as the new source file is only required to enable new features, and two copies of the changed header file are provided - one with the old name and one with the new. stack_macros.h is only used internally within the FreeRTOS kernel code.


Introducing Stream Buffers and Message Buffers

FreeRTOS 10 contains two significant new features: Stream Buffers and Message Buffers.

Stream Buffers are an inter process communication (IPC) primitive optimized for use in scenarios where there is only one reader and only one writer, such as sending a stream of data from an interrupt service routine (ISR) to an RTOS task, or from one processor core to another.

Message Buffers build on top of Stream Buffers. Whereas as Stream Buffers send a continuous stream of bytes, Message Buffers send discrete messages that can be of varying length.


Other Changes

See the change history for more details of new ports and other enhancements.





[ 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