commit | aeb18eefd9a4a7b03b6159bca3427031e254db01 | [log] [tgz] |
---|---|---|
author | Liam Girdwood <lgirdwood@gmail.com> | Sat Oct 06 22:27:35 2018 +0100 |
committer | GitHub <noreply@github.com> | Sat Oct 06 22:27:35 2018 +0100 |
tree | b1a85e276ab7a1f147336beedca4539843112fee | |
parent | ec4b726bd1e83eb4ae8b1844d0d7048387a9fb47 [diff] | |
parent | b46af7b3db6ece1933e0ee71be0d8a727ea9ce11 [diff] |
Merge pull request #459 from tlauda/topic/timer-driven-scheduling schedule: implement timer driven scheduling
See docs
Run autogen.sh
Build and install the rimage ELF image creator and signing tool
./configure --enable-rimage make sudo make install
Baytrail :-
./configure --with-arch=xtensa --with-platform=baytrail --with-root-dir=$PWD/../xtensa-root/xtensa-byt-elf --host=xtensa-byt-elf
Cherrytrail :-
./configure --with-arch=xtensa --with-platform=cherrytrail --with-root-dir=$PWD/../xtensa-root/xtensa-byt-elf --host=xtensa-byt-elf
Library for Host Platform :- If building library for host platform, run the following configure. Please modify the --prefix option to choose the directory for installing the library files and headers
./configure --with-arch=host --enable-library=yes --host=x86_64-unknown-linux-gnu --prefix=$PWD/../host-root/
make
make bin
End with an example of getting some data out of the system or using it for a little demo
See unit testing documentation
Add additional notes about how to deploy this on a live system
TODO?
This project is licensed under the BSD Clause 3 - see the LICENCE file for details