Commit 7b2457d2bc502e28e05edd54a305382932e077b5
receivedSun, 14. Jul 2024, 07:44:17 (by user sx)
Sun, 14 Jul 2024 05:44:17 +0000 (07:44 +0200)
authorManfred Steiner <sx@htl-kaindorf.at>
Sun, 14 Jul 2024 05:43:41 +0000 (07:43 +0200)
committerManfred Steiner <sx@htl-kaindorf.at>
Sun, 14 Jul 2024 05:43:41 +0000 (07:43 +0200)
treedcb079854ecd63201321e1e11d569980cf5eff52
parent679210973a65c7ab5b4ea570271b95648ab08209
Message:
software/gdb-stub (von atmega-gdb-stub repository, f15a784, 2.12.2022)
22 files changed:
software/gdb-stub/.gdbinit [new file with mode: 0644]
software/gdb-stub/.gitignore [new file with mode: 0644]
software/gdb-stub/.simucinit [new file with mode: 0644]
software/gdb-stub/Makefile [new file with mode: 0644]
software/gdb-stub/README.md [new file with mode: 0644]
software/gdb-stub/ldscripts/avr5.x [new file with mode: 0644]
software/gdb-stub/ldscripts/ldscript_atmega324p.x [new file with mode: 0644]
software/gdb-stub/ldscripts/ldscript_atmega324p_sim.x [new file with mode: 0644]
software/gdb-stub/ldscripts/ldscript_atmega644p.x [new file with mode: 0644]
software/gdb-stub/ldscripts/ldscript_atmega644p_sim.x [new file with mode: 0644]
software/gdb-stub/ldscripts/ldscript_target.x [new file with mode: 0644]
software/gdb-stub/sim/avr_mcu_section.h [new file with mode: 0644]
software/gdb-stub/sim/simavr.c [new file with mode: 0644]
software/gdb-stub/src/app.cpp [new file with mode: 0644]
software/gdb-stub/src/app.h [new file with mode: 0644]
software/gdb-stub/src/blgdb.cpp [new file with mode: 0644]
software/gdb-stub/src/blgdb.h [new file with mode: 0644]
software/gdb-stub/src/bootloader.cpp [new file with mode: 0644]
software/gdb-stub/src/bootloader.h [new file with mode: 0644]
software/gdb-stub/src/gdb.cpp [new file with mode: 0644]
software/gdb-stub/src/gdb.h [new file with mode: 0644]
software/gdb-stub/src/main.cpp [new file with mode: 0644]