aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-05-09helper/ioutil: silence gcc-8 on strncpyAntonio Borneo1-1/+1
2020-05-09helper/command: register all commands through register_commands()Antonio Borneo1-3/+15
2020-05-09flash/nor/efm32: Some small code cleanupsMarc Schink1-14/+9
2020-05-09server/telnet: Fix history outputMarc Schink1-15/+35
2020-05-09hla: remove unused hl_interface_param_s.apiTarek BOCHKATI2-3/+1
2020-05-09flash/nor/avrf: Minor code cleanupsMarc Schink1-15/+11
2020-05-09flash/nor/kinetis: Minor code cleanupsMarc Schink1-34/+26
2020-05-08target/arc: introduce breakpoint functionalityEvgeniy Didin2-2/+162
2020-05-08target/arc: introduce arc_read/write_instruction functionsEvgeniy Didin2-0/+79
2020-05-08target/arc: Add initial stepping functionsEvgeniy Didin2-2/+108
2020-05-07Add get_thread_reg() and set_reg() for hwthreadTim Newsome1-51/+90
2020-05-03flash/stm32l4x: always use stm32l4_get_flash_regTarek BOCHKATI1-4/+3
2020-05-03revision id for STM32L4P5/Q5 correctedAndreas Bolsch1-1/+1
2020-05-03target/armv7m: cosmetic refactorizationTomas Vanek1-5/+7
2020-05-02jtag: remove unused function adapter_driver_modules_load()Antonio Borneo2-8/+0
2020-05-02server: set tcp port and bind address before initAntonio Borneo4-4/+4
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