aboutsummaryrefslogtreecommitdiff
path: root/src/platforms
AgeCommit message (Expand)Author
2015-02-28Factor out common GPIO code in STM32 platforms.Gareth McMullin
2015-02-28Factor Morse code functions out of platform code.Gareth McMullin
2015-02-28Use sensible return convention for platform_target_get_power()Gareth McMullin
2014-11-23Added support for TI TM4C123 LaunchpadFredrik Ahlberg
2014-10-16Revert USB double buffered OUT handling on STM32F1.Gareth McMullin
2014-10-16Fix build for f4discovery by defining platform_hwversion().Gareth McMullin
2014-10-16Whitespace cleanup.Gareth McMullin
2014-08-08Fix build for non-native targets.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-07-30Merge pull request #47 from richardeoin/target-powerGareth McMullin
2014-05-28TRST only exists on hardware version 0Richard Eoin Meadows
2014-05-28Target power option is only for versions > 0Richard Eoin Meadows
2014-05-28Added monitor option to toggle target powerRichard Eoin Meadows
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-22f4discovery: Limit clock to 48 MHz and stack 24 kiByte so that code can be co...Uwe Bonnes
2013-10-22stlink: Give the NRST check more time as otherwise some L1 discovery board st...Uwe Bonnes
2013-10-05Configure SRST output as open-drain for BMP Mini hardwareMichael Tharp
2013-10-05Added internal pull-up to PWR_BR.Marc Singer
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-08-19Use do {...} while(0) for PLATFORM_FATAL_ERROR() macro.Gareth McMullin
2013-06-19native: Enable hard SRST signal.Gareth McMullin
2013-06-17Fix trailing whitespace everywhere.Gareth McMullin
2013-05-14stlink: add support for SRST handlingPaul Fertser
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-23F4Discovery: Slow Down GPIO access a little, as off-board SWD otherwise needs...Uwe Bonnes
2013-04-23F4 Discovery: - Unconditionally use the System Bootloader - Use PC2/4/5/6 Pin...Uwe Bonnes
2013-04-16Remove DFU bootloader self protection.Gareth McMullin
2013-04-16Allow extra LDFLAGS on command line. Use nano.specs for swlink.Gareth McMullin
2013-04-16native: Fix up deprecated warnings.Gareth McMullin
2013-04-16libftdi: Clean up warnings.Gareth McMullin
2013-04-16libftdi: Add 'flossjtag' cable.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-04-04dfu: Fix warnings.Gareth McMullin
2013-03-31Removed verison info from USB strings on native platform.Gareth McMullin
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