aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-20tcl: Adapt config files to new ftdi command syntaxMarc Schink96-494/+494
2021-07-20drivers/ftdi: Group adapter commandsMarc Schink3-29/+94
2021-07-10target: add support for 64bit data in mem2array and array2memJan Matyas2-135/+139
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-10tcl/interface/ftdi: Fix Digilent JTAG-SMT2 configPatrick Stewart1-1/+1
2021-07-10config/ftdi: Add tristate capability to sheevaplug configAndreas Fritiofson1-2/+2
2021-07-02tcl: Update Flyswatter product linksFlorian Fainelli2-2/+2
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-26tcl/board: Add Renesas Falcon boardMarek Vasut1-0/+10
2021-06-26tcl/target: Add support for Renesas R8A779A0 V3U SoCMarek Vasut1-16/+41
2021-06-26tcl/target: Select default boot core on Renesas R-Car Gen2/Gen3Marek Vasut2-0/+6
2021-06-26target/riscv: Implement get_gdb_arch()Jesse Sheridan1-0/+13
2021-06-23tcl: Add support for the Digilent Nexys Video boardRohit Singh1-0/+26
2021-06-18Doc fix: echo writes to the log, and not to stdoutR. Diez2-2/+0