aboutsummaryrefslogtreecommitdiff
path: root/src/platforms/stlink
AgeCommit message (Expand)Author
2015-04-03Merge branch 'v1.6-branch'Gareth McMullin
2015-04-03Use git describe for version in generated header file.Gareth McMullin
2015-03-22Remove old platform specific error handling macros.Gareth McMullin
2015-03-22Fix errors when building for non-native platforms.Gareth McMullin
2015-03-15Build for stlink with -Os.Gareth McMullin
2015-03-07Quieten build system.Gareth McMullin
2015-03-07Move targets to make bin and hex files to toplevel makefile.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-02-28Move common USB stuff out of platform header files.Gareth McMullin
2015-02-28Factor out common GPIO code in STM32 platforms.Gareth McMullin
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
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-02-13Fix the STK_CTRL to the STK_CSR library change.Frantisek Burian
2014-01-24Add dfu bootloader update application and use absolute delay for stlinkbon@elektron.ikp.physik.tu-darmstadt.de
2014-01-04Update to the newest libopencm3Frantisek Burian
2013-12-04Merge remote-tracking branch 'origin/usbuart_highrate'Gareth McMullin
2013-10-22stlink: Give the NRST check more time as otherwise some L1 discovery board st...Uwe Bonnes
2013-10-05FIX: u{8,16,32} -> uint{8,16,32}_t to be compatible with new libraryBuFran
2013-08-19Use do {...} while(0) for PLATFORM_FATAL_ERROR() macro.Gareth McMullin
2013-06-17Fix trailing whitespace everywhere.Gareth McMullin
2013-05-14stlink: add support for SRST handlingPaul Fertser
2013-04-27Changes to the USBUART to make it less likely to drop characters at higher ba...Allen Ibara
2013-04-16Allow extra LDFLAGS on command line. Use nano.specs for swlink.Gareth McMullin
2013-04-14Make code compatible with newlib-nano and use it for stlinkPaul Fertser
2013-04-14stm32f1/stm32f4: fix hardware CRC calculationPaul Fertser
2013-03-12SWLINK: Add variant for the STM8S Discovery boardUwe Bonnes
2013-03-12Split out platform specific bootloader parts to separate files.Gareth McMullin
2013-03-12Further split-up of DFU bootloader.Gareth McMullin
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-01-25stm32:cdcacm/usbdfu: Print version and build information in the product stringUwe Bonnes
2013-01-21STLINK: Unconditionally enable MCO from 8 MHz HSE to PA8 as on original fir...Uwe Bonnes
2013-01-21Product and DFU String now tell the hardware they run onUwe Bonnes
2013-01-21stlink: LED is connected to GPIO9. Before LED was associated with the MCO Out...Uwe Bonnes
2013-01-21usbuart, jtagtap, swdptap: Factor out GPIO setupUwe 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-21cdcacm: move non-constant parts to platform.[hc]Uwe Bonnes
2013-01-21Move usbuart to the stm32 directoryUwe Bonnes
2013-01-21stlink: Add DFU capabilityUwe Bonnes
2013-01-21stlink: Add the UARTUwe Bonnes
2013-01-21stlink: Update to current libopencm3 usb api.Uwe Bonnes
2013-01-21stlink: Use a seperate linker file as stlink has only 64 kByteUwe Bonnes
2012-10-22Build with libopencm3 as a submodule.Gareth McMullin
2012-07-01Add delay after reset request.Gareth McMullin