Remove whitespace at end of lines, step 1.
[fw/openocd] / src / target / armv7m.c
2009-06-23 zwelchRemove whitespace at end of lines, step 1.
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Fixes '!=' whitespace
2009-06-23 zwelch- Replace 'if(' with 'if ('.
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target/arm*
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-06-02 ntfreak- change signature for adi_jtag_dp_scan and adi_jtag_dp...
2009-05-31 zwelchAdd target_run_algorithm wrapper:
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-06 zwelchChange reg_s value field from u8 * to void *; it must...
2009-04-27 mluAdded dap baseaddr and dap apid commands
2009-04-27 mluChanged armv7m and cortexm3 to use nev arm_adi_v5 inste...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix -Werror warnings
2009-04-03 mluSlight improvement in run_algorithm register restore.
2008-11-20 ntfreak- preserve cortex_m3 C_MASKINTS during resume/step
2008-11-06 ntfreak- remove build warnings
2008-11-02 oharboeØyvind Harboe and Rick Altherr <kc8apf@kc8apf.net>...
2008-10-14 ntfreak- remove build warnings
2008-10-14 oharboeLaurentiu Cocanu - more error handling fixes
2008-10-13 oharboehontor <hontor@126.com> - ARMV7_GDB_HACKS compilation...
2008-10-07 oharboeFixes SEGFAULT when setting registers from GDB.
2008-10-07 oharboefixed crash in dummy register handling
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-08-24 oharboeduan ellis target tcl work in progress
2008-08-20 oharboefix BUG: keep_alive() error messages
2008-05-27 ntfreak- moved flash erase_check target code to target.c
2008-04-26 ntfreak- added ARMV7_GDB_HACKS define to armv7m.h, enabling...
2008-04-11 oharboeReset wip. Just adding hooks. This is just to reduce...
2008-04-10 ntfreak- single core context used, removed debug context as...
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-22 ntfreak- gdb server was incorrectly sending null terminator...
2008-03-21 ntfreak- armv7m control register now set as dirty when switchi...
2008-03-11 ntfreak- 16 and 32 bit unaligned accesses supported
2008-03-10 oharboe- the jtag chain is examined and validated after GDB...
2008-03-07 oharboe- Improves error handling upon GDB connect
2008-03-02 oharboeUwe Hermann tightned up comments, etc. to follow OpenOC...
2008-02-29 oharboeUwe Hermann:
2008-02-25 oharboeMichael Bruck spotted an omission in svn 322
2008-02-06 mifi- added patch to solve problem with AT91SAM9260 (dirty...
2007-10-22 ntfreak- add verify_image command
2007-10-01 ntfreak- flash autoerase <on|off> cmd added, default is off...
2007-09-10 mlu- Fixed display of sector sizes in flash.c
2007-07-26 ntfreak- corrected stm32x_handle_options_write_command, incorr...
2007-06-24 ntfreak- ST STM32x cortex support added
2007-06-14 drath- merged support for Cortex-M3 from cortex-m3 branch...