-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor xtask to bind and compile for every target. (#15)
* feat(xtask): Improve build process. Use xtask to compile mbedtls * feat(xtask): Add compilation target for esp32, esp32s2, esp32s3. Fix header conflig * feat(xtask): Enable custom bindings per target - Add support for esp32s2 - Move headers file back to esp-mbedtls-sys - Update bindgen - Update esp-hal, esp-wifi * fix(xtask): Fix cmake compilation flags - Fixes an issue caused by `cmake-rs` auto-generating C flags which caused a larger binary size than expected. - Remove ESP32-S2 from justfile since it won't compile for async * fix(xtask): Fix docs normalization This fixes an issue where docs would be generated on a single line instead of being properly normalized and formatted
- Loading branch information
1 parent
a18a0b1
commit ea41ee7
Showing
45 changed files
with
98,895 additions
and
22,873 deletions.
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
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 was deleted.
Oops, something went wrong.
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
File renamed without changes.
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 |
---|---|---|
|
@@ -3918,3 +3918,4 @@ | |
//#define MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED | ||
|
||
/** \} name SECTION: Module configuration options */ | ||
|
Oops, something went wrong.