aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-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
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
2019-12-07target/stm32h7x: add support of dual core variant of STM32H7Tarek BOCHKATI
2019-11-28mips64: Add generic mips64 target supportPeter Mamonov
2019-11-28mips: Add MIPS64 supportPeter Mamonov
2019-11-27flash/nor/stm32h7x: remove options cache and some driver enhancementsTarek BOCHKATI
2019-11-27flash/nor/stm32h7x: fix option bytes handling to work with both banksTarek BOCHKATI
2019-11-27flash/nor/stm32h7x: remove stm32x_options.protection2Tarek BOCHKATI
2019-11-26flash/nor/nrf5: fix allocation of driver_priv and sector arrayTomas Vanek
2019-11-26flash/nor/nrf5: show RAM size on old nRF51 devices (rev 1, 2)Tomas Vanek
2019-11-26flash/nor/nrf5: do not check FICR PPFC on nRF52Tomas Vanek
2019-11-26flash/nor/nrf5: rename registers by nRF seriesTomas Vanek
2019-11-26flash/nor/nrf5: refactor sector allocation to use alloc_block_array()Tomas Vanek
2019-11-26flash/nor/nrf5: implement BPROT protection check for nRF52810,832Tomas Vanek
2019-11-26flash/nor/nrf5: detect newer devices without HWID tableTomas Vanek
2019-11-26flash/nor/nrf5: remove useless page padding and UICR autoeraseTomas Vanek
2019-11-23helper: skip including sys/sysctl.h on LinuxAntonio Borneo
2019-11-22CVE-2018-5704: Prevent some forms of Cross Protocol Scripting attacksAndreas Fritiofson
2019-11-07STM8 Target relicensing to GPLv2 and laterAke Rehnman
2019-11-07jtag: usb_blaster: Add missing 'default' to switch statementAlexandru Gagniuc
2019-11-07jtag: jtag_vpi: Add missing 'default' to switch statementAlexandru Gagniuc
2019-10-19libjaylink: Update to latest Git versionMarc Schink
2019-10-18nrf5: update links to compatibility matrixes for nrf5x variantsMirko Vogt
2019-10-18target/cortex_a: Extract code to read/write from/to register to/from DCCFlorian Fainelli
2019-10-18drivers/gw16012: remove useless cast on gw16012_portAntonio Borneo