Thanks to visit codestin.com
Credit goes to github.com

Skip to content

yhx-12243/embedded-wav-player

Repository files navigation

配环境提示

环境变量配置:

export DEP_LV_CONFIG_PATH=$(pwd)/lvgl
export CFLAGS=-I/opt/st/myir/3.1-snapshot/sysroots/cortexa7t2hf-neon-vfpv4-ostl-linux-gnueabi/usr/include
export BINDGEN_EXTRA_CLANG_ARGS=-I/opt/st/myir/3.1-snapshot/sysroots/cortexa7t2hf-neon-vfpv4-ostl-linux-gnueabi/usr/include
export LVGL_INCLUDE=/opt/st/myir/3.1-snapshot/sysroots/cortexa7t2hf-neon-vfpv4-ostl-linux-gnueabi/usr/include
export LVGL_LINK=

编译调试版本:

cargo b --target armv7-unknown-linux-gnueabihf

编译生产版本:

cargo b -r -Z build-std=core,alloc,std,panic_abort -Z build-std-features=optimize_for_size,panic_immediate_abort --target armv7-unknown-linux-gnueabihf

带日志运行:

WAYLAND_DEBUG=1 RUST_LOG=info ./mp3 wavs

About

Project of Embedded Systems 2025 Spring — a simple MP3 for STM32MP157 with Wayland GUI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published