Skip to content

Commit

Permalink
Merge pull request #545 from tock/doc-overview-apis
Browse files Browse the repository at this point in the history
doc: overview: remove outdated list
  • Loading branch information
alevy authored Jun 11, 2024
2 parents 7efff93 + e86cc8d commit 7561757
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions doc/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,4 @@ panic handler for binaries that depend on it). The following crates provide a

## Driver crates

Driver crates provide interfaces to specific Tock APIs:

| Crate | Tock API |
|-------------------------|-----------------|
|`libtock_console` |[Console] |
|`libtock_low_level_debug`|[Low-Level Debug]|

[Console]: https://github.com/tock/tock/blob/master/doc/syscalls/00001_console.md
[Low-Level Debug]: https://github.com/tock/tock/blob/master/doc/syscalls/00008_low_level_debug.md
Driver crates provide interfaces to specific Tock APIs in the `/apis` directory.

0 comments on commit 7561757

Please sign in to comment.