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

What directories/files can I remove if using only BLE?

I have a working set of implementations placed in the 17.0.2 SDK examples directory. The projects use SoftDevice s140 for BLE and flash write operations. I would like to know which directories I can delete in the components directory and have the projects still build and run on the nRF52840 DK and any other MCU that is compatible with an nRF52840 using only BLE. The components directory is quite large. How about the external and external tools? Do I need them?

I want to do this to reduce the size of the package I send to other implementers as well as to simplify the appearance of the project.

Related