Open Collective
Open Collective
Loading

Tock OS Foundation

COLLECTIVE

Maintain and promote the Tock Operating System

Contribute


Become a financial contributor.

Financial Contributions

Recurring contribution
Backer

Become a backer for $5.00 per month and support us

Starts at
$5 USD / month

Latest activity by


Be the first one to contribute!
Recurring contribution
Sponsor

Become a sponsor for $100.00 per month and support us

Starts at
$100 USD / month

Latest activity by


Be the first one to contribute!
Custom contribution
Donation
Make a custom one-time or recurring contribution.

Latest activity by


Events

Tock OS Foundation is hosting the following events.

Past event
11:00 PM UTC
Past event
04:00 PM UTC

Budget


Transparent and open finances.

View all transactions
+$163.83USD
Completed
Contribution #677901
$
Today’s balance

$147.45 USD

Total raised

$147.45 USD

Total disbursed

--.-- USD

Estimated annual budget

$163.83 USD

About


Tock is an embedded operating system designed for running multiple concurrent, mutually distrustful applications on Cortex-M and RISC-V based embedded platforms. Tock's design centers around protection, both from potentially malicious applications and from device drivers. Tock uses two mechanisms to protect different components of the operating system. First, the kernel and device drivers are written in Rust, a systems programming language that provides compile-time memory safety and type safety. Tock uses Rust to protect the kernel (e.g. the scheduler and hardware abstraction layer) from platform specific device drivers as well as isolate device drivers from each other. Second, Tock uses memory protection units to isolate applications from each other and the kernel.

Our team