No description
encrypt
3a02cdac28
All checks were successful
Create and publish release binaries / build (push) Successful in 12m0s
|
||
---|---|---|
.forgejo/workflows | ||
expose-esp_wifi_80211_tx.patch | ||
README.md |
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