aboutsummaryrefslogtreecommitdiff
path: root/src/target/cortex_m.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-29arm_adi_v5: Remove all mem_ap_sel_* functionsAndreas Fritiofson1-52/+52
2015-12-29arm_adi_v5: Split ahbap_debugport_initAndreas Fritiofson1-3/+9
2015-12-29arm_adi_v5: Change mem_ap calls to take pointer to AP and not DAPAndreas Fritiofson1-69/+55
2015-12-29arm_adi_v5: Convert the AP references from numbers to pointersAndreas Fritiofson1-57/+57
2015-12-29cortex_m: Discover the AP to use, just like Cortex-AAndreas Fritiofson1-0/+7
2015-12-29target/arm: Remove usage of struct arm_jtag in ARMv7 targetsAndreas Fritiofson1-10/+1
2015-12-29arm_debug: Support multiple APs per DAP and remove DAP from armv7* structsPatrick Stewart1-12/+17
2015-12-29cortex_m: Select an AP when accessing the DAPPatrick Stewart1-55/+63
2015-11-03cortex_m: dwt_num_comp should be set to zero in cortex_m_dwt_free()Tomas Vanek1-0/+1
2015-10-30Cortex-M: Detect Flash Patch Revision and implement Rev. 2 handling.Uwe Bonnes1-3/+14
2015-09-30armv7m: Fix memory leak in register caching.Marc Schink1-1/+8
2015-04-14target/arm_adi_v5, cortex_m: retry ahbap_debugport_init few times in case of ...Paul Fertser1-0/+11
2015-03-25target/adi_v5_swd, cortex_m: properly handle more cases requiring reconnectPaul Fertser1-16/+9
2015-03-25armv7m: add generic trace support (TPIU, ITM, etc.)Paul Fertser1-0/+13
2015-03-09server, target, cortex_m: add deinit_target to the API to free resourcesPaul Fertser1-0/+10
2015-03-09target/cortex_m: do not leak memory on reexaminationPaul Fertser1-0/+24
2015-03-09armv7m: do not access FPU registers when not presentPaul Fertser1-0/+11
2015-03-09armv7m: add FPU registers supportPaul Fertser1-0/+46