Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/specify built components #115

Merged
merged 2 commits into from
Aug 2, 2022
Merged

Conversation

N3xed
Copy link
Collaborator

@N3xed N3xed commented Aug 2, 2022

Add $ESP_IDF_COMPONENTS and esp_idf_components configuration options that allow to specify a list of esp-idf components to build. This list can be used to trim down the esp-idf build and reduce compile time.
Only implemented for the native build driver.

Fixes #83

Add table of contents.
Document `$CARGO_WORKSPACE_DIR` and conditional compilation using rust cfgs.
Add `$ESP_IDF_COMPONENTS` and `esp_idf_components` configuration option that allow
to specify a list of esp-idf components to build. This list can be used to trim down the esp-idf
build and reduce compile time.
Only implemented for the native build driver.
Fixes #83
@N3xed N3xed merged commit 456f986 into master Aug 2, 2022
@N3xed N3xed deleted the feature/specify-built-components branch August 2, 2022 20:16
JakobLachermeier pushed a commit to JakobLachermeier/esp-idf-sys that referenced this pull request Aug 26, 2022
Add `$ESP_IDF_COMPONENTS` and `esp_idf_components` configuration option that allow
to specify a list of esp-idf components to build. This list can be used to trim down the esp-idf
build and reduce compile time.
Only implemented for the native build driver.
Fixes esp-rs#83
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compile only needed esp-idf components
1 participant