idf_component_register(SRCS
  "esp32_otaflash.c"
  "esp32_target.c"
  "gdb_if.c"
  "gdb_if_serial.c"
  "gdb_main.c"
  "gdb_packet.c"
  "gdbstub-freertos.c"
  "hex_utils.c"
  "main.c"
  "platform.c"
  "target.c"
  "crc32.c"
  "command.c"
   INCLUDE_DIRS ".")


