- 来源: 合宙 LuatOS 官方仓库 air780epm 模块完整代码 - 路径: luatos/air780epm/module/Air780EPM/demo 含官方 demo(含 mqtt/mqtts/socket/uart 等) - 后续: 基于 demo 开发 UART<->MQTT 数据上报功能
172 lines
2.2 KiB
Plaintext
172 lines
2.2 KiB
Plaintext
# Prerequisites
|
|
*.d
|
|
*.luac
|
|
*.lnks
|
|
*.pdf
|
|
.vscode
|
|
vscode.code-workspace
|
|
.idea
|
|
|
|
# Object files
|
|
*.o
|
|
*.ko
|
|
*.obj
|
|
*.elf
|
|
|
|
# Linker output
|
|
*.ilk
|
|
*.map
|
|
*.exp
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Libraries
|
|
*.lib
|
|
*.a
|
|
*.la
|
|
*.lo
|
|
|
|
# Shared objects (inc. Windows DLLs)
|
|
*.dll
|
|
*.so
|
|
*.so.*
|
|
*.dylib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
*.i*86
|
|
*.x86_64
|
|
*.hex
|
|
|
|
# Debug files
|
|
*.dSYM/
|
|
*.su
|
|
*.idb
|
|
*.pdb
|
|
|
|
# Kernel Module Compile Results
|
|
#*.mod*
|
|
*.cmd
|
|
.tmp_versions/
|
|
modules.order
|
|
Module.symvers
|
|
Mkfile.old
|
|
dkms.conf
|
|
|
|
bsp/air302/FlashToolCLI/
|
|
bsp/air302/tmp/
|
|
bsp/air302/local*
|
|
bsp/air302/disk/
|
|
*.zip
|
|
tools/
|
|
testcase/
|
|
oldmodule/
|
|
olddemo/
|
|
script/
|
|
|
|
|
|
bsp/air640w/disk/
|
|
bsp/air640w/tmp/
|
|
bsp/air640w/local*
|
|
|
|
__pycache__
|
|
*.pyc
|
|
|
|
*.tlv
|
|
*.fs
|
|
bsp/air302/air302_sdk/**
|
|
/bsp/air724/sdk/out
|
|
/bsp/air724/sdk/hex
|
|
/bsp/air724/sdk/prebuilts/win32
|
|
|
|
*.cmake
|
|
*.xmake
|
|
|
|
debug.log
|
|
|
|
量产文件
|
|
|
|
CMakefiles
|
|
bsp/pc/build/
|
|
bsp/win32/build/
|
|
bsp/win32/release/
|
|
bsp/pico/build/
|
|
bsp/linux/build/
|
|
bsp/zephyr/
|
|
|
|
|
|
build/
|
|
*.bat
|
|
cmd.lnk
|
|
|
|
luat/demo/
|
|
tools/snippet.json
|
|
|
|
self_docs/
|
|
# cursor编程相关文件
|
|
.cursor/*
|
|
openspec/*
|
|
.codex
|
|
|
|
app_engine/
|
|
bsp/
|
|
luat/
|
|
|
|
# MCP server
|
|
.chroma_code/
|
|
components/
|
|
components/h264/test/test_h264
|
|
testcase/ctx.json
|
|
bsp/pc/pclogs/
|
|
bsp/pc/spidrv/
|
|
bsp/pc/fskv.bin
|
|
bsp/pc/otp.bin
|
|
|
|
.worktree
|
|
.worktrees/
|
|
*.log
|
|
|
|
# Local AI / IDE tooling state (Mavis, Antigravity, OpenCode, etc.)
|
|
.mavis/
|
|
.antigravitycli/
|
|
.opencode/
|
|
/docs/superpowers
|
|
# Media artifacts accidentally saved at repo root by tooling
|
|
/matrix-media-*.mp4
|
|
/pgfs_flow.mp4
|
|
/pcconf/
|
|
/pgfs_video/
|
|
/bsp/air1601/artifacts/
|
|
|
|
# Local worktrees (not to be tracked from the main checkout)
|
|
# Note: .claude/skills/ is intentionally tracked so /luatos-hw-test ships with the repo.
|
|
/.claude/settings.local.json
|
|
/.claude/worktrees/
|
|
/.fleet-worktrees/
|
|
|
|
# PC BSP runtime artifacts (not to be tracked)
|
|
/bsp/pc/CrashDump_*.dmp
|
|
/bsp/pc/LastCoverageResults.log
|
|
/bsp/pc/test_output.txt
|
|
/bsp/pc/test_sqlite3_suite.db*
|
|
/bsp/pc/test_dir/
|
|
/bsp/pc/test_dir1/
|
|
/bsp/pc/test_fs_dir/
|
|
/bsp/pc/file2.txt
|
|
/bsp/pc/mount_test.txt
|
|
/bsp/pc/os_test_*.txt
|
|
/bsp/pc/test_io.txt
|
|
|
|
*.dmp
|
|
testresult/
|
|
app_store/
|
|
*.bin
|
|
single_app.json
|
|
.qoder/
|
|
|
|
|