-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from espressif/bsp/fix_m5stack_core2_audio
fix(m5stack_core2): Invert I2S WS signal to stream in right audio cha…
- Loading branch information
Showing
7 changed files
with
43 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
description: BSP Display Audio Photo Example | ||
dependencies: | ||
esp_jpeg: "*" | ||
esp-box: | ||
version: "*" | ||
override_path: "../../../bsp/esp-box" | ||
m5stack_core_2: | ||
version: '*' | ||
override_path: ../../../bsp/m5stack_core_2 | ||
esp_jpeg: '*' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# This file was generated using idf.py save-defconfig. It can be edited manually. | ||
# Espressif IoT Development Framework (ESP-IDF) Project Minimal Configuration | ||
# | ||
CONFIG_IDF_TARGET="esp32" | ||
CONFIG_ESPTOOLPY_FLASHFREQ_80M=y | ||
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y | ||
CONFIG_PARTITION_TABLE_CUSTOM=y | ||
CONFIG_SPIRAM=y | ||
CONFIG_SPIRAM_SPEED_80M=y | ||
CONFIG_ESP_INT_WDT_TIMEOUT_MS=300 | ||
CONFIG_LV_USE_CLIB_MALLOC=y | ||
CONFIG_LV_USE_CLIB_STRING=y | ||
CONFIG_LV_USE_CLIB_SPRINTF=y | ||
CONFIG_LV_ATTRIBUTE_FAST_MEM_USE_IRAM=y | ||
CONFIG_LV_FONT_MONTSERRAT_12=y | ||
CONFIG_LV_FONT_MONTSERRAT_16=y | ||
CONFIG_LV_USE_OBSERVER=y | ||
CONFIG_LV_USE_SYSMON=y | ||
CONFIG_LV_USE_PERF_MONITOR=y | ||
CONFIG_LV_BUILD_EXAMPLES=n | ||
CONFIG_LV_USE_DEMO_WIDGETS=y | ||
CONFIG_LV_USE_DEMO_STRESS=y | ||
CONFIG_LV_USE_DEMO_MUSIC=y | ||
CONFIG_LV_DEMO_MUSIC_ROUND=y | ||
CONFIG_LV_DEMO_MUSIC_AUTO_PLAY=y | ||
|