-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support building with non-git repositories (#95)
* add SourceTree enum in place of all direct git::Repository uses * add SourceTree::Plain variant * move SdkOrigin into espidf * update is_managed_sdk docs to reflect current semantics * add SourceTree::open fn * make IDF_PATH_VAR relative to workspace in try_from_env * update according to feedback * fix clippy error * cargo fmt * fix lint issues * split EspIdf::try_from_env into two functions --------- Co-authored-by: Hailey Somerville <[email protected]> Co-authored-by: Alex Martens <[email protected]>
- Loading branch information
1 parent
480cf6d
commit 051d7ce
Showing
2 changed files
with
88 additions
and
65 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