armv7m_core_reg_t -> struct armv7m_core_reg
[openocd.git] / src / flash /
2009-11-13 Zachary T Welcharmv7m_algorithm_t -> struct armv7m_algorithm
2009-11-13 Zachary T Welcharmv4_5_algorithm_t -> struct armv4_5_algorithm
2009-11-13 Zachary T Welcharm_jtag_t -> struct arm_jtag
2009-11-13 Zachary T Welcharm7_9_common_t -> struct arm7_9_common
2009-11-13 Zachary T Welchreg_param_t -> struct reg_param
2009-11-13 Zachary T Welchmem_param_t -> struct mem_param
2009-11-13 Zachary T Welchremove unused aduc702x structure.
2009-11-13 Zachary T Welchaduc702x_flash_bank_t -> struct aduc702x_flash_bank
2009-11-13 Zachary T Welchtms470_flash_bank_t -> struct tms470_flash_bank
2009-11-13 Zachary T Welchpic32mx_mem_layout_t -> struct pic32mx_mem_layout
2009-11-13 Zachary T Welchnon_cfi_t -> struct non_cfi
2009-11-13 Zachary T Welchnand_block_t -> struct nand_block
2009-11-13 Zachary T Welchstr9xpec_flash_controller_t -> struct str9xpec_flash_co...
2009-11-13 Zachary T Welchstr9x_flash_bank_t -> struct str9x_flash_bank
2009-11-13 Zachary T Welchstr7x_mem_layout_t -> struct str7x_mem_layout
2009-11-13 Zachary T Welchstr7x_flash_bank_t -> struct str7x_flash_bank
2009-11-13 Zachary T Welchstm32x_mem_layout_t -> struct stm32x_mem_layout
2009-11-13 Zachary T Welchstm32x_flash_bank_t -> struct stm32x_flash_bank
2009-11-13 Zachary T Welchstm32x_options_t -> struct stm32x_options
2009-11-13 Zachary T Welchstellaris_flash_bank_t -> struct stellaris_flash_bank
2009-11-13 Zachary T Welchs3c24xx_nand_controller_t -> struct s3c24xx_nand_controller
2009-11-13 Zachary T Welchpic32mx_flash_bank_t -> struct pic32mx_flash_bank
2009-11-13 Zachary T Welchorion_nand_controller_t -> struct orion_nand_controller
2009-11-13 Zachary T Welchocl_priv_t -> struct ocl_priv
2009-11-13 Zachary T Welchnand_info_t -> struct nand_info
2009-11-13 Zachary T Welchnand_manufacturer_t -> struct nand_manufacturer
2009-11-13 Zachary T Welchnand_ecclayout_t -> struct nand_ecclayout
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 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 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 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 Welchuse COMMAND_HANDLER macro to define all commands
2009-11-13 Zachary T Welchnand: rename device to nand
2009-11-11 Zachary T Welchremove obsolete doxygen comments
2009-11-11 Zachary T Welchremove more useless declarations
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 Welchmakefiles: improve build order
2009-11-10 Zachary T Welch{pic32m,stm32}x.c: remove useless declarations
2009-11-10 Zachary T Welchstr{7,9}x*.c: remove useless forward declarations
2009-11-10 Zachary T Welchflash/<various>.c: remove useless declarations
2009-11-10 Zachary T Welchflash/<assorted>.c: remove useless declarations
2009-11-10 Zachary T Welchflash/at91sam[37].c: remove useless declarations
2009-11-10 Zachary T Welchflash/lpc2???.c: remove useless declarations
2009-11-10 Zachary T Welchflash/*nand*.c: remove useless declarations
2009-11-10 Zachary T Welchflash/flash.c: remove forward declarations
2009-11-09 Zachary T Welchsrc/flash: remove 'extern' and wrap headers
2009-11-09 Zachary T WelchOverhaul time support API
2009-11-06 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-11-06 Zachary T WelchSimplify nand indentation.
2009-11-06 Zachary T WelchImprove flash indentation.
2009-11-06 Zachary T WelchImprove str9xpec command argument parsing.
2009-11-06 Zachary T WelchImprove str9x config command argument parsing.
2009-11-06 Zachary T WelchImprove str7x config command argument parsing.
2009-11-06 Zachary T WelchImprove stm32x.c command argument parsing.
2009-11-06 Zachary T WelchImprove stellaris.c erase argument parsing.
2009-11-06 Zachary T WelchImprove pic32mx.c command argument parsing.
2009-11-06 Zachary T WelchImprove mflash.c command argument parsing.
2009-11-06 Zachary T WelchImprove lpc3180_nand_controller.c parsing.
2009-11-06 Zachary T WelchImprove lpc2900.c command argument parsing.
2009-11-06 Zachary T WelchImprove lpc288x.c command argument parsing.
2009-11-06 Zachary T WelchImprove lpc2000.c command argument parsing.
2009-11-06 Zachary T WelchImprove cfi.c command argument parsing.
2009-11-06 Zachary T WelchImprove avrf.c command argument parsing.
2009-11-06 Zachary T WelchImprove orion_nand.c command argument parsing.
2009-11-06 Zachary T WelchImprove davinci_nand.c command argument parsing.
2009-11-06 Zachary T WelchImprove at91sam7.c command argument parsing.
2009-11-06 Zachary T WelchImprove at91sam3.c command argument parsing.
2009-11-06 Zachary T WelchImprove nand.c command argument parsing.
2009-11-06 Zachary T WelchImprove flash.c command argument parsing.
2009-11-06 Zachary T WelchAdd Flash/NAND bank command argument 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)