Skip to content

Commit

Permalink
add esp idf directory for devcontainer to build
Browse files Browse the repository at this point in the history
  • Loading branch information
Szybet committed Jul 3, 2024
1 parent 2f8a824 commit 3aca142
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Empty file added .esp-idf/esp-idf/.gitkeep
Empty file.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ components/
.platformio/*
!.platformio/.gitkeep

!.esp-idf/.gitkeep
.esp-idf/esp-idf/*
!.esp-idf/esp-idf/.gitkeep
.esp-idf/espressif/*

!.esp-idf/.gitkeep
!.esp-idf/esp-idf/.gitkeep
!.esp-idf/espressif/.gitkeep
1 change: 1 addition & 0 deletions resources/tools/other/setup/packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ if [ ! -d "/root/esp-idf/docs" ]; then
cd /root/
rm -rf esp-idf-git/
git clone https://github.com/espressif/esp-idf.git esp-idf-git
rm -rf esp-idf-git/.git # not sure about this one
mv esp-idf-git/{*,.[!.]*,..?*} esp-idf/
rm -rf esp-idf-git
cd esp-idf/
Expand Down

0 comments on commit 3aca142

Please sign in to comment.