aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-27Handle hardware watchpoints hit by RV32 loads and stores (#291)craigblackmore3-1/+86
2018-08-27Handle the qC packet (#292)craigblackmore1-0/+7
2018-08-23Switch active rtos thread on any hart halt. (#290)Dmitry Ryzhov1-0/+1
2018-08-23Use LOG_DEBUG for debug messages: Discard unexpected charcgsfv1-1/+1
2018-08-22Read memory words individually if burst read failscgsfv1-44/+79
2018-08-21From upstream (#288)Tim Newsome0-0/+0
2018-08-20From upstream (#286)Tim Newsome138-517/+15329
2018-08-20Remove unused variable. (#284)Tim Newsome1-2/+0
2018-08-08Update s25fl256 flash device id, cypress now. (#285)Ken Zhang1-0/+1
2018-08-06Fix target not halting when GDB jumps to a hardware breakpoint (#283)craigblackmore1-12/+0
2018-07-19Merge pull request #277 from riscv/fespi_freeTim Newsome1-1/+2
2018-07-18Merge pull request #282 from riscv/makefileTim Newsome2-10/+20
2018-07-18Mimic openrisc Makefile structureTim Newsome2-10/+20
2018-07-17Merge pull request #281 from riscv/docsTim Newsome1-2/+5
2018-07-17Explain what RISC-V targets are supported.Tim Newsome1-2/+5
2018-07-17Merge pull request #280 from riscv/docsTim Newsome1-0/+78
2018-07-17Merge pull request #275 from riscv/cleanupTim Newsome2-2/+3
2018-07-17Merge pull request #279 from riscv/work_areaTim Newsome3-52/+40
2018-07-17Merge pull request #274 from riscv/commentTim Newsome1-1/+3
2018-07-16Document RISC-V commands.Tim Newsome1-0/+78
2018-07-16Use work area instead of riscv-specific configTim Newsome3-52/+40
2018-07-12Define free_driver_priv for fespi flash driverTim Newsome1-1/+2
2018-06-25Revert unnecessary change.Tim Newsome2-2/+3
2018-06-20Explain why reg_cache_values isn't per-hart.Tim Newsome1-1/+3
2018-06-12Merge pull request #266 from gnu-mcu-eclipse/semihostingTim Newsome5-0/+270
2018-06-12target/riscv: fix trailing spacesLiviu Ionescu1-10/+10
2018-06-12target/riscv: explain why `arm` commands are usedLiviu Ionescu1-0/+13
2018-06-12Merge pull request #267 from riscv/cleanupTim Newsome1-1/+1
2018-06-12Revert 7927e90a42c4990fbb787b72fa2f049d49f1fdb2Tim Newsome1-1/+1
2018-06-12target/riscv: add semihosting supportLiviu Ionescu5-0/+257
2018-06-11Merge pull request #265 from riscv/cleanupTim Newsome1-11/+0
2018-06-11Merge pull request #264 from riscv/from_upstreamTim Newsome41-823/+6568
2018-06-11Remove dead code.Tim Newsome1-11/+0
2018-06-11Merge branch 'master' into from_upstreamTim Newsome41-823/+6568
2018-06-08Merge pull request #263 from riscv/hartselTim Newsome3-300/+324
2018-06-06Update debug defines to match specTim Newsome3-300/+324
2018-06-06psoc5lp: Add NV Latch flash driverAndreas Färber4-0/+344
2018-06-06flash/nor/psoc5lp: fix bad commit 2d5f2ede55150235352773a976166c3ab68297bcTomas Vanek1-27/+39
2018-06-06drivers: xds110: Remove unnecessary and deprecated libusb function.Edward Fewell1-6/+2
2018-06-06psoc5lp: Add EEPROM flash driverAndreas Färber4-0/+285
2018-06-06flash/nor: Add PSoC 5LP flash driverAndreas Färber6-2/+1036
2018-06-06flash/nor: Add support for TI CC3220SF internal flashEdward Fewell13-54/+804
2018-06-06Fix Semihosting FileIO for targets using vcont packetOmair Javaid1-0/+2
2018-06-06target/target.c: free semihosting memberLiviu Ionescu1-0/+3
2018-06-05Fix libusb-1.0.22 deprecated libusb_set_debug with libusb_set_optionKhem Raj1-1/+4
2018-06-05target/cortex_m: constify some variablesChristopher Head1-4/+4
2018-06-05flash/nor/virtual: copy missing fields from master flash_bank structureBohdan Tymkiv1-0/+5
2018-06-05flash/nor/core: fix double-free crash with 'virtual' flash banksBohdan Tymkiv1-2/+10
2018-06-04Merge pull request #262 from riscv/from_upstreamTim Newsome16-82/+84
2018-06-04breakpoints: simplify the test to find a breakpointAntonio Borneo1-5/+2