Hi,
We are trying to use Murata Type 1LD module for implementing LWM2M client. We would like to use either FreeRTOS or Zephyr. WICED studio supports Type 1LD BSP for FreeRTOS. However we couldn't find any Type 1LD BSP support for Zephyr OS. Any help on this is highly appreciated
regards
SR
Solved! Go to Solution.
WICED SDK supports FreeRTOS and ThreadX OS. And STM32 connectivity expansion pack https://github.com/Infineon/stm32-connectivity supports the RTOS shown in this link https://github.com/Infineon/abstraction-rtos In both environments, unfortunately Zephyr OS is not supported. There is OS dependence in the assets/libraries mentioned in the first link as well as in the WICED libraries.
WICED SDK supports FreeRTOS and ThreadX OS. And STM32 connectivity expansion pack https://github.com/Infineon/stm32-connectivity supports the RTOS shown in this link https://github.com/Infineon/abstraction-rtos In both environments, unfortunately Zephyr OS is not supported. There is OS dependence in the assets/libraries mentioned in the first link as well as in the WICED libraries.
@GauravS_31 Thank you very much for the quick response