Add support of STM32H72x/73x 1M (0x483)
[openocd.git] / src / jtag /
2020-09-05 Antonio Borneodrivers/buspirate: remove empty lines at end of file 04/5604/2
2020-09-05 Antonio Borneojtag: avoid checking for non NULL pointer to free it 10/5810/3
2020-09-05 Antonio Borneoopenocd: fix command's usage string 24/5824/2
2020-09-05 Antonio Borneojtag/aice: fix command's usage string 23/5823/2
2020-09-05 Antonio Borneojtag: use proper format with uint32_t 15/5815/2
2020-09-05 Antonio Borneojtag/aice: avoid abusing of int32_t type 14/5814/2
2020-09-05 Antonio Borneohla_transport: split command registration per transport 77/4877/3
2020-09-05 Antonio Borneotcl/target: use command 'jtag newtap' to add a boundary... 73/4873/5
2020-09-05 Samuel ObuchFix debug prints when loading to flash 00/5800/4
2020-08-02 Antonio Borneonulink: add minimal support for Nu-Link2 20/5720/4
2020-08-02 Zale Yujtag/drivers: add support for Nu-Link (Nuvoton ICE... 35/5635/10
2020-07-30 Michal Potrzebiczcmsis_dap_usb: Support for Microchip's nEDBG CMSIS... 56/5756/2
2020-07-26 Antonio Borneodrivers/bitbang: blink LED on SWD 71/5771/2
2020-07-26 Antonio Borneodrivers/linuxgpiod: add led 70/5770/2
2020-07-26 Antonio Borneojtag: fix minor typos 67/5767/2
2020-07-26 Marc Schinklibjaylink: Update to 0.2.0 release 57/5757/2
2020-07-13 Antonio Borneocmsis-dap: fix USB interface for NXP LPC-Link2 32/5732/4
2020-07-13 Antonio Borneocmsis-dap: prevent hidapi to search again for the adapter 31/5731/3
2020-07-13 Antonio Borneojtag/drivers: replace perror() with LOG_ERROR() 28/5728/2
2020-07-13 Antonio Borneojtag/drivers: add linuxgpiod driver 59/5559/5
2020-07-13 Antonio Borneobcm2835gpio: enable only the transport specific gpio 58/5558/3
2020-07-13 Antonio Borneoimx_gpio: enable only the transport specific gpio 57/5557/3
2020-07-13 Antonio Borneosysfsgpio: enable only the transport specific gpio 56/5556/3
2020-07-13 Antonio Borneobitbang: split jtag and swd operations 55/5555/4
2020-07-13 Antonio Borneobitbang: remove superfluous switch between jtag and swd 54/5554/3
2020-07-13 Antonio Borneobitbang: document bitbang callbacks 53/5553/3
2020-07-08 Antonio Borneocoding style: add arguments to function prototypes 30/5630/3
2020-07-08 Antonio Borneocoding style: fix space separation 27/5627/4
2020-07-08 Antonio Borneoconfigure: split build of hla layouts 19/5719/2
2020-07-08 Mikhail Rasputinjtag/tcl: fix a double free of jim object 24/5724/4
2020-06-27 Moritz Fischerjtag: drivers: xlnx-pcie-xvc: Add support for SWD mode. 47/5447/5
2020-06-23 Marc Schinklibjaylink: Update to latest Git version 23/5723/2
2020-06-18 Marc Schinktarget/armv7m_trace: Calculate prescaler for external... 10/5610/3
2020-06-14 Tarek BOCHKATIstlink: code factorization by introducing stlink_usb_ex... 12/5612/3
2020-06-06 Antonio Borneojtag/tcl: fix memory leak in command 'irscan' 92/5692/2
2020-06-06 Antonio Borneolibusb_helper: fix memory leak when no adapter is found 01/5701/2
2020-06-06 tscn92jtag/drivers/bcm2835gpio: bcm2835gpio_init has been... 68/5568/3
2020-05-24 Antonio Borneohelper/command: strip replicated command name in log 60/5660/2
2020-05-24 Antonio Borneostlink: fix open AP for v2j37 and v3j7 91/5691/3
2020-05-24 Antonio Borneostlink: fix incorrectly returned error on v2j28 83/5683/2
2020-05-24 Antonio Borneostlink: default dapdirect to SWD instead of JTAG 38/5538/5
2020-05-24 Antonio BorneoRevert "adapter: expose HLA interface in struct adapter... 33/5533/6
2020-05-24 Antonio Borneostlink: simplify handling of SWIM 32/5532/6
2020-05-24 Antonio Borneostlink: simplify mem R/W with SWIM 31/5531/7
2020-05-24 Antonio Borneoswim: add new transport 30/5530/6
2020-05-24 Antonio Borneoswim: fix adapter speed handling 29/5529/6
2020-05-24 Antonio Borneoswim: abstract the transport in stm8 target 28/5528/6
2020-05-24 Antonio Borneoadapter: expose HLA interface in struct adapter_driver 27/5527/6
2020-05-24 Antonio Borneostlink: reduce use of hla specific enum hl_transports 26/5526/6
2020-05-09 Antonio Borneocoding style: join consecutive string fragments 25/5625/3
2020-05-09 Antonio Borneocoding style: remove useless return statement from... 22/5622/2
2020-05-09 Antonio Borneocoding style: prototype of functions with no parameters 21/5621/2
2020-05-09 Antonio Borneocoding style: avoid unnecessary line continuations 19/5619/2
2020-05-09 Antonio Borneocoding style: add parenthesis around the argument of... 18/5618/2
2020-05-09 Antonio Borneocoding style: remove useless break after a goto or... 17/5617/2
2020-05-09 Tarek BOCHKATIhla: remove unused hl_interface_param_s.api 11/5611/2
2020-05-02 Antonio Borneojtag: remove unused function adapter_driver_modules_load() 01/5601/2
2020-05-02 Antonio Borneocoding style: src: remove empty lines at end of text... 72/5172/6
2020-04-24 Andreas Fritiofsonbitbang: Fix FTBFS with GCC 10 92/5592/2
2020-04-24 Leonard Crestezftdi: Report an error if no ftdi_vid_pid is specified 40/5440/2
2020-04-21 Liming Sunjtag/drivers: add debugging support for Mellanox BlueFi... 57/5457/7
2020-04-20 Tomas Vanekjtag/drivers/ulink: fix clang static analyzer warnings 70/5370/3
2020-04-20 Tomas Vanekjtag/drivers/ulink: fix clang static analyzer warning 20/5520/2
2020-04-20 Tomas Vanekjtag/drivers/ulink: fix clang static analyzer warning 19/5519/2
2020-04-12 Ake RehnmanEntering SWIM mode on ST-LINK does not update swim... 47/5547/4
2020-04-12 Tarek BOCHKATIstlink: always use a valid endpoint 55/5455/4
2020-04-12 Antonio Borneojtag: flush queue after reset for drivers using old... 30/5430/2
2020-04-12 Antonio Borneostlink: remove only instance of useconds_t 44/5544/3
2020-04-12 Antonio Borneosysfsgpio: minor fix for bool types 52/5552/2
2020-04-05 Laurent LEMELEstlink: remove 18 MHz jtag freq for stlink v2 65/5465/2
2020-04-05 Laurent LEMELEstlink: fix speed setting in dap mode 64/5464/2
2020-04-05 Roman Elshincmsis_dap_usb: Light up the leds while connected 85/5385/3
2020-03-24 Antonio Borneojtag: fix command "adapter [de]assert" with dap direct 15/5515/2
2020-03-24 Edward Fewelldrivers: xds110: Add support of alternate XDS110 config... 94/5494/3
2020-03-24 Edward Fewelldrivers: xds110: Clean up command syntax and documentation 95/5495/3
2020-03-24 Edward Fewelldrivers: xds110: Add support TCK changes in firmware... 93/5493/2
2020-03-22 Tarek BOCHKATIstlink: workaround serial bug with old ST-Link DFU 96/5396/22
2020-03-22 Tarek BOCHKATIjtag/libusb_helper: permit adapters to compute their... 96/5496/4
2020-03-14 Edward Fewelldrivers: xds110: Fix errors in routine that toggles 97/5497/2
2020-03-12 Antonio Borneoftdi: flush mpsse queue after a level change on reset... 31/5431/2
2020-03-12 Antonio Borneojtag: report API reset as synchronous 71/5471/2
2020-03-07 Tomas Vanekhelper/binarybuffer: fix clang static analyzer warnings 83/5383/3
2020-03-07 Tomas Vanekjtag/drivers/openjtag: fix clang static analyzer warnings 69/5369/2
2020-03-07 Tomas Vanekjtag/aice: fix clang static analyzer warnings 68/5368/2
2020-03-03 Marc Schinkdrivers: Rename 'libusb1_common' to 'libusb_helper' 34/5434/4
2020-03-03 Marc Schinkdrivers: libusb1_common code cleanup 33/5433/3
2020-03-03 Oleksij Rempelremove libusb0_common support 32/5432/5
2020-02-24 Antonio Borneocoding style: fix space around pointer's asterisk 97/5197/4
2020-02-15 Antonio Borneostlink: add trace support in DAP direct mode 09/5409/3
2020-02-15 Antonio Borneocoding style: use ARRAY_SIZE() when possible 98/5198/3
2020-02-15 Antonio Borneojtag/startup.tcl: remove trailing whitespaces 94/5194/2
2020-02-15 Jan Matyasjtag_vpi: added an option to stop simulation on exit 07/5407/4
2020-02-09 Marek Vasutjtag: Fix copy-paste error in 'irscan' help 46/5446/2
2020-02-08 Antonio Borneostlink: fix max packet size for 8 bit R/W on stlink-v3 08/5408/2
2020-02-08 Antonio Borneojtag: flush jtag queue after jtag_add_tlr() 05/5405/2
2020-02-06 Antonio Borneojtag: drivers: xlnx-pcie-xvc: fix build on Linux pre... 35/5435/2
2020-01-29 Leonard Crestezjtag: Fix jtag_reset fallback 16/5416/2
2020-01-29 Antonio Borneoopenocd: fix minor inconsistencies after renaming ... 82/5282/3
2020-01-29 Oleksij Rempelmove ftdi_location deprecation helper to proper place 78/5278/3
2020-01-29 Oleksij Rempeljtag: adapter: rework adapter related commands 74/4774/9
next

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)