Age | Commit message (Expand) | Author | Files | Lines |
2015-04-24 | jtag/drivers/ti_icdi: do not segfault when adapter can't be opened | Paul Fertser | 1 | -0/+3 |
2015-04-24 | rtos/mqx: prevent crash with -rtos auto | Paul Fertser | 1 | -0/+6 |
2015-04-24 | target/cortex_a: examination should be done every time it's asked for | Paul Fertser | 1 | -3/+3 |
2015-04-24 | target: try to reexamine even when polling fails | Paul Fertser | 1 | -6/+4 |
2015-04-24 | rtos: fix print format specifiers | Paul Fertser | 2 | -5/+6 |
2015-04-16 | configure the SWD frequency when setting adapter speed in SWD mode for versaloon | Simon Qian | 1 | -1/+3 |
2015-04-16 | flash: at91samd: add SAML21 support, fix part ID issue | Andrey Yurovsky | 1 | -2/+18 |
2015-04-16 | stlink_usb.c: Decode some more errors. | Uwe Bonnes | 1 | -0/+8 |
2015-04-16 | flash/nor/mdr: add docs, remove memory leak on probe() | Paul Fertser | 1 | -0/+7 |
2015-04-16 | flash: efm32: Add support for EZR32LG and EZR32WG. | Marc Schink | 1 | -3/+19 |
2015-04-16 | docs: update OpenOCD url's to openocd.org domain | Spencer Oliver | 1 | -1/+1 |
2015-04-16 | cmsis-dap: print vendor and product id on open failure | Spencer Oliver | 1 | -1/+1 |
2015-04-16 | Fix several format specifiers errors exposed by arm-none-eabi | Paul Fertser | 8 | -15/+15 |
2015-04-16 | rtos: add instructions and helper code to make FreeRTOS work again | Andreas Fritiofson | 1 | -1/+5 |
2015-04-16 | FreeRTOS: Make optional symbols optional | Andreas Fritiofson | 1 | -15/+22 |
2015-04-14 | AT91SAM4L: handle reset run/halt in SMAP | Tomas Vanek | 1 | -7/+43 |
2015-04-14 | target/arm_adi_v5, cortex_m: retry ahbap_debugport_init few times in case of ... | Paul Fertser | 2 | -51/+68 |
2015-04-14 | target/cortex_a: emit a clear error message when dbgbase can't be detected | Paul Fertser | 1 | -1/+4 |
2015-04-14 | flash/nor/lpc2000: free allocated working area when target_write fails | Paul Fertser | 1 | -1/+3 |
2015-04-14 | jtag/adi_v5_jtag: fix infinite recursion in jtagdp_transaction_endcheck() | Paul Fertser | 1 | -3/+2 |
2015-04-14 | flash/nor/lpc2000: properly free working area used in get_lpc2000_part_id() | Paul Fertser | 1 | -0/+3 |
2015-04-14 | jtag/startup.tcl: fix regression with autoselecting JTAG | Paul Fertser | 1 | -3/+2 |
2015-04-14 | ChibiOS: fix crash on auto detection | Richard Braun | 1 | -1/+6 |
2015-04-14 | Tcl exception codes cleanup, shutdown command amendments | Paul Fertser | 5 | -28/+44 |
2015-04-14 | helper: shutdown command should return with 0 exit status | Juha Niskanen | 1 | -1/+4 |
2015-04-14 | jtag/tcl: fix incorrect memcpy in jim_newtap_expected_id | Paul Fertser | 1 | -10/+5 |
2015-04-14 | lpc2000: Removed cmd51_can_xxxxb variables. | Nemui Trinomius | 1 | -34/+1 |
2015-04-14 | Added Atmel SAM4SA16C chip (chip ID 0x28a70ce0). | Patrick Noffke | 1 | -0/+44 |
2015-04-14 | startup: Fixed measure_clk to return kHz instead of MHz. | Ed Beroset | 1 | -2/+3 |
2015-04-14 | Cortex-A: Don't flush the data/unified cache if MMU is off | Uwe Kleine-König | 1 | -7/+7 |
2015-04-14 | RTOS: Add logging to FreeRTOS and general RTOS | Evan Hunter | 2 | -1/+37 |
2015-04-14 | jtag/core: honour SRST timings in SWD mode | Paul Fertser | 1 | -0/+6 |
2015-04-02 | target/target.c: fixed rp check bug in asynchronous flash write algorithm. | DmitryShpak | 1 | -1/+1 |
2015-03-25 | jtag/drivers/ftdi.c: removed memory leak | Mateusz Manowiecki | 1 | -0/+2 |
2015-03-25 | flash/nor: mrvlqspi: fix printf formatting issues | Mahavir Jain | 1 | -9/+10 |
2015-03-25 | transport: make 'transport select' auto-select the first available transport ... | Angus Gratton | 1 | -9/+22 |
2015-03-25 | target/adi_v5_swd, cortex_m: properly handle more cases requiring reconnect | Paul Fertser | 2 | -22/+36 |
2015-03-25 | drivers/cmsis-dap: port to common SWD framework | Paul Fertser | 6 | -515/+207 |
2015-03-25 | flash/nor/kinetis: do not attempt mass-erase in place of a bank erase | Paul Fertser | 1 | -17/+0 |
2015-03-25 | armv7m_trace, stlink: provide APIs to capture trace with an adapter | Paul Fertser | 8 | -197/+235 |
2015-03-25 | armv7m: add generic trace support (TPIU, ITM, etc.) | Paul Fertser | 11 | -12/+423 |
2015-03-09 | flash/nor/stellaris: allow to recover a locked device that can't be examined | Paul Fertser | 1 | -5/+5 |
2015-03-09 | jlink: Add variant "J-Link Lite-XMC4000" | Andreas Färber | 1 | -0/+4 |
2015-03-09 | jlink: Add variant "J-Link Lite-XMC4200" | Andreas Färber | 1 | -0/+4 |
2015-03-09 | server, target, cortex_m: add deinit_target to the API to free resources | Paul Fertser | 7 | -0/+50 |
2015-03-09 | target/target: call event handlers around examine when polling resumes | Paul Fertser | 1 | -14/+10 |
2015-03-09 | hla/hla_interface: call HLA layout API close() on quit | Paul Fertser | 1 | -0/+3 |
2015-03-09 | target/cortex_m: do not leak memory on reexamination | Paul Fertser | 3 | -0/+33 |
2015-03-09 | target: fix timer callbacks processing | Paul Fertser | 2 | -26/+35 |
2015-03-09 | arm11: initialise DPM and register cache before reading DSCR for the first time | Paul Fertser | 1 | -6/+6 |