Skip to content

Commit

Permalink
Update ESP build (#31)
Browse files Browse the repository at this point in the history
* Update esp_idf version to 5.0.4

* Use micropython version 1.24.0
  • Loading branch information
AndyHegemann authored Nov 24, 2024
1 parent 692d248 commit 5e2b424
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions scripts/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ git clone https://github.com/v923z/micropython-ulab ulab || git -C ulab pull

# only check out micropython, if it is not available locally, otherwise, pull
git clone https://github.com/micropython/micropython micropython || git -C micropython pull
git -C micropython checkout v1.24.0

cd micropython
git submodule update --init
cd ..
Expand Down
2 changes: 1 addition & 1 deletion scripts/install_espidf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sudo apt-get install git wget flex bison gperf python3 python3-venv cmake ninja-

pip3 install pyelftools
git clone https://github.com/espressif/esp-idf.git
git -C esp-idf checkout v5.0.2
git -C esp-idf checkout v5.0.4
./esp-idf/install.sh

cd esp-idf
Expand Down

0 comments on commit 5e2b424

Please sign in to comment.