commit | 435d425d44cf99fd85cccb1653faecf11d7cc7eb | [log] [tgz] |
---|---|---|
author | Marcin Rajwa <marcin.rajwa@linux.intel.com> | Thu Jun 13 03:36:46 2019 +0200 |
committer | Marcin Rajwa <marcin.rajwa@linux.intel.com> | Fri Jun 14 01:45:01 2019 +0200 |
tree | a510acb26e34e0167a6a19abf4f1d32fa29d70ab | |
parent | 81da4e72a2552f6a6ab97f778433e19bfc665743 [diff] |
kwd: align copy function to support 32 bit sample containers This patch enables use of 24 bit samples packed in 32 bin containers. Signed-off-by: Marcin Rajwa <marcin.rajwa@linux.intel.com>
See docs
mkdir build && cd build
Baytrail / Cherrytrail:
cmake -DTOOLCHAIN=xtensa-byt-elf -DROOT_DIR=`pwd`/../../xtensa-root/xtensa-byt-elf ..
Haswell / Broadwell:
cmake -DTOOLCHAIN=xtensa-hsw-elf -DROOT_DIR=`pwd`/../../xtensa-root/xtensa-hsw-elf ..
Apollolake:
cmake -DTOOLCHAIN=xtensa-apl-elf -DROOT_DIR=`pwd`/../../xtensa-root/xtensa-apl-elf ..
Cannonlake:
cmake -DTOOLCHAIN=xtensa-cnl-elf -DROOT_DIR=`pwd`/../../xtensa-root/xtensa-cnl-elf ..
Baytrail:
make baytrail_defconfig
Cherrytrail:
make cherrytrail_defconfig
Haswell:
make haswell_defconfig
Broadwell:
make broadwell_defconfig
Apollolake:
make apollolake_defconfig
Cannonlake:
make cannonlake_defconfig
make menuconfig
make bin # or `make bin -j<jobs>` for parallel build
See unit testing documentation
TODO: Add additional notes about how to deploy this on a live system
See Contributing to the Project
This project is licensed under the BSD Clause 3 - see the LICENCE file for details