2021-06-22 20:25:27 +02:00

476 B

Hardware Timer didnt work https://github.com/khoih-prog/ESP8266TimerInterrupt#why-using-isr-based-hardware-timer-interrupt-is-better

=> Software Timer https://ullisroboterseite.de/esp8266-timing.html#timer

Zum aktivieren von GDBStub:

#include <GDBStub.h>

...

void setup() {
  Serial.begin(460800);
  gdbstub_init();

Achtung !

GDB muss dafür compiled werden GDB-Version aus Arduino Toolchain hat Support

$ ./start_xtensa_gdb_stub.sh