aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-07-24target: rename CamelCase symbolsAntonio Borneo11-202/+202
2021-07-20openocd: manually fix Yoda conditionsAntonio Borneo20-170/+126
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo76-576/+575
2021-07-20flash/nor: convert enum in uppercaseAntonio Borneo3-233/+233
2021-07-20target/nds32: use lowercase for C variablesAntonio Borneo3-16/+13
2021-07-20flash: use lowercase for C variablesAntonio Borneo5-120/+120
2021-07-20drivers/buspirate: use macros in place of const variablesAntonio Borneo1-5/+5
2021-07-20jtag/aice: use macros in place of const variablesAntonio Borneo1-23/+23
2021-07-20svf: rename CamelCase labelAntonio Borneo1-7/+7
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 Borneo3-3/+3
2021-07-20target/arm: rename CamelCase symbolsAntonio Borneo24-314/+314
2021-07-20drivers/ftdi: Group adapter commandsMarc Schink2-16/+81
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-02Add RTOS memory read/write functions.Tim Newsome4-3/+79
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-07-02rtos/eCos: rename CamelCase symbolsAntonio Borneo3-47/+47
2021-07-02rtos: rename CamelCase symbolsAntonio Borneo17-257/+253
2021-07-02rtos: convert CamelCase enum in uppercaseAntonio Borneo6-93/+93
2021-07-02server: rename CamelCase symbolsAntonio Borneo1-7/+7
2021-07-02jtag/swd: rename CamelCase macrosAntonio Borneo9-67/+67
2021-07-02jtag: rename CamelCase symbolsAntonio Borneo11-184/+184
2021-07-02helper: rename camelcase symbolsAntonio Borneo3-9/+9
2021-07-02flash: rename CamelCase symbolsAntonio Borneo20-1180/+1180
2021-07-02flash/nor/cfi: fix CamelCase symbols in cfi_spansion_pri_extAntonio Borneo3-52/+52
2021-06-27stlink: fix SIGSEGV with libusb v1.0.24-33-g32a2206 (11618)Antonio Borneo3-6/+7
2021-06-27flash/nor/stm32l4: Fix stm32l4_probe()Marc Schink1-4/+4
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-18Doc fix: echo writes to the log, and not to stdoutR. Diez1-1/+0
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-18flash/stm32fxx.c: do not read CPUID as this info is stored in cortex_m_commonTarek BOCHKATI2-44/+37
2021-06-18cortex_m: enhance core and arch detectionTarek BOCHKATI2-41/+108
2021-06-18target/arm: optimize architecture flagsTarek BOCHKATI9-26/+29
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