aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-14flash/stm32h7x: remove IWDG1_SW separate variableChristopher Head1-14/+0
2019-03-14target/adi_v5_swd: improve error check while updating DP_SELECTAntonio Borneo1-13/+42
2019-03-14target/adi_v5_swd: update cached value on write to DP_SELECTAntonio Borneo1-1/+4
2019-03-12target/breakpoints: make internal functions staticTomas Vanek1-4/+6
2019-03-12flash/nor/tcl.c: use COMMAND_PARSE_ADDRESSTomas Vanek1-5/+1
2019-03-08flash/nor: use target_addr_t for flash bank baseTim Newsome28-98/+121
2019-03-08gdb_server, target: Add target_address_bits()Tim Newsome5-6/+43
2019-03-08rtos/hwthread: add hardware-thread pseudo rtosMatthias Welwarsky4-51/+417
2019-03-08drivers/stlink_usb: use command STLINK_DEBUG_APIV2_READ_IDCODESAntonio Borneo1-5/+13
2019-03-08drivers/stlink_usb: check error code returned by st-linkAntonio Borneo1-36/+46
2019-03-08drivers/stlink_usb: fix stlink_usb_read_regs() for API v2Antonio Borneo1-9/+10
2019-03-07stlink: handle error GET_IDCODEAntonio Borneo1-0/+4
2019-03-07stlink: handle error bad-APAntonio Borneo1-0/+5
2019-03-06target/openrisc/x86_32_common: Use 'bool' data typeMarc Schink1-12/+12
2019-03-06target/openrisc/or1k: Use 'bool' data typeMarc Schink1-8/+8
2019-03-06target/lakemont: Use 'bool' data typeMarc Schink1-12/+12
2019-03-06target/feroceon: Use 'bool' data typeMarc Schink1-6/+6
2019-03-06target/etb: Use 'bool' data typeMarc Schink1-4/+4
2019-03-06target/arm_semihosting: Use 'bool' data typeMarc Schink1-6/+6
2019-03-06target/embeddedice: Use 'bool' data typeMarc Schink1-4/+4
2019-03-06target/cortex_a: Use 'bool' data typeMarc Schink1-6/+6
2019-03-06target/avr32_ap7k: Use 'bool' data typeMarc Schink1-8/+8
2019-03-06target/arm926ejs: Use 'bool' data typeMarc Schink1-3/+3
2019-03-06target/arm920t: Use 'bool' data typeMarc Schink1-7/+7
2019-03-06target/arm720t: Use 'bool' data typeMarc Schink1-3/+3
2019-03-06target/aarch64: Use 'bool' data typeMarc Schink1-2/+2
2019-03-06target/armv8: Use 'bool' data typeMarc Schink1-8/+8
2019-03-06target/armv7m: Use 'bool' data typeMarc Schink1-16/+16
2019-03-06target/arm11: Use 'bool' data typeMarc Schink1-2/+2
2019-03-06target/armv7_9_common: Use 'bool' data typeMarc Schink1-34/+34
2019-03-06target/armv4_5: Use 'bool' data typeMarc Schink1-13/+13
2019-03-06target/register: Use 'bool' data typeMarc Schink1-4/+4
2019-03-06target/cortex_m: Use 'bool' instead of 'int'Marc Schink2-9/+9
2019-03-06target: Remove unused variable 'has_percent'Marc Schink1-1/+0
2019-03-06helper/command: return proper JIM error codeAntonio Borneo1-1/+1
2019-03-06stlink: remove unused assignmentAntonio Borneo1-1/+1
2019-03-06gdb_server: fix 'null' pointer passed as 'nonnull' parameterAntonio Borneo1-2/+2
2019-03-05src/jtag/drivers/ftdi: fix swd pin comment and linksDiego Herranz1-4/+4
2019-03-04gdb_server: remove warning for stepi after gdb_syncAntonio Borneo1-2/+2
2019-03-04armv8: allow halt on exceptionMatthias Welwarsky7-2/+90
2019-03-01Use enum for target_register_timer_callback()Marc Schink8-8/+14
2019-03-01target: Use proper data types for timer callbackMarc Schink2-7/+13
2019-02-27flash: stm32f2/f4/f7: Add One-Time-Porgrammable (OTP) supportMoritz Fischer5-10/+226
2019-02-25jtag: drivers: cmsis-dap: correct vendor request codePaul Fertser1-2/+2
2019-02-25aarch64: fix a potential memory leak in aarch64_target_create()Antonio Borneo1-1/+7
2019-02-25mem_ap: fix a potential memory leak in mem_ap_target_create()Antonio Borneo1-1/+7
2019-02-25cortex_a: fix a potential memory leak in cortex_a_target_create()Antonio Borneo1-5/+14
2019-02-21server: fix small mem leak of bindto_nameTomas Vanek1-0/+2
2019-02-21Fix support for single-bank stm32l4 processorsArmin van der Togt1-2/+13
2019-02-19ftdi: use "adapter usb location" instead of ftdi_location commandOleksij Rempel3-28/+13