aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-03-10semihosting: reorganize semihosting commandsTarek BOCHKATI3-72/+40
2020-03-10flash/stm32h7x: fix bank sizes for devices with trimmed flashTarek BOCHKATI1-28/+49
2020-03-07flash/nor: update support for TI MSP432 devicesEdward Fewell2-113/+123
2020-03-07bluenrg-x: simplyfied the driverluca vinci3-339/+185
2020-03-07bluenrg-x: added support for BlueNRG-LP deviceluca vinci1-56/+163
2020-03-07helper/binarybuffer: fix clang static analyzer warningsTomas Vanek16-37/+40
2020-03-07target/arm920t: fix clang static analyzer warningTomas Vanek1-1/+1
2020-03-07rtos/linux: fix use of memory after it is freedTomas Vanek1-7/+9
2020-03-07jtag/drivers/openjtag: fix clang static analyzer warningsTomas Vanek1-3/+2
2020-03-07jtag/aice: fix clang static analyzer warningsTomas Vanek2-12/+15
2020-03-07flash/nor/numicro: use flash infrastructure to align writeTomas Vanek1-19/+4
2020-03-07flash/nor/fm4,tms470: fix clang static analyzer warningsTomas Vanek2-3/+6
2020-03-07src/flash/nor/at91sam3|4l|7: fix clang static analyzer warningsTomas Vanek3-7/+4
2020-03-07flash/nor/stm32f1x: Group and cleanup device listMarc Schink1-37/+37
2020-03-03drivers: Rename 'libusb1_common' to 'libusb_helper'Marc Schink14-43/+14
2020-03-03drivers: libusb1_common code cleanupMarc Schink12-73/+50
2020-03-03remove libusb0_common supportOleksij Rempel4-310/+0
2020-03-02flash/stm32h7x: add support of STM32H7Ax/H7Bx devicesTarek BOCHKATI1-63/+113
2020-03-02Add support for SAMD21E17D deviceMichael Stoll1-0/+17
2020-02-29target/arc: fix clang static analyzer warningsEvgeniy Didin4-7/+14
2020-02-27Introduce ARCv2 architecture related codeEvgeniy Didin10-1/+3478
2020-02-24coding style: fix space around pointer's asteriskAntonio Borneo16-39/+39
2020-02-24log: let command "log_output" to set back its defaultAntonio Borneo1-2/+13
2020-02-24adi_v5_dapdirect: fix connect under resetAntonio Borneo1-1/+10
2020-02-24flash/nor/stm32l4x: Minor code cleanupsMarc Schink1-9/+6
2020-02-24flash/nor/stm32h7x: Minor code cleanupsMarc Schink1-9/+6
2020-02-23target/adi_v5_swd: fix clang static analyzer warningTomas Vanek1-1/+1
2020-02-23flash/nor/tcl.c: add filld command to write double-word with 64-bit valueTarek BOCHKATI1-4/+22
2020-02-23flash/nor/stm32l4x: lock flash after errorTomas Vanek1-22/+31
2020-02-23flash/stm32h7x: use alignment infrastructureChristopher Head1-24/+8
2020-02-23flash/nor/stm32f1x: Some small code cleanupsMarc Schink1-9/+6
2020-02-23flash/nor/stm32h7x: check OPTCHANGEERRChristopher Head1-1/+8
2020-02-23flash/nor/stm32h7x: fix incorrect array indexingChristopher Head1-1/+1
2020-02-15stlink: add trace support in DAP direct modeAntonio Borneo1-0/+17
2020-02-15armv8: check the core state to pass the correct arch to gdbAntonio Borneo1-1/+2
2020-02-15coding style: use ARRAY_SIZE() when possibleAntonio Borneo4-5/+4
2020-02-15coding style: remove unnecessary parenthesesAntonio Borneo2-2/+2
2020-02-15jtag/startup.tcl: remove trailing whitespacesAntonio Borneo1-5/+5
2020-02-15target/nds32: fix type of magic numberAntonio Borneo1-2/+2
2020-02-15flash/nor/stm32lx: Minor code cleanupsMarc Schink1-9/+6
2020-02-15jtag_vpi: added an option to stop simulation on exitJan Matyas1-5/+46
2020-02-13flash/stm32lx: mention explicitly that this driver covers STM32 L0 and L1Tarek BOCHKATI2-1/+5
2020-02-13flash/startup.tcl: update stm32 flash driver aliasesTarek BOCHKATI1-15/+8
2020-02-09jtag: Fix copy-paste error in 'irscan' helpMarek Vasut1-1/+1
2020-02-08efm32: add EFR32ZG13P and EFR32ZG14P partsFrank Hunleth1-0/+2
2020-02-08stlink: fix max packet size for 8 bit R/W on stlink-v3Antonio Borneo1-2/+7
2020-02-08jtag: flush jtag queue after jtag_add_tlr()Antonio Borneo1-0/+1
2020-02-06jtag: drivers: xlnx-pcie-xvc: fix build on Linux pre v4.10Antonio Borneo1-0/+5
2020-02-06flash/nor: Add Renesas RPC HF driverMarek Vasut3-0/+651
2020-02-06flash/nor: Export various functions from the CFI coreMarek Vasut2-26/+49