Quality RTOS & Embedded Software

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


Loading

Standard/Stub portmaco.h file available?

Posted by spyrophonics on June 15, 2016

Hello everyone,

I am currently in the process of migrating FreeRTOS to an unavailable architecture. I have read the "Quick Start Guide", the "Porting Guide" and basically the whole "FreeRTOS" branch of the main website.

One thing I coudn't find is a prototype portmacro.h!

Every guide tells me to either have a look at the demo applications and port one of them to my architecture or use a "clean portmacro.h" or "compil[e] the portable layer stubs". But I wasn't able to find a prototype or stub version of portmacro.h or port.c anywhere on the website.

Is there a stub version of those files, or do I have to basically go through the whole FreeRTOS code and search for functions I need to implement myself?

I mean, the "How FreeRTOS Works" guide gives a rough overview of very, very basic functions to implement, which is nice. But is there a stub version of those files containing a list of every function that can(!) be implemented? Needless to say, that I might need them all, but for implementation from scratch that would be very helpful ;)

Cheers, Peter


Standard/Stub portmaco.h file available?

Posted by rtel on June 15, 2016

The functions that must be implemented in the portable layer are those for which the prototype can be found in FreeRTOS/source/include/portable.h.

The best portmacro.h file to use as a base is then really dependent on whether your port is going to support interrupt nesting or not. If it is then I would suggest using one of the Cortex-M3 portmacro.h header files as a base. Otherwise perhaps one of the ARM7 portmacro.h header files.

Once you have an appropriate starting point for the portmacro.h file you can delete the implementations of the macros, and implement them to be appropriate for your hardware.

There is a very old page, which is probably out of date, here: http://www.freertos.org/FreeRTOS-porting-guide.html


Standard/Stub portmaco.h file available?

Posted by spyrophonics on June 17, 2016

I went through all the demo files myself and created a basic stub file which seems to be a good average of all portmacro.h files. Maybe it helps other people porting.

Cheers, Peter

Attachments

portmacro_stub.h (6384 bytes)


[ 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