Hi

I've finally reached to generate code for ESP32 using pysimCoder. My board is a OLIMEX ESP32-POE board,

Starting from the esp32-devkitc:wifinsh configuration we set

CONFIG_ARCH_CHIP_ESP32WROOM32=y

and the generation of the nuttx code is ok.

The problems start when I do a "make export":

The exported file doesn't contain the libraries provided under nuttx/arch/xtensa/src/esp32/esp-wireless-drivers-3rdparty/libs/esp32/ and the Make.defs script doesn't integrate these libraries in the link.

After setting these libs manually and after defining

HEAD_OBJ         = esp32_start.o  esp32_wdt.o

in Make.defs, the generation of the binary file seems to be ok (not tested yet on the processor)

Ciao

Roberto

Reply via email to