Skip to content
Northshoot edited this page Dec 16, 2014 · 2 revisions

Ideas about how applications are run on Tock

User Space Runnables

Different modes that application can be run as.

  1. Service - application provides wrapped functionality to other applications.
  2. Driver - implements hardware and provides interfaces to read it.
  3. Application - uses resources, drivers, services to perform computation.

spaces

Chart of runnables

Clone this wiki locally