Skip to content

Commit

Permalink
add note about FAT incompatibility to README (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
untbu authored Jan 23, 2025
1 parent 935117e commit afed305
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,7 @@ For more information, check out:
- The [embedded-hal](https://github.com/rust-embedded/embedded-hal) project
- The [Rust for Xtensa toolchain](https://github.com/esp-rs/rust-build)
- The [Rust-with-STD demo](https://github.com/ivmarkov/rust-esp32-std-demo) project

## Known limitations

* ESP IDF can’t be compiled on filesystems without support for symbolic links (e.g. FAT)

0 comments on commit afed305

Please sign in to comment.