-
HW: ESP32 [device](http://www.lilygo.cn/prod_view.aspx?TypeId=50053&Id=1380&FId=t3:50053:3)
SW:
```python
>>> os.uname()
(sysname='esp32', nodename='esp32', release='1.19.1', version='v1.19.1 on…
-
I am trying to compile on `master` @ `21bf511f93dd94a5ac05626b5a94c70d7492d427` (Save my work at micropython-wasm), but is not compiling:
```bash
$ time make
Use make V=1 or set BUILD_VERBOSE in …
-
Hey, great tool! I already build a firmware for the Pico with it.
System is Win10 with WSL(2) with Ubuntu as guest.
I now try to do that same for a ESP32 board. And I am stuck.
I come to
…
-
ESP32 Build error!
Windows : String in ESP-IDF Cmd windows
C:\micropython\ports\esp32>make USER_C_MODULES=../../../examples/usercmodule/micropython.cmake
[1152/1386] Generating ../../genhdr/qst…
-
I was unable to turn on some of the features in `mpconfigport.h`, such as `MICROPY_PY_SYS_STDFILES`, `MICROPY_PY_MATH_SPECIAL_FUNCTIONS`, `MICROPY_PY_IO_FILEIO` and `MICROPY_PY_MACHINE_SPI`, as `make`…
-
make -j -C ports/esp32 BOARD=GENERIC_S3_SPIRAM USER_C_MODULES=~/esp/lv_micropython/lib/lv_bindings/bindings.cmake
The error message is as follows,How to solve it?
CMake Error at /home/le/esp/lv_…
-
Hello all,
I have trouble to build a firmware.uf2.
In the readme on the step 4 to make the build in the path "ports/rp2"
It says to me:
/home/canhack/micropython/ports/rp2 (da4b38e75*) # m…
-
# Description
In this crash, the function `mpz_as_bytes` attempted to feed a negative value to `memset`. We observed that CPython throws a TypeError saying the "byteorder" parameter to `to_bytes()`…
-
The named pins feature for supporting external pins requires the definition of `machine_pin_ext_init` and various other functions for configuring, setting and getting external pins.
This feature is…
-
Done some bare metal micropython work but just can't figure out what this would do. Will it mount itself as /pydrive when plugged into a PC via USB like the other ports?