aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-11-03cortex_m: dwt_num_comp should be set to zero in cortex_m_dwt_free()Tomas Vanek
2015-11-03rtos/mqx: Fix uninitialized parts of symbol tabledaniel-k
2015-11-03Change from sys/poll.h to standard poll.h locationPaul Fertser
2015-11-03flash/nor/stm32f2x: Add STM32F469 partMaxime Coquelin
2015-10-30rtos: handle STKALIGN adjustments on cortex mAndrew Ruder
2015-10-30rtos: turn stack alignment into a function pointerAndrew Ruder
2015-10-30Add handling for STM32L4.Uwe Bonnes
2015-10-30stm32f2x: Add memory barrier needed for STM32F7 flashing.Uwe Bonnes
2015-10-30stm32f2x.c: Add STM32F74x handling.Uwe Bonnes
2015-10-30stm32f2x.c: Handle STM32F42x/43x 1 MiByte devices with DB1M option set.Uwe Bonnes
2015-10-30quark: updating license to GPLv2+Ivan De Cesaris
2015-10-30Cortex-M: Detect Flash Patch Revision and implement Rev. 2 handling.Uwe Bonnes
2015-10-09nrf51: recognize hwid 0084Peter A. Bigot
2015-10-09Kinetis: new devices K02, K26, K63, K64, K66, correct K21 and K22 variantsTomas Vanek
2015-10-09Kinetis: give a reasonable default for max_flash_prog_sizeTomas Vanek
2015-10-09Kinetis: Add K24 support and tidy upPatrick Stewart
2015-09-30flash/nor/spi: Add Winbond w25q128fvAlex Forencich
2015-09-30ADIv5: Fix typo in log messageEvan Hunter
2015-09-30stlink_usb: fix typoJim Paris
2015-09-30armv7m: Fix memory leak in register caching.Marc Schink
2015-09-30numicro: Integrate Nuvoton NuMicro flash driver.Nemui Trinomius
2015-09-30flash: Analog Devices ADuCM360 supportIvan Buliev
2015-09-30svf: fix segfaults exposed by some SVFPaul Fertser
2015-09-30tcl_server: Support line buffers up to 4M (v3)Philipp Wagner
2015-09-28server: remove connection limit from tcl and telnet serversAustin Morton
2015-09-05server: tcl_trace commandAustin Morton
2015-08-19flash/nor/jtagspi: 'retval' may be used uninitializedAlamy Liu
2015-08-06svf: flush the queue before reallocing memoryPaul Fertser
2015-08-06flash : Add support for Atmel at91sam4sa16bEvan Hunter
2015-08-06gdb_server: Add check for malloc failEvan Hunter
2015-08-06bcm2835gpio: Add SWD support, Raspberry Pi 2 support.Christoph Pittracher
2015-08-06at91samd: add chip IDs for SAMC20 and SAMC21 familiesAndrey Yurovsky
2015-08-06sim3x: fix build failure with clang 3.6Paul Fertser
2015-08-06flash/nor/jtagspi: add JTAGSPI driverRobert Jordens
2015-08-06flash/nor/tcl: add read_bank and verify_bankRobert Jordens
2015-08-06cpld/virtex2: allow JSTART to be disabledRobert Jordens
2015-08-06flash/nor/spi: add micron/numonyx n25q128Robert Jordens
2015-08-06target/testee: manage target->stateRobert Jordens
2015-08-06jlink: Add on-board nRF51-DK USB VID and PIDKyle Manna
2015-08-06RTOS: ThreadX support on ARM926E-JSAlexander Drozdov
2015-08-06target: check memory handlers before use for all typesKarl Palsson
2015-05-17jtag/drivers/stlink: fix SRST issue with stlink-v1Paul Fertser
2015-05-17psoc4: add support for Cypress CCG1 familyVincent Palatin
2015-05-17nrf51: refine and extend known devices tablePeter A. Bigot
2015-05-17server: avoid the tcl server crashing when there is no targetAustin Morton
2015-04-24jtag/drivers/ti_icdi: do not segfault when adapter can't be openedPaul Fertser
2015-04-24rtos/mqx: prevent crash with -rtos autoPaul Fertser
2015-04-24target/cortex_a: examination should be done every time it's asked forPaul Fertser
2015-04-24target: try to reexamine even when polling failsPaul Fertser
2015-04-24rtos: fix print format specifiersPaul Fertser