mirror of
https://github.com/AmbiML/sparrow-kata-full.git
synced 2025-07-31 05:30:34 +00:00
This ends the behavior where log messages would block on the prompt. This change does not fix the potential race on dataports if kata-uart-client read or write has multiple concurrent callers. A later change will protect those using CAmkES mutexes, although the alternative of having DebugConsole *own* the UART should also be considered. Change-Id: I8d5d8336cd58b9f22cca81ae6aca13b4ed57e7e4 GitOrigin-RevId: e781fd8454d22e0f829d788fe602e431551e259a |
||
---|---|---|
apps/system | ||
src | ||
.gitignore | ||
CMakeLists.txt | ||
easy-settings.cmake | ||
README.md | ||
settings.cmake |
Kata OS
This is a CAmkES project that assembles the entire Kata OS. It exists outside the seL4 source trees, since it contains code not intended to go to upstream seL4.
This uses the standard CAmkES build system by symlinking CMakeLists.txt. It also symlinks settings.cmake, and so retains the notion of "apps," which enables the build system to switch which assembly it builds using the CAMKES_APP CMake cache value. Kata OS just has one app, system.