No description
Find a file
encrypt 3a02cdac28
All checks were successful
Create and publish release binaries / build (push) Successful in 12m0s
fix ci loop
2025-01-07 14:37:07 +01:00
.forgejo/workflows fix ci loop 2025-01-07 14:37:07 +01:00
expose-esp_wifi_80211_tx.patch add patch 2025-01-03 01:59:31 +01:00
README.md add readme 2025-01-03 01:59:23 +01:00

micropython-build

Build micropython for ESP32-C3 exposing esp_wifi_80211_tx

build

mkdir build
cd build
git clone --depth 1 --branch release/v5.0 --recurse-submodules --shallow-submodules https://github.com/espressif/esp-idf.git
cd esp-idf
./install.sh
./export.sh
cd ..
git clone --branch v1.24.1  https://github.com/micropython/micropython
cd micropython/ports/esp32
make BOARD=ESP32_GENERIC_C3 submodules
git apply expose-esp_wifi_80211_tx.patch
make BOARD=ESP32_GENERIC_C3
cp build-ESP32_GENERIC_C3/micropython.bin