aboutsummaryrefslogtreecommitdiff
path: root/src/target/cortex_m.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-02cortex_m: implement hit_watchpoint functionTarek BOCHKATI1-0/+30
2021-04-30cortex_m: mark FPU register as non-existent instead of playing with num_regsTarek BOCHKATI1-13/+5
2021-04-30target/armv7m: change FPv4_SP and FPv5_SP/DP identifiers to uppercaseTomas Vanek1-3/+3
2021-03-19target: remove target names already deprecated in v0.8.0Antonio Borneo1-1/+0
2021-03-10cortex_m: avoid reading and writing non-existent registersTarek BOCHKATI1-1/+1
2021-03-10armv7m_trace: get rid of the old tpiu codeAntonio Borneo1-5/+5
2021-03-10itm: rework itm commands before 'init'Antonio Borneo1-2/+3
2021-01-18cortex_m: [FIX] ARMv8-M does not support VECTRESETTarek BOCHKATI1-2/+2
2020-12-26armv7m_trace: stop getting traces from adapter at exitAntonio Borneo1-0/+2
2020-12-02Add initial RTT supportMarc Schink1-0/+4
2020-12-02arm_adi_v5: prevent possibly endless recursion in dap_dp_init()Tomas Vanek1-5/+8
2020-11-15target/armv7m, cortex_m: fix misleading commentsTomas Vanek1-4/+8
2020-11-15target/cortex_m: remove wrong xPSR.ICI/IT bits handlingTomas Vanek1-6/+0
2020-11-15target/armv7m: use arch_info[i].value instead of allocated memoryTomas Vanek1-1/+0
2020-11-15cortex_m: use the new enum ARMV7M_REGSEL_nameAntonio Borneo1-1/+1
2020-11-15target/cortex_m,hla_target: rework Cortex-M register handling part 4Tomas Vanek1-117/+6
2020-11-15target/armv7m: rework Cortex-M register handling part 3Tomas Vanek1-59/+8
2020-11-15target/armv7m: rework Cortex-M register handling part 1Tomas Vanek1-36/+28
2020-11-11target/cortex_m: Change sleep to running stateKevin Yang1-6/+2
2020-11-04cortex_m: declare local functions as staticAntonio Borneo1-3/+3
2020-10-30target/cortex_m: reduce duplication in profilingChristopher Head1-44/+20
2020-10-22cortex_m: support control.FPCASylvain Chouleur1-3/+3
2020-10-03target/cortex_m.c: vector_catch command checks if a target is examinedDaniel Trnka1-0/+5
2020-09-20cortex_m: add detection of Cortex M35P and M55Tarek BOCHKATI1-3/+7
2020-09-20cortex_m: read and display core security stateTarek BOCHKATI1-1/+18
2020-09-20armv8-m: add SecureFault exceptionTarek BOCHKATI1-0/+8
2020-07-26target: fix minor typos and duplicated wordsAntonio Borneo1-2/+2
2020-06-06target/cortex-m: enable C_DEBUGEN during examineAntonio Borneo1-0/+13
2020-05-12cortex_m: make bit fields in cortex_m unsigned.iosabi1-1/+1
2020-05-09coding style: let "else" follow the close braceAntonio Borneo1-2/+1
2020-05-09coding style: add parenthesis around the argument of sizeofAntonio Borneo1-3/+3
2020-04-12cortex_m: remove deprecation for soft_reset_haltAntonio Borneo1-4/+4
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