aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-01-24Add dfu bootloader update application and use absolute delay for stlinkbon@elektron.ikp.physik.tu-darmstadt.de
2014-01-23Merge pull request #35 from burgrp/upstreamGareth McMullin
2014-01-23Merge pull request #32 from aibara/lpc43xx_updatesGareth McMullin
2014-01-22Fix in checksum calculation conditionPavel Burgr
2014-01-10LPC43XX: Force target to use internal clock.Allen Ibara
2014-01-10LPC43XX: Make the chunk_offset logic more explicit.Allen Ibara
2014-01-10LPC: Cleanup regs_size (in bytes).Allen Ibara
2014-01-10LPC43XX: Remove type cast for erase functionAllen Ibara
2014-01-10LPC43XX: Add reset command to do a system reset (but not the debug).Allen Ibara
2014-01-10LPC43XX: Add mkboot target command; dont make banks bootable by default.Allen Ibara
2014-01-10LPC43XX: Make sure to align target struct to word alignmentAllen Ibara
2014-01-04Update to the newest libopencm3Frantisek Burian
2013-12-04Merge remote-tracking branch 'origin/usbuart_highrate'Gareth McMullin
2013-10-22Revert "STM32F4: Add handling of second bank and dual boot devices."Gareth McMullin
2013-10-22f4discovery: Limit clock to 48 MHz and stack 24 kiByte so that code can be co...Uwe Bonnes
2013-10-22STM32F4: Add handling of second bank and dual boot devices.Uwe Bonnes
2013-10-22STM32F4: Recognize F401.Uwe Bonnes
2013-10-22stlink: Give the NRST check more time as otherwise some L1 discovery board st...Uwe Bonnes
2013-10-20stm32f1: Fix handling of option byte write. Write needs to happend on erased ...Uwe Bonnes
2013-10-20stm32f1.c: On a read protected device, deny any other option action than erase.Uwe Bonnes
2013-10-05Configure SRST output as open-drain for BMP Mini hardwareMichael Tharp
2013-10-05Add support for the SYS_WRITEC semihosting operation.Benno Leslie
2013-10-05Bugfix: Always apply the vector table magic number correctly.Richard Eoin Meadows
2013-10-05Added internal pull-up to PWR_BR.Marc Singer
2013-10-05FIX: usbd_init compatibility fixBuFran
2013-10-05FIX: FLASH_* collision with libopencm3 definitionsBuFran
2013-10-05FIX: u{8,16,32} -> uint{8,16,32}_t to be compatible with new libraryBuFran
2013-10-05[BUILD] Don't throw error on already cleaned outputBuFran
2013-08-19Use do {...} while(0) for PLATFORM_FATAL_ERROR() macro.Gareth McMullin
2013-06-19Handle SW-DP fault on WDATAERR.Gareth McMullin
2013-06-19Disable ADIv5 timeout while target is running.Gareth McMullin
2013-06-19adiv5_swdp: avoid dead-loop with a sleeping targetPaul Fertser
2013-06-19native: Enable hard SRST signal.Gareth McMullin
2013-06-17Rename lpc11xx driver.Gareth McMullin
2013-06-17Fix warning about implicit cast.Gareth McMullin
2013-06-17Fix trailing whitespace everywhere.Gareth McMullin
2013-06-17Fix register array sizes.Gareth McMullin
2013-05-18semihosting: improve handling of console I/OPaul Fertser
2013-05-18Move semihosting support to cortexm.c.Gareth McMullin
2013-05-18Basic semihosting supportPaul Fertser
2013-05-18Add support for Atmel SAM3N devices.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-05-14Add support for burning flash on lpc4337.Allen Ibara
2013-04-27nxp: support the lpc1114dip28 by Rickta59Gareth McMullin
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