Official ARM version: v5.6.0
This commit is contained in:
parent
9f95ff5b6b
commit
96d6da4e25
2939 changed files with 339304 additions and 113320 deletions
12
DSP/PythonWrapper/config.py
Normal file
12
DSP/PythonWrapper/config.py
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
CMSISDSP = 1
|
||||
|
||||
ROOT=".."
|
||||
|
||||
config = CMSISDSP
|
||||
|
||||
if config == CMSISDSP:
|
||||
extensionName = 'cmsisdsp'
|
||||
setupName = 'CMSISDSP'
|
||||
setupDescription = 'CMSIS-DSP Python API'
|
||||
cflags="-DCMSISDSP"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue