Fetch CMSIS from develop instead of master branch

Change-Id: Id9dac8fcd3c6ddf24ac85f2968c991427849eba8
diff --git a/externals.json b/externals.json
index 3dbba48..329331a 100644
--- a/externals.json
+++ b/externals.json
@@ -16,7 +16,7 @@
         {
             "path": "core_software/cmsis",
             "fetchurl": "https://github.com/ARM-software/CMSIS_5.git",
-            "revision": "master"
+            "revision": "develop"
         },
         {
             "path": "core_software/tensorflow",