-
-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reverted changes regarding tool installation paths
Implemented comments regarding shell variable names I will handle tool installatin paths via direnv. My .envrc is simple: layout Sming With Sming extracte in my home directory my `~/.config/direnv/direnvrc` then contains: layout_Sming() { _SMIG_BASE=${HOME}/Sming _SMIG_TOOLS=${_SMIG_BASE}/.tools export ESP_HOME=${_SMIG_TOOLS}/esp-quick-toolchain export IDF_PATH=${_SMIG_TOOLS}/esp-idf export IDF_TOOLS_PATH=${_SMIG_TOOLS}/esp32 export PICO_TOOLCHAIN_PATH=${_SMIG_TOOLS}/rp2040 . ${_SMIG_BASE}/Tools/export.sh }
- Loading branch information
Showing
5 changed files
with
33 additions
and
39 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 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 @@ | ||
/files/ |