aboutsummaryrefslogtreecommitdiff
path: root/src/target/cortex_m.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-15coding style: remove unnecessary parenthesesAntonio Borneo1-1/+1
2019-06-20cortex_m: set C_DEBUGEN in soft_reset_haltAntonio Borneo1-0/+5
2019-06-19target/cortex_m: Add support for AHB5-APMarc Schink1-1/+10
2019-06-19target/arm_adiv5: Add type for AHB5-APMarc Schink1-1/+1
2019-06-19Support for debugging on ARMv8-M CPUsOmair Javaid1-15/+52
2019-06-06target/cortex_m: remove dependency from jtag queueAntonio Borneo1-1/+1
2019-05-23cortex_m: set the debug reason to DBGRQ when NVIC_DFSR indicates EXTERNALTarek BOCHKATI1-1/+3
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-5/+5
2019-05-14target/cortex_m: change prototype of cortex_m_verify_pointer()Paul Fertser1-5/+5
2019-04-10target/cortex_m: Implement maskisr steponly optionChristopher Head1-25/+116
2019-04-03target/cortex_m: remove target halted check when removing a breakpointTomas Vanek1-9/+3
2019-04-01target/cortex_m: remove fp_code_available countingTomas Vanek1-17/+1
2019-04-01target/cortex_m: simplify cortex_m_unset_breakpoint()Tomas Vanek1-10/+4
2019-03-06target/cortex_m: Use 'bool' instead of 'int'Marc Schink1-6/+6
2019-03-01Use enum for target_register_timer_callback()Marc Schink1-1/+2
2019-02-07target/cortex_m: fix clang static analyzer warningTomas Vanek1-2/+7
2019-02-04cortex_m: fix stepping on FPB rev 1Tomas Vanek1-3/+10
2019-01-27target/cortex_m: inform if an external reset occursTomas Vanek1-1/+4
2019-01-16cortex_m: fix bug in poll() machine state (external resume awareness)Tarek BOCHKATI1-0/+11
2019-01-08target/arm: add support for multi-architecture gdbAntonio Borneo1-0/+1
2018-12-19target/cortex_m: fix cortex_m reset_config help and check for syntax errorTomas Vanek1-2/+4
2018-12-19target/cortex_m: do not use VECTRESET on Cortex-M0, M0+ and M1Tomas Vanek1-3/+20
2018-09-25target/cortex_m: fix typoChristopher Head1-3/+3
2018-09-07adi_v5: enforce check on AP number valueAntonio Borneo1-1/+1
2018-08-14target/cortex_m: restore C_MASKINTS after resetChristopher Head1-2/+5
2018-08-01target/cortex_m: fix incorrect commentChristopher Head1-1/+1
2018-07-25target/cortex_m: make a variable localChristopher Head1-14/+14
2018-07-19target/armv7m_trace: Use prefix for enumsMarc Schink1-1/+1
2018-07-03target/cortex_m: return error if breakpoint address is out of rangeAntonio Borneo1-0/+4
2018-06-05target/cortex_m: constify some variablesChristopher Head1-4/+4
2018-04-12target/cortex_m: allow setting the type of a breakpointTomas Vanek1-28/+1
2018-04-04target/cortex_m: avoid dwt comparator overflowCody P Schafer1-0/+13
2018-03-30target: restructure dap supportMatthias Welwarsky1-25/+11
2018-01-25Use timeval helpersChristopher Head1-2/+1
2018-01-13hla_target: allow non-intrusive profiling on cortex-mKarl Palsson1-6/+11
2018-01-13cortex_m: add profiling functionSimon Schubert1-0/+89
2017-10-27Cortex-M: Delete an unnecessary local variableChristopher Head1-5/+0
2017-10-27Cortex-M: fix stale DHCSR cache valuesChristopher Head1-5/+4
2017-02-10target: Add 64-bit target address supportDongxue Zhang1-7/+7
2016-12-08cortex_m: allow setting debug ap during createMatthias Welwarsky1-5/+18
2016-12-08semihosting: support fileio operationSteven Stallion1-0/+1
2016-11-04cortex_a/r/m: fix handling of un-examined coresMatthias Welwarsky1-1/+14
2016-10-04cortex_m: fix autoincrement range of Cortex-M7Tomas Vanek1-4/+8
2016-08-10Cortex-M7 handling.Andreas Bolsch1-4/+22
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-05-20Fix spelling of ARM CortexAndreas Färber1-1/+1
2016-05-06Cortex-M7: Give user a hint about single stepping problem up to r0p1.Uwe Bonnes1-0/+7
2016-05-05target: improve robustness of reset commandTomas Vanek1-31/+26
2015-12-30target: cortex_m: fix segfault with HLAPaul Fertser1-17/+17
2015-12-29cortex: Set default memaccess_tck only during examineAndreas Fritiofson1-3/+0