aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-04-16rtos: add instructions and helper code to make FreeRTOS work againAndreas Fritiofson
2015-04-16FreeRTOS: Make optional symbols optionalAndreas Fritiofson
2015-04-14AT91SAM4L: handle reset run/halt in SMAPTomas Vanek
2015-04-14target/arm_adi_v5, cortex_m: retry ahbap_debugport_init few times in case of ...Paul Fertser
2015-04-14target/cortex_a: emit a clear error message when dbgbase can't be detectedPaul Fertser
2015-04-14flash/nor/lpc2000: free allocated working area when target_write failsPaul Fertser
2015-04-14jtag/adi_v5_jtag: fix infinite recursion in jtagdp_transaction_endcheck()Paul Fertser
2015-04-14flash/nor/lpc2000: properly free working area used in get_lpc2000_part_id()Paul Fertser
2015-04-14jtag/startup.tcl: fix regression with autoselecting JTAGPaul Fertser
2015-04-14ChibiOS: fix crash on auto detectionRichard Braun
2015-04-14Tcl exception codes cleanup, shutdown command amendmentsPaul Fertser
2015-04-14helper: shutdown command should return with 0 exit statusJuha Niskanen
2015-04-14jtag/tcl: fix incorrect memcpy in jim_newtap_expected_idPaul Fertser
2015-04-14lpc2000: Removed cmd51_can_xxxxb variables.Nemui Trinomius
2015-04-14Added Atmel SAM4SA16C chip (chip ID 0x28a70ce0).Patrick Noffke
2015-04-14startup: Fixed measure_clk to return kHz instead of MHz.Ed Beroset
2015-04-14Cortex-A: Don't flush the data/unified cache if MMU is offUwe Kleine-König
2015-04-14RTOS: Add logging to FreeRTOS and general RTOSEvan Hunter
2015-04-14jtag/core: honour SRST timings in SWD modePaul Fertser
2015-04-02target/target.c: fixed rp check bug in asynchronous flash write algorithm.DmitryShpak
2015-03-25jtag/drivers/ftdi.c: removed memory leakMateusz Manowiecki
2015-03-25flash/nor: mrvlqspi: fix printf formatting issuesMahavir Jain
2015-03-25transport: make 'transport select' auto-select the first available transport ...Angus Gratton
2015-03-25target/adi_v5_swd, cortex_m: properly handle more cases requiring reconnectPaul Fertser
2015-03-25drivers/cmsis-dap: port to common SWD frameworkPaul Fertser
2015-03-25flash/nor/kinetis: do not attempt mass-erase in place of a bank erasePaul Fertser
2015-03-25armv7m_trace, stlink: provide APIs to capture trace with an adapterPaul Fertser
2015-03-25armv7m: add generic trace support (TPIU, ITM, etc.)Paul Fertser
2015-03-09flash/nor/stellaris: allow to recover a locked device that can't be examinedPaul Fertser
2015-03-09jlink: Add variant "J-Link Lite-XMC4000"Andreas Färber
2015-03-09jlink: Add variant "J-Link Lite-XMC4200"Andreas Färber
2015-03-09server, target, cortex_m: add deinit_target to the API to free resourcesPaul Fertser
2015-03-09target/target: call event handlers around examine when polling resumesPaul Fertser
2015-03-09hla/hla_interface: call HLA layout API close() on quitPaul Fertser
2015-03-09target/cortex_m: do not leak memory on reexaminationPaul Fertser
2015-03-09target: fix timer callbacks processingPaul Fertser
2015-03-09arm11: initialise DPM and register cache before reading DSCR for the first timePaul Fertser
2015-03-09stlink: avoid null pointer dereference in stlink_usb_close()Paul Fertser
2015-03-09openrisc: add profiling functionFranck Jullien
2015-03-09armv7m: do not access FPU registers when not presentPaul Fertser
2015-03-09armv7m: add FPU registers supportPaul Fertser
2015-03-09target/arm_disassembler: add exception related disassemblypierre Kuo
2015-03-09target/cortex_a: remove dead assignmentPaul Fertser
2015-03-09flash/nor/stellaris: remove dead assignmentPaul Fertser
2015-03-09flash/nor/sim3x: remove dead assignmentPaul Fertser
2015-03-09server: tcl_notifications commandAustin Morton
2015-03-09rtos: Freescale MQX rtos supportMarian Cingel
2015-03-09lpc2000: Add LPC407x/8x flash size auto detectionNemui Trinomius
2015-03-09atmega: add support for the at90usb128 flashOlivier Esver
2015-03-09Added system signal handling to Linux versionMateusz Manowiecki