Ebiroll
Ebiroll
For those interested, https://ebiroll.github.io/floyd/floyd.html is a good start.
Yes, older version of floyd in wasm.
Yes, sorry about that, You can patch, gdb_if.c add raise_exception(EXCEPTION_ERROR, "Target lost in stub"); #include "exception.h" unsigned char gdb_if_getchar(void) { ..... /* Return '+' in case we were waiting for...
You can use the pio Unified debugger if you add this to platformio.ini debug_tool = blackmagic debug_port = 192.168.4.1:2345
Hello. Try Espressifs Qemu If you cannot make a rom dump. https://github.com/espressif/qemu
Thanks. I also updated the text with more correct information.
Maybe nc 127.0.0.1 8881 | nc 127.0.0.1 8880 | cat
OK. You are right. I will check this later. The qemu uart emulation needs some fixing and this is a good example.
Good idea. it will probably save you lots of time not having to flash constantly. You should also look at the possibility to run the qemu gdb debugger as it...
Hello, You seem to bedoing it correctly, but try compiling for only one core, When configuring, choose Component config ---> FreeRTOS ---> [*] Run FreeRTOS only on first core