初始提交:龙芯2K0300智能车卖家Demo完整代码

This commit is contained in:
spdis
2026-05-28 15:24:33 +08:00
commit b6b631cef3
80 changed files with 7153 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
# SmartCar Demo 启动脚本 (带 GPIO 修复)
DIR="$(dirname "$0")"
export LD_PRELOAD="$DIR/gpio_fix_final.so"
exec "$DIR/smartcar_demo"