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

App Scheduler Added To Secure DFU in SDK 12.2

I'm in the process of migrating to SDK 12.2 and I noticed that nfu_dfu_settings.c now includes app_scheduler.h and makes a call to app_schedule_execute().

How do I use this with FreeRTOS running on my application? Should I just #ifdef this out when used with FreeRTOS? It seems like this file needs to be refactored since it already has this issue logged against it devzone.nordicsemi.com/.../

Thanks, Darren

Parents Reply Children
Related