aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-04-23flash/nor, contrib/loaders: add stm32 loaders Makefile and generated .incTomas Vanek
2018-04-17jtag: adapter: fix indentation in handle_interface_commandAntonio Borneo
2018-04-12target/cortex_m: allow setting the type of a breakpointTomas Vanek
2018-04-10armv8: valgrind memleak fixesMatthias Welwarsky
2018-04-10flash/nor/at91sam: implement flash bank deallocation for SAM seriesTomas Vanek
2018-04-10flash/nor/kinetis: implement flash bank deallocationTomas Vanek
2018-04-10flash/nor: handle flash write alignment/padding in the infrastructureTomas Vanek
2018-04-10target armv7m: multi-block erase checkTomas Vanek
2018-04-10target, flash: prepare infrastructure for multi-block blank checkTomas Vanek
2018-04-09configure: disable all drivers when zy1000 is enabledPaul Fertser
2018-04-07gdb_server: gdb_memory_map() reworkTomas Vanek
2018-04-07rtos: Fix XPSR_OFFSET for cortex_m4f stackingArmin van der Togt
2018-04-07target: free target SMP list on shutdownMatthias Welwarsky
2018-04-07target/arm_adi_v5: extend apcsw command to accept arbitrary bitsTomas Vanek
2018-04-07Add gdb_report_register_access_error commandTim Newsome
2018-04-07arm_adi_v5: Add ability to ignore the CSYSPWRUPACK bitMatthias Welwarsky
2018-04-06flash/nor/at91samd: Add "nvmuserrow" command.Stefan Arnold
2018-04-04nrf51: Add HWID 0x008F againTomas Vanek
2018-04-04drivers/kitprog: workaround KitProg firmware bug of missing ZLPTomas Vanek
2018-04-04target/cortex_m: avoid dwt comparator overflowCody P Schafer
2018-04-04Fix for warnings detected by clang static analyzerMichele Sardo
2018-04-04flash/nor: implement flash bank deallocation in drivers with simple allocTomas Vanek
2018-03-30jtag/core, target: unregister JTAG eventsTomas Vanek
2018-03-30target: fix display halt message logicTomas Vanek
2018-03-30flash/nor: implement flash bank deallocation on OpenOCD exitTomas Vanek
2018-03-30target: restructure dap supportMatthias Welwarsky
2018-03-30arm_cti: add cti command groupMatthias Welwarsky
2018-03-27aarch64: add cpsr bitfields to target descriptionMatthias Welwarsky
2018-03-27tdesc: bitfields may carry a typeMatthias Welwarsky
2018-03-20transport: add transport_is_hla()Tomas Vanek
2018-03-18server: bind to IPv4 localhost by defaultPaul Fertser
2018-03-16aarch64: fix debug entry from EL0Matthias Welwarsky
2018-03-16gdb_server: fake step if thread is not current rtos threadMatthias Welwarsky
2018-03-16gdb_server: fix ignored interrupt request from gdb during steppingMatthias Welwarsky
2018-03-15gdb_server: prevent false positive valgrind reportTomas Vanek
2018-03-15drivers/ftdi: free allocated memoryTomas Vanek
2018-03-15src/jtag/hla: free allocated memory in hl_interface_quit()Tomas Vanek
2018-03-15target/target: free what leaked in target_destroy()Tomas Vanek
2018-03-15jtag/core: free all taps and daps in adapter_quit()Tomas Vanek
2018-03-15server: free strduped port numbersTomas Vanek
2018-03-15openocd.c: call server_quit() for cmd line with -c shutdownTomas Vanek
2018-03-13jtag: drivers: add support for FT232R sync bitbang JTAG interfacesMatej Kogovsek
2018-03-13target: hla: check return value of hl_dcc_readPaul Fertser
2018-03-13target: arm: disassembler: fix Thumb2 BLX decoding addressPaul Fertser
2018-03-13svf: improve robustness when processing invalid SVF filesPaul Fertser
2018-03-12jtag: drivers: buspirate: fix abuse of "char" typePaul Fertser
2018-03-12Add SWD protocol support to buspirate (2nd try)Mateusz Manowiecki
2018-03-12nds32: Add jtag scan_chain commandHellosun Wu
2018-03-12helper/types: cast to uint32_t,uint16_t to avoid UB by shifting int too farCody P Schafer
2018-03-12jtag: hla: tcl: fix inconsistent expected_id handlingPaul Fertser