Quality RTOS & Embedded Software

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


Loading

why is xPortStartScheduler proto not portable

Posted by Jeff Smith on April 18, 2006
Strange, I don't see why the prototype for xPortStartScheduler() is not in portable code (i.e. "Source/port/XXX/portmacro.h").

It seems to me the prototype for xPortStartScheduler() obviously needs to be just as portable as is the prototype for vPortTickInterrupt() which IS in "portmacro.h".

So we shouldn't have to design this sort of nonsense:

==========
portBASE_TYPE xPortStartScheduler( void )
{
/* xPortStartScheduler() does not start the scheduler directly because
the header file containing the xPortStartScheduler() prototype is part
of the common kernel code, and therefore cannot use the CODE_SEG pragma.
Instead it simply calls the locally defined xNearStartScheduler() -
which does use the CODE_SEG pragma. */

return xBankedStartScheduler();
}

RE: why is xPortStartScheduler proto not portable

Posted by Nobody/Anonymous on April 18, 2006
xPortStartScheduler prototype is in portable.h? Don't understand. ARM port it is started directly and prototype for vPortTickInterrupt is not in portmacro.h.

RE: why is xPortStartScheduler proto not port

Posted by Jeff Smith on May 18, 2006
I almost forgot to respond since I wasn't clear enough the first time...

It seems to me like the solution to the problem would be to put xPortStartScheduler() prototype in "portable.h". See, I want to tell GCC to make it __attribute__((near)), but I cannot because xPortStartScheduler() is NOT in "portable.h".

Here is the workaround they had to do for CodeWarrior compiler:
=====
portBASE_TYPE xPortStartScheduler( void )
{
/* xPortStartScheduler() does not start the scheduler directly because
the header file containing the xPortStartScheduler() prototype is part
of the common kernel code, and therefore cannot use the CODE_SEG pragma.
Instead it simply calls the locally defined xBankedStartScheduler() -
which does use the CODE_SEG pragma. */

return xBankedStartScheduler();
}
=======


[ 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