• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..22-Aug-2025-

src/22-Aug-2025-

CMakeLists.txt A D22-Aug-2025228 96

README.txt A D22-Aug-20251.1 KiB3824

prj.conf A D22-Aug-202516 21

testcase.yaml A D22-Aug-2025443 2019

README.txt

1Title: Execute in Place (XIP) Support
2
3Description:
4
5This test verifies XIP is working
6
7--------------------------------------------------------------------------------
8
9Building and Running Project:
10
11This project outputs to the console.  It can be built and executed
12on QEMU as follows:
13
14    make run
15
16--------------------------------------------------------------------------------
17
18Troubleshooting:
19
20Problems caused by out-dated project information can be addressed by
21issuing one of the following commands then rebuilding the project:
22
23    make clean          # discard results of previous builds
24                        # but keep existing configuration info
25or
26    make pristine       # discard results of previous builds
27                        # and restore pre-defined configuration info
28
29--------------------------------------------------------------------------------
30
31Sample Output:
32
33Starting XIP tests
34===================================================================
35Test globals
36===================================================================
37PROJECT EXECUTION SUCCESSFUL
38