From d5d66885717f62959be3028b11c1009f68345900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Buga?= Date: Mon, 23 Oct 2023 20:55:56 +0200 Subject: [PATCH] Update readme (#301) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f99b0b59..3b52c726 100644 --- a/README.md +++ b/README.md @@ -112,11 +112,10 @@ See [Examples](https://github.com/esp-rs/esp-wifi/blob/main/examples.md) for det - Combined SoftAP/STA mode - Support for non-open SoftAP - Direct-boot mode isn't supported -- On Xtensa, the WiFi logs only print the format string - not the actual values. See [esp-rs/rust#177](https://github.com/esp-rs/rust/issues/177) ## Directory Structure -- `src/timer-espXXX.rs`: systimer code used for timing and task switching +- `src/timer/`: systimer code used for timing and task switching - `src/preemt/`: a bare minimum RISCV and Xtensa round-robin task scheduler - `src/compat/`: code needed to emulate enough of an (RT)OS to use the driver - `common.rs`: basics like semaphores and recursive mutexes