aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-05-22Delay trigger enumeration until it's required.Tim Newsome3-5/+19
2018-05-22Fix posible null deref in get_target_typeDan Robertson1-3/+10
2018-05-17Review feedback.Tim Newsome1-1/+1
2018-05-17Comment riscv_set_register, register_write_directTim Newsome2-0/+8
2018-05-17Merge pull request #251 from riscv/from_upstreamTim Newsome45-699/+988
2018-05-16riscv: remove unexpected check during resetMegan Wachs1-8/+0
2018-05-08blank_check_memory prototype has changed.Tim Newsome1-17/+0
2018-05-08arm_dpm: flush both scratch registers (R0 and R1)Philipp Tomsich1-5/+7
2018-05-08ChibiOS thread states: Update thread state to label mappingFaisal Shah1-4/+3
2018-05-08psoc6: Run flash algorithm asynchronously to improve performanceBohdan Tymkiv1-141/+220
2018-05-08flash/nor, contrib/loaders: add stm32 loaders Makefile and generated .incTomas Vanek5-135/+5
2018-05-08jtag: adapter: fix indentation in handle_interface_commandAntonio Borneo1-8/+8
2018-05-08target/cortex_m: allow setting the type of a breakpointTomas Vanek2-29/+1
2018-05-08armv8: valgrind memleak fixesMatthias Welwarsky7-9/+74
2018-05-08flash/nor/at91sam: implement flash bank deallocation for SAM seriesTomas Vanek4-53/+61
2018-05-08flash/nor/kinetis: implement flash bank deallocationTomas Vanek1-1/+18
2018-05-08flash/nor: handle flash write alignment/padding in the infrastructureTomas Vanek3-121/+312
2018-05-08target armv7m: multi-block erase checkTomas Vanek1-39/+95
2018-05-08target, flash: prepare infrastructure for multi-block blank checkTomas Vanek12-95/+82
2018-05-08configure: disable all drivers when zy1000 is enabledPaul Fertser1-4/+1
2018-05-08gdb_server: gdb_memory_map() reworkTomas Vanek1-17/+21
2018-05-08rtos: Fix XPSR_OFFSET for cortex_m4f stackingArmin van der Togt1-2/+21
2018-05-08target: free target SMP list on shutdownMatthias Welwarsky1-0/+12
2018-05-08target/arm_adi_v5: extend apcsw command to accept arbitrary bitsTomas Vanek3-18/+33
2018-05-08arm_adi_v5: Add ability to ignore the CSYSPWRUPACK bitMatthias Welwarsky4-9/+22
2018-05-07Don't error if hart select isn't implemented.Tim Newsome1-1/+1
2018-05-03Conform to OpenOCD styleTim Newsome1-2/+1
2018-05-03Merge branch 'riscv' into optimizeTim Newsome131-1585/+7213
2018-05-03counter*h registers only exist on RV32Tim Newsome1-0/+66
2018-05-01Merge pull request #246 from darius-bluespec/sysbus-bugfixTim Newsome1-1/+3
2018-05-01Properly retry system bus access if busy error was detected.Darius Rad1-0/+2
2018-05-01Fix polling for system bus busy.Darius Rad1-1/+1
2018-04-30Merge branch 'riscv' into notice_resetTim Newsome129-1525/+7186
2018-04-27arm_dpm: flush both scratch registers (R0 and R1)Philipp Tomsich1-5/+7
2018-04-24fespi: flag an error if offset can't be handled in 3B modeMegan Wachs1-0/+12
2018-04-23ChibiOS thread states: Update thread state to label mappingFaisal Shah1-4/+3
2018-04-23psoc6: Run flash algorithm asynchronously to improve performanceBohdan Tymkiv1-141/+220
2018-04-23flash/nor, contrib/loaders: add stm32 loaders Makefile and generated .incTomas Vanek5-135/+5
2018-04-20Fix mingw32 build.Tim Newsome2-5/+6
2018-04-20Fix error messages for reset dmi timeouts.Tim Newsome2-52/+53
2018-04-20Make encoding.h pass style guide.Tim Newsome1-0/+2
2018-04-20Fix comments in encoding.h.Tim Newsome1-11/+11
2018-04-18Use reset timeout to read dmstatus out of resetTim Newsome1-11/+28
2018-04-18Enforce OpenOCD style guide. (#239)Tim Newsome3-16/+10
2018-04-17jtag: adapter: fix indentation in handle_interface_commandAntonio Borneo1-8/+8
2018-04-12Fix FESPI assert when guessing few algorithm stepsTim Newsome1-29/+35
2018-04-12target/cortex_m: allow setting the type of a breakpointTomas Vanek2-29/+1
2018-04-10armv8: valgrind memleak fixesMatthias Welwarsky7-9/+74
2018-04-10flash/nor/at91sam: implement flash bank deallocation for SAM seriesTomas Vanek4-53/+61
2018-04-10flash/nor/kinetis: implement flash bank deallocationTomas Vanek1-1/+18