moving standalone mode to alsa rust direct binding crate & moving led_driver to a specific package

This commit is contained in:
2025-08-04 16:37:40 +00:00
parent 66c4aeffa6
commit 57ace1383b
52 changed files with 859 additions and 577 deletions
+13
View File
@@ -0,0 +1,13 @@
#! /usr/bin/env bash
dest_path=${0%/*}/lib
source_host=${1:-raspberrypi.local}
scp \
raspberrypi.local:RpiLedBars/backend/.build/src/drivers/libRpiLedBars_drivers.a \
${dest_path}/bin/libRpiLedBars_drivers_8ch.a
scp \
raspberrypi.local:RpiLedBars/backend/.build/_deps/logc-build/liblogc.a \
${dest_path}/bin/liblogc.a