Skip to content

Commit

Permalink
fix typo in overview/using-the-standard-library.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bbigras authored and SergioGasquez committed Aug 16, 2023
1 parent 86e97b3 commit 281c43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/overview/using-the-standard-library.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Using the Standard Library (`std`)

Espressif provides a C-based development framework called [ESP-IDF][esp-idf-github]. It has, or will have, support for all Espressif chips starting with the ESP32, note that this framework _doesnn't_ support the ESP8266.
Espressif provides a C-based development framework called [ESP-IDF][esp-idf-github]. It has, or will have, support for all Espressif chips starting with the ESP32, note that this framework _doesn't_ support the ESP8266.

ESP-IDF, in turn, provides a [newlib][newlib-env] environment with enough functionality to build the Rust standard library (`std`) on top of it. This is the approach that is being taken to enable `std` support on Epressif devices.

Expand Down

0 comments on commit 281c43c

Please sign in to comment.