History log of /seL4-camkes-master/projects/camkes/apps/hellorust/components/main/src/run.rs
Revision Date Author Comments
# e653f3f9 02-Dec-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

Convert license tags to SPDX

Also clarifies provenance of code in `apps/fdtgen/fdt_utils.c`

Signed-off-by: Gerwin Klein <gerwin.klein@data61.csiro.au>


# e61846cc 21-Nov-2019 Richard Lemon <richard@codelemon.com>

Enable aarch32 and fix for aarch64


# f0075581 15-Jul-2019 Kent McLeod <Kent.Mcleod@data61.csiro.au>

hellorust: Update panic implementation

This has been changed to reflect newer versions of rust.


# 3a1a4cd0 25-Jul-2018 Kent McLeod <Kent.Mcleod@data61.csiro.au>

Add hellorust camkes component

This demonstrates building a rust library and linking it into a camkes
component. Only x86_64 is currently supported