nxp-mcuxpresso / rpmsg-lite

RPMsg implementation for small MCUs
BSD 3-Clause "New" or "Revised" License
235 stars 74 forks source link

[QUESTION]: Erpc and rpmsg port to embOS #38

Closed FoujanetG closed 1 year ago

FoujanetG commented 1 year ago

hi, On a NXP MCU, We are using the the rpmsg_lite layer and the shared memory for the communication. We are using the RTOS embOS of SEGGER.

Do you have the files of environnent to run this example with embOS?

Files for the porting are : rpmsg_lite/porting/environment/rpmsg_env_freertos.c and environment/freertos/rpmsg_env_specific.h

That would be great to speed up the project development.

thank you Guillaume

MichalPrincNXP commented 1 year ago

Hello @FoujanetG , unfortunately, the embOS support in rpmsg_lite and erpc components is not planned. On the other hand doing that based on the rpmsg_env_freertos or other env. layer pattern should not be difficult. It deals with implementation of several env. specific functions only. Regards Michal