Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
# firmware
# External Firmware Crates

This repo contains third-party firmware that is useful for Tock boards.
The firmware may be source code or pre-compiled binary blobs.

Third-party firmware is collected in this repo to avoid having it be included
in the main Tock repository. Some firmware may be quite large, and this avoids
having all Tock developers needing a copy even if they are not using the relevant
board. By leveraging the cargo build system, Tock boards can directly include
the firmware from this repository.