aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo24-72/+72
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo54-260/+260
2021-07-24target: rename CamelCase symbolsAntonio Borneo11-202/+202
2021-07-20openocd: manually fix Yoda conditionsAntonio Borneo6-24/+20
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo19-74/+74
2021-07-20target/nds32: use lowercase for C variablesAntonio Borneo3-16/+13
2021-07-20target/nds32: rename CamelCase symbolsAntonio Borneo4-21/+21
2021-07-20target/mips: rename CamelCase symbolsAntonio Borneo5-35/+35
2021-07-20target/arm: opcodes: rename CamelCase symbols and uppercase variablesAntonio Borneo5-708/+708
2021-07-20target/cortex_m: rename CamelCase symbolAntonio Borneo2-2/+2
2021-07-20target/arm: rename CamelCase symbolsAntonio Borneo24-314/+314
2021-07-10target: add support for 64bit data in mem2array and array2memJan Matyas1-132/+136
2021-07-10target: add 64-bit address array command supportDaniel Goehring1-10/+12
2021-07-10target/semihosting: Fix of close(): Never close standard streamsJan Matyas1-4/+14
2021-07-10target/semihosting: Capture errno in SEMIHOSTING_SYS_ISTTYJan Matyas1-0/+1
2021-07-02target/cortex_a: Replace printf() with LOG_DEBUG()Marc Schink1-2/+2
2021-07-02target/aarch64: Replace printf() with LOG_DEBUG()Marc Schink1-2/+2
2021-07-02target/mips64: Replace printf() with LOG_ERROR()Marc Schink1-2/+2
2021-07-02target: check return value of register get/set callbacksJan Matyas1-18/+22
2021-07-02target/stm8: Remove unused member 'stm8_common'Marc Schink1-2/+0
2021-07-02target/adiv5: Large Physical Address ExtensionKevin Burke7-74/+168
2021-06-26target/breakpoints: Remove dead code and cleanupMarc Schink1-19/+14
2021-06-26armv7m: replace flag 'stlink' with 'is_hla_target'Antonio Borneo3-6/+6
2021-06-26target/dsp563xx: Use bool data type for 'hardware_breakpoints_cleared'Marc Schink2-3/+3
2021-06-26target/dsp563xx: Handle return valuesMarc Schink1-0/+9
2021-06-26target/riscv: Implement get_gdb_arch()Jesse Sheridan1-0/+13
2021-06-18Use boolean argument for register_get_by_name()Marc Schink8-18/+18
2021-06-18target/register: Minor code cleanupMarc Schink1-14/+12
2021-06-18cortex_m: enhance core and arch detectionTarek BOCHKATI2-41/+108
2021-06-18target/arm: optimize architecture flagsTarek BOCHKATI6-22/+25
2021-06-18target: Rename 'linked_BRP' to 'linked_brp'Marc Schink4-8/+8
2021-06-13armv4_5: do not read/write non-existent registersTarek BOCHKATI1-1/+1
2021-06-13arm_dpm: do not read/write non-existent registersTarek BOCHKATI1-2/+2
2021-06-13armv8_dpm: do not read/write non-existent registersTarek BOCHKATI1-2/+5
2021-06-13target/cortex_a: Use bool data typeMarc Schink2-13/+13
2021-06-04target/startup.tcl: Do not use 'Yoda conditions'Marc Schink1-14/+13
2021-06-04Avoid non-standard conditionals with omitted operands.R. Diez1-1/+1
2021-06-04Add target_data_bits().Tim Newsome4-4/+38
2021-06-04target: Use 'bool' for 'reset_halt'Marc Schink2-2/+2
2021-06-04helper/jim-nvp: comply with coding style [2/2]Antonio Borneo14-244/+244
2021-06-03target/cortex_a: fix memory leak on watchpointsAntonio Borneo1-0/+1
2021-06-03target/cortex_a: add support for watchpoint length of 1, 2 and 4 bytesAntonio Borneo1-5/+41
2021-06-03target/cortex_a: fix number of watchpointsAntonio Borneo1-2/+6
2021-06-03target/cortex_a: add support for watchpointsChengyu Zheng4-9/+201
2021-05-31target/arm_adi_v5: Fix clear sticky overrun flag during replay of commandsmicbis1-0/+7
2021-05-29help text: remove trailing spaceAntonio Borneo4-6/+6
2021-05-22riscv: replace macro DIM() with ARRAY_SIZE()Antonio Borneo3-15/+9
2021-05-22riscv: drop unused variableAntonio Borneo1-3/+0
2021-05-22mem_ap: fix target arch_info typeAntonio Borneo1-5/+7
2021-05-22target: fix some minor typoAntonio Borneo7-8/+8