aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-16target/etm: add check for calloc errorTomas Vanek
2020-01-16target/semihosting_common: fix minor memory leakTomas Vanek
2020-01-16target/target: fix clang static analyzer warningsTomas Vanek
2020-01-16target/avr32_jtag: fix error returnsTomas Vanek
2020-01-16target/arm_dpm: add missing error returnsTomas Vanek
2020-01-16target/arm946e: add missing error detectionTomas Vanek
2020-01-16server/server: fix clang static analyzer warningTomas Vanek
2020-01-16xsvf: fix memory leakTomas Vanek
2020-01-16flash/nor/stm32l4x: add support of STM32L4P5/L4Q5x devicesTarek BOCHKATI
2020-01-16flash/nor: add support of STM32WB on top STM32L4 flash driverTarek BOCHKATI
2020-01-16flash/nor: add support of STM32L41/L42xxTarek BOCHKATI
2020-01-16flash/nor/stm32l4x : add structure containers to hold devices' informationTarek BOCHKATI
2020-01-14target/target: parse value as proper typeChristopher Head
2020-01-14stlink: fix handling of DPv1 and DPv2 banked registersAntonio Borneo
2020-01-14stlink: add DAP direct driverAntonio Borneo
2020-01-14adi_v5_dapdirect: add support for adapter drivers that provide DAP APIAntonio Borneo
2020-01-14TODO: add restructuring of JTAG/adapter layerAntonio Borneo
2020-01-14adapter: switch from struct jtag_interface to adapter_driverAntonio Borneo
2020-01-14drivers/kitprog: remove unused JTAG execute_queue methodAntonio Borneo
2020-01-14hla: remove empty JTAG execute_queue methodAntonio Borneo
2020-01-14jtag: print an errmsg on using jtag API for non jtag transportAntonio Borneo
2020-01-14hla: use the new system_reset APIAntonio Borneo
2020-01-14bitbang: jtag-only drivers: switch to new reset APIAntonio Borneo
2020-01-14swd: get rid of jtag queue to assert/deassert srstAntonio Borneo
2020-01-05flash/nor: Factor out CFI memory read/write functionsMarek Vasut
2020-01-05flash/nor: Factor out cfi_spansion_unlock_seq()Marek Vasut
2020-01-03flash/nor/stm32f2x: Support value line chips with trimmed flashKeir Fraser
2020-01-02arm_adi_v5: add API send_sequence() and use itAntonio Borneo
2020-01-02tcl: update scripts after "jtag_reset" got deprecatedAntonio Borneo
2020-01-02jtag: replace command "jtag_reset" with "adapter [de]assert"Antonio Borneo
2020-01-02adapter: add command "adapter [de]assert srst|trst [[de]assert srst|trst]"Antonio Borneo
2020-01-02jtag_vpi: multiple improvementsJan Matyas
2020-01-02flash/nor/stm32f1x: fix options reading from locked chipOleksandr Redchuk
2020-01-02contrib/rpc_examples: Add (dis)connect methodsMarc Schink
2020-01-02rtos/FreeRTOS: Fix FreeRTOS thread list readingRahul Masurkar
2020-01-02flash/nor/kinetis: fix clang static analyzer warningsTomas Vanek
2020-01-02target/arm_cti: add new 'ack' and 'channel' commandsTarek BOCHKATI
2020-01-02flash/nor/stm32h7: (minor) use proper variable names and enhance loggingTarek BOCHKATI
2020-01-02tcl/target: swm050: fix to allow to use with ST-LinkIcenowy Zheng
2019-12-21target/armv7m_trace: Improve SWO frequency auto-detectionMarc Schink
2019-12-19helper/command: remove unused field in struct command_registrationAntonio Borneo
2019-12-19target/armv4_5: use c99 array designator to init arm_core_regs[]Antonio Borneo
2019-12-19sysfsgpio: give time to udev to change gpio permissionAntonio Borneo
2019-12-19gdb_server: fix extended_protocol for multi-targetAntonio Borneo
2019-12-19gdb_server: fix string length with semihosting_fileioAntonio Borneo
2019-12-17flash/nor/stm32f2x: fix clang static analyzer warningTomas Vanek
2019-12-16jtag_vpi: ensured constant packet size & endiannessJan Matyas
2019-12-12flash/nor/nrf5: remove check for protected sectorTomas Vanek
2019-12-12server/tcl_server.c: Fix buffer overrunJimmy
2019-12-10server: gdb_server: fix memory map generation on a 32-bit BE hostPaul Fertser