summaryrefslogtreecommitdiff
path: root/src/target/armv7m.c
Commit message (Expand)AuthorAgeFilesLines
* David Brownell <david-b@pacbell.net> oharboe2009-09-121-4/+4
* David Brownell <david-b@pacbell.net> Several of the ARMv7M registers are 8 bi...oharboe2009-08-181-29/+30
* - fix segfault introduced during cortex reg cleanupntfreak2009-08-071-2/+2
* David Brownell <david-b@pacbell.net>:ntfreak2009-07-211-3/+10
* David Brownell <david-b@pacbell.net>:ntfreak2009-07-211-56/+69
* David Brownell <david-b@pacbell.net>:ntfreak2009-07-211-20/+11
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* Magnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe <oyvind.harboe@zylin.com>, ...zwelch2009-07-161-79/+53
* Magnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe <oyvind.harboe@zylin.com>, ...zwelch2009-07-161-13/+28
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-7/+7
* Remove whitespace that occurs after '('.zwelch2009-06-231-1/+1
* - Fixes '=' whitespacezwelch2009-06-231-3/+3
* - Fixes '!=' whitespacezwelch2009-06-231-3/+3
* - Replace 'if(' with 'if ('.zwelch2009-06-231-3/+3
* C99 printf() -Werror fixesduane2009-06-211-8/+8
* Transform 'u32' to 'uint32_t' in src/target/arm*zwelch2009-06-181-18/+18
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-6/+6
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-4/+4
* - change signature for adi_jtag_dp_scan and adi_jtag_dp_scan_u32 to use swjdp...ntfreak2009-06-021-4/+24
* Add target_run_algorithm wrapper:zwelch2009-05-311-2/+2
* Audit and eliminate redundant #include directives in arm target files.zwelch2009-05-111-10/+1
* Change reg_s value field from u8 * to void *; it must always be cast.zwelch2009-05-061-1/+1
* Added dap baseaddr and dap apid commandsmlu2009-04-271-4/+75
* Changed armv7m and cortexm3 to use nev arm_adi_v5 instead of cortex_swjdp.mlu2009-04-271-0/+48
* Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2009-04-191-2/+2
* Slight improvement in run_algorithm register restore.mlu2009-04-031-4/+9
* - preserve cortex_m3 C_MASKINTS during resume/stepntfreak2008-11-201-3/+2
* - remove build warningsntfreak2008-11-061-1/+0
* Øyvind Harboe and Rick Altherr <kc8apf@kc8apf.net> - handle failed run algor...oharboe2008-11-021-32/+42
* - remove build warningsntfreak2008-10-141-6/+6
* Laurentiu Cocanu - more error handling fixesoharboe2008-10-141-6/+21
* hontor <hontor@126.com> - ARMV7_GDB_HACKS compilation error fixoharboe2008-10-131-86/+88
* Fixes SEGFAULT when setting registers from GDB.oharboe2008-10-071-20/+4
* fixed crash in dummy register handlingoharboe2008-10-071-0/+26
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-0/+3
* duan ellis target tcl work in progressoharboe2008-08-241-1/+1
* fix BUG: keep_alive() error messagesoharboe2008-08-201-20/+15
* - moved flash erase_check target code to target.cntfreak2008-05-271-0/+60
* - added ARMV7_GDB_HACKS define to armv7m.h, enabling all gdb hacks to be enab...ntfreak2008-04-261-1/+17
* Reset wip. Just adding hooks. This is just to reduce the size of the actual c...oharboe2008-04-111-5/+5
* - single core context used, removed debug context as thought unnecessary.ntfreak2008-04-101-123/+45
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-18/+18
* - gdb server was incorrectly sending null terminator on qXfer:features:read: ...ntfreak2008-03-221-7/+19
* - armv7m control register now set as dirty when switching contextntfreak2008-03-211-12/+4
* - 16 and 32 bit unaligned accesses supportedntfreak2008-03-111-4/+4
* - the jtag chain is examined and validated after GDB & telnet serversoharboe2008-03-101-6/+0
* - Improves error handling upon GDB connectoharboe2008-03-071-0/+1
* Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe2008-03-021-4/+6
* Uwe Hermann: oharboe2008-02-291-0/+1
* Michael Bruck spotted an omission in svn 322oharboe2008-02-251-3/+2