Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gen2: basic audio support #16

Merged
merged 5 commits into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,13 @@
[submodule "lib/webp/libwebp"]
path = lib/webp/libwebp
url = https://github.com/webmproject/libwebp.git
[submodule "components/esp-audio-player"]
path = components/esp-audio-player
url = [email protected]:chmorgan/esp-audio-player.git
[submodule "components/esp-libhelix-mp3"]
path = components/esp-libhelix-mp3
url = [email protected]:chmorgan/esp-libhelix-mp3.git
[submodule "lib/HUB75"]
path = lib/HUB75
url = [email protected]:tidbyt/ESP32-HUB75-MatrixPanel-I2S-DMA.git
branch = rohan/esp-idf-5
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
cmake_minimum_required(VERSION 3.16.0)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
list(
APPEND
EXTRA_COMPONENT_DIRS
components
lib/HUB75)
project(firmware)
1 change: 1 addition & 0 deletions components/esp-audio-player
Submodule esp-audio-player added at 916bc8
1 change: 1 addition & 0 deletions components/esp-libhelix-mp3
Submodule esp-libhelix-mp3 added at a6cd3f
10 changes: 8 additions & 2 deletions dependencies.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
dependencies:
chmorgan/esp-libhelix-mp3:
component_hash: cbb76089dc2c5749f7b470e2e70aedc44c9da519e04eb9a67d4c7ec275229e53
source:
service_url: https://api.components.espressif.com/
type: service
version: 1.0.3
idf:
component_hash: null
source:
type: idf
version: 4.4.4
manifest_hash: 81327a7819f5bc7bf271896e30d778a5c5f8f8f754dfbc8e245723b4a37d3107
version: 5.3.0
manifest_hash: 457b0ef96cde12dc161597c3aace929636c8878d5cd57802659397e616b041d1
target: esp32
version: 1.0.0
1 change: 1 addition & 0 deletions lib/HUB75
Submodule HUB75 added at 8f284a

This file was deleted.

25 changes: 0 additions & 25 deletions lib/HUB75/ESP32-HUB75-MatrixPanel-I2S-DMA/CMakeLists.txt

This file was deleted.

Loading
Loading