aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-08-14rtos: add debug prints for qSymbol lookupJan Matyas1-0/+11
2021-08-14flash/nor/atsamv: fixed "maybe uninitialized" compiler warningJan Matyas1-1/+1
2021-07-31rtos: zephyr: add zephyr_params for cortex r4Julien Massot1-0/+8
2021-07-31Call poll at a fixed interval.Tim Newsome3-15/+42
2021-07-31drivers/cmsis-dap: update for newest protocol versionPoroCYon2-20/+29
2021-07-31drivers/bcm2835: Add support for SWDIO direction control pinMatthew Mets1-4/+41
2021-07-31jtag/aice: fix build with clang on MacOSAntonio Borneo1-25/+24
2021-07-24arm_adi_v5: Added Cortex-A76 identifiersFlorian Fainelli1-0/+2
2021-07-24arm_adi_v5: Provide Brahma-B53 identifiersFlorian Fainelli1-0/+4
2021-07-24openocd: fix Yoda conditions with checkpatchAntonio Borneo34-233/+233
2021-07-24openocd: manually remove NULL comparisonsAntonio Borneo10-32/+23
2021-07-24openocd: remove NULL comparisons with checkpatch [2/2]Antonio Borneo12-20/+20
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo71-181/+181
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo166-856/+856
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