aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-11-03target: tell which target state is meantOleksij Rempel1-1/+2
2015-11-03cortex_m: dwt_num_comp should be set to zero in cortex_m_dwt_free()Tomas Vanek1-0/+1
2015-11-03rtos/mqx: Fix uninitialized parts of symbol tabledaniel-k1-1/+1
2015-11-03Change from sys/poll.h to standard poll.h locationPaul Fertser1-2/+2
2015-11-03flash/nor/stm32f2x: Add STM32F469 partMaxime Coquelin1-0/+2
2015-10-30rtos: handle STKALIGN adjustments on cortex mAndrew Ruder2-1/+53
2015-10-30rtos: turn stack alignment into a function pointerAndrew Ruder9-18/+58
2015-10-30Add handling for STM32L4.Uwe Bonnes3-0/+921
2015-10-30stm32f2x: Add memory barrier needed for STM32F7 flashing.Uwe Bonnes1-2/+3
2015-10-30stm32f2x.c: Add STM32F74x handling.Uwe Bonnes1-6/+36
2015-10-30stm32f2x.c: Handle STM32F42x/43x 1 MiByte devices with DB1M option set.Uwe Bonnes1-21/+42
2015-10-30quark: updating license to GPLv2+Ivan De Cesaris5-10/+15
2015-10-30Cortex-M: Detect Flash Patch Revision and implement Rev. 2 handling.Uwe Bonnes2-3/+15
2015-10-09nrf51: recognize hwid 0084Peter A. Bigot1-0/+6
2015-10-09Kinetis: new devices K02, K26, K63, K64, K66, correct K21 and K22 variantsTomas Vanek1-14/+69
2015-10-09Kinetis: give a reasonable default for max_flash_prog_sizeTomas Vanek1-5/+11
2015-10-09Kinetis: Add K24 support and tidy upPatrick Stewart1-86/+135
2015-09-30flash/nor/spi: Add Winbond w25q128fvAlex Forencich1-1/+2
2015-09-30ADIv5: Fix typo in log messageEvan Hunter1-1/+1
2015-09-30stlink_usb: fix typoJim Paris1-1/+1
2015-09-30armv7m: Fix memory leak in register caching.Marc Schink3-1/+38
2015-09-30numicro: Integrate Nuvoton NuMicro flash driver.Nemui Trinomius5-1230/+1883
2015-09-30flash: Analog Devices ADuCM360 supportIvan Buliev3-0/+583
2015-09-30svf: fix segfaults exposed by some SVFPaul Fertser1-1/+14
2015-09-30tcl_server: Support line buffers up to 4M (v3)Philipp Wagner1-8/+43
2015-09-28server: remove connection limit from tcl and telnet serversAustin Morton4-5/+10
2015-09-05server: tcl_trace commandAustin Morton4-11/+140
2015-08-19flash/nor/jtagspi: 'retval' may be used uninitializedAlamy Liu1-1/+1
2015-08-06svf: flush the queue before reallocing memoryPaul Fertser1-0/+4
2015-08-06flash : Add support for Atmel at91sam4sa16bEvan Hunter1-0/+33
2015-08-06gdb_server: Add check for malloc failEvan Hunter1-0/+3
2015-08-06bcm2835gpio: Add SWD support, Raspberry Pi 2 support.Christoph Pittracher1-9/+158
2015-08-06at91samd: add chip IDs for SAMC20 and SAMC21 familiesAndrey Yurovsky1-0/+37
2015-08-06sim3x: fix build failure with clang 3.6Paul Fertser1-7/+5
2015-08-06flash/nor/jtagspi: add JTAGSPI driverRobert Jordens3-0/+414
2015-08-06flash/nor/tcl: add read_bank and verify_bankRobert Jordens1-0/+177
2015-08-06cpld/virtex2: allow JSTART to be disabledRobert Jordens2-5/+12
2015-08-06flash/nor/spi: add micron/numonyx n25q128Robert Jordens1-0/+1
2015-08-06target/testee: manage target->stateRobert Jordens1-0/+5
2015-08-06jlink: Add on-board nRF51-DK USB VID and PIDKyle Manna1-2/+2
2015-08-06RTOS: ThreadX support on ARM926E-JSAlexander Drozdov1-2/+160
2015-08-06target: check memory handlers before use for all typesKarl Palsson1-24/+16
2015-05-17jtag/drivers/stlink: fix SRST issue with stlink-v1Paul Fertser1-1/+1
2015-05-17psoc4: add support for Cypress CCG1 familyVincent Palatin1-0/+9
2015-05-17nrf51: refine and extend known devices tablePeter A. Bigot1-16/+34
2015-05-17server: avoid the tcl server crashing when there is no targetAustin Morton3-2/+3
2015-04-24jtag/drivers/ti_icdi: do not segfault when adapter can't be openedPaul Fertser1-0/+3
2015-04-24rtos/mqx: prevent crash with -rtos autoPaul Fertser1-0/+6
2015-04-24target/cortex_a: examination should be done every time it's asked forPaul Fertser1-3/+3
2015-04-24target: try to reexamine even when polling failsPaul Fertser1-6/+4