ESP8266 Treppenlichtsteuerung mit OTA zum Firmware Upload
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

gdboptions 507B

1234567891011121314151617
  1. set remote hardware-breakpoint-limit 1
  2. set remote hardware-watchpoint-limit 1
  3. set remote interrupt-on-connect on
  4. set remote kill-packet off
  5. set remote symbol-lookup-packet off
  6. set remote verbose-resume-packet off
  7. mem 0x20000000 0x3fefffff ro cache
  8. mem 0x3ff00000 0x3fffffff rw
  9. mem 0x40000000 0x400fffff ro cache
  10. mem 0x40100000 0x4013ffff rw cache
  11. mem 0x40140000 0x5fffffff ro cache
  12. mem 0x60000000 0x60001fff rw
  13. set serial baud 460800
  14. file .pio/build/debug/firmware.elf
  15. target remote /dev/ttyUSB0
  16. thb loop