zephyr/tests/kernel/test_xip/microkernel
Allan Stephens 8472a63317 unified/test: Fix issues affecting XIP test applications
The nanokernel version of this application now uses its own source
files to eliminate its reliance on the build system setting the
CONFIG_MICROKERNEL and CONFIG_NANOKERNEL options correctly
(which the unified kernel build system doesn't do).

Change-Id: Ie7254cce314dc8d55ab325f784bd4f3309329baa
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2016-10-11 09:59:16 -05:00
..
src unified/test: Fix issues affecting XIP test applications 2016-10-11 09:59:16 -05:00
Makefile tests: move kernel tests to tests/ 2016-02-11 18:06:33 +00:00
README.txt tests: move kernel tests to tests/ 2016-02-11 18:06:33 +00:00
prj.conf samples/tests: remove old message about standard security 2016-03-07 16:07:35 +00:00
prj.mdef tests: move kernel tests to tests/ 2016-02-11 18:06:33 +00:00
testcase.ini unified: Extend unified kernel sanity test coverage 2016-10-11 09:54:44 -05:00

README.txt

Title: Execute in Place (XIP) Support

Description:

This test verifies XIP is working in the microkernel

--------------------------------------------------------------------------------

Building and Running Project:

This microkernel project outputs to the console.  It can be built and executed
on QEMU as follows:

    make qemu

--------------------------------------------------------------------------------

Troubleshooting:

Problems caused by out-dated project information can be addressed by
issuing one of the following commands then rebuilding the project:

    make clean          # discard results of previous builds
                        # but keep existing configuration info
or
    make pristine       # discard results of previous builds
                        # and restore pre-defined configuration info

--------------------------------------------------------------------------------

Sample Output:

Starting XIP tests
===================================================================
Test globals
===================================================================
PROJECT EXECUTION SUCCESSFUL