aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-05-02coding style: src: remove empty lines at end of text filesAntonio Borneo14-16/+0
2020-04-24bitbang: Fix FTBFS with GCC 10Andreas Fritiofson1-1/+1
2020-04-24flash/nor/stm32l4x: cast wrpxxr_mask to uint16_to to printIlya Kharin1-1/+1
2020-04-24ftdi: Report an error if no ftdi_vid_pid is specifiedLeonard Crestez1-0/+5
2020-04-24target/armv8: Add ARM target name on halt statusKevin Burke1-1/+2
2020-04-21target/armv7m: minor fixes of target algo exit point checkTomas Vanek2-7/+9
2020-04-21flash/nor: add flash mdw/h/b commandsTomas Vanek1-0/+82
2020-04-21nrf5: Refresh the watchdog while flashingAurélien Martin1-2/+12
2020-04-21nrf5: Include generated loader codeAurélien Martin1-24/+4
2020-04-21Remove BUILD_TARGET64Florian Fainelli9-49/+3
2020-04-21jtag/drivers: add debugging support for Mellanox BlueField SoCLiming Sun3-0/+532
2020-04-20jtag/drivers/ulink: fix clang static analyzer warningsTomas Vanek1-8/+9
2020-04-20jtag/drivers/ulink: fix clang static analyzer warningTomas Vanek1-6/+9
2020-04-20jtag/drivers/ulink: fix clang static analyzer warningTomas Vanek1-0/+1
2020-04-20flash/nand/core: fix clang static analyzer warningTomas Vanek1-7/+24
2020-04-20target/arc: remove saving context during resetEvgeniy Didin1-1/+3
2020-04-15Revert "rtos/FreeRTOS: Fix FreeRTOS thread list reading"Tomas Vanek1-16/+23
2020-04-13flash/nor/efm32: Chip support extension (EFM32GG12B Giant)tscn921-0/+1
2020-04-13server: set connection::input_pending type to boolTarek BOCHKATI3-6/+6
2020-04-13server/gdb_server: set gdb_connection::ctrl_c type to boolTarek BOCHKATI1-6/+6
2020-04-12Entering SWIM mode on ST-LINK does not update swim status word.Ake Rehnman1-3/+2
2020-04-12stlink: always use a valid endpointTarek BOCHKATI1-3/+3
2020-04-12jtag: flush queue after reset for drivers using old reset modelAntonio Borneo1-0/+5
2020-04-12gdb_server: print the target associated to the gdb portAntonio Borneo1-1/+1
2020-04-12cortex_m: remove deprecation for soft_reset_haltAntonio Borneo1-4/+4
2020-04-12cortex_a: don't wait for target halted in deassert_reset()Antonio Borneo1-1/+3
2020-04-12stlink: remove only instance of useconds_tAntonio Borneo1-1/+1
2020-04-12flash/nor/nrf5: pass unsigned char to isalnum()Antonio Borneo1-3/+7
2020-04-12sysfsgpio: minor fix for bool typesAntonio Borneo1-9/+9
2020-04-09target: added events TARGET_EVENT_STEP_START and _ENDJan Matyas2-2/+16
2020-04-05flash/stm32h7x: Use proper flash regs base for bank 1Sasha Kozaruk1-5/+10
2020-04-05stlink: remove 18 MHz jtag freq for stlink v2Laurent LEMELE1-1/+0
2020-04-05stlink: fix speed setting in dap modeLaurent LEMELE1-1/+6
2020-04-05armv8: log the register name which we failed to read or writeTarek BOCHKATI1-0/+7
2020-04-05flash/nor/cfi: Minor code cleanupsMarc Schink1-45/+30
2020-04-05flash/stm32f1x: fix maximum flash size for some devicesTarek BOCHKATI1-2/+18
2020-04-05cmsis_dap_usb: Light up the leds while connectedRoman Elshin1-8/+11
2020-04-05flash/nor: Change missing protect_check message from WARN to Info.Edward Fewell1-1/+1
2020-03-27target/arc_cmd: Improve argument checks for commandsEvgeniy Didin1-5/+7
2020-03-26target: Add possibility to remove all breakpointsMarc Schink1-5/+10
2020-03-26target: Add function to remove all breakpointsMarc Schink2-1/+30
2020-03-24avrf.c: Add ATmega256RFR2 to known flash listLars Poeschel1-0/+1
2020-03-24avrf.c: Use extended addressing for flash > 0x20000Lars Poeschel1-0/+15
2020-03-24jtag: fix command "adapter [de]assert" with dap directAntonio Borneo1-1/+2
2020-03-24drivers: xds110: Add support of alternate XDS110 configurationsEdward Fewell1-23/+52
2020-03-24drivers: xds110: Clean up command syntax and documentationEdward Fewell2-25/+29
2020-03-24drivers: xds110: Add support TCK changes in firmware updateEdward Fewell1-46/+112
2020-03-23flash/stm32l4x: add support of STM32WB3x devicesTarek BOCHKATI1-0/+15
2020-03-23flash/stm32l4x: add support of STM32WLEx devicesTarek BOCHKATI2-2/+24
2020-03-22stlink: workaround serial bug with old ST-Link DFUTarek BOCHKATI1-1/+82