Skip to content

Commit 2731448

Browse files
Update docs
1 parent 2dfc5d5 commit 2731448

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/building/esp32.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ git clone https://github.com/MicroPythonOS/lvgl_micropython
1818
echo " espressif/esp32-camera:
1919
git: https://github.com/MicroPythonOS/esp32-camera" >> lvgl_micropython/lib/micropython/ports/esp32/main/idf_component.yml
2020
21+
echo 'include("$(MPY_DIR)/extmod/asyncio") # This is needed to have asyncio, which is used by aiohttp, which has easy to use websockets' >> lvgl_micropython/lib/micropython/ports/unix/variants/manifest.py
22+
23+
# Unix builds need this as they don't handle C_
24+
ln -s ../../secp256k1-embedded-ecdh lvgl_micropython/ext_mod/secp256k1-embedded-ecdh
25+
ln -s ../../MicroPythonOS/c_mpos lvgl_micropython/ext_mod/c_mpos
26+
2127
git clone https://github.com/cnadler86/micropython-camera-API
2228
pushd micropython-camera-API/
2329
git checkout v0.4.0

0 commit comments

Comments
 (0)