freeRTOS port to RH850

Hi

1.Do we have working port of freeRTOS to RH850 ?

2.Do we have any document that describes porting steps such as creating startup code, configuring tick timer interrupts, stack and so on… ?

Many Thanks,

Pr

Hi,

We dont have an officially supported for Renesas RH850, however you can find contributions to this port in forum post here:

Hi

Thank you for the pointers , can you share path to a downloadable version of this v10.4 that contains port for Renesas RH850 ? We could find it elsewhere

also, if we take latest n greatest version of the freertos , is this port of renesas rh850 still exist as a standard part of the supported micros?
Especially this is of relevance when we get success with v10.4 and want to migrate to latest freertos

Thanks,
Pra

Not sure if this is the same pointer Ravi provided one post above the last, just in a different thread: FreeRTOS Ported to RH850

There isn’t an RH850 in the “officially supported ports” as defined here - Officially supported and contributed FreeRTOS code - some definitions - but if there is a need and interest we could look at including one under one of the third party contributed categories - defined on the same page.

hi

Thanks for the reply

For now we need proving freertos kernel on our Renesas RH850 target and do what it takes to get a stable port. We are also unsure as to whether we should build on a freertos version that had earlier ben proven on RH850 ( that is V10.4) or take a route with picking up latest kernel versions.

Regards,
Pra

Hi,

Is the freeRTOS port to RH850 compliant to be native POSIX ? Or if we want to make it POSIX styled do we need to re work on this port?

Thanks

FreeRTOS does not natively use the POSIX threading API, but there is a wrapper that implements a subset of POSIX threading calls on top of FreeRTOS. The wrapper is not complete or regularly tested though.