This is an automated email from the ASF dual-hosted git repository.

andk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit c69fb8026f077c934539a9e55adf067335bd4c14
Author: Andrzej Kaczmarek <[email protected]>
AuthorDate: Wed Nov 20 13:24:31 2024 +0100

    hw/cmsis-core: Add DSP includes to search path
    
    This allows to use arm_math.h etc.
---
 hw/cmsis-core/pkg.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/cmsis-core/pkg.yml b/hw/cmsis-core/pkg.yml
index 9934211a1..c5e004bb5 100644
--- a/hw/cmsis-core/pkg.yml
+++ b/hw/cmsis-core/pkg.yml
@@ -29,6 +29,7 @@ pkg.type: sdk
 
 pkg.include_dirs:
     - "@arm-CMSIS_5/CMSIS/Core/Include"
+    - "@arm-CMSIS_5/CMSIS/DSP/Include"
 
 repository.arm-CMSIS_5:
     type: github

Reply via email to