aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv7m.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-23- Replace 'if(' with 'if ('.zwelch1-3/+3
2009-06-21C99 printf() -Werror fixesduane1-8/+8
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch1-18/+18
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-6/+6
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-4/+4
2009-06-02- change signature for adi_jtag_dp_scan and adi_jtag_dp_scan_u32 to use swjdp...ntfreak1-4/+24
2009-05-31Add target_run_algorithm wrapper:zwelch1-2/+2
2009-05-11Audit and eliminate redundant #include directives in arm target files.zwelch1-10/+1
2009-05-06Change reg_s value field from u8 * to void *; it must always be cast.zwelch1-1/+1
2009-04-27Added dap baseaddr and dap apid commandsmlu1-4/+75
2009-04-27Changed armv7m and cortexm3 to use nev arm_adi_v5 instead of cortex_swjdp.mlu1-0/+48
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe1-2/+2
2009-04-03Slight improvement in run_algorithm register restore.mlu1-4/+9
2008-11-20- preserve cortex_m3 C_MASKINTS during resume/stepntfreak1-3/+2
2008-11-06- remove build warningsntfreak1-1/+0
2008-11-02Øyvind Harboe and Rick Altherr <kc8apf@kc8apf.net> - handle failed run algor...oharboe1-32/+42
2008-10-14- remove build warningsntfreak1-6/+6
2008-10-14Laurentiu Cocanu - more error handling fixesoharboe1-6/+21
2008-10-13hontor <hontor@126.com> - ARMV7_GDB_HACKS compilation error fixoharboe1-86/+88
2008-10-07Fixes SEGFAULT when setting registers from GDB.oharboe1-20/+4
2008-10-07fixed crash in dummy register handlingoharboe1-0/+26
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-0/+3
2008-08-24duan ellis target tcl work in progressoharboe1-1/+1
2008-08-20fix BUG: keep_alive() error messagesoharboe1-20/+15
2008-05-27- moved flash erase_check target code to target.cntfreak1-0/+60
2008-04-26- added ARMV7_GDB_HACKS define to armv7m.h, enabling all gdb hacks to be enab...ntfreak1-1/+17
2008-04-11Reset wip. Just adding hooks. This is just to reduce the size of the actual c...oharboe1-5/+5
2008-04-10- single core context used, removed debug context as thought unnecessary.ntfreak1-123/+45
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-18/+18
2008-03-22- gdb server was incorrectly sending null terminator on qXfer:features:read: ...ntfreak1-7/+19
2008-03-21- armv7m control register now set as dirty when switching contextntfreak1-12/+4
2008-03-11- 16 and 32 bit unaligned accesses supportedntfreak1-4/+4
2008-03-10- the jtag chain is examined and validated after GDB & telnet serversoharboe1-6/+0
2008-03-07- Improves error handling upon GDB connectoharboe1-0/+1
2008-03-02Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe1-4/+6
2008-02-29Uwe Hermann: oharboe1-0/+1
2008-02-25Michael Bruck spotted an omission in svn 322oharboe1-3/+2
2008-02-06- added patch to solve problem with AT91SAM9260 (dirty register)mifi1-1/+1
2007-10-22- add verify_image commandntfreak1-0/+80
2007-10-01- flash autoerase <on|off> cmd added, default is off - flash banks are calcul...ntfreak1-1/+1
2007-09-10- Fixed display of sector sizes in flash.cmlu1-27/+28
2007-07-26- corrected stm32x_handle_options_write_command, incorrect options printedntfreak1-13/+12
2007-06-24- ST STM32x cortex support addedntfreak1-33/+23
2007-06-14- merged support for Cortex-M3 from cortex-m3 branch (thanks to Magnus Lundin)drath1-0/+590