Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igotit-anything/921092470ea80d06d2e73d6430eb4eec to your computer and use it in GitHub Desktop.
Save igotit-anything/921092470ea80d06d2e73d6430eb4eec to your computer and use it in GitHub Desktop.
<item name="Tool.CMSIS_Config_Wizard" wait="no">
<menu>&amp;CMSIS Configuration Wizard for nRF SDK</menu>
<text>CMSIS Configuration Wizard</text>
<tip>Open a configuration file in CMSIS Configuration Wizard</tip>
<key>Ctrl+Y</key>
<match>sdk_config.h</match>
<message>CMSIS Config for nRF SDK</message>
<commands>
java -jar &quot;$(CMSIS_CONFIG_TOOL)&quot; &quot;$(InputPath)&quot;
</commands>
</item>
-----------------
and add followings on "project macro" in your SES project
CMSIS_CONFIG_TOOL=../../nRF5_SDK_15.3.0_59ac345/external_tools/cmsisconfig/CMSIS_Configuration_Wizard.jar
@igotit-anything
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment