target: don't export local symbols
[fw/openocd] / src / target / arm.h
2022-09-13 Antonio Borneotarget: don't export local symbols
2022-08-14 Tomas Vanektarget/arm: do not expose 'arm reg', 'arm mcr/mrc'...
2022-08-14 Tomas Vanektarget: consolidate existing target/algo common_magic
2022-07-23 Antonio Borneoopenocd: src/target: replace the GPL-2.0-or-later licen...
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison
2021-07-20 Antonio Borneotarget/arm: rename CamelCase symbols
2021-06-18 Tarek BOCHKATItarget/arm: optimize architecture flags
2020-09-20 Tarek BOCHKATIcortex_m: read and display core security state
2020-06-06 Antonio Borneotarget/cortex_a: fix memory leak of register cache
2020-03-12 Antonio Borneotarget/cortex_a: add hypervisor mode
2020-03-12 Antonio Borneoarm: Use different enum for core_type and core_mode
2019-01-08 Antonio Borneotarget/aarch64: add support for multi-architecture gdb
2019-01-08 Antonio Borneotarget/arm: add support for multi-architecture gdb
2018-06-04 Liviu IonescuRework/update ARM semihosting
2018-04-10 Tomas Vanektarget, flash: prepare infrastructure for multi-block...
2018-03-10 Omair JavaidSupport for Arm VFP v3 registers read/write
2018-03-10 Omair JavaidSupport AArch64 SIMD/FP registers read/write
2018-01-16 Matthias Welwarskyaarch64: simplify mode and state handling
2017-10-22 Andreas Fritiofsonarm: semihosting: set command line arguments
2017-02-24 Matthias Welwarskyaarch64: remove mrs/msr functions from struct arm
2017-02-10 Matthias Welwarskyaarch64: enlarge value buffer of arm_reg to store 64 bit
2017-02-10 Matthias Welwarskyaarch64: introduce dpm extension for ARMv8
2017-02-10 David Ungaarch64: Add ARMv8 AARCH64 support files
2017-02-10 David Ungarm_dpm: Add new state ARM_STATE_AARCH64
2017-02-10 Dongxue Zhangtarget: Add 64-bit target address support
2016-12-08 Steven Stallionsemihosting: support fileio operation
2016-10-30 Andreas Färberflash/nor: Add erased_value to drivers and pass it...
2016-05-24 Marc SchinkMake #include guard naming consistent
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2016-02-29 Linus Walleijarmv4_5: support weirdo ARMv6 secure monitor mode
2015-03-09 Paul Fertserarmv7m: add FPU registers support
2015-01-30 Andreas Fritiofsonarmv4_5: Continue the change from uint32_t to uint8_t...
2014-04-14 Tim Sandertarget: fix incorrect arm cpu monitor mode encoding
2013-09-08 Spencer Oliverarmv7m: use consistent arm.cpsr member
2013-08-07 Hsiangkai Wanggdb_server: support gdb target description
2013-06-05 Spencer Oliverupdate files to correct FSF address
2013-02-02 Spencer Oliverarmv7m: use generic arm::core_mode
2012-08-29 Andreas Fritiofsonarm7_9: Fix broken halfword/byte memory reads
2012-05-21 Spencer Olivertarget: disable armv6m unaligned memory access
2012-02-06 Spencer Oliverbuild: cleanup src/target directory
2012-01-23 Spencer Olivercleanup: rename armv4_5 to arm for readability
2011-11-14 Øyvind Harboetarget: make it absolutely clear that no null pointers...
2010-04-10 Antonio BorneoARMV4_5: review scope of data
2010-03-05 David BrownellADIv5 share DAP command support
2010-02-28 Spencer Oliversemihosting: move semihosting cmd to arm cmd group
2010-02-21 David BrownellARM: keep a handle to the PC
2010-02-21 David BrownellARMv7-M: start using "struct arm"
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