Initial Commit. STM32CUBEMX Projekt erstellt mit dem Pinout den fertigen Devboards.

This commit is contained in:
2026-05-13 17:39:24 +02:00
commit d341f6e01d
1188 changed files with 676023 additions and 0 deletions
@@ -0,0 +1,16 @@
cmake_minimum_required (VERSION 3.6)
project(CMSISDSPMatrix)
file(GLOB SRC "./*_*.c")
add_library(CMSISDSPMatrix STATIC ${SRC})
configdsp(CMSISDSPMatrix ..)
### Includes
target_include_directories(CMSISDSPMatrix PUBLIC "${DSP}/../../Include")