- completely drop ADF but copy necessary parts

o copy component audio_board from ADF and create custom component from it
  o copy component audio_hal from ADF and create custom component from it
  o copy component audio_sal from ADF and create custom component from it
  o copy component esp_peripherals from ADF and create custom component from it
- add fLaC support through xiph's original repository as a git module
This commit is contained in:
Carlos
2021-09-05 20:20:36 +02:00
Unverified
parent e2fc307451
commit 30d2e54dab
113 changed files with 22735 additions and 1011 deletions

3
.gitmodules vendored
View File

@@ -4,3 +4,6 @@
[submodule "components/esp-dsp"]
path = components/esp-dsp
url = https://github.com/espressif/esp-dsp
[submodule "components/flac/flac"]
path = components/flac/flac
url = https://github.com/xiph/flac.git