<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Install CMSIS to SES (on Mac)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/58581/install-cmsis-to-ses-on-mac</link><description>I&amp;#39;m trying to enable the CMSIS Wizard on SES 4.42a. I followed the instructions and pasted the required xml into tools.xml, saved the file and restarted SES. 
 This is my tools.xml file: 
 
 However the CMSIS command does not appear in the context menu</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 02 Mar 2020 22:52:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/58581/install-cmsis-to-ses-on-mac" /><item><title>RE: Install CMSIS to SES (on Mac)</title><link>https://devzone.nordicsemi.com/thread/237573?ContentTypeID=1</link><pubDate>Mon, 02 Mar 2020 22:52:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:88caeb13-8dc6-40c8-9fa5-b95c2a174804</guid><dc:creator>chrisgr99</dc:creator><description>&lt;p&gt;Problem solved.&amp;nbsp; I had put the definition of CMSIS_Config_Wizard in the &amp;lt;if host_os=&amp;quot;win&amp;quot;&amp;gt; ... &amp;lt;/if&amp;gt; section.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I tried creating an equivalent secion for Mac:&amp;nbsp;&amp;nbsp; &amp;lt;if host_os=&amp;quot;mac&amp;quot;&amp;gt; ... &amp;lt;/if&amp;gt; but this did not work.&lt;/p&gt;
&lt;p&gt;However I will never work on this project on a Windows computer anway so I deleted the Windows section and moved the XML defining the CMSIS_Config_Wizard to the top level:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="xml"&gt;&amp;lt;tools&amp;gt;

  &amp;lt;!-- PC-lint - http://www.gimpel.com/html/pcl.htm --&amp;gt;

  &amp;lt;item name=&amp;quot;Tool.CMSIS_Config_Wizard&amp;quot; wait=&amp;quot;no&amp;quot;&amp;gt;
    &amp;lt;menu&amp;gt;&amp;amp;CMSIS Configuration Wizard&amp;lt;/menu&amp;gt;
    &amp;lt;text&amp;gt;CMSIS Configuration Wizard&amp;lt;/text&amp;gt;
    &amp;lt;tip&amp;gt;Open a configuration file in CMSIS Configuration Wizard&amp;lt;/tip&amp;gt;
    &amp;lt;key&amp;gt;Ctrl+Y&amp;lt;/key&amp;gt;
    &amp;lt;match&amp;gt;*config*.h&amp;lt;/match&amp;gt;
    &amp;lt;message&amp;gt;CMSIS Config&amp;lt;/message&amp;gt;
    &amp;lt;commands&amp;gt;
      java -jar &amp;quot;$(CMSIS_CONFIG_TOOL)&amp;quot; &amp;quot;$(InputPath)&amp;quot;
    &amp;lt;/commands&amp;gt;
  &amp;lt;/item&amp;gt;

&amp;lt;/tools&amp;gt;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;and now I have a &amp;quot;CMSIS Configuration Menu&amp;quot; on sdk_config.h.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>