aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-03-12Add SWD protocol support to buspirate (2nd try)Mateusz Manowiecki1-27/+436
2018-03-12nds32: Add jtag scan_chain commandHellosun Wu3-0/+85
2018-03-12helper/types: cast to uint32_t,uint16_t to avoid UB by shifting int too farCody P Schafer1-6/+6
2018-03-12jtag: hla: tcl: fix inconsistent expected_id handlingPaul Fertser1-10/+5
2018-03-11armv7a: cache ttbcr and ttb0/1 on debug state entryMatthias Welwarsky2-28/+20
2018-03-10Support for Arm VFP v3 registers read/writeOmair Javaid5-13/+269
2018-03-10Support for AArch32 SIMD/Floating-point registersOmair Javaid1-19/+171
2018-03-10Support AArch64 SIMD/FP registers read/writeOmair Javaid5-92/+411
2018-03-10Allow generation of nested target defined types in gdb target xmlOmair Javaid1-4/+71
2018-03-09Cortex-R : Remove commands which are not relevant to Cortex-REvan Hunter1-8/+1
2018-03-07helper/configuration: free script_search_dirs and config_file_namesTomas Vanek3-0/+19
2018-03-07helper/command.h: Add missing #include for target_addr_tMarc Schink1-0/+2
2018-03-07server/server.h: Add missing #includeMarc Schink1-0/+4
2018-03-07helper/types.h: Add missing #includesMarc Schink1-0/+5
2018-03-07helper/command.h: Add missing #includesMarc Schink1-0/+2
2018-03-07helper/replacements.h: Add missing #includeMarc Schink1-0/+2
2018-03-07server/server: Remove all connections on shutdownMarc Schink1-0/+17
2018-03-07Fix ChibiOS FPU detection.Luca Dariz1-1/+1
2018-03-07Added support for STMicroelectronics BlueNRG-1 and BlueNRG-2 SoCMichele Sardo3-0/+552
2018-03-03flash/nor/psoc4: fix protection on devices with 256k flashTomas Vanek1-7/+8
2018-03-03flash/nor/psoc4: fix warningsTomas Vanek1-2/+3
2018-03-03flash/nor/core: fix warning in flash_iterate_address_range_innerTomas Vanek1-4/+7
2018-03-03flash/nor/psoc4: adjust flash size limited by woundingTomas Vanek1-0/+27
2018-03-03target: use correct target in target-prefixed commands and event handlersTomas Vanek4-12/+55
2018-03-03rtos: fix rtos no-auto configurationMatthias Welwarsky1-1/+1
2018-02-27gdb_server: run control fixes for vContTomas Vanek3-12/+71
2018-02-27Fix incorrect commentChristopher Head1-2/+1
2018-02-24Expand target_run_flash_async_algorithm() doc comment.Girts Folkmanis1-4/+37
2018-02-24stm8: fix compilation warningAke Rehnman1-1/+2
2018-02-22flash/nor/core: fix Segmentation fault during flash write of bad formed imgTomas Vanek1-3/+14
2018-02-21target: fix target.working_area typePeter Mamonov1-1/+1
2018-02-21gdb_server: update rtos threads on new connectionMatthias Welwarsky1-3/+8
2018-02-21rtos: run rtos create hook only once on autodetectMatthias Welwarsky1-3/+5
2018-02-21rtos: facilitate RTOS SMP handlingMatthias Welwarsky3-2/+23
2018-02-21gdb_server: add support for vContMatthias Welwarsky1-1/+102
2018-02-21cortex_a: fix handling of Thumb-2 32bit breakpointsMatthias Welwarsky1-0/+12
2018-02-21armv7a: forward error value in armv7a_cache_auto_flush_all_dataOleksij Rempel1-3/+4
2018-02-14efm32: Refactor EFM32 chip family data, add more chipsJonas Norling1-126/+146
2018-02-14Add support for Cypress PSoC6 family of devicesBohdan Tymkiv3-0/+988
2018-02-14Handle improperly build image files gracefullyAndreas Bolsch3-279/+320
2018-02-14psoc4: update for 4x00BLE, L, M, S and PRoC BLE devicesTomas Vanek1-249/+374
2018-02-14flash/nor/at91samd: add SAM R30 familyTomas Vanek1-12/+13
2018-02-07cortex_a: faster debug initMatthias Welwarsky1-3/+7
2018-02-04flash/nor/kinetis_ke: fix warning retval set but not usedTomas Vanek1-2/+1
2018-02-03jtag: drivers: stlink: ignore write verify errorPaul Fertser1-2/+2
2018-01-30flash: nor: jtagspi: fix jtagspi_read_status() warningPaul Fertser1-3/+4
2018-01-30x86_32_common: fix some warningsPaul Fertser1-15/+28
2018-01-29arm_adi_v5: fix return value of mem_ap_read/write for size 0Tomas Vanek1-2/+2
2018-01-29aarch64: clean up scan-build errorsMatthias Welwarsky1-7/+29
2018-01-27jtag: drivers: usb_blaster: clarify lowlevel driver selection codePaul Fertser1-17/+21