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