aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-14Add win32 build to travis.Tim Newsome1-6/+27
2017-12-12target: remove unused event definitionsTomas Vanek3-20/+0
2017-12-12flash/nor/stm32f2x: fix erase on STM32F413/423Tomas Vanek1-4/+10
2017-12-12flash/nor/stm32f2x: fix protection block size for F767 in dual bank modeTomas Vanek1-1/+2
2017-12-12doc: improve stm32 flash driver documentationSpencer Oliver1-16/+15
2017-12-12jtag: drivers: stlink: handle all versions with single configPaul Fertser31-93/+91
2017-12-11Merge pull request #143 from riscv/fmvTim Newsome1-2/+2
2017-12-11Fix build.Tim Newsome1-2/+2
2017-12-11Merge pull request #131 from riscv/small_progbufTim Newsome7-1018/+780
2017-12-08config: stm32l01x and stm32l02x chips supportelmot1-2/+2
2017-12-07docs: add missing stm32 flash driver documentationSpencer Oliver1-0/+67
2017-12-07stm8 : new targetAke Rehnman10-1/+2567
2017-12-06Add STM32H7 config filesAlexandre Torgue4-0/+123
2017-12-06flash: Add new stm32h7x driver supportAlexandre Torgue5-0/+1334
2017-12-06Only call cmsis_dap_cmd_DAP_SWD_Configure when swd_mode is enabledBas Vermeulen1-5/+8
2017-12-06spi: add n25q256 flashRobert Jordens1-48/+50
2017-12-06server/gdb: Use 'bool' instead of 'int' for boolean valuesMarc Schink1-17/+17
2017-12-06server/gdb: Use get_target_from_connection()Marc Schink1-30/+37
2017-12-06target: Constify parameter of is_armv7m()Marc Schink1-1/+1
2017-12-06rtos: Use 'bool' as return type for detect_rtos()Marc Schink9-29/+29
2017-12-06adi_v5_swd: Add error message when SWD fails to connectJonas Norling1-1/+4
2017-11-27Merge pull request #140 from riscv/encodingTim Newsome2-58/+216
2017-11-27Update encoding.h.Tim Newsome2-58/+216
2017-11-16Add missing return.Tim Newsome1-0/+1
2017-11-14Merge pull request #127 from riscv/jtag_debugTim Newsome1-62/+10
2017-11-03Merge pull request #133 from riscv/no-russianPalmer Dabbelt2-0/+0
2017-11-01Merge branch 'riscv' into small_progbufTim Newsome3-6/+2
2017-11-01Merge pull request #134 from riscv/compileTim Newsome1-1/+1
2017-11-01Merge pull request #135 from riscv/fuller_buildTim Newsome1-1/+1
2017-10-31Build OpenOCD the way we expect users to build it.Tim Newsome1-1/+1
2017-10-27Fix compile warning with new gcc.Tim Newsome1-1/+1
2017-10-27Support 64-bit FPRs on RV32.Tim Newsome3-34/+328
2017-10-27ftdi: Enable SWDIO output before sending data on itJonas Norling1-0/+3
2017-10-27tcl/interface/ftdi/openrd: Fix FTDI channel + device descriptionJonathan McDowell2-7/+4
2017-10-27Cortex-M: Delete an unnecessary local variableChristopher Head1-5/+0
2017-10-27Cortex-M: fix stale DHCSR cache valuesChristopher Head1-5/+4
2017-10-26No RussianPalmer Dabbelt2-0/+0
2017-10-26Merge pull request #132 from riscv/cleanupTim Newsome1-4/+0
2017-10-25Remove unused variables.Tim Newsome1-4/+0
2017-10-24Remove more unused functionality.Tim Newsome1-6/+0
2017-10-24Add a fence after memory writes.Tim Newsome1-7/+16
2017-10-24Remove more unused code.Tim Newsome1-6/+0
2017-10-24Remove more unused code.Tim Newsome1-48/+6
2017-10-23Remove unused functionality.Tim Newsome2-268/+0
2017-10-23Properly fix memory read when encountering busy.Tim Newsome1-36/+101
2017-10-23Fix GCC7 warnings about string truncationFreddie Chopin4-5/+5
2017-10-23Fix GCC7 warnings about switch-case fallthroughsFreddie Chopin10-4/+17
2017-10-22arm: semihosting: set command line argumentsAndreas Fritiofson4-1/+61
2017-10-18Pay attention to impebreak.Tim Newsome4-64/+95
2017-10-18Remove unused functionality.Tim Newsome2-73/+3