aboutsummaryrefslogtreecommitdiff
path: root/src/platforms/native/platform.c
AgeCommit message (Expand)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
2015-03-01Clean up includes everywhere.Gareth McMullin
2015-02-28Move common USB stuff out of platform header files.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-10-16Whitespace cleanup.Gareth McMullin
2014-07-30Merge pull request #47 from richardeoin/target-powerGareth McMullin
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-01-04Update to the newest libopencm3Frantisek Burian
2013-12-04Merge remote-tracking branch 'origin/usbuart_highrate'Gareth McMullin
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: u{8,16,32} -> uint{8,16,32}_t to be compatible with new libraryBuFran
2013-06-19native: Enable hard SRST signal.Gareth McMullin
2013-06-17Fix trailing whitespace everywhere.Gareth McMullin
2013-04-27Changes to the USBUART to make it less likely to drop characters at higher ba...Allen Ibara
2013-04-16native: Fix up deprecated warnings.Gareth McMullin
2013-04-14stm32f1/stm32f4: fix hardware CRC calculationPaul Fertser
2013-01-21cdcacm: move non-constant parts to platform.[hc]Uwe Bonnes
2013-01-21native/usbuart: Move platform dependant parts to platform.hUwe Bonnes
2013-01-10Update to current libopencm3 usb api.Gareth McMullin
2012-10-22Build with libopencm3 as a submodule.Gareth McMullin
2012-07-01Add delay after reset request.Gareth McMullin
2012-06-30Allow user to specify JTAG IR lengths.Gareth McMullin
2012-06-10Added stlink platform for Discovery boards and ST's ST-Link hardware.Gareth McMullin
2012-06-10Made jtagtap.c and swdptap.c STM32 generic.Gareth McMullin
2012-06-10Renamed platforms to 'native' and 'libftdi' and moved into 'platforms' dir.Gareth McMullin