Skip to content

Commit

Permalink
use submodule for pico_audio_i2s_32b
Browse files Browse the repository at this point in the history
  • Loading branch information
elehobica committed Mar 10, 2024
1 parent 6e71a86 commit 9eb1726
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 2,172 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "lib/pico_spdif_rx"]
path = lib/pico_spdif_rx
url = [email protected]:elehobica/pico_spdif_rx.git
[submodule "lib/pico_audio_i2s_32b"]
path = lib/pico_audio_i2s_32b
url = [email protected]:elehobica/pico_audio_i2s_32b.git
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set(CMAKE_CXX_STANDARD 17)
pico_sdk_init()

add_subdirectory(lib/pico_spdif_rx pico_spdif_rx)
add_subdirectory(lib/pico_audio_32b pico_audio_32b) # for extended audio.h
add_subdirectory(lib/pico_audio_i2s_32b/src/pico_audio_32b pico_audio_32b) # for extended audio.h
add_subdirectory(lib/pico_audio_i2s_32b pico_audio_i2s_32b)

# select sample application here (choose only one)
Expand Down
16 changes: 0 additions & 16 deletions lib/pico_audio_32b/CMakeLists.txt

This file was deleted.

264 changes: 0 additions & 264 deletions lib/pico_audio_32b/audio.cpp

This file was deleted.

Loading

0 comments on commit 9eb1726

Please sign in to comment.