aboutsummaryrefslogtreecommitdiff
path: root/src/platforms/stlink/platform.c
AgeCommit message (Collapse)Author
2015-03-22Remove old platform specific error handling macros.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
Cleaned up interface to enter bootloader and read serial number.
2015-03-01Clean up includes everywhere.Gareth McMullin
All source files include general.h first and before anything else. This inlcludes platform.h and platform_support.h No header file needs to include to include any of these, but should include any others needed for it's own declarations.
2015-02-28Factor Morse code functions out of platform code.Gareth McMullin
2014-10-16Whitespace cleanup.Gareth McMullin
2014-05-28PLATFORM_FATAL_ERRORs are now caught even when they happen in theRichard Eoin Meadows
initial JTAG scan that occours during platform_init. Previously any fatal errors that occoured during this scan caused a hardfault.
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-04Update to the newest libopencm3Frantisek Burian
2013-06-17Fix trailing whitespace everywhere.Gareth McMullin
2013-05-14stlink: add support for SRST handlingPaul Fertser
This enables SRST signals in open drain mode for both stlinkv1 and stlinkv2 hardware platforms. Signed-off-by: Paul Fertser <fercerpav@gmail.com>
2013-04-14stm32f1/stm32f4: fix hardware CRC calculationPaul Fertser
This was real-life tested on stm32f1 hardware including computation for odd-sized ranges. Signed-off-by: Paul Fertser <fercerpav@gmail.com>
2013-02-15Document changes between ST-Link V1 and V2 and implement needed changesUwe 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-21cdcacm: move non-constant parts to platform.[hc]Uwe Bonnes
2013-01-21stlink: Add the UARTUwe Bonnes
2013-01-21stlink: Update to current libopencm3 usb api.Uwe Bonnes
2012-07-01Add delay after reset request.Gareth McMullin
Hopefully this fixes problems observed with failing vFlashWrite.
2012-06-30Allow user to specify JTAG IR lengths.Gareth McMullin
This allows the use of devices that shift out values other than 0x01 from IR.
2012-06-10Added stlink platform for Discovery boards and ST's ST-Link hardware.Gareth McMullin