I just noticed that NimBLE has its own copied of FreeRTOS.h and .cpp included, whcih are not in sync with the version of FreeRTOS we used before including NimBLE into our project.
It also changes handling of logging of standard FreeRTOS functionality to use the NIMBLE_LOG methods.
Is there a specific reason for copying this code into the library, besides changing the logging structure?
Is there an easy way to exclude these files from being compiled when someone prefers using the original and updated ones?
I just noticed that NimBLE has its own copied of FreeRTOS.h and .cpp included, whcih are not in sync with the version of FreeRTOS we used before including NimBLE into our project.
It also changes handling of logging of standard FreeRTOS functionality to use the NIMBLE_LOG methods.
Is there a specific reason for copying this code into the library, besides changing the logging structure?
Is there an easy way to exclude these files from being compiled when someone prefers using the original and updated ones?