aboutsummaryrefslogtreecommitdiff
path: root/src/platforms/stm32
AgeCommit message (Expand)Author
2015-03-22Clean up handling of lost targets using new exceptions mechanism.Gareth McMullin
2015-03-03Make F4 conditionals check STM32F4, not F4DISCOVERY.Gareth McMullin
2015-03-02Factor out timing routines common to all STM32 targets.Gareth McMullin
2015-03-02Factor out common cdcacm.c from stm32 and tm4c.Gareth McMullin
2015-03-01Clean up includes everywhere.Gareth McMullin
2015-03-01Move common platform include to a common directory.Gareth McMullin
2015-02-28Move common USB stuff out of platform header files.Gareth McMullin
2015-02-28Factor out common GPIO code in STM32 platforms.Gareth McMullin
2014-10-16Revert USB double buffered OUT handling on STM32F1.Gareth McMullin
2014-10-16Whitespace cleanup.Gareth McMullin
2014-08-06Send a null packet on end of USB transfer if last data packet is full.Gareth McMullin
2014-07-30Fix parity support on USB UART interface.Gareth McMullin
2014-05-28TRST only exists on hardware version 0Richard Eoin Meadows
2014-05-08Updated libopencm3. Fixes broken bootloader, issue #43.Gareth McMullin
2014-02-13[locm3] Use the new clock-enabling mechanisms in locm3.Frantisek Burian
2014-01-24Add dfu bootloader update application and use absolute delay for stlinkbon@elektron.ikp.physik.tu-darmstadt.de
2013-12-04Merge remote-tracking branch 'origin/usbuart_highrate'Gareth McMullin
2013-10-05FIX: usbd_init compatibility fixBuFran
2013-10-05FIX: u{8,16,32} -> uint{8,16,32}_t to be compatible with new libraryBuFran
2013-06-17Fix trailing whitespace everywhere.Gareth McMullin
2013-05-14adiv5_swdp: allow to connect to a sleeping target by pulling SRSTPaul Fertser
2013-04-27usbuart: Fix build error and clean up whitespace.Gareth McMullin
2013-04-27Changes to the USBUART to make it less likely to drop characters at higher ba...Allen Ibara
2013-04-16Remove DFU bootloader self protection.Gareth McMullin
2013-04-04dfu: Fix warnings.Gareth McMullin
2013-03-17Fix build for f4discovery host.Gareth McMullin
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-06gdb_if: Fix USB flow control.Vegard Storheil Eriksen
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-03usps_f407: add another platformUwe Bonnes
2013-02-03stm32/usbdfu.c: Rearrange code to clarify the tasks to be doneUwe Bonnes
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-22usbdfu: Write protect the bootloader sector on F4Uwe Bonnes
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
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
2013-01-21usbuart, jtagtap, swdptap: Factor out GPIO setupUwe Bonnes
2013-01-21f4discovery: Create a platforms directory for the F4 on the F4 Discovery boardUwe Bonnes
2013-01-21traceswo: Move (now-constant) traceswo.c to platforms/stm32Uwe Bonnes
2013-01-21stm32_can: Changes to get blackmagic to workUwe Bonnes
2013-01-21usbdfu: Allow for different, but constant flash page sizesUwe Bonnes
2013-01-21platforms/stm32: Move more platform dependencies to platform.hUwe Bonnes
2013-01-21Move (now-constant) cdcacm.c to platforms/stm32Uwe Bonnes
2013-01-21Move usbuart to the stm32 directoryUwe Bonnes