Fixed case sensitivity issues in build scripts.
Change-Id: I6e13257df9b0f97486960ddb247d3fab6baa4b21
diff --git a/CMSIS/CoreValidation/Tests/builder.py b/CMSIS/CoreValidation/Tests/builder.py
index a26ece9..3f16091 100644
--- a/CMSIS/CoreValidation/Tests/builder.py
+++ b/CMSIS/CoreValidation/Tests/builder.py
@@ -50,7 +50,7 @@
}
def projects(step, config):
- rtebuild = str(config['compiler'])+".rtebuild"
+ rtebuild = str(config['compiler']).lower()+".rtebuild"
return [ rtebuild ]
def images(step, config):
diff --git a/manifest b/manifest
index bbff726..8c8b038 100644
--- a/manifest
+++ b/manifest
@@ -11,7 +11,7 @@
- doxygen: CMSIS/DoxyGen/Pack/Pack.dxy
- doxygen: CMSIS/DoxyGen/RTOS/rtos.dxy
- doxygen: CMSIS/DoxyGen/RTOS2/rtos.dxy
- - doxygen: CMSIS/DoxyGen/SVD/SVD.dxy
+ - doxygen: CMSIS/DoxyGen/SVD/svd.dxy
- doxygen: CMSIS/DoxyGen/Zone/zone.dxy
glob:
- LICENSE.txt