1
0
mirror of https://github.com/AmbiML/sparrow-kata-full.git synced 2025-05-09 16:06:44 +00:00
sparrow-kata-full/easy-settings.cmake
Matt Harvey fd2bebb81f Replaces processmanager with a one-app CAmkES assembly for the entire Kata OS
This also adds a skeleton for the DebugConsole CLI taking IO from a UART
via some Rust wrapper functions, also defined in this change
(kata-uart-client).

Change-Id: I56856c14992010483da58c45f6550c0a4c9987b0
GitOrigin-RevId: e1b2d65ed3a7f627a9f7377caa407151fc943864
2022-10-06 17:54:23 +00:00

6 lines
391 B
CMake

set(CAMKES_APP "system" CACHE STRING "The one and only CAmkES application in this project")
set(SIMULATION ON CACHE BOOL "Whether to build simulate script")
set(RELEASE OFF CACHE BOOL "Performance optimized build")
set(PLATFORM "spike" CACHE STRING "The one and only seL4 platform for Sparrow")
set(KernelSel4Arch "riscv32" CACHE STRING "Specifies 32-bit branch of the seL4 spike platform")