openocd.git
2009-06-21 duaneC99 Type updates, include inttypes.h - it is catagorica...
2009-06-20 mifiSet default for want_ftd2xx_highspeed to "no" instead...
2009-06-19 zwelchRemove editor preferences from source files.
2009-06-19 duaneprintf() warning fixes due to uint32_t change-over
2009-06-19 zwelchPaulius Zaleckas <paulius.zaleckas@gmail.com>:
2009-06-19 oharboeless warnings
2009-06-19 oharboefix jtag_add_callback() args. The first argument is...
2009-06-19 duanecommit test from Duane
2009-06-18 oharboeless warnings
2009-06-18 oharboeless warnings
2009-06-18 zwelchOyvind Harboe <oyvind.harboe@zylin.com>:
2009-06-18 zwelchCast 64-bit trace hit_counter to long long; fixes forma...
2009-06-18 zwelchUpdate Style Guide documentation to explain basic type...
2009-06-18 zwelchRemove redundant typedefs in types.h; include stdint...
2009-06-18 zwelchTransform 'u64' to 'uint64_t'
2009-06-18 zwelchFinish transforming 'u32' to 'uint32_t'.
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/flash.
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target/arm*
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/flash
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-06-18 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-18 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-18 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-18 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-17 oharboeFreddie Chopin <freddie_chopin@op.pl> makes lpc2478...
2009-06-17 oharboedummy driver now works under eCos
2009-06-17 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-17 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-17 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-17 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-17 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-17 zwelchFix compilation for Ubuntu 9.04 on x86-64 when using...
2009-06-17 zwelchSet svn:eol-style native on ZY1000 minidriver header...
2009-06-17 zwelchEnsure range errors are reported only when errno indica...
2009-06-17 zwelchChange parse_type macros to be sed-friendly.
2009-06-17 zwelchAdd argument parsing errors in command.h, use in parse_...
2009-06-17 zwelchMove definition of parse_type helpers to command.c:
2009-06-17 zwelchConvert core parse_type implementations to check for...
2009-06-17 zwelchAdd improved support for parsing signed integers.
2009-06-17 zwelchUpdate parse_type macro definitions to allow re-use...
2009-06-17 zwelchImprove definitions of parse_ulong and parse_ullong:
2009-06-16 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-16 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-16 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-16 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-16 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-16 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-16 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-16 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-16 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-16 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-15 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-15 oharboefix eCos build problems w/latest parse_ulong() stuff
2009-06-13 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-13 zwelchFactor load_image argument parsing to parse_load_image_...
2009-06-13 zwelchImprove handle_profile_command argument parsing:
2009-06-13 zwelchImprove handle_virt2phys_command argument parsing:
2009-06-13 zwelchCleanup and improve handle_wp_command and handle_rwp_co...
2009-06-13 zwelchImprove and simplify handle_bp_command and handle_rbp_c...
2009-06-13 zwelchImprove handle_verify_image_command_internal command...
2009-06-13 zwelchImprove handle_dump_image_command argument parsing:
2009-06-13 zwelchImprove handle_load_image_command argument parsing:
2009-06-13 zwelchImprove handle_mw_command argument handling:
2009-06-13 zwelchImprove handle_md_command argument handling:
2009-06-13 zwelchUse parse_u32 in handle_resume_command and handle_step_...
2009-06-13 zwelchCleanup and improve handle_halt_command:
2009-06-13 zwelchCleanup and fi handle_wait_halt_command:
2009-06-13 zwelchUse parse_uint in handle_reg_command to ensure reg...
2009-06-13 zwelchUse parse_uint in get_target to ensure target id is...
2009-06-12 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-12 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-12 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-12 zwelchunsik Kim <donari75@gmail.com>:
2009-06-12 zwelchFurther cleanup to MIPS target read/write memory function:
2009-06-12 zwelchDavid Claffey <dnclaffey@gmail.com>:
2009-06-12 zwelchFix unitialized use of cur_speed in handle_jtag_khz_com...
2009-06-12 zwelchImprove vsllink command argument handling:
2009-06-12 zwelchImprove handle_runtest_command:
2009-06-12 zwelchImprove VID/PID command argument handling in FTDI driver:
2009-06-12 zwelchImprove handle_irscan_command:
2009-06-12 zwelchImprove JTAG reset, speed, and khz handlers to use...
2009-06-12 zwelchUse parse_uint helper to replace strtoul call in jtag_t...
2009-06-12 zwelchSimplify and improve gw16012_handle_parport_command:
2009-06-12 zwelchSimplify and improve amt_jtagaccel_handle_parport_port_...
2009-06-12 zwelchSimplify and improve parport_handle_parport_port_command:
2009-06-12 zwelchSimplify and improve handle_debug_level_comamnd:
2009-06-12 zwelchSimplify handle_sleep_command:
2009-06-12 zwelchAdd new parse_uinttype wrappers for strtoul in src...
2009-06-11 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-11 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-11 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-11 ntfreak- fix bug introduced during r1962
2009-06-11 oharboeembedded host: launch telnet server even if configurati...
2009-06-11 oharboefix ordering of arguments to fwrite()
2009-06-11 zwelchFactor handle_bp_command into pieces:
2009-06-11 zwelchFactor target_timer_callbacks_check_time into pieces:
2009-06-11 zwelchSimplify and clean handle_virt2phys_command:
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)