flash/nor/at91samd: Use 32-bit register writes for ST-Link compat
[fw/openocd] / src / target / riscv / riscv.c
2022-09-23 Antonio Borneotarget/riscv: fix use of uninitialized value
2022-09-23 Antonio Borneotarget/riscv: fix undefined operation
2022-09-23 Antonio Borneotarget/riscv: fix dead assignment
2022-09-23 Antonio Borneotarget/riscv: fix unused initialization
2022-09-18 Antonio Borneoopenocd: fix SPDX tag format for files .c
2022-09-13 Antonio Borneoriscv: don't export local symbols
2022-09-13 Antonio Borneoriscv: make local symbols static
2022-08-01 Tomas Vanektarget/riscv: add common magic
2022-08-01 Tomas Vanektarget/riscv: use struct riscv_info instead of typedef...
2022-07-23 Erhan Kurubastarget/semihosting: export semihosting_common_handlers...
2022-07-02 Erhan Kurubassemihosting: move semihosting_result_t from riscv.h...
2022-06-04 Tomas Vanektarget/riscv: drop unused variable registers_initialized
2022-03-19 Marc Schinktarget: Rework 'set' variable of break-/watchpoints
2022-02-14 Tim Newsometarget/riscv: revive 'riscv resume_order'
2022-02-14 Antonio Borneotarget/smp: use a struct list_head to hold the smp...
2021-12-24 Tim Newsometarget/riscv: calloc() memory per register.
2021-11-20 Tim Newsomeriscv: Clear type 6 triggers on connecting.
2021-10-25 Antonio Borneoriscv: use relative path to include contrib's data
2021-10-25 Tim NewsomeUpstream a whole host of RISC-V changes.
2021-10-02 Yasushi SHOJIhelper: Remove src/helper from include dirs
2021-07-24 Antonio Borneoopenocd: remove NULL comparisons with checkpatch [1/2]
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison
2021-06-26 Jesse Sheridantarget/riscv: Implement get_gdb_arch()
2021-06-18 Marc SchinkUse boolean argument for register_get_by_name()
2021-06-04 Tim NewsomeAdd target_data_bits().
2021-05-22 Antonio Borneoriscv: replace macro DIM() with ARRAY_SIZE()
2021-05-22 Antonio Borneoriscv: drop unused variable
2021-05-08 Marc Schinktarget/riscv: Change 'authdata_read' output
2021-03-19 Tim NewsomeImplement CRC32 algorithm for RISC-V.
2021-01-18 Tarek BOCHKATItarget/riscv: fix build error with -Werror=maybe-uninit...
2020-12-05 Antonio Borneotarget/register: use an array of uint8_t for register...
2020-10-14 Antonio Borneoriscv: fix compile error
2020-10-14 Tim NewsomeUpstream tons of RISC-V changes.
2020-09-05 Antonio Borneotarget: avoid checking for non NULL pointer to free it
2020-05-09 Antonio Borneocoding style: open function's brace at beginning of...
2020-05-09 Antonio Borneocoding style: add missing space when split strings
2020-03-10 Tarek BOCHKATIsemihosting: reorganize semihosting commands
2020-03-07 Tomas Vanekhelper/binarybuffer: fix clang static analyzer warnings
2019-05-14 Antonio Borneohelper/command: change prototype of command_print/comma...
2019-04-10 Marc Schinktarget/riscv: Free registers to avoid memory leak
2019-04-07 Antonio Borneotarget/riscv: use coherent syntax in struct initialization
2019-03-27 Tim NewsomeLots of RISC-V improvements.
2019-03-08 Tim Newsomegdb_server, target: Add target_address_bits()
2019-02-07 Tomas Vanektarget algo: do not write reg_param if direction is...
2018-07-24 Tim NewsomeAdd RISC-V support.