aboutsummaryrefslogtreecommitdiff
path: root/src/target/cortex_m.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-11cortex_m: Use the correct method to access registersAndreas Fritiofson1-4/+10
2014-09-29cortex_m.c: Use two byte breakpoint for 32bit Thumb-2 requestJon Burgess1-0/+5
2014-09-15cortex_m: Check return value from cortex_m_dcc_read.Andreas Fritiofson1-8/+13
2014-06-28Add error handling and remove double readout.Mathias K1-10/+7
2014-06-28cortex_m: Do additional initialization during resetAndrey Smirnov1-0/+13
2014-01-19cortexm: use Cortex-M rather than cortex-m3 for dwt registersSpencer Oliver1-1/+1
2014-01-11cortex_m: Avoid unnecessary saving and restoring of DCRDRAndreas Fritiofson1-54/+37
2014-01-11cortex_m: Fix possible endianness problem in emulated DCC channelAndreas Fritiofson1-13/+16
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser1-4/+4
2013-10-29cortex_m: set fpb_enabled on enabling fpbSpencer Oliver1-3/+29
2013-10-10cortex_m: target implementation renames cortex_m3 to cortex_mSpencer Oliver1-300/+297
2013-10-02cortex_m: Call mem_ap_read/write directlyAndreas Fritiofson1-33/+2
2013-10-02cortex_m: mem_ap access functions take number of bytes, not wordsAndreas Fritiofson1-2/+2
2013-09-21armv7m: remove gdb register hacksSpencer Oliver1-33/+1
2013-09-08armv7m: use consistent arm.cpsr memberSpencer Oliver1-2/+2
2013-07-26cortex_m: change cmd output to use cortex_m rather than cortex_m3Spencer Oliver1-3/+3
2013-07-01cortex_m: deprecate soft_reset_haltSpencer Oliver1-0/+6
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-06-03cortex_m: print 'Cortex-M' rather than 'Cortex-M3'Spencer Oliver1-3/+3
2013-05-29cortex_m, hla_target: do not try asserting SRST if it's not presentPaul Fertser1-1/+2
2013-04-28target: rename cortex_m3 to cortex_mSpencer Oliver1-3/+4
2013-04-28cortex_m: remove old target breakpoints/watchpointsSpencer Oliver1-0/+6
2013-03-15target: Add default implementation of bulk_write_memoryAndreas Fritiofson1-7/+0
2013-03-15cortex_a : optimize apb read/write access.Evan Hunter1-2/+2
2013-02-02armv7m: use generic arm read/write_core_regSpencer Oliver1-2/+3
2013-02-02armv7m: use generic register core_cacheSpencer Oliver1-13/+13