aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-16Add missing #includesGareth McMullin
2013-04-16libftdi: Clean up warnings.Gareth McMullin
2013-04-16libftdi: Add 'flossjtag' cable.Gareth McMullin
2013-04-15stm32f4: Add option erase commandUwe Bonnes
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-14Revert "Revert "STM32: Use hardware CRC unit""Gareth McMullin
2013-04-04Revert "STM32: Use hardware CRC unit"Gareth McMullin
2013-04-04dfu: Fix warnings.Gareth McMullin
2013-03-31Removed verison info from USB strings on native platform.Gareth McMullin
2013-03-27Add erase_mass command for stm32f4 devices.Gareth McMullin
2013-03-27Accept new chip ID for stm32f4 and include flash layout for 2MiB parts.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
2013-03-12Split out platform specific bootloader parts to separate files.Gareth McMullin
2013-03-12Further split-up of DFU bootloader.Gareth McMullin
2013-03-12Separated clean and dirty bootloader sections.Gareth McMullin
2013-03-06gdb_if: Fix USB flow control.Vegard Storheil Eriksen
2013-02-18Merge pull request #11 from aibara/masterGareth McMullin
2013-02-18Merge pull request #9 from jeffstaley/masterGareth McMullin
2013-02-15usbuart: Don't try to send until configured. Enumeration may hang elseUwe Bonnes