diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2025-02-02 11:26:53 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2025-02-02 11:26:53 -0500 |
commit | 9c59a184dba820975e5da6fcd5d248aee87f7e2f (patch) | |
tree | 6b30516adc2ba0f7b0a8f5fb5d2e6966c03108d8 /Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/Abstract.txt | |
parent | d09f4289b5788d6a8b34e424841292e2b8529e56 (diff) |
add l476 implementationl476
Diffstat (limited to 'Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/Abstract.txt')
-rw-r--r-- | Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/Abstract.txt | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/Abstract.txt b/Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/Abstract.txt index 95aed2e..7ef79e2 100644 --- a/Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/Abstract.txt +++ b/Drivers/CMSIS/DSP/Examples/ARM/arm_convolution_example/Abstract.txt @@ -1,10 +1,4 @@ -CMSIS DSP_Lib example arm_convolution_example. - -The example is available for different targets: - Cortex-M0 - Cortex-M3 - Cortex-M4 with FPU - Cortex-M7 with single precision FPU - Cortex-M55 with double precision FPU, Integer + Floating Point MVE - -The example is configured for Models Debugger +CMSIS DSP_Lib example arm_convolution_example for
+ Cortex-M0, Cortex-M3, Cortex-M4 with FPU and Cortex-M7 with single precision FPU.
+
+The example is configured for uVision Simulator.
|