nand_flash_controller_t -> struct nand_flash_controller
[openocd.git] / src /
2009-11-13 Zachary T Welchnand_flash_controller_t -> struct nand_flash_controller
2009-11-13 Zachary T Welchmx3_nf_controller_t -> struct mx3_nf_controller
2009-11-13 Zachary T Welchmflash_bank_t -> struct mflash_bank
2009-11-13 Zachary T Welchmg_drv_info_t -> struct mg_drv_info
2009-11-13 Zachary T Welchmflash_gpio_drv_t -> struct mflash_gpio_drv
2009-11-13 Zachary T Welchmflash_gpio_num_t -> struct mflash_gpio_num
2009-11-13 Zachary T Welchlpc3180_nand_controller_t -> struct lpc3180_nand_controller
2009-11-13 Zachary T Welchlpc2900_flash_bank_t -> struct lpc2900_flash_bank
2009-11-13 Zachary T Welchlpc288x_flash_bank_t -> struct lpc288x_flash_bank
2009-11-13 Zachary T Welchlpc2000_flash_bank_t -> struct lpc2000_flash_bank
2009-11-13 Zachary T Welchflash_driver_t -> struct flash_driver
2009-11-13 Zachary T Welchflash_sector_t -> struct flash_sector
2009-11-13 Zachary T Welchfaux_flash_bank_t -> struct faux_flash_bank
2009-11-13 Zachary T Welchecosflash_flash_bank_t -> struct ecosflash_flash_bank
2009-11-13 Zachary T Welchcfi_fixup_t -> struct cfi_fixup
2009-11-13 Zachary T Welchcfi_unlock_addresses_t -> struct cfi_unlock_addresses
2009-11-13 Zachary T Welchcfi_spansion_pri_ext_t -> struct cfi_spansion_pri_ext
2009-11-13 Zachary T Welchcfi_atmel_pri_ext_t -> struct cfi_atmel_pri_ext
2009-11-13 Zachary T Welchcfi_intel_pri_ext_t -> struct cfi_intel_pri_ext
2009-11-13 Zachary T Welchcfi_flash_bank_t -> struct cfi_flash_bank
2009-11-13 Zachary T Welchavrf_flash_bank_t -> struct avrf_flash_bank
2009-11-13 Zachary T Welchavrf_type_t -> struct avrf_type
2009-11-13 Zachary T Welchat91sam7_flash_bank_t -> struct at91sam7_flash_bank
2009-11-13 Zachary T Welchjtag_command_t -> struct jtag_command
2009-11-13 Zachary T Welchjtag_command_container_t -> union jtag_command_container
2009-11-13 Zachary T Welchsleep_command_t -> struct sleep_command
2009-11-13 Zachary T Welchend_state_command_t -> struct end_state_command
2009-11-13 Zachary T Welchreset_command_t -> struct reset_command
2009-11-13 Zachary T Welchstableclocks_command_t -> struct stableclocks_command
2009-11-13 Zachary T Welchruntest_command_t -> struct runtest_command
2009-11-13 Zachary T Welchpathmove_command_t -> struct pathmove_command
2009-11-13 Zachary T Welchstatemove_command_t -> struct statemove_command
2009-11-13 Zachary T Welchcmd_queue_page_t -> struct cmd_queue_page
2009-11-13 Zachary T Welchscan_command_t -> struct scan_command
2009-11-13 Zachary T Welchmore vsllink typedef cleanup
2009-11-13 Zachary T Welchvsllink_jtag_t -> struct vsllink
2009-11-13 Zachary T Welchpresto_t -> struct presto
2009-11-13 Zachary T Welchft2232_device_t -> struct ft2232_device
2009-11-13 Zachary T Welchjlink_jtag_t -> struct jlink
2009-11-13 Zachary T Welchcable_t -> struct cable
2009-11-13 Zachary T Welchpending_scan_result_t -> struct pending_scan_result
2009-11-13 Zachary T Welcharmjtagew_jtag_t -> struct armjtagew
2009-11-13 Zachary T Welchuse struct jtag_tap_event_action
2009-11-13 Zachary T Welchjtag_event_callback_t -> struct jtag_event_callback
2009-11-13 Zachary T Welchjtag_interface_t -> struct jtag_interface
2009-11-13 Zachary T Welchbitbang_interface_t -> struct bitbang_interface
2009-11-13 Zachary T Welchbitq_interface_t -> struct biq_interface
2009-11-13 Zachary T Welchencapsulate bitq_state structure
2009-11-13 Zachary T Welchscan_field_t -> struct scan_field
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
2009-11-13 Zachary T Welchfileio_t -> struct fileio
2009-11-13 Zachary T Welchlog_callback_t -> struct log_callback
2009-11-13 Zachary T Welchremove accidental artifact
2009-11-13 Zachary T Welchadd src/hello.c to augment new command tutorial
2009-11-13 Zachary T Welchcommand_handler_t: make cmd an indirect parameter
2009-11-13 Zachary T Welchcommand_handler_t: make args parameter const
2009-11-13 Zachary T Welchcommand_handler_t: make cmd parameter const
2009-11-13 Zachary T Welchcommand_handler_t: make argc unsigned
2009-11-13 Zachary T Welchadd CMD_NAME macro for command handlers
2009-11-13 Zachary T Welchuse CALL_COMMAND_HANDLER instead of direct calls
2009-11-13 Zachary T Welchadd PLD_DEVICE_COMMAND_HANDLER macro
2009-11-13 Zachary T Welchnand: add NAND_DEVICE_COMMAND_HANDLER macro
2009-11-13 Zachary T Welchuse FLASH_BANK_COMMAND_HANDLER macro
2009-11-13 Zachary T Welchadd FLASH_BANK_COMMAND_HANDLER macro
2009-11-13 Zachary T Welchs3c24xx: use COMMAND_HANDLER with command helper
2009-11-13 Zachary T Welcharm_adi,armv7[am]: use COMMAND_HELPER for helpers
2009-11-13 Zachary T Welchuse COMMAND_HELPER for command helper functions
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-13 Zachary T Welchadd command_handler_t type
2009-11-13 Zachary T Welchadd COMMAND_HANDLER and COMMAND_HELPER macros
2009-11-13 Zachary T Welchadd command_output_handler_t
2009-11-13 David BrownellCortex-A8: fix indent
2009-11-13 Zachary T Welchnand: rename device to nand
2009-11-13 David BrownellETM: start support for ETMv2+
2009-11-12 Jonas Horbergparport: add support for the jtag_khz command.
2009-11-12 David BrownellETM: remove old mid-level ETM handle
2009-11-12 David BrownellETM: use new toplevel ETM handle
2009-11-12 David BrownellETM: update port drivers
2009-11-12 David BrownellETM: update arm[79]tdmi_examine()
2009-11-12 David BrownellARM: start generalized base type
2009-11-11 Zachary T Welchfix 'jtag interface' behavior
2009-11-11 Zachary T Welchimprove command registration
2009-11-11 Zachary T Welchadd help regardless of callback
2009-11-11 Zachary T Welcheliminate duplicate helptext management
2009-11-11 Zachary T Welchadd command_name helper
2009-11-11 Zachary T Welchwrap help command
2009-11-11 Zachary T Welchremove obsolete doxygen comments
2009-11-11 Zachary T Welchremove more useless declarations
2009-11-11 Zachary T Welchcortex_a8: remove declarations, use static keyword
2009-11-11 Zachary T Welchadd const keyword to some APIs
2009-11-11 Zachary T Welchchange argv to args in command handlers
2009-11-11 Zachary T Welchscript_debug(): improve types
2009-11-11 Zachary T Welchcommand.c: make private routines static
2009-11-11 Zachary T Welchlog: improve log_callback_fn signature
2009-11-11 Zachary T Welchtime_support: improve use of types
2009-11-11 Zachary T Welchmakefiles: improve build order
2009-11-11 David BrownellETM cleanup
2009-11-11 Zachary T Welchfix bug in ARM720: bugfix
2009-11-11 David BrownellARM720: bugfix
2009-11-10 David Brownelltarget: MMU-aware init for memory read/write
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)