helper: types: rework h_u32_to_le() and similar for sparse
[openocd.git] / src /
2023-05-18 Antonio Borneohelper: types: rework h_u32_to_le() and similar for... 70/7670/2
2023-05-18 Antonio Borneotarget: arm_dpm: with pointers, use NULL instead of 0 69/7669/2
2023-05-18 Antonio Borneopld: fix new warnings from sparse 68/7668/2
2023-05-18 Antonio Borneohelper: replacements: rework including replacements.h 67/7667/2
2023-05-18 Antonio Borneonand: declare exported function in core.h 66/7666/2
2023-05-18 Antonio Borneojtag: move in interface.h the adapter_driver's declaration 65/7665/2
2023-05-18 Antonio Borneopld: validate exported functions by including its own .h 64/7664/2
2023-05-18 Antonio Borneopld: move in pld.h the pld_driver's declaration 63/7663/2
2023-05-18 Antonio Borneonor: move in driver.h the flash_driver's declaration 62/7662/2
2023-05-18 Antonio Borneonand: move in driver.h the nand_flash_controller's... 61/7661/2
2023-05-18 Antonio Borneortos: move in rtos.h the rtos_type's declaration 60/7660/2
2023-05-18 Antonio Borneotarget: move in target_type.h the target_type's declaration 59/7659/2
2023-05-13 Paul Fertserjtag: tcl: show error message when attempting manual... 54/7654/3
2023-05-13 Paul Fertserjtag: tcl: change drscan usage to show at least one... 53/7653/3
2023-05-13 Antonio Borneotarget: rewrite command 'arp_reset' as COMMAND_HANDLER 59/7559/2
2023-05-13 Antonio Borneotarget: rewrite command 'arp_halt' as COMMAND_HANDLER 58/7558/2
2023-05-13 Antonio Borneotarget: rewrite command 'arp_poll' as COMMAND_HANDLER 57/7557/2
2023-05-13 Antonio Borneojtag: rewrite command 'pathmove' as COMMAND_HANDLER 56/7556/2
2023-05-13 Antonio Borneojtag: rewrite command 'drscan' as COMMAND_HANDLER 55/7555/2
2023-05-13 Antonio Borneoopenocd: trivial replace of jim-nvp with new nvp 53/7553/2
2023-05-13 Antonio Borneoxtensa: fix build with gcc 13.1.1 81/7681/2
2023-05-06 Antonio Borneotarget: etm: fix check trace status 99/7599/2
2023-05-06 Antonio Borneojtag: xds110: fix check on malloc() returned pointer 56/7656/2
2023-05-05 Daniel Anselmipld/virtex2: add missing error checks 33/7633/2
2023-05-05 Antonio Borneopld: gatemate: fix memory leak 32/7632/2
2023-05-05 Antonio Borneotarget: with pointers, use NULL instead of 0 04/7604/2
2023-05-05 Antonio Borneotarget: rtt: include rtt.h 02/7602/2
2023-05-05 Antonio Borneotarget: use 'ULL' suffix for long constants 01/7601/2
2023-05-05 Antonio Borneortos: with pointers, use NULL instead of 0 98/7598/2
2023-05-05 Antonio Borneohelper: with pointers, use NULL instead of 0 97/7597/2
2023-05-05 Antonio Borneohelper: util: include util.h 96/7596/2
2023-05-05 Antonio Borneoflash: with pointers, use NULL instead of 0 95/7595/3
2023-05-05 Antonio Borneoflash: nor: add static to local symbols 94/7594/2
2023-05-05 Antonio Borneoflash: nor: use 'ULL' suffix for long constants 93/7593/2
2023-05-05 Antonio Borneojtag: drivers: with pointers, use NULL instead of 0 92/7592/3
2023-05-05 Antonio Borneojtag: drivers: add static to local symbols 91/7591/2
2023-04-30 Daniel Anselmipld: add support for cologne chip gatemate fpgas 65/7565/10
2023-04-30 Daniel Anselmipld: add support for gowin devices 68/7368/19
2023-04-30 Daniel Anselmipld: add support for altera/intel devices 55/7355/18
2023-04-30 Daniel Anselmipld: add support for efinix devices 88/7288/28
2023-04-30 Daniel Anselmipld: add support for lattice certus devices 98/7398/16
2023-04-30 Daniel Anselmipld: add support for lattice ecp5 devices 97/7397/16
2023-04-30 Daniel Anselmipld: add support for lattice ecp2 and ecp3 devices 96/7396/14
2023-04-30 Antonio Borneotarget/espressif: fix clang report on list use 08/7608/2
2023-04-30 Antonio Borneotarget/espressif: fix clang report on use of garbage... 07/7607/2
2023-04-30 Erhan Kurubassrc: fix clang15 compiler warnings 69/7569/3
2023-04-30 Daniel Anselmiserver/ipdbg: add error checks after allocating memory 05/7605/2
2023-04-30 Julien Massotaarch64: Add support for ARMv8-R 43/6843/2
2023-04-30 Julien Massottarget:armv8: aarch32 do not try to restore same EL 07/6807/3
2023-04-14 Daniel Anselmipld: move file sanity checks to pld.c 88/7388/8
2023-04-14 panciyanrtos/linux.c: Fix Linux user space border check 70/7570/3
2023-04-14 panciyansrc/server: Fix memory leak of reg_list 66/7566/3
2023-04-14 Erhan Kurubastarget/espressif: add application tracing functionality... 63/7163/20
2023-04-07 Antonio Borneohelper/compiler fix build with gcc on MacOS 71/7571/2
2023-04-07 Daniel Anselmiipdbg: whitespaces 99/7399/3
2023-04-07 Antonio Borneohelper/list: re-align with Linux kernel 6.3-rc1 68/7568/2
2023-04-07 Antonio Borneohelper/list: remove unused hlist_* 67/7567/2
2023-04-07 François LEGALsrc/target/mips_m4k : add fast read method 64/7564/9
2023-04-07 François LEGALsrc/target/mips_m4k : fix condition on overlapping... 63/7563/2
2023-04-07 Chao Durtos/FreeRTOS: some optimization of freertos_update_thr... 49/7549/3
2023-03-28 panciyanflash/nor: missing fileio_close. 46/7546/4
2023-03-25 Antonio Borneotarget: rewrite command 'target smp' as COMMAND_HANDLER 11/7511/2
2023-03-25 Antonio Borneotarget: rewrite command 'target names' as COMMAND_HANDLER 10/7510/2
2023-03-25 Antonio Borneotarget: rewrite command 'target types' as COMMAND_HANDLER 09/7509/2
2023-03-25 Antonio Borneotarget: rewrite command 'target current' as COMMAND_HANDLER 08/7508/2
2023-03-25 Antonio Borneotarget: rewrite command 'arp_halt_gdb' as COMMAND_HANDLER 07/7507/2
2023-03-25 Antonio Borneotarget: rewrite command 'examine_deferred' as COMMAND_H... 06/7506/2
2023-03-25 Antonio Borneotarget: rewrite command 'was_examined' as COMMAND_HANDLER 05/7505/2
2023-03-25 Antonio Borneotarget: rewrite command 'target curstate' as COMMAND_HA... 04/7504/2
2023-03-25 Antonio Borneotarget: rewrite command 'read_memory' as COMMAND_HANDLER 03/7503/2
2023-03-25 Antonio Borneotarget: arm_tpiu_swo: rewrite command 'tpiu init' as... 02/7502/2
2023-03-25 Antonio Borneotarget: arm_tpiu_swo: rewrite command 'tpiu names'... 01/7501/2
2023-03-25 Antonio Borneotarget: arm_tpiu_swo: rewrite command 'tpiu enable... 00/7500/2
2023-03-25 Antonio Borneotarget: arm_tpiu_swo: rewrite command 'tpiu disable... 99/7499/2
2023-03-25 Antonio Borneotarget: arm_dap: rewrite command 'dap names' as COMMAND... 98/7498/2
2023-03-25 Antonio Borneojtag: rewrite command 'flush_count' as COMMAND_HANDLER 97/7497/2
2023-03-25 Antonio Borneojtag: rewrite command 'jtag arp_init-reset' as COMMAND_... 96/7496/2
2023-03-25 Antonio Borneojtag: rewrite command 'jtag arp_init' as COMMAND_HANDLER 95/7495/2
2023-03-25 Antonio Borneojtag: rewrite command 'jtag names' as COMMAND_HANDLER 94/7494/2
2023-03-25 Antonio Borneojtag: rewrite command 'adapter name' as COMMAND_HANDLER 93/7493/2
2023-03-25 Antonio Borneotarget: cti: rewrite command 'cti names' as COMMAND_HANDLER 92/7492/2
2023-03-25 Antonio Borneotarget: armv4_5: rewrite commands 'arm mcr/mrc' as... 91/7491/2
2023-03-25 Antonio Borneotarget: aarch64: rewrite commands 'aarch64 mcr/mrc... 90/7490/2
2023-03-25 Antonio Borneortt: rewrite command 'rtt channellist' as COMMAND_HANDLER 89/7489/2
2023-03-25 Antonio Borneoopenocd: rewrite command 'version' as COMMAND_HANDLER 88/7488/2
2023-03-25 Antonio Borneohelper: util: rewrite command 'ms' as COMMAND_HANDLER 87/7487/2
2023-03-25 Antonio Borneoflash: nor: rewrite command 'flash list' as COMMAND_HANDLER 86/7486/2
2023-03-25 Antonio Borneotransport: rewrite command 'transport select' as COMMAN... 85/7485/2
2023-03-25 Antonio Borneohelper: command: rewrite command 'ocd_find' as COMMAND_... 84/7484/2
2023-03-25 Antonio Borneosvf: make command 'svf' syntax consistent 34/7534/2
2023-03-25 Antonio Borneosvf: fix memory leak on error during command execution 33/7533/2
2023-03-25 Antonio Borneosvf: fix leaking file descriptor 32/7532/2
2023-03-25 Tomas Vanektarget/adi_v5_jtag: fix endianness error in transaction... 40/7540/3
2023-03-25 Tomas Vanektarget/adi_v5_swd: update comment about SWD capability 37/7537/2
2023-03-25 Erhan Kurubastarget/espressif: check common_magic instead of gdb_arc... 36/7536/2
2023-03-25 Erhan Kurubasrtos/nuttx: add Espressif target support and refactoring 44/7444/9
2023-03-25 Antonio Borneohelper/compiler: fix build on MacOS 44/7544/2
2023-03-18 Kai Schmitzsvf: new command line options -noreset and -addcycles 33/7433/7
2023-03-18 Antonio Borneoopenocd: drop JIM_EMBEDDED macro 18/7518/3
2023-03-18 Antonio Borneohelper: add compiler.h to handle compiler specific... 19/7519/3
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)