31341b3255
Boards that cannot support microkernel applications for memory resources are excluded from microkernel build test. qemu nios2 board is excluded from nanokernel because the Altera JTAG UART not implemented yet The kernel even logger buffer size for nanokernel was reduced from 1000 elements to 500 to allow the sample to fit in the Quark D2000 board. Jira: ZEP-698 Change-Id: I0c5cc4c0bfc27940a758dcdd8ff0e01ad7f4b88c Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@intel.com> |
||
---|---|---|
.. | ||
src | ||
Makefile | ||
README.txt | ||
prj.conf | ||
prj_quark_se_devboard.conf | ||
testcase.ini |
README.txt
Quark SE dev board functionality can be optimized by adjusting the serial baud rate and enabling the real time clock and using it for timestamping. This optimization can be added to the board using the configuration file: prj_quark_se_devboard.conf Override the default project configuration file like this: make BOARD=quark_se_devboard CONF_FILE=prj_quark_se_devboard.conf