aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-07-08flash/nor/w600: Use 'bool' data typeMarc Schink1-4/+4
2020-07-08flash/nor/stmsmi: Use 'bool' data typeMarc Schink1-4/+4
2020-07-08flash/nor/stm32h7x: Use 'bool' data typeMarc Schink1-1/+1
2020-07-08flash/nor/sh_qspi: Use 'bool' data typeMarc Schink1-3/+3
2020-07-08flash/nor/pic32mx: Use 'bool' data typeMarc Schink1-4/+4
2020-07-08flash/nor/mrvlqspi: Use 'bool' data typeMarc Schink1-4/+4
2020-07-08flash/nor/mdr: Use 'bool' data typeMarc Schink1-3/+3
2020-07-08flash/nor/max32xxx: Use 'bool' data typeMarc Schink1-8/+8
2020-07-08flash/nor/lpcspifi: Use 'bool' data typeMarc Schink1-4/+4
2020-07-08flash/nor/jtagspi: Use 'bool' data typeMarc Schink1-4/+4
2020-07-08flash/nor/fm3: Use 'bool' data typeMarc Schink1-4/+4
2020-07-08flash/nor/fespi: Use 'bool' data typeMarc Schink1-4/+4
2020-07-08flash/nor/em357: Use 'bool' data typeMarc Schink1-4/+4
2020-07-08flash/nor/cfi: Use 'bool' data typeMarc Schink3-17/+17
2020-07-08flash/nor/atsamv: Use 'bool' data typeMarc Schink1-2/+2
2020-07-08flash/nor/ath79: Use 'bool' data typeMarc Schink1-3/+3
2020-07-08flash/nor/at91sam4: Use 'bool' data typeMarc Schink1-132/+132
2020-07-08flash/nor/at91sam3: Use 'bool' data typeMarc Schink1-88/+88
2020-07-08flash/nor/ambiqmicro: Use 'bool' data typeMarc Schink1-9/+9
2020-07-08jtag/tcl: fix a double free of jim objectMikhail Rasputin1-2/+4
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink70-755/+773
2020-07-07flash/nor/atsame5: Fix a timeout when erasingMichael Hope1-6/+16
2020-06-27target: do not print an error on shutdown in target eventsAntonio Borneo1-2/+6
2020-06-27jtag: drivers: xlnx-pcie-xvc: Add support for SWD mode.Moritz Fischer1-3/+213
2020-06-27target/arc: Introduce L1I,L1D,L2 caches supportEvgeniy Didin4-5/+328
2020-06-27aarch64: Add support for debugging in HYP mode on ARMv8-A coresLucas3-2/+12
2020-06-23libjaylink: Update to latest Git versionMarc Schink1-0/+0
2020-06-18target/armv7m_trace: Calculate prescaler for external capture devicesMarc Schink2-7/+26
2020-06-14flash/nor/stm32l4x: Fix check for number of argumentsMarc Schink1-1/+1
2020-06-14stlink: code factorization by introducing stlink_usb_exit_modeTarek BOCHKATI1-43/+24
2020-06-14openocd: fix issue in WIN32 with TCP adaptersTarek BOCHKATI3-2/+22
2020-06-14flash: Add the Freedom E310-G002 SPI FlashAlistair Francis1-1/+2
2020-06-06coding style: fix multi-line dereferencingAntonio Borneo2-16/+9
2020-06-06jtag/tcl: fix memory leak in command 'irscan'Antonio Borneo1-4/+9
2020-06-06target/cortex_a: fix memory leak of register cacheAntonio Borneo4-0/+25
2020-06-06target/mem_ap: fix two memory leaksAntonio Borneo1-0/+10
2020-06-06libusb_helper: fix memory leak when no adapter is foundAntonio Borneo1-0/+3
2020-06-06target/cortex-m: enable C_DEBUGEN during examineAntonio Borneo1-0/+13
2020-06-06log: fix kept_alive() and report expired timeoutAntonio Borneo1-17/+39
2020-06-06nor/kinetis: add keep-alive during flash writeAntonio Borneo1-0/+4
2020-06-06arm_adi_v5: dap_ti_be_32_quirks_command minor simplificationTarek BOCHKATI1-18/+2
2020-06-06arm_adi_v5: enhance command error reportingTarek BOCHKATI1-17/+32
2020-06-06jtag/drivers/bcm2835gpio: bcm2835gpio_init has been updatedtscn921-1/+5
2020-05-24helper/command: remove unused functions and make static local onesAntonio Borneo2-49/+8
2020-05-24openocd: properly use jim data typesAntonio Borneo3-4/+5
2020-05-24helper/command: fix check on value returned by jim APIAntonio Borneo1-2/+2
2020-05-24helper/command: strip replicated command name in logAntonio Borneo3-11/+8
2020-05-24stlink: fix open AP for v2j37 and v3j7Antonio Borneo1-4/+11
2020-05-24stlink: fix incorrectly returned error on v2j28Antonio Borneo1-1/+14
2020-05-24stlink: default dapdirect to SWD instead of JTAGAntonio Borneo1-1/+1