Skip to content

Commit 5e2b424

Browse files
authored
Update ESP build (#31)
* Update esp_idf version to 5.0.4 * Use micropython version 1.24.0
1 parent 692d248 commit 5e2b424

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

scripts/init.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ git clone https://github.com/v923z/micropython-ulab ulab || git -C ulab pull
2222

2323
# only check out micropython, if it is not available locally, otherwise, pull
2424
git clone https://github.com/micropython/micropython micropython || git -C micropython pull
25+
git -C micropython checkout v1.24.0
26+
2527
cd micropython
2628
git submodule update --init
2729
cd ..

scripts/install_espidf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sudo apt-get install git wget flex bison gperf python3 python3-venv cmake ninja-
55

66
pip3 install pyelftools
77
git clone https://github.com/espressif/esp-idf.git
8-
git -C esp-idf checkout v5.0.2
8+
git -C esp-idf checkout v5.0.4
99
./esp-idf/install.sh
1010

1111
cd esp-idf

0 commit comments

Comments
 (0)