aboutsummaryrefslogtreecommitdiff
path: root/src/target/cortex_m.h
AgeCommit message (Expand)AuthorFilesLines
2022-12-18cortex_m: handle armv8m cores without security extensionAntonio Borneo1-0/+3
2022-09-03target/arm: Add support with identify STAR-MC1iysheng1-0/+1
2022-08-15target/cortex_m: supress historical reset detectionTomas Vanek1-0/+2
2022-08-14target: move parent target structs just after common_magicTomas Vanek1-1/+2
2022-08-14target: consolidate existing target/algo common_magicTomas Vanek1-2/+2
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2022-06-24adiv6: use struct adiv5_ap->ap_num to contain the AP base addressAntonio Borneo1-1/+1
2022-02-25target/cortex_m: add Cortex-M part number getterTomas Vanek1-0/+18
2022-02-25target/armv7m,cortex_m: introduce checked arch_info cast routinesTomas Vanek1-7/+34
2022-02-25target/cortex_m: fix target_to_cm() helperTomas Vanek1-1/+1
2021-11-25target/hla_target: set cortex_m->common_magicTomas Vanek1-0/+13
2021-11-18target/cortex_m: faster reading of all CPU registersTomas Vanek1-0/+2
2021-11-18target/cortex_m: cumulate DHCSR sticky bitsTomas Vanek1-0/+1
2021-07-20target/cortex_m: rename CamelCase symbolAntonio Borneo1-1/+1
2021-07-20target/arm: rename CamelCase symbolsAntonio Borneo1-3/+3
2021-06-18cortex_m: enhance core and arch detectionTarek BOCHKATI1-6/+27
2021-05-04cortex_m: use unsigned int for FPB and DWT quantifiersTarek BOCHKATI1-4/+4
2021-03-10armv7m_trace_itm_config: wait for ITMBusy to be clearedAdrian Negreanu1-0/+2
2020-11-04cortex_m: declare local functions as staticAntonio Borneo1-3/+0
2020-09-20cortex_m: add detection of Cortex M35P and M55Tarek BOCHKATI1-0/+2
2020-09-20cortex_m: read and display core security stateTarek BOCHKATI1-0/+4
2020-09-20armv8-m: add SecureFault exceptionTarek BOCHKATI1-0/+3
2020-05-12cortex_m: make bit fields in cortex_m unsigned.iosabi1-30/+31
2019-12-21target/armv7m_trace: Improve SWO frequency auto-detectionMarc Schink1-0/+3
2019-06-19Support for debugging on ARMv8-M CPUsOmair Javaid1-0/+10
2019-05-23cortex_m: set the debug reason to DBGRQ when NVIC_DFSR indicates EXTERNALTarek BOCHKATI1-0/+1
2019-04-10target/cortex_m: Implement maskisr steponly optionChristopher Head1-0/+5
2019-04-01target/cortex_m: remove fp_code_available countingTomas Vanek1-1/+0
2019-03-06target/cortex_m: Use 'bool' instead of 'int'Marc Schink1-3/+3
2018-12-19target/cortex_m: do not use VECTRESET on Cortex-M0, M0+ and M1Tomas Vanek1-0/+1
2018-04-12target/cortex_m: allow setting the type of a breakpointTomas Vanek1-1/+0
2018-01-13hla_target: allow non-intrusive profiling on cortex-mKarl Palsson1-0/+2
2018-01-13cortex_m: add profiling functionSimon Schubert1-0/+1
2016-12-08cortex_m: allow setting debug ap during createMatthias Welwarsky1-0/+2
2016-05-24Make #include guard naming consistentMarc Schink1-3/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2015-12-29target/arm: Remove usage of struct arm_jtag in ARMv7 targetsAndreas Fritiofson1-1/+0
2015-10-30Cortex-M: Detect Flash Patch Revision and implement Rev. 2 handling.Uwe Bonnes1-0/+1
2015-03-25armv7m: add generic trace support (TPIU, ITM, etc.)Paul Fertser1-8/+9
2015-03-09server, target, cortex_m: add deinit_target to the API to free resourcesPaul Fertser1-0/+1
2013-10-10cortex_m: target implementation renames cortex_m3 to cortex_mSpencer Oliver1-34/+34
2013-08-07stlink: add SWO tracing supportAndrey Yurovsky1-0/+13
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-12-23hla: fix watchpoints not being setSpencer Oliver1-0/+1
2012-11-05cortex_m: fix define formattingSpencer Oliver1-9/+9
2012-11-05rtos: Add FPU detection to ChibiOS/RTMatthias Blaicher1-0/+5
2012-03-14stm32: determine all cpu types and use common examineMathias K1-0/+1
2012-02-06build: cleanup src/target directorySpencer Oliver1-11/+6
2012-01-03Make cortex_m3 functions public accessible.Mathias K1-0/+11
2011-11-01target: rename cortex_m3.[ch] to cortex_m.[ch]Spencer Oliver1-0/+188