improve 'help' command
[openocd.git] / src /
2009-11-20 Zachary T Welchimprove 'help' command
2009-11-20 Zachary T Welchfactor help script command into parts
2009-11-20 Zachary T Welchrefactor command registration
2009-11-20 Zachary T Welchchange command_find helper interface
2009-11-20 Zachary T Welchfactor script_command argv allocation
2009-11-20 Zachary T Welchfix flash/nand name parsing
2009-11-20 David BrownellCortex-A8: better context restore
2009-11-20 David BrownellCortex-A8: mode support
2009-11-20 David Brownelltarget: create/use register_cache_invalidate()
2009-11-19 Dean GlazeskiNAND verify doesn't advance.
2009-11-19 Zachary T Welchadd support for naming NAND banks
2009-11-19 Zachary T Welchrefactor handle_nand_device_command
2009-11-19 Zachary T Welchadd support for naming flash banks
2009-11-19 Zachary T Welchrefactor handle_flash_bank_command
2009-11-19 Zachary T Welchrename flash and nand command helpers
2009-11-19 Zachary T Welchallow flash/nand banks commands to accept names
2009-11-19 David BrownellARM: remove per-register malloc
2009-11-19 David BrownellARM: streamline register init
2009-11-19 David BrownellCortex-A8: parts of examine() run just once
2009-11-19 Dean Glazeskinand_fileio_parse_args parses wrong param for size
2009-11-19 David BrownellARMv7-A: use standard ARM core states
2009-11-19 David BrownellARMv7-A: use standard ARM core_mode symbols
2009-11-18 Zachary T Welchfix zy1000 command handler
2009-11-18 Zachary T Welchremove fast command and jim_global_long
2009-11-18 Zachary T Welchupdate src/hello.c with parsing examples
2009-11-18 Zachary T Welchchange all bool parsers to accept any value
2009-11-18 Zachary T Welchadd handle_command_parse_bool command helper
2009-11-18 Zachary T Welchuse COMMAND_PARSE_ENABLE macro where appropriate
2009-11-18 Zachary T Welchuse COMMAND_PARSE_ON_OFF where appropriate
2009-11-18 Zachary T Welchadd COMMAND_PARSE_BOOL macro and friends
2009-11-18 David BrownellARM: rework "arm reg" output for new mode
2009-11-18 David BrownellCortex-A8: xPSR handling updates
2009-11-18 David BrownellARM: add a default full_context() method
2009-11-18 David BrownellARM: simplify ARMv7-A register handling
2009-11-18 David BrownellARM: setup "secure monitor mode" shadow regs
2009-11-18 David BrownellARM: add "core_type" field to "struct arm"
2009-11-18 Zachary T Welchfix segfault at startup
2009-11-18 Zachary T Welchpass startup_tcl to command_init
2009-11-18 Zachary T Welchsplit startup.tcl file across modules
2009-11-18 Zachary T Welchmove startup.c to libopenocd
2009-11-18 Zachary T Welchfix regression in md/mw commands
2009-11-18 Øyvind Harboejtag-api: get rid of unecessary buf_set_u23() that...
2009-11-18 David BrownellARM: add is_arm_mode()
2009-11-18 David BrownellARM: add arm_mode_name()
2009-11-18 David BrownellARM: only use one set of dummy FPA registers
2009-11-17 Zachary T Welchremove unused variable from run_command
2009-11-17 Zachary T Welchadd CMD_NAME variable in command_invocation
2009-11-17 Zachary T Welchadd struct command_invocation for COMMAND_HANDLER
2009-11-17 Zachary T Welchcommand_handler: change 'cmd_ctx' to CMD_CTX
2009-11-17 Zachary T Welchcommand_handler: change 'args' to CMD_ARGV
2009-11-17 Zachary T Welchcommand_handler: change to 'argc' to CMD_ARGC
2009-11-17 Zachary T Welchadd more command_handler conversion macros
2009-11-17 David Brownelltarget: simplify register get/set ops
2009-11-17 Øyvind Harboejtag_registers: Avalon bridge flushing tweaks
2009-11-17 Øyvind Harboezy1000: revC UART forwarding
2009-11-17 Øyvind Harboezy1000: add version command to print FPGA version and...
2009-11-17 Øyvind Harboezy1000: fix bug when running on non-arm CPU
2009-11-17 Øyvind Harboezy1000: fix trivial syntax error introduced by latest...
2009-11-17 David BrownellARM9TDMI: remove now-needless "struct arm9tdmi"
2009-11-17 David BrownellARM7TDMI: remove now-needless "struct arm7tdmi"
2009-11-17 David Brownelltarget: remove some more duplicate includes
2009-11-17 David BrownellARMv7-A: no exit() calls
2009-11-17 David BrownellCortex-A8: no exit() calls, add missing v7-A init
2009-11-17 David BrownellXScale: fewere exit() calls
2009-11-17 David BrownellMIPS: no exit() calls
2009-11-17 David BrownellARMv7-M: no exit() calls
2009-11-17 David BrownellARMv4/ARMv5: no exit() calls
2009-11-17 David BrownellARM11: fewer exit() calls
2009-11-17 David BrownellCortex-M3: don't exit()
2009-11-17 David BrownellARMv7A: use standard disassembler
2009-11-17 David BrownellARM11: register (most) standard ARM commands
2009-11-17 David BrownellARM: "armv4_5" command prefix becomes "arm"
2009-11-17 David BrownellJTAG: fix autoprobe failure.
2009-11-16 Zachary T Welchfileio: improve API types
2009-11-16 Zachary T Welchstruct fileio: improve member types
2009-11-16 Zachary T Welchhelper/log: improve API parameter types
2009-11-16 Zachary T Welchuse Jim_CmdProc in jim_register
2009-11-16 Zachary T Welchimprove constness of open_file_from_path
2009-11-16 Zachary T Welchmake command line options const
2009-11-16 David BrownellARM: standard disassembler uses Thumb2 entry
2009-11-16 David Brownelltarget: don't include "log.h" from "armv4_5.h"
2009-11-16 David BrownellARM: move mode functions out of header
2009-11-16 David BrownellJTAG: no LOG_WARNING() for taps without IDCODE
2009-11-16 David Brownellbinarybuffer: regression fix
2009-11-16 David Brownell"types.h" doxygen fix
2009-11-16 David Brownelltarget: less implicit inclusion of "etm.h"
2009-11-16 Zachary T Welchmove ARRAY_SIZE macro to types.h
2009-11-16 Zachary T Welcharmv7m: make core reg read/write use unsigned
2009-11-16 Zachary T Welchremove TAP_SCAN_BYTES macro
2009-11-16 Zachary T Welchrename CEIL as DIV_ROUND_UP
2009-11-16 Zachary T Welchmove container_of to types.h
2009-11-16 Zachary T Welchnand_command_get_device_by_num: make COMMAND_HELPER
2009-11-16 Zachary T Welchflash_command_get_bank_by_num: make COMMAND_HELPER
2009-11-16 Zachary T Welchcleanup jtag minidrivers
2009-11-16 Zachary T WelchAdd 'nand verify' command
2009-11-16 Zachary T WelchAdd FILEIO_NONE access mode.
2009-11-16 Zachary T WelchUse nand_fileio_* in write/dump commands.
2009-11-16 Zachary T WelchAdd nand_fileio_* helper APIs.
2009-11-16 Zachary T Welchbinarybuffer: add API documentation
2009-11-16 Zachary T Welchimprove inline binarybuffer helpers
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)