repair submodule configurations

This commit is contained in:
Karl Osterseher
2021-10-19 11:54:41 +02:00
Unverified
parent fd307cd3b1
commit 75c26a82aa
4 changed files with 11 additions and 6 deletions

6
.gitmodules vendored
View File

@@ -1,9 +1,9 @@
[submodule "components/opus/opus"]
path = components/opus/opus
url = https://github.com/xiph/opus
[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
[submodule "components/opus/opus"]
path = components/opus/opus
url = https://github.com/xiph/opus

Submodule components/wifi_logger deleted from 23bf246c86

View File

@@ -73,6 +73,13 @@ CONFIG_BOOTLOADER_RESERVE_RTC_SIZE=0
# CONFIG_SECURE_FLASH_ENC_ENABLED is not set
# end of Security features
#
# Example Board Configuration
#
CONFIG_ESP_LYRAT_V4_3_BOARD=y
CONFIG_ESP_CUSTOM_BOARD=y
# end of Example Board Configuration
#
# Serial flasher config
#
@@ -129,7 +136,6 @@ CONFIG_PARTITION_TABLE_MD5=y
# Audio HAL
#
# CONFIG_AUDIO_BOARD_CUSTOM is not set
CONFIG_ESP_LYRAT_V4_3_BOARD=y
# CONFIG_ESP_LYRAT_V4_2_BOARD is not set
# CONFIG_ESP_LYRATD_MSC_V2_1_BOARD is not set
# CONFIG_ESP_LYRATD_MSC_V2_2_BOARD is not set