mirror of
https://github.com/AmbiML/sparrow-kata-full.git
synced 2025-09-16 06:58:29 +00:00
492a4e725d10e0cf45b28f019a5d355a42c932e8
Previously we put the return code and fault PC (if any) at the very end of the TCM. This was always intended to be temporary. The return information has instead been placed at the beginning of the model_output section. Minor changes: * Running_model tracks the image_id instead of an index. * Re-ordered ImageSizes members to match layout in memory. * Rename unpacked_size to in_memory_size to match rest of MlCoordinator * Fix fake-vec-core to match kata-vec-core Change-Id: I33ceb59cb36312b60992a6ada49605ffa3b2fa78 GitOrigin-RevId: 5cf399e2c609e0b4ca83101714881b02eb09b94e
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.
Description
Languages
Rust
67.6%
Python
27.9%
C
2.1%
Makefile
1.6%
CMake
0.6%
Other
0.2%