aboutsummaryrefslogtreecommitdiff
path: root/src/target/riscv/riscv_semihosting.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-02target/riscv: separate register cache stuff into filesEvgeniy Naydanov1-5/+6
2023-09-07target/riscv_semihosting: Make the unknown operation number an errorMarek Vrbka1-3/+3
2023-07-24target/riscv: Add target logging to most logging instancesMarek Vrbka1-11/+11
2023-06-15target/riscv: Early exit magic sequence checks in riscv_semihostingTim Newsome1-21/+19
2023-03-16Fix build.Tim Newsome1-1/+1
2023-03-16Merge commit '1293ddd65713d6551775b67169387622ada477c1' into from_upstreamTim Newsome1-27/+13
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src: remove duplicated GPL license tagAntonio Borneo1-13/+0
2022-07-02semihosting: move semihosting_result_t from riscv.h to the semihosting_common.hErhan Kurubas1-14/+13
2022-05-16fix: semihosting_fileio display the unsupported info (#699)wzgpeter1-5/+5
2022-03-03From upstream (#684)Tim Newsome1-1/+3
2022-02-05semihosting: User defined operation, Tcl command exec on hostZoltán Dudás1-1/+3
2021-10-25Upstream a whole host of RISC-V changes.Tim Newsome1-8/+11
2021-10-05Merge branch 'master' into from_upstreamTim Newsome1-1/+1
2021-10-02helper: Remove src/helper from include dirsYasushi SHOJI1-1/+1
2021-08-30Merge branch 'master' into from_upstreamTim Newsome1-1/+1
2021-07-20openocd: manually fix Yoda conditionsAntonio Borneo1-1/+1
2020-12-31Merge branch 'master' into from_upstreamTim Newsome1-1/+1
2020-11-07semihosting: print the semihosting operation idAdrian Negreanu1-1/+1
2020-10-16Allow riscv_semihosting without 16 bit access to memory with instructions (#544)Samuel Obuch1-8/+11
2020-10-14Upstream tons of RISC-V changes.Tim Newsome1-32/+38
2020-08-24Add SPDX tags for RISC-V files. (#513)Tim Newsome1-0/+2
2020-05-19Fix semihosting for multicore targets (#478)Tim Newsome1-32/+36
2018-07-24Add RISC-V support.Tim Newsome1-0/+194
2018-06-12target/riscv: add semihosting supportLiviu Ionescu1-0/+194