Welcome to mirror list, hosted at ThFree Co, Russian Federation.

config.py « PythonWrapper « DSP « CMSIS « Drivers - github.com/Flipper-Zero/STM32CubeWB.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0e75a71c8feef450c83769f73090a244bfd284f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CMSISDSP = 1

ROOT=".."

config = CMSISDSP

if config == CMSISDSP:
    extensionName = 'cmsisdsp' 
    setupName = 'CMSISDSP'
    setupDescription = 'CMSIS-DSP Python API'
    cflags="-DCMSISDSP"