aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-06-10Added stlink platform for Discovery boards and ST's ST-Link hardware.Gareth McMullin
2012-06-10Moved stm32 generic platform files out of native platform dir.Gareth McMullin
2012-06-10Made jtagtap.c and swdptap.c STM32 generic.Gareth McMullin
2012-06-10Renamed platforms to 'native' and 'libftdi' and moved into 'platforms' dir.Gareth McMullin
2012-06-10Indicate UART activity on yellow LED.Gareth McMullin
2012-06-10Removed incorrect directory references in Makefile.Gareth McMullin
2012-06-10Use the same LED for run/idle. Reserve spare LED for UART.Gareth McMullin
2012-06-03Removed a stray printf.Gareth McMullin
2012-05-27Added missing stm32/usbuart.h.Gareth McMullin
2012-05-26Separated USB UART interface into separate file.Gareth McMullin
2012-05-26Improve USB UART handling. Fix interrupt priorities.Gareth McMullin
2012-05-26Use our new USB VID/PID. Thanks OpenMoko, Inc.Gareth McMullin
2012-05-26Fixed and cleaned up build for libftdi platform.Gareth McMullin
2012-05-23Report target voltage on scan.Gareth McMullin
2012-05-23Detect hardware version. Disable UART on mini h/w under debug.Gareth McMullin
2012-05-23DFU: Erase option bytes before writing.Gareth McMullin
2012-05-22DFU: Protect bootloader sectors if needed.Gareth McMullin
2012-05-19Remove dependencies on make clean.Gareth McMullin
2012-05-19Don't clobber watchpoints used for trace.Gareth McMullin
2012-04-29Fixed some issues with trace port capture.Gareth McMullin
2012-04-22Fixed TRACESWO capture.Gareth McMullin
2012-04-22Correct jtag port init to not interfere with usb vbus detect.Gareth McMullin
2012-04-20Cleaned up traceswo capture routine.Gareth McMullin
2012-04-18Added capture of SWO, passed to host over a vendor specific USB interface.Gareth McMullin
2012-03-24Monitor USB VBUS to control D+ pull-up resistor.Gareth McMullin
2012-02-12Report FP registers as feature "org.gnu.gdb.arm.vfp".Gareth McMullin
2012-02-12Added FP register support.Gareth McMullin
2012-02-12Made command handlers static.Gareth McMullin
2012-02-12Accept partial match of monitor commands.Gareth McMullin
2012-02-08stm32f4: Fixed chunk padding for flash programming.Gareth McMullin
2012-01-19Support DFU GET_STATUS request when in application mode.Gareth McMullin
2012-01-16Changed the unique id generation to be 8 characters long. This is so Mac OS X...Piotr Esden-Tempski
2012-01-09Configure CDC ACM packet size in a #define for easy access.Gareth McMullin
2012-01-08Inline GPIO functions and optimise for speed.Gareth McMullin
2012-01-07Advertise that we accept SET_LINE_CODING and ignore it on GDB interface.Gareth McMullin
2011-12-29Use USB Interface Association Descriptors.Gareth McMullin
2011-12-26Use a single static program buffer rather than allocating several on the stack.Mike Smith
2011-12-26Merge commit '4e0cd081b09d9bd3d444062ca1081fa59c31fc0b'Mike Smith
2011-12-26Add support for Cortex-M0, and specifically for the NXP LPC11xx devices.Mike Smith
2011-12-18Improved magic number garbage in cortexm3.cGareth McMullin
2011-12-18Cleaned up debug output on linux build.Gareth McMullin
2011-12-18Removed #if LIGHT for unfinished hardware.Gareth McMullin
2011-12-17Implement gdb 'qCRC' packet to support 'compare-sections' command.Gareth McMullin
2011-12-14Tweak the flash uploader to handle unaligned start and end pointers,Mike Smith
2011-12-14Merge branch 'master' of git://github.com/gsmcmullin/blackmagicMike Smith
2011-12-14stm32f4: Improve behaviour when a section doesn't end on a word boundary.Gareth McMullin
2011-12-07Default to DTR=1 if no request received.Gareth McMullin
2011-12-05Make it possible to build with libopencm3 installed in a nonstandard locationMike Smith
2011-12-02Fixed flash stub for STM32F2 and STM32F4.Gareth McMullin
2011-11-26Fixed qSupported resonse.Gareth McMullin