zephyr/tests/kernel/test_xip/nanokernel
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 unified/test: Fix issues affecting XIP test applications 2016-10-11 09:59:16 -05:00
README.txt
prj.conf
testcase.ini unified/test: Fix issues affecting XIP test applications 2016-10-11 09:59:16 -05:00

README.txt

Title: Execute in Place (XIP) Support

Description:

This test verifies XIP is working in the nanokernel.

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

Building and Running Project:

This nanokernel 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