aboutsummaryrefslogtreecommitdiff
path: root/src/target/cortex_m.c
AgeCommit message (Expand)Author
2018-04-04target/cortex_m: avoid dwt comparator overflowCody P Schafer
2018-03-30target: restructure dap supportMatthias Welwarsky
2018-01-25Use timeval helpersChristopher Head
2018-01-13hla_target: allow non-intrusive profiling on cortex-mKarl Palsson
2018-01-13cortex_m: add profiling functionSimon Schubert
2017-10-27Cortex-M: Delete an unnecessary local variableChristopher Head
2017-10-27Cortex-M: fix stale DHCSR cache valuesChristopher Head
2017-02-10target: Add 64-bit target address supportDongxue Zhang
2016-12-08cortex_m: allow setting debug ap during createMatthias Welwarsky
2016-12-08semihosting: support fileio operationSteven Stallion
2016-11-04cortex_a/r/m: fix handling of un-examined coresMatthias Welwarsky
2016-10-04cortex_m: fix autoincrement range of Cortex-M7Tomas Vanek
2016-08-10Cortex-M7 handling.Andreas Bolsch
2016-05-24Remove FSF address from GPL noticesMarc Schink
2016-05-20Fix spelling of ARM CortexAndreas Färber
2016-05-06Cortex-M7: Give user a hint about single stepping problem up to r0p1.Uwe Bonnes
2016-05-05target: improve robustness of reset commandTomas Vanek
2015-12-30target: cortex_m: fix segfault with HLAPaul Fertser
2015-12-29cortex: Set default memaccess_tck only during examineAndreas Fritiofson
2015-12-29arm_adi_v5: Remove all mem_ap_sel_* functionsAndreas Fritiofson
2015-12-29arm_adi_v5: Split ahbap_debugport_initAndreas Fritiofson
2015-12-29arm_adi_v5: Change mem_ap calls to take pointer to AP and not DAPAndreas Fritiofson
2015-12-29arm_adi_v5: Convert the AP references from numbers to pointersAndreas Fritiofson
2015-12-29cortex_m: Discover the AP to use, just like Cortex-AAndreas Fritiofson
2015-12-29target/arm: Remove usage of struct arm_jtag in ARMv7 targetsAndreas Fritiofson
2015-12-29arm_debug: Support multiple APs per DAP and remove DAP from armv7* structsPatrick Stewart
2015-12-29cortex_m: Select an AP when accessing the DAPPatrick Stewart
2015-11-03cortex_m: dwt_num_comp should be set to zero in cortex_m_dwt_free()Tomas Vanek
2015-10-30Cortex-M: Detect Flash Patch Revision and implement Rev. 2 handling.Uwe Bonnes
2015-09-30armv7m: Fix memory leak in register caching.Marc Schink
2015-04-14target/arm_adi_v5, cortex_m: retry ahbap_debugport_init few times in case of ...Paul Fertser
2015-03-25target/adi_v5_swd, cortex_m: properly handle more cases requiring reconnectPaul Fertser
2015-03-25armv7m: add generic trace support (TPIU, ITM, etc.)Paul Fertser
2015-03-09server, target, cortex_m: add deinit_target to the API to free resourcesPaul Fertser
2015-03-09target/cortex_m: do not leak memory on reexaminationPaul Fertser
2015-03-09armv7m: do not access FPU registers when not presentPaul Fertser
2015-03-09armv7m: add FPU registers supportPaul Fertser
2015-02-11cortex_m: Use the correct method to access registersAndreas Fritiofson
2014-09-29cortex_m.c: Use two byte breakpoint for 32bit Thumb-2 requestJon Burgess
2014-09-15cortex_m: Check return value from cortex_m_dcc_read.Andreas Fritiofson
2014-06-28Add error handling and remove double readout.Mathias K
2014-06-28cortex_m: Do additional initialization during resetAndrey Smirnov
2014-01-19cortexm: use Cortex-M rather than cortex-m3 for dwt registersSpencer Oliver
2014-01-11cortex_m: Avoid unnecessary saving and restoring of DCRDRAndreas Fritiofson
2014-01-11cortex_m: Fix possible endianness problem in emulated DCC channelAndreas Fritiofson
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser
2013-10-29cortex_m: set fpb_enabled on enabling fpbSpencer Oliver
2013-10-10cortex_m: target implementation renames cortex_m3 to cortex_mSpencer Oliver
2013-10-02cortex_m: Call mem_ap_read/write directlyAndreas Fritiofson
2013-10-02cortex_m: mem_ap access functions take number of bytes, not wordsAndreas Fritiofson