aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-03-12target: Deprecate 'array2mem' and 'mem2array''Marc Schink2-50/+30
2022-03-12target/tcl: Add 'read_memory' and 'write_memory'Marc Schink1-0/+321
2022-03-12flash/nor/efm32: Use Cortex-M 'core_info' fieldMarc Schink1-11/+7
2022-03-12flash/nor/sim3x: Fix typoMarc Schink1-1/+1
2022-03-12flash/stm32h7x: fix FLASH_WPSN_PRG mask used for protectionTarek BOCHKATI1-1/+2
2022-03-12jtag_vpi: Minor cleanup in jtag_vpi driverJan Matyas1-20/+21
2022-03-12cortex_m: use LOG_TARGET_XXXTarek BOCHKATI1-106/+104
2022-03-12flash/stm32f1x,f2x: fix endianess in slow fallback flash writeTomas Vanek2-8/+2
2022-03-05target/arm_tpiu: Fix usage of 'tpiu create'Marc Schink1-1/+1
2022-03-05target/arm_tpiu: Fix 'tpiu create' parameter checkMarc Schink1-1/+1
2022-03-05target/arm_tpiu: Make error message easier to understandMarc Schink1-1/+2
2022-03-05target/tcl: Add get_reg functionMarc Schink1-0/+101
2022-03-05target/tcl: Add set_reg functionMarc Schink1-0/+65
2022-03-01flash/stm32l4x: fix maybe-uninitialized compiler errorTarek BOCHKATI1-1/+1
2022-02-26gdb_server: check target examined while combining reg listAntonio Borneo1-0/+12
2022-02-26gdb_server: fix double freeAntonio Borneo1-15/+17
2022-02-25flash/nor/stm32xx: fix segfault accessing Cortex-M part numberTomas Vanek4-16/+39
2022-02-25target/cortex_m: add Cortex-M part number getterTomas Vanek1-0/+18
2022-02-25target/armv7m,cortex_m: introduce checked arch_info cast routinesTomas Vanek2-9/+69
2022-02-25target/cortex_m: fix target_to_cm() helperTomas Vanek1-1/+1
2022-02-25flash/nor/stm32f2x: Fix erase of bank 2 sectorsSimon Johansson1-2/+2
2022-02-14rtos: threadx: Add hla_target support for ThreadXBen McMorran1-0/+12
2022-02-14server: remove remaining crust from dropped eCos codeAntonio Borneo4-42/+0
2022-02-14Fix small memory leak.Tim Newsome1-3/+5
2022-02-14gdb_server: Include thread name as XML attributeBen McMorran1-2/+8
2022-02-14Cadence virtual debug interface (vdebug) integrationJacek Wuwer3-0/+1085
2022-02-14doxygen: fix some function prototype descriptionAntonio Borneo3-5/+2
2022-02-14target/riscv: revive 'riscv resume_order'Tim Newsome2-3/+9
2022-02-14helper/list: add list_for_each_entry_direction()Antonio Borneo1-0/+14
2022-02-14target/smp: use a struct list_head to hold the smp targetsAntonio Borneo16-177/+135
2022-02-05semihosting: User defined operation, Tcl command exec on hostZoltán Dudás6-4/+135
2022-01-29semihosting: use open mode flags from GDB, not from sys/stat.hPavel Kirienko1-12/+28
2022-01-29Combine register lists of smp targets.Tim Newsome1-2/+104
2022-01-29aarch64: support for aarch32 ARM_MODE_UNDJulien Massot2-0/+7
2022-01-29flash/nor/atsame5: add LAN9255 devicesHans-Erik Floryd1-0/+3
2022-01-22jtag: Add an option to ignore the bypass bitAdrien Grassein4-1/+12
2022-01-22target: use target_event_name()Antonio Borneo1-5/+5
2022-01-22log: fix memory leak when log to file is enabledAntonio Borneo3-0/+12
2022-01-22aarch64: dump a message when CTI is missingAntonio Borneo1-1/+3
2022-01-05flash/nor/efr32: fixed lockbits and user dataDoug Brunner1-83/+221
2021-12-24target/riscv: calloc() memory per register.Tim Newsome2-8/+5
2021-12-24semihosting: use macro COMMAND_HANDLERAntonio Borneo1-4/+4
2021-12-18gdb_server: fix a comment in gdb_new_connection()Antonio Borneo1-4/+7
2021-12-18openocd: add keep_alive during command sleepAntonio Borneo1-0/+1
2021-12-18target/cortex_m: minor refactoring in cortex_m_store_core_reg_u32()Tomas Vanek1-3/+1
2021-12-18jtag/drivers/vsllink: fix memory leakTomas Vanek1-0/+1
2021-12-11flash/nor/spi: add micron MT25QU01GJaehoon Park1-0/+1
2021-12-11target/arm_jtag.h: fix wrong comparison in arm_jtag_set_instrBohdan Tymkiv1-1/+2
2021-12-11linuxgpiod: Allow using multiple GPIO chips.Laszlo Sitzer1-90/+175
2021-12-11target/target: Check checksum_memory before callYasushi SHOJI1-0/+4