Skip to content

krkhan/tock-on-titan

 
 

Repository files navigation

Tock-on-Titan

This repository contains ports of Tock OS (https://www.tockos.org) to Titan chips.

This is not an officially supported Google product.

Getting started

Clone the repo

Get the source:

git clone --recursive https://github.com/google/tock-on-titan.git

Get the tools and libs to build the code

Download Rust

cd tock-on-titan
curl https://sh.rustup.rs -sSf | sh

Configure Rust

make setup

Build all boards and apps (unsigned)

make build

Build 'signed' versions of all artifacts

make build-signed

The build-signed target requires TANGO_CODESIGNER and TANGO_CODESIGNER_KEY to be set. The codesigner and keys are not publicly available.

About

Ports of Tock OS to Titan chips.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 59.9%
  • C 34.6%
  • Makefile 4.3%
  • Python 1.2%