config.py 197 B

123456789101112
  1. CMSISDSP = 1
  2. ROOT=".."
  3. config = CMSISDSP
  4. if config == CMSISDSP:
  5. extensionName = 'cmsisdsp'
  6. setupName = 'CMSISDSP'
  7. setupDescription = 'CMSIS-DSP Python API'
  8. cflags="-DCMSISDSP"