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

How to isolate my application from nordic sdk 17?

Hello,

iam using nrf52832 wiht nrf5 sdk17. we built our application code on ble_app_hids_mouse, now i would like to know how to carefully isolate this file from entire sdk without affecting its working? what are the dos and dont? and by any chance it can affect any future sdk updation?  the only reason we are doing this is that the whole sdk is realy huge in size.

Parents
  • The SDK includes a lot of examples and compiled hex files - delete them. 

    Check the external folder and see if you need all the software there - delete software not required by your project. 

    Check the components folder and delete libraries that your project does not use.

    And lastly. Compile your project after each file/folder you delete to catch any dependencies.

Reply
  • The SDK includes a lot of examples and compiled hex files - delete them. 

    Check the external folder and see if you need all the software there - delete software not required by your project. 

    Check the components folder and delete libraries that your project does not use.

    And lastly. Compile your project after each file/folder you delete to catch any dependencies.

Children
Related