1
0
mirror of https://github.com/AmbiML/sparrow-kata-full.git synced 2025-05-07 15:06:42 +00:00
Go to file
Sam Leffler f61d20ef11 Merge "processmanager: add/tweak OSS materials"
GitOrigin-RevId: 89dcfbb2a0c3d2b69a6c15d88ed51ffa21597bf6
2022-10-06 18:57:54 +00:00
apps MlCoordinator: Use return information at model_output 2022-10-06 18:57:47 +00:00
kernel domains: Remove TPA sandbox domain for now 2022-10-06 18:57:17 +00:00
src processmanager: Initial project skeleton 2022-10-06 17:54:12 +00:00
.gitignore Ignores __pycache__ files 2022-10-06 18:34:04 +00:00
CMakeLists.txt Replaces processmanager with a one-app CAmkES assembly for the entire Kata OS 2022-10-06 17:54:23 +00:00
CONTRIBUTING.md Merge "processmanager: add/tweak OSS materials" 2022-10-06 18:57:54 +00:00
easy-settings.cmake domains: Remove TPA sandbox domain for now 2022-10-06 18:57:17 +00:00
LICENSE Merge "processmanager: add/tweak OSS materials" 2022-10-06 18:57:54 +00:00
README.md Merge "processmanager: add/tweak OSS materials" 2022-10-06 18:57:54 +00:00
rustfmt.toml Merge changes If949288d,I9849065a,I121edee2 2022-10-06 18:57:32 +00:00
settings.cmake Replaces processmanager with a one-app CAmkES assembly for the entire Kata OS 2022-10-06 17:54:23 +00:00

Project Sparrow: KataOS

Sparrow is a project to build a low-power secure embeded platform for Ambient ML applications. The target platform leverages RISC-V and OpenTitan.

The Sparrow software includes a home-grown operating system named KataOS, that runs on top of seL4 and (ignoring the seL4 kernel) is written almost entirely in Rust.

This is a CAmkES project that assembles the entire KataOS. 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. KataOS just has one app, system.