This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Did the nrfmesh use freertos , if not ,can i use it ?

Environment: nrf52832 , nrf5SDKforMeshv310src  , nRF5_SDK_15.2.0_9412b96

0.did the switch_light sample use FressRTOS ?

1.if not use , can i use FressRTOS directly ? does once i  add FressRTOS folder and files ,then it will works?

2.and once i used FressRTOS , how to hanle those code below in main function :

for (;;)
    {
        (void)sd_app_evt_wait();
    }

Related