History log of /seL4-camkes-master/projects/global-components/templates/seL4SingleThreadedComponent.template.h
Revision Date Author Comments
# cbe164d5 15-Jul-2020 Kent McLeod <Kent.Mcleod@data61.csiro.au>

single-threaded: registering handler requires name

When registering a handler against the single threaded component's
Endpoint/Notification object we now require a name to be provided in
order to make identifying handlers easier.


# f11aee8d 29-Apr-2020 Kent McLeod <Kent.Mcleod@data61.csiro.au>

Add seL4SingleThreadedComponent templates

These templates extend the base camkes runtime to provide a single
threaded environment. CAMKES_PRE_INIT_MODULE_DEFINE and
CAMKES_POST_INIT_MODULE_DEFINE can be used to define similar pre_init
and post_init function hook functionality. The camkes run function is
used to block on a single endpoint with a bound notification for
receiving either notifications of synchronous messages.