-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
8,510 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Toit configuration for mbedtls | ||
|
||
This directory contains the configuration for building mbedtls with Toit. | ||
When compiling for the ESP32 family, the ESP-IDF configuration is used. | ||
|
||
This directory contains two files: [default_config.h](default_config.h) | ||
and [toit_config.h](toit_config.h). The default config is unused and | ||
serves as a reference for the configuration options. It makes it possible to | ||
easily see which configurations have changed. | ||
|
||
## Updating mbedtls | ||
|
||
When updating mbedtls to a new version, the configuration files should be | ||
updated to match the new version. Replace the `default_config.h` with the | ||
new version and update the `toit_config.h` to match the changes. |
Oops, something went wrong.