Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.github/ | 11-Mar-2024 | - | 516 | 273 | ||
doc/ | 11-Mar-2024 | - | 69 | 55 | ||
installer/ | 11-Mar-2024 | - | 453 | 258 | ||
keys/ | 11-Mar-2024 | - | 133 | 116 | ||
rimage/ | 11-Mar-2024 | - | ||||
scripts/ | 11-Mar-2024 | - | 20,804 | 14,413 | ||
smex/ | 11-Mar-2024 | - | 1,908 | 1,393 | ||
src/ | 11-Mar-2024 | - | 231,413 | 158,137 | ||
test/ | 11-Mar-2024 | - | 10,160 | 7,826 | ||
tools/ | 11-Mar-2024 | - | 68,234 | 56,509 | ||
zephyr/ | 11-Mar-2024 | - | 1,827 | 1,240 | ||
.gitignore | D | 11-Mar-2024 | 692 | 77 | 67 | |
.gitmodules | D | 11-Mar-2024 | 57 | 4 | 3 | |
.travis.yml | D | 11-Mar-2024 | 2.9 KiB | 113 | 68 | |
CMakeLists.txt | D | 11-Mar-2024 | 6.1 KiB | 204 | 159 | |
CODEOWNERS | D | 11-Mar-2024 | 2.7 KiB | 88 | 74 | |
Kconfig | D | 11-Mar-2024 | 150 | 8 | 4 | |
Kconfig.sof | D | 11-Mar-2024 | 4.5 KiB | 199 | 165 | |
Kconfig.xtos-build | D | 11-Mar-2024 | 1.1 KiB | 44 | 35 | |
Kconfig.xtos-dbg | D | 11-Mar-2024 | 422 | 15 | 13 | |
LICENCE | D | 11-Mar-2024 | 4.7 KiB | 101 | 91 | |
README.md | D | 11-Mar-2024 | 925 | 27 | 15 |
README.md
1# Sound Open Firmware 2 3### Status 4[![GitHub Actions](https://github.com/thesofproject/sof/workflows/GitHub%20Actions/badge.svg)](https://github.com/thesofproject/sof/actions) 5[![Build Status](https://travis-ci.org/thesofproject/sof.svg?branch=master)](https://travis-ci.org/thesofproject/sof/branches) 6[![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/thesofproject/community) 7 8### Documentation 9 10See [docs](https://thesofproject.github.io/latest/index.html) 11 12## Running the tests 13 14See [unit testing documentation](https://thesofproject.github.io/latest/developer_guides/unit_tests.html) 15 16## Deployment 17 18TODO: Add additional notes about how to deploy this on a live system 19 20## Contributing 21 22See [Contributing to the Project](https://thesofproject.github.io/latest/contribute/index.html) 23 24## License 25 26This project is licensed under the BSD Clause 3 - see the [LICENCE](LICENCE) file for details 27