1
mirror of https://github.com/flipperdevices/flipperzero-firmware.git synced 2025-12-12 04:41:26 +04:00

[FL-3211][FL-3212] Debug apps: speaker, uart_echo with baudrate (#2812)

* Music player: move music_worker to library
* Music player: drop cli
* Debug: speaker debug app
* Debug: baudrate arg in uart_echo app
* Libs: add music_worker to api
* Libs: add music_worker to targets linker_dependencies

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
Sergey Gavrilov
2023-06-29 14:23:04 +03:00
committed by GitHub
parent e5ae3e22b3
commit 95c1585df6
16 changed files with 295 additions and 153 deletions

View File

@@ -15,6 +15,7 @@ env.Append(
Dir("u8g2"),
Dir("update_util"),
Dir("print"),
Dir("music_worker"),
],
)
@@ -100,6 +101,7 @@ libs = env.BuildModules(
"misc",
"lfrfid",
"flipper_application",
"music_worker",
],
)