This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to add/remove folders in CMSIS

Hello All,

The problem is as stated in the title, my SDK version is v17.1.0.

For example => how to remove nRF_ANT or add it

Best regards,

Kai

Parents
  • You will need to open the sdk_config.h file in a text editor and manually remove the defines in question, I am not familiar with the syntax on how you actually can do this, it should hopefully be somewhat self explainatory when you open the file in a text editor. You can for instance find <e><q><o></e>... "tags" between the defines that configure the layout shown in the cmsis configurator. That said, I am not sure why you want to do this, they are just defines, and not used as long as the source files that use them are included in the project.

    Kenneth

Reply
  • You will need to open the sdk_config.h file in a text editor and manually remove the defines in question, I am not familiar with the syntax on how you actually can do this, it should hopefully be somewhat self explainatory when you open the file in a text editor. You can for instance find <e><q><o></e>... "tags" between the defines that configure the layout shown in the cmsis configurator. That said, I am not sure why you want to do this, they are just defines, and not used as long as the source files that use them are included in the project.

    Kenneth

Children
Related