Ebiroll

Results 67 comments of Ebiroll

I am not sure, but this is what is used to run JTAG with the esp32. https://github.com/espressif/openocd-esp32

Hello, I commited a change that allows to compile with latest version of esp-idf. It should probably work for esp32-idf-4.0 as well

OK. I have commited some changes. Hopefully it will compile now. Technically I do not know what license to use, as I have code with different licenses. The way I...

You must enable sump in main/app-config.h Also baudrate should be 115200. It helps to watch boot messages in a terminal before using pulseview. Also take a look at this project...

I got my ESP32 board from adafruit. I have managed to dump the ROM and use it to start an elf file compiled with esp-idf in my patched version of...

Thanks a lot. I guess the xtensa-esp8266 branch would be most helpful for esp32 emulation work. I had to make some rom patches to make it run, but proper hardware...

> Have seen it multiple times in different contexts with different xtensa cores in recent gdb versions, > I looked closer at the assert. > Assertion `regnum >= 0 &&...

> gdb overlay in the espressif crosstool-NG is not patched to mark all registers as unprivileged Thanks, the gdb patch worked! That really improved the debugging experience when debugging with...

Thanks for MEMCTL. It works fine. Espressif have published a reference manual, updated with MMU chapter on the 9/11, 2016 http://espressif.com/sites/default/files/documentation/esp32_technical_reference_manual_en.pdf Do you have the hardware now? I can make...

Thanks, almost works for me, not sure how to modify this though rom-functions.s: esp32.rom.ld sed -n 's/PROVIDE[[:space:]]_([[:space:]]_([^[:space:]=]+)[^0]+(0x4.......).*/\1 = \2 - 0x40000000 + _stext\n.global \1\n.type \1, @function/p' < $^ > $@...