drivers/am335xgpio: Add AM335x driver for bitbang support on BeagleBones
[fw/openocd] / src / jtag / aice /
2021-11-28 Antonio Borneodrivers: call adapter_get_required_serial() in jtag_lib...
2021-11-28 Antonio Borneojtag/aice: switch to command 'adapter serial'
2021-11-23 Antonio Borneoopenocd: declare struct command_registration in a singl...
2021-11-23 Antonio Borneoopenocd: use single line for register_commands*()
2021-10-25 Antonio Borneojtag/aice: remove unused exported struct aice_interface...
2021-07-31 Antonio Borneojtag/aice: fix build with clang on MacOS
2021-07-24 Antonio Borneoopenocd: fix Yoda conditions with checkpatch
2021-07-24 Antonio Borneoopenocd: manually remove NULL comparisons
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison
2021-07-20 Antonio Borneoopenocd: manually fix Yoda conditions
2021-07-20 Antonio Borneoopenocd: fix simple cases of Yoda condition
2021-07-20 Antonio Borneojtag/aice: use macros in place of const variables
2021-07-02 Antonio Borneojtag: rename CamelCase symbols
2021-06-04 Antonio Borneohelper/jim-nvp: comply with coding style [2/2]
2021-05-22 Antonio Borneojtag: fix some minor typo
2021-05-01 Tim NewsomeCleanup of config/includes.
2021-05-01 Antonio Borneojtag: simplify the calls to Jim_SetResultFormatted()
2021-05-01 Antonio Borneolibusb: don't use typedef's
2021-04-05 Antonio Borneoopenocd: drop dependency from libusb0
2020-11-04 Antonio Borneojtag: declare local symbols as static
2020-09-05 Antonio Borneojtag: avoid checking for non NULL pointer to free it
2020-09-05 Antonio Borneojtag/aice: fix command's usage string
2020-09-05 Antonio Borneojtag/aice: avoid abusing of int32_t type
2020-05-09 Antonio Borneocoding style: add parenthesis around the argument of...
2020-05-02 Antonio Borneocoding style: src: remove empty lines at end of text...
2020-03-22 Tarek BOCHKATIjtag/libusb_helper: permit adapters to compute their...
2020-03-07 Tomas Vanekjtag/aice: fix clang static analyzer warnings
2020-03-03 Marc Schinkdrivers: Rename 'libusb1_common' to 'libusb_helper'
2020-03-03 Marc Schinkdrivers: libusb1_common code cleanup
2020-01-22 Oleksij Rempeljtag_libusb_bulk_read|write: return error code instead...
2020-01-14 Antonio Borneoadapter: switch from struct jtag_interface to adapter_d...
2019-09-24 Seth LaForgesrc/jtag/aice: Fix obviously incorrect bit op.
2019-06-04 Andreas FritiofsonConvert DEBUG_JTAG_IO to LOG_DEBUG_IO
2019-05-14 Antonio Borneohelper/command: change prototype of command_print/comma...
2019-02-07 Antonio Borneocommand: fix the mode for command "jtag configure"
2018-12-11 Antonio Borneolibusb0: add compatibility define for transfer type...
2018-07-18 Hellosun Wunds32: Avoid detected JTAG clock
2018-03-12 Hellosun Wunds32: Add jtag scan_chain command
2017-04-24 Hellosun Wulibusb: Add transfer type filter to get correct ep
2017-02-10 Dongxue Zhangtarget: Add 64-bit target address support
2016-12-08 Andreas FritiofsonConvert to non-recursive make
2016-07-19 Andreas FärberFix usage of timeval_ms()
2016-05-24 Marc SchinkMake #include guard naming consistent
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2016-02-29 Andreas Fritiofsonjim-nvp: Make Jim_GetOpt_String const-correct
2014-10-06 Paul Fertserlibusb: introduce jtag_libusb_choose_interface() and...
2014-10-06 Spencer Oliverjtag: constify driver arrays
2014-09-22 Austin PhillipsSupport hla_serial command for ST-LINK adapters.
2014-04-08 Paul Fertserjtag/aice/aice_usb: remove unused constants
2014-01-15 Hsiangkai WangConform to C99 integer types format specifiers
2013-10-31 Andreas FritiofsonClean up const usage to avoid excessive casting
2013-09-13 Paul Fertserlibusb: require pkg-config support
2013-09-13 Hsiangkai Wangnds32: support multi-target debugging
2013-09-13 Hsiangkai Wangnds32: change default value
2013-09-13 Hsiangkai Wangnds32: support Andes profiling function
2013-09-13 Hsiangkai Wangaice: support batch commands
2013-09-13 Hsiangkai Wangaice: Always setup SDP basic mode
2013-09-13 Hsiangkai Wangaice: use keep_alive() to avoid timeout warning messages
2013-07-15 Paul Fertseraice: fix FTBFS on ARM
2013-06-05 Hsiangkai Wangaice: add Andes AICE support