Files
Xiaoxia f5deb3a668 Add firmware builder container with support for XiaoZhi board configurations
- Introduced a Dockerfile for building firmware for XiaoZhi boards.
- Added entrypoint script to initialize the environment and execute the firmware build.
- Implemented firmware_builder.py for handling the build process, including validation and artifact collection.
- Created README.md with build instructions and usage examples.
- Added test suite for firmware builder functionality.
- Included .dockerignore to exclude unnecessary files from the Docker context.
2026-08-03 22:20:16 +08:00

19 lines
176 B
Plaintext

.git
.github
.cache
.clangd
.devcontainer
.vscode
build
components
managed_components
releases
tmp
dependencies.lock
sdkconfig
sdkconfig.old
**/__pycache__
**/*.pyc
.DS_Store