Murata Type 1LD Support in Zephyr OS

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Starlord
Level 1
Level 1
10 sign-ins 5 replies posted 5 questions asked

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

 

0 Likes
1 Solution
GauravS_31
Moderator
Moderator
Moderator
10 questions asked 250 solutions authored 250 sign-ins

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.

View solution in original post

0 Likes
2 Replies
GauravS_31
Moderator
Moderator
Moderator
10 questions asked 250 solutions authored 250 sign-ins

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.

0 Likes
Starlord
Level 1
Level 1
10 sign-ins 5 replies posted 5 questions asked

@GauravS_31 Thank you very much for the quick response

0 Likes