Pack: Restructured PDSC to keep original repository structure.
- CMSIS/Core/Include instead of CMSIS/Include
- CMSIS/DSP instead of CMSIS/DSP_Lib
The former folders are kept as duplicates within the pack to assure
backward compatibility for users relying on the folder structure.
Change-Id: I4a3ec9e2d40b668a0090d093745653ffd93ff501
diff --git a/manifest b/manifest
index 757ae24..28e46f6 100644
--- a/manifest
+++ b/manifest
@@ -16,11 +16,16 @@
glob:
- LICENSE.txt
- Device/**/*
+ - CMSIS/Core/Include/**/*
- CMSIS/Core/Include/**/*: CMSIS/Include/
- CMSIS/Core/Template/**/*
- CMSIS/Core_A/**/*
- CMSIS/DAP/**/*
- CMSIS/Driver/**/*
+ - CMSIS/DSP/Include/**/*
+ - CMSIS/DSP/Source/**/*
+ - CMSIS/DSP/Projects/**/*
+ - CMSIS/DSP/Examples/**/*
- CMSIS/DSP/Include/**/*: CMSIS/Include/
- CMSIS/DSP/Source/**/*: CMSIS/DSP_Lib/Source/
- CMSIS/DSP/Projects/**/*: CMSIS/DSP_Lib/Source/