flash/fespi: Use COMMAND_PARSE_ADDRESS
[fw/openocd] / src /
2019-04-24 Tim Newsomeflash/fespi: Use COMMAND_PARSE_ADDRESS
2019-04-24 Tommy Vestermarkarmv7a: Improve parsing of MPIDR register to avoid...
2019-04-24 Antonio Borneotarget/cortex_a: use extensively cortex_a_wait_dscr_bits()
2019-04-24 Antonio Borneotarget/cortex_a: check dscr before timeout
2019-04-24 Antonio Borneotarget/cortex_a: fix waiting for target halted after...
2019-04-10 Christopher Headtarget/cortex_m: Implement maskisr steponly option
2019-04-10 Mete Balcifix for sanitizer errors in left shifts
2019-04-10 Marc Schinktarget/riscv: Free registers to avoid memory leak
2019-04-10 Christopher Headflash/stm32h7x: include IO_HSLV in user3_options
2019-04-10 Antonio Borneohelper/command: log an error for commands without usage
2019-04-10 Leonard Crestezjtag: tcl: Add cget -idcode
2019-04-10 Tomas Vanektarget: fix copy&paste error in cget -coreid
2019-04-07 Antonio Borneohelper/command: handle empty "usage" with add_help_text...
2019-04-07 Antonio BorneoSet empty usage field for commands that do not need...
2019-04-07 Antonio Borneotarget/adi_v5_swd: add "usage" field to command "swd"
2019-04-07 Antonio Borneodrivers/at91rm9200: fix help and usage to command ...
2019-04-07 Antonio Borneoflash/nor/str9xpec: fix help and usage for command...
2019-04-07 Antonio Borneoflash/nor/at91samd: set usage for command "set-security"
2019-04-07 Antonio Borneodrivers/vsllink: add help and usage to commands
2019-04-07 Antonio Borneodrivers/bcm2835gpio: fix usage messages
2019-04-07 Antonio Borneodrivers/imx_gpio: fix usage messages
2019-04-07 Antonio Borneocommand_registration: add empty usage field to chained...
2019-04-07 Antonio Borneotarget/armv7a: simplify help description of command...
2019-04-07 Antonio Borneoflash/xmc4xxx: use coherent indentation in struct initi...
2019-04-07 Antonio Borneoflash/kinetis: use coherent indentation in struct initi...
2019-04-07 Antonio Borneotarget/riscv: use coherent syntax in struct initialization
2019-04-07 Antonio Borneotarget/openrisc: use coherent syntax in struct initiali...
2019-04-07 Antonio Borneotarget/armv4_5: use coherent syntax in struct initializ...
2019-04-07 Antonio Borneotarget/arm7_9_common: use coherent syntax in struct...
2019-04-07 Antonio Borneolog: add const qualifier to commands struct
2019-04-03 Peter Lawrencetcl_server: fix minor typo in comment
2019-04-03 Mete Balcitarget/arm_adi_v5: fix typo
2019-04-03 Tomas Vanekflash/nor/core.h: clarify comment flash_sector::is_erased
2019-04-03 Antonio Borneohelper/startup.tcl: remove proc exit
2019-04-03 Florian Fainelliarmv7a_mmu: Remove warning on va = pa
2019-04-03 Tomas Vanektarget/cortex_m: remove target halted check when removi...
2019-04-01 Tomas Vanektarget/cortex_m: remove fp_code_available counting
2019-04-01 Tomas Vanektarget/cortex_m: simplify cortex_m_unset_breakpoint()
2019-03-27 Christopher HeadConstify struct flash_driver instances
2019-03-27 Antonio Borneosmp: move sub-command "smp_gdb" in file smp.c
2019-03-27 Antonio Borneosmp: replace commands smp_on/smp_off with "smp [on...
2019-03-27 Tomas Vanekflash/nor/core: adjust flash_iterate_address_range_inne...
2019-03-27 Tim NewsomeLots of RISC-V improvements.
2019-03-26 Frans-Willem Hardijzerstlink: Set speed before entering JTAG/SWD mode
2019-03-23 Marek Vasutmips32: pracc: Fix indent
2019-03-23 Marek Vasutmips32: pracc: Fix UPPER/LOWER macros
2019-03-14 Marc Schinktarget/mips: Use 'bool' data type
2019-03-14 Marc Schinktarget/xscale: Use 'bool' data type
2019-03-14 Marc Schinktarget/dsp563xx: Use 'bool' data type
2019-03-14 Christopher Headflash/stm32h7x: remove IWDG1_SW separate variable
2019-03-14 Antonio Borneotarget/adi_v5_swd: improve error check while updating...
2019-03-14 Antonio Borneotarget/adi_v5_swd: update cached value on write to...
2019-03-12 Tomas Vanektarget/breakpoints: make internal functions static
2019-03-12 Tomas Vanekflash/nor/tcl.c: use COMMAND_PARSE_ADDRESS
2019-03-08 Tim Newsomeflash/nor: use target_addr_t for flash bank base
2019-03-08 Tim Newsomegdb_server, target: Add target_address_bits()
2019-03-08 Matthias Welwarskyrtos/hwthread: add hardware-thread pseudo rtos
2019-03-08 Antonio Borneodrivers/stlink_usb: use command STLINK_DEBUG_APIV2_READ...
2019-03-08 Antonio Borneodrivers/stlink_usb: check error code returned by st...
2019-03-08 Antonio Borneodrivers/stlink_usb: fix stlink_usb_read_regs() for...
2019-03-07 Antonio Borneostlink: handle error GET_IDCODE
2019-03-07 Antonio Borneostlink: handle error bad-AP
2019-03-06 Marc Schinktarget/openrisc/x86_32_common: Use 'bool' data type
2019-03-06 Marc Schinktarget/openrisc/or1k: Use 'bool' data type
2019-03-06 Marc Schinktarget/lakemont: Use 'bool' data type
2019-03-06 Marc Schinktarget/feroceon: Use 'bool' data type
2019-03-06 Marc Schinktarget/etb: Use 'bool' data type
2019-03-06 Marc Schinktarget/arm_semihosting: Use 'bool' data type
2019-03-06 Marc Schinktarget/embeddedice: Use 'bool' data type
2019-03-06 Marc Schinktarget/cortex_a: Use 'bool' data type
2019-03-06 Marc Schinktarget/avr32_ap7k: Use 'bool' data type
2019-03-06 Marc Schinktarget/arm926ejs: Use 'bool' data type
2019-03-06 Marc Schinktarget/arm920t: Use 'bool' data type
2019-03-06 Marc Schinktarget/arm720t: Use 'bool' data type
2019-03-06 Marc Schinktarget/aarch64: Use 'bool' data type
2019-03-06 Marc Schinktarget/armv8: Use 'bool' data type
2019-03-06 Marc Schinktarget/armv7m: Use 'bool' data type
2019-03-06 Marc Schinktarget/arm11: Use 'bool' data type
2019-03-06 Marc Schinktarget/armv7_9_common: Use 'bool' data type
2019-03-06 Marc Schinktarget/armv4_5: Use 'bool' data type
2019-03-06 Marc Schinktarget/register: Use 'bool' data type
2019-03-06 Marc Schinktarget/cortex_m: Use 'bool' instead of 'int'
2019-03-06 Marc Schinktarget: Remove unused variable 'has_percent'
2019-03-06 Antonio Borneohelper/command: return proper JIM error code
2019-03-06 Antonio Borneostlink: remove unused assignment
2019-03-06 Antonio Borneogdb_server: fix 'null' pointer passed as 'nonnull'...
2019-03-05 Diego Herranzsrc/jtag/drivers/ftdi: fix swd pin comment and links
2019-03-04 Antonio Borneogdb_server: remove warning for stepi after gdb_sync
2019-03-04 Matthias Welwarskyarmv8: allow halt on exception
2019-03-01 Marc SchinkUse enum for target_register_timer_callback()
2019-03-01 Marc Schinktarget: Use proper data types for timer callback
2019-02-27 Moritz Fischerflash: stm32f2/f4/f7: Add One-Time-Porgrammable (OTP...
2019-02-25 Paul Fertserjtag: drivers: cmsis-dap: correct vendor request code
2019-02-25 Antonio Borneoaarch64: fix a potential memory leak in aarch64_target_...
2019-02-25 Antonio Borneomem_ap: fix a potential memory leak in mem_ap_target_cr...
2019-02-25 Antonio Borneocortex_a: fix a potential memory leak in cortex_a_targe...
2019-02-21 Tomas Vanekserver: fix small mem leak of bindto_name
2019-02-21 Armin van der TogtFix support for single-bank stm32l4 processors
2019-02-19 Oleksij Rempelftdi: use "adapter usb location" instead of ftdi_locati...
2019-02-15 Tomas Vanektarget, breakpoints: improve error handling
next