aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-16dev2: add serial command support for faster communicationNicolas Schodet
2013-04-03Add dev2 support.Nicolas Schodet
This is used for APBTeam dev2 board. Black Magic runs on computer system and communicates with dev2 over usb, giving simple orders.
2013-03-17Modified BMP Mini with extra connectorsEric Brombaugh
2013-03-17Updated project README.Gareth McMullin
2013-03-17Moved entropia design to contrib directory and added description.Gareth McMullin
2013-03-17Add a version of BMP-mini optimized for manual productionFlorian Larysch
This commit adds a variant of the Blackmagic Mini that uses only 0603 parts and standard connectors for better availability and easier manual soldering. Additionally, another voltage regulator has been used that is cheaper, pin-compatible and has better characteristics.
2013-03-17Fix build for f4discovery host.Gareth McMullin
2013-03-15Removed stm32_can and usps_f407 platforms.Gareth McMullin
2013-03-14swlink: Add missing item to connector layoutUwe Bonnes
2013-03-12SWLINK: Add variant for the STM8S Discovery boardUwe Bonnes
2013-03-12Restore trace timer interrupt handler.Gareth McMullin
2013-03-12Split out platform specific bootloader parts to separate files.Gareth McMullin
2013-03-12Further split-up of DFU bootloader.Gareth McMullin
2013-03-12Separated clean and dirty bootloader sections.Gareth McMullin
2013-03-08Merge pull request #16 from zyp/masterGareth McMullin
Fix for broken USB flow control.
2013-03-06gdb_if: Fix USB flow control.Vegard Storheil Eriksen
The introduction of the double buffering broke USB flow control, causing loss of data when a new packet arrived with the previous still present in the double buffer. With this patch the endpoint is kept in NAK until the double buffer is empty.
2013-02-20Correct upload script for detection of F1/F4 start address.Gareth McMullin
2013-02-18Merge pull request #11 from aibara/masterGareth McMullin
Another small fix for adiv5, ap_mem_write_bytes double increment analogous to previous fix for ap_mem_read_bytes
2013-02-18Merge pull request #9 from jeffstaley/masterGareth McMullin
Bug fixes for lpc11xx code
2013-02-18Merge pull request #12 from UweBonnes/masterGareth McMullin
Make adaption to different STM32 boards easier
2013-02-15usbuart: Don't try to send until configured. Enumeration may hang elseUwe Bonnes
2013-02-15Document changes between ST-Link V1 and V2 and implement needed changesUwe Bonnes
2013-02-11STLINK: Add pointer to Discoveryboard modification instructionsUwe Bonnes
2013-02-07Merge remote-tracking branch 'upstream/master'Uwe Bonnes
Conflicts: src/platforms/stlink/cdcacm.c src/platforms/stlink/platform.c src/platforms/stlink/platform.h
2013-02-03usps_f407: add another platformUwe Bonnes
2013-02-03stm32/usbdfu.c: Rearrange code to clarify the tasks to be doneUwe Bonnes
2013-01-31Avoid double increment of dst in adiv5 write bytes function.Allen Ibara
2013-01-30STM32F0/3: Handle the option bytesUwe Bonnes
2013-01-28Merge pull request #10 from esden/stlink_updateGareth McMullin
Thank you. I'm not too concerned about the LED. Is there any way to reliably detect which stlink hardware we're running on?
2013-01-28Corrected the led pin for F3 and F4 discovery boards. Needs proper fixing so ↵Piotr Esden-Tempski
that it works on all platforms in the future.
2013-01-26Error in calculating ending sector number. mirage
2013-01-25stm32:cdcacm/usbdfu: Print version and build information in the product stringUwe Bonnes
2013-01-23stm32/cdcacm.c: remove unneeded includesUwe Bonnes
2013-01-23STM32: Use hardware CRC unitUwe Bonnes
2013-01-23STM32L1: Add to the list of known JTAG IDsUwe Bonnes
2013-01-23libftdi: List some know cables and allow to specify cable and serialUwe Bonnes
2013-01-23LIBFTDI: Propagate the command line arguments to platform_initUwe Bonnes
2013-01-22usbdfu: Write protect the bootloader sector on F4Uwe Bonnes
2013-01-22STM32F4: Add option byte handlingUwe Bonnes
2013-01-21Updated stlink platform to the new locm3 usb api.Piotr Esden-Tempski
2013-01-21Add note about -mfloat-abi=hard versus -mfloat-abi=softUwe Bonnes
2013-01-21STLINK: Unconditionally enable MCO from 8 MHz HSE to PA8 as on original ↵Uwe Bonnes
firmware. F3 Discovery has has no quarz for the F3 and needs it.
2013-01-21README: Add the hint about "set mem inaccessible-by-default off" from the ↵Uwe Bonnes
mailing list
2013-01-21STLINK: Allow to force bootloader by starting with the RESET button pressedUwe Bonnes
2013-01-21gdb_if: Use a doubled buffer scheme for reading data from USBUwe Bonnes
Needed, as the OTG driver erases the data read after eventually calling the callback
2013-01-21Product and DFU String now tell the hardware they run onUwe Bonnes
2013-01-21f4discovery: Adapt from the "native" file and add or change code where neededUwe Bonnes
- stm32_mem.py has problems with erasing the big pages, but dfu-util works - serial GDB remote server doesn't work. It neither works for the STM32F107, so maybe there is a problem with the usbd_f107_driver.
2013-01-21stlink: LED is connected to GPIO9. Before LED was associated with the MCO ↵Uwe Bonnes
Output.
2013-01-21stm32_mem.py: Add exception handler for better diagnosis, as erase on ↵Uwe Bonnes
STM32F407 times out
2013-01-21stm32_mem: Allow to select the programmer with the serial numberUwe Bonnes