mirror of https://github.com/thesofproject/sof.git
921e52c680
Zero functional change. Rename "is_non0_power_of_2(x)" to "is_power_of_2(x)" because it's simpler and because zero is not a power of 2. Rename "compile_fail_zero_or_true(x)" to "compile_assert()" because it's much simpler and because I really couldn't find what "zero_or_true" meant? Add a few comments, especially explain why COMPILE_TIME_ALIGNED(align) uses __builtin_constant_p(align) because it took me ages to figure it out. Also recommend ALIGN_UP_COMPILE() over ALIGN_COMPILE() when compiling with -O0 Signed-off-by: Marc Herbert <marc.herbert@intel.com> |
||
---|---|---|
.github | ||
doc | ||
keys | ||
rimage@d1f91efdc1 | ||
scripts | ||
smex | ||
src | ||
test | ||
tools | ||
zephyr | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
CMakeLists.txt | ||
CODEOWNERS | ||
Kconfig | ||
LICENCE | ||
README.md |
README.md
Sound Open Firmware
Status
Documentation
See docs
Running the tests
See unit testing documentation
Deployment
TODO: Add additional notes about how to deploy this on a live system
Contributing
See Contributing to the Project
License
This project is licensed under the BSD Clause 3 - see the LICENCE file for details