Hi experts, I try to find a OSAL for freeRTOS

Do you know some opensource OSAL about freeRTOS ?

@Roger : can you clarify what you are referring to by OSAL?

If you are referring to the lwip_osal, you might look at the implementation in the STM32U5 IoT Reference Integration, which is based on the implementation in the amazon-freertos repository.

1 Like

Can provide information on the use case for the OSAL (assuming operating system abstraction layer). Why do you need it?

  • Our company writes a OSAL(uCos) by itself, It’s light and easy to use.
  • So, I want to find the OSAL of freeRTOS.

Could you provide additional information on what functionality you expect from the FreeRTOS OSAL?