From e86cc8df8143bc3df4ff336863dee807eca1d262 Mon Sep 17 00:00:00 2001 From: Brad Campbell Date: Fri, 7 Jun 2024 11:16:31 -0400 Subject: [PATCH] doc: overview: remove outdated list We could try to add all of the drivers to the table, but that will probably never stay up-to-date, so perhaps it's better to just remove the table and point readers in the right direction. --- doc/Overview.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/doc/Overview.md b/doc/Overview.md index d999443f..db1ea923 100644 --- a/doc/Overview.md +++ b/doc/Overview.md @@ -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.