17 lines
458 B
YAML
17 lines
458 B
YAML
dependencies:
|
|
idf:
|
|
version: '>=4.2'
|
|
description: ESP-DSP is the official DSP library for Espressif SoCs.
|
|
documentation: https://docs.espressif.com/projects/esp-dsp/en/latest/index.html
|
|
files:
|
|
exclude:
|
|
- '**/Makefile'
|
|
- '**/component.mk'
|
|
- docs/**/*
|
|
- test/**/*
|
|
- test_app/**/*
|
|
issues: https://github.com/espressif/esp-dsp/issues
|
|
repository: https://github.com/espressif/esp-dsp.git
|
|
url: https://github.com/espressif/esp-dsp
|
|
version: 1.4.12
|