Skip to content

Commit

Permalink
Update readme (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani authored Oct 23, 2023
1 parent 992832c commit d5d6688
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5d6688

Please sign in to comment.