Add firmware packaging and validation scripts

Red Bear OS Team
This commit is contained in:
2026-04-16 12:45:24 +01:00
parent 54e63420ec
commit 7b98843b97
1012 changed files with 121829 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/usr/bin/env bash
set -euo pipefail
if [ "$(uname -s)" != "Redox" ]; then
echo "SKIP: Bluetooth runtime helper is guest-only and requires a Redox runtime"
echo "Use the host checks for build/test verification, and run this script inside a Redox guest."
exit 0
fi
exec redbear-bluetooth-battery-check