aboutsummaryrefslogtreecommitdiff
path: root/src/stm32
AgeCommit message (Expand)Author
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-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-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-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-18Removed #if LIGHT for unfinished hardware.Gareth McMullin
2011-12-14Merge branch 'master' of git://github.com/gsmcmullin/blackmagicMike Smith
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-11-12Don't send anything on USB if not configured or DTR is released.Gareth McMullin
2011-10-30Merge branch 'master' of github.com:gsmcmullin/blackmagicGareth McMullin
2011-10-30Updated to build with new libopenstm32 with f1/f2 split.Gareth McMullin
2011-07-02Halt and detach target if host releases DTR.Gareth McMullin
2011-03-29Minor changes to allow a build for Windows hosts with libftdi.Gareth McMullin
2011-02-17Force SRST high. Hopefully fixes target getting stuck in reset.Gareth McMullin
2011-02-16Removed redundant linker parameters.Piotr Esden-Tempski
2011-02-16Cleaned up CFLAGS and LDFLAGS as well as targets to use the correct flags. No...Piotr Esden-Tempski
2011-02-17CDC-ACM now asserts DCD to allow opening tty devs in BSD/MacOS.Gareth McMullin
2011-02-16Fixed DFU_DETACH request handling when usb-uart is excluded.Gareth McMullin
2011-02-12Fixed interface number of DFU when UART isn't included.Gareth McMullin
2011-02-12Added extra ACM interface for serial emulation using USART1.Gareth McMullin
2011-02-10Improved Linux/libftdi platform support.Gareth McMullin
2011-02-09Updated README, added HACKING.Gareth McMullin
2011-02-06Changed to use sprintf/sscanf by default.Gareth McMullin
2011-02-05Fixed configuration of JTAG signals.Gareth McMullin
2011-02-04Import of working source tree.Gareth McMullin