jtag: linuxgpiod: drop extra parenthesis
[openocd.git] / src / target / armv7m.h
2024-01-13 Tarek BOCHKATIcortex_m: add detection of MVE feature for Armv8.1... 50/6950/4
2023-05-27 Antonio Borneotarget: use unsigned int for timeout_ms 62/7562/3
2022-09-13 Antonio Borneoopenocd: remove CamelCase symbols *xPSR* 55/7155/2
2022-08-14 Tomas Vanektarget: consolidate existing target/algo common_magic 96/6996/3
2022-07-23 Antonio Borneoopenocd: src/target: replace the GPL-2.0-or-later licen... 71/7071/2
2022-02-25 Tomas Vanektarget/armv7m,cortex_m: introduce checked arch_info... 50/6750/2
2021-11-18 Tomas Vanektarget/cortex_m: faster reading of all CPU registers 21/5321/7
2021-09-25 Antonio Borneoarmv7m.h: relax dependency from 'arm_adi_v5.h' 68/6468/4
2021-06-26 Antonio Borneoarmv7m: replace flag 'stlink' with 'is_hla_target' 06/6206/4
2021-05-15 Tarek BOCHKATItarget/armv7m.h: [style] replace tab with space between... 30/6230/2
2021-05-11 Tarek BOCHKATIcortex_m: add armv8m special registers 16/6016/4
2021-04-30 Tarek BOCHKATIcortex_m: mark FPU register as non-existent instead... 15/6015/3
2021-04-30 Tomas Vanektarget/armv7m: change FPv4_SP and FPv5_SP/DP identifier... 77/6177/3
2020-11-15 Tomas Vanektarget/armv7m: rework Cortex-M register handling part 3 63/5863/7
2020-11-15 Tomas Vanektarget/armv7m: rework Cortex-M register handling part 2 62/5862/4
2020-11-15 Tomas Vanektarget/armv7m: rework Cortex-M register handling part 1 27/5327/5
2018-04-10 Tomas Vanektarget, flash: prepare infrastructure for multi-block... 97/4297/8
2017-12-06 Marc Schinktarget: Constify parameter of is_armv7m() 75/4275/2
2017-02-10 Dongxue Zhangtarget: Add 64-bit target address support 00/1200/37
2016-10-30 Andreas Färberflash/nor: Add erased_value to drivers and pass it... 97/3497/8
2016-08-10 Andreas BolschCortex-M7 handling. 31/3531/2
2016-05-24 Marc SchinkMake #include guard naming consistent 56/2956/5
2016-05-24 Marc SchinkRemove FSF address from GPL notices 88/3488/3
2015-12-29 Andreas Fritiofsonarm_adi_v5: Convert the AP references from numbers... 47/3147/2
2015-12-29 Patrick Stewartarm_debug: Support multiple APs per DAP and remove... 84/2984/4
2015-12-29 Patrick Stewartcortex_m: Select an AP when accessing the DAP 83/2983/3
2015-09-30 Marc Schinkarmv7m: Fix memory leak in register caching. 81/2881/3
2015-03-25 Paul Fertserarmv7m: add generic trace support (TPIU, ITM, etc.) 38/2538/14
2015-03-09 Paul Fertserarmv7m: do not access FPU registers when not present 16/2516/4
2014-10-06 Spencer Olivertarget: constify structures 95/2295/4
2014-03-29 Spencer Oliverarmv7m: remove magic numbers for number of core registers 53/2053/2
2013-09-21 Spencer Oliverarmv7m: remove gdb register hacks 17/1617/3
2013-08-07 Hsiangkai Wanggdb_server: support gdb target description 82/1382/9
2013-06-05 Spencer Oliverupdate files to correct FSF address 26/1426/4
2013-02-02 Spencer Oliverarmv7m: use generic arm read/write_core_reg 69/969/8
2013-02-02 Spencer Oliverarmv7m: use generic register core_cache 68/968/7
2013-02-02 Spencer Oliverarmv7m: remove unused armv7m_regtype 67/967/6
2013-02-02 Spencer Oliverarmv7m: use generic arm::core_mode 66/966/6
2012-05-14 Spencer Oliverstlink: add armv7m stlink handling
2012-03-30 Spencer Oliverarmv7m: fix broken stlink build
2012-03-30 Mathias Karmv7m: detect floating point feature
2012-03-14 Mathias Karmv7m: Add a dummy register at the end of the register...
2012-02-06 Spencer Oliverbuild: cleanup src/target directory
2012-01-18 Spencer Olivertarget: move regmaps to armv7m.c
2011-10-08 Andreas Fritiofsonarmv7m: implement async algorithm functions
2010-07-19 Øyvind Harboedebug: debug entry error propagation
2010-03-17 Øyvind Harboearm7/9: remove unused post_restore_context
2010-03-05 David BrownellADIv5 share DAP command support
2010-03-05 David Brownellrename "swjdp_common" as "adiv5_dap"
2010-02-21 David BrownellARMv7-M: start using "struct arm"
2010-02-04 David BrownellARMv7-M: make DAP commands verify target is an ARMv7-M
2010-01-20 Spencer OliverARMV7M: handle bkpt instruction on resume/step
2010-01-13 David BrownellCortex-M3: improved core exception handling
2009-12-13 David Brownelltarget files shouldn't #include <target/...h>
2009-12-08 David Brownelltarget: move 'extern' decls to *.h files
2009-12-07 David BrownellARM: use <target/arm.h> not armv4_5.h
2009-12-07 David BrownellARM: move opcode macros to <target/arm_opcodes.h>
2009-12-03 Zachary T Welchchange #include "armv4_5.h" to <target/armv4_5.h>
2009-12-03 Zachary T Welchchange #include "arm_adi_v5.h" to <target/arm_adi_v5.h>
2009-11-25 Zachary T Welchremove target_type register_command callback
2009-11-18 David BrownellARM: only use one set of dummy FPA registers
2009-11-16 Zachary T Welcharmv7m: make core reg read/write use unsigned
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welchreg_t -> struct reg
2009-11-13 Zachary T Welchreg_cache_t -> struct reg_cache
2009-11-13 Zachary T Welcharmv7m_core_reg_t -> struct armv7m_core_reg
2009-11-13 Zachary T Welcharmv7m_algorithm_t -> struct armv7m_algorithm
2009-11-13 Zachary T Welcharmv7m_common_t -> struct armv7m_common
2009-11-13 Zachary T Welchswjdp_common_t -> struct swjdp_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-09 Zachary T Welchsrc/target: remove 'extern' and wrap headers
2009-11-06 David BrownellCortex-M3: use the new inheritance/nesting scheme
2009-11-06 David Brownelltarget: provide container_of()
2009-11-05 David BrownellARMv7M: add docs, remove exports
2009-11-05 Øyvind Harboedebug interface: get rid of unused pre_debug fn
2009-07-21 ntfreakDavid Brownell <david-b@pacbell.net>:
2009-07-21 ntfreakDavid Brownell <david-b@pacbell.net>:
2009-07-16 zwelchMagnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe ...
2009-06-23 zwelchRemove whitespace at end of lines, step 1.
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-23 zwelch- Fixes '<<' whitespace
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target/arm*
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-04-29 zwelchRemove redundant declarations to allow building with...
2009-04-27 mluChanged armv7m and cortexm3 to use nev arm_adi_v5 inste...
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-06-16 ntfreak- removed duplicate cortex_m3_register_commands
2008-05-27 ntfreak- moved flash erase_check target code to target.c
2008-04-26 ntfreak- added ARMV7_GDB_HACKS define to armv7m.h, enabling...
2008-04-10 ntfreak- single core context used, removed debug context as...
2008-03-11 ntfreak- 16 and 32 bit unaligned accesses supported
2008-03-02 oharboeUwe Hermann tightned up comments, etc. to follow OpenOC...
2008-02-29 oharboeUwe Hermann:
2008-02-25 oharboeMichael Bruck spotted an omission in svn 322
2007-10-22 ntfreak- add verify_image command
2007-09-10 mlu- Fixed display of sector sizes in flash.c
2007-06-24 ntfreak- ST STM32x cortex support added
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)