Initial commit of workable stm32l debug
authorKarl Palsson <karlp@tweak.net.au>
Thu, 6 Oct 2011 23:22:33 +0000 (23:22 +0000)
committerKarl Palsson <karlp@tweak.net.au>
Thu, 6 Oct 2011 23:22:33 +0000 (23:22 +0000)
commitd060c3c040681c13e95d6b63982ccd16eeb83800
treede6eb8720df8e5c662bb88aca13c99b0a9235f24
parent8be7cea2154786291e4ecf79dc69b190eeef5130
Initial commit of workable stm32l debug

Move towards a standard libstlink, with backends for libusb (stm32l discovery) and scsi
passthrough (stm32vl discovery) and a common front end.

Verified that stm32l branch works much the same, but more to go for stm32vl.
18 files changed:
Makefile [new file with mode: 0644]
build/Makefile [deleted file]
gdbserver/gdb-remote.c [new file with mode: 0644]
gdbserver/gdb-remote.h [new file with mode: 0644]
gdbserver/gdb-server.c [new file with mode: 0644]
src/gdb-remote.c [deleted file]
src/gdb-remote.h [deleted file]
src/gdb-server.c [deleted file]
src/stlink-common.c [new file with mode: 0644]
src/stlink-common.h [new file with mode: 0644]
src/stlink-hw.c [deleted file]
src/stlink-hw.h [deleted file]
src/stlink-sg.c [new file with mode: 0644]
src/stlink-sg.h [new file with mode: 0644]
src/stlink-usb.c [new file with mode: 0644]
src/stlink-usb.h [new file with mode: 0644]
src/test_sg.c [new file with mode: 0644]
src/test_usb.c [new file with mode: 0644]