summaryrefslogtreecommitdiff
path: root/src/target/armv7m.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - added patch to solve problem with AT91SAM9260 (dirty register)mifi2008-02-061-1/+1
* - add verify_image commandntfreak2007-10-221-0/+80
* - flash autoerase <on|off> cmd added, default is off - flash banks are calcul...ntfreak2007-10-011-1/+1
* - Fixed display of sector sizes in flash.cmlu2007-09-101-27/+28
* - corrected stm32x_handle_options_write_command, incorrect options printedntfreak2007-07-261-13/+12
* - ST STM32x cortex support addedntfreak2007-06-241-33/+23
* - merged support for Cortex-M3 from cortex-m3 branch (thanks to Magnus Lundin)drath2007-06-141-0/+590