2009-11-16 |
David Brownell | #include "target.h" less wildly |
blob | commitdiff | raw | diff to current |
2009-11-16 |
David Brownell | target: no implicit #includes of "register.h" |
blob | commitdiff | raw | diff to current |
2009-11-16 |
David Brownell | target: don't implicitly include "algorithm.h" |
blob | commitdiff | raw | diff to current |
2009-11-16 |
David Brownell | target: don't implicitly include "breakpoint.h" |
blob | commitdiff | raw | diff to current |
2009-11-14 |
David Brownell | target: remove unused "bitfield" infrastructure |
blob | commitdiff | raw | diff to current |
2009-11-13 |
Zachary T Welch | command_t -> struct command |
blob | commitdiff | raw | diff to current |
2009-11-13 |
Zachary T Welch | command_context_t -> struct command_context |
blob | commitdiff | raw | diff to current |
2009-11-13 |
Zachary T Welch | target_t -> struct target |
blob | commitdiff | raw | diff to current |
2009-11-13 |
Zachary T Welch | reg_t -> struct reg |
blob | commitdiff | raw | diff to current |
2009-11-13 |
Zachary T Welch | working_area_t -> struct working_area |
blob | commitdiff | raw | diff to current |
2009-11-13 |
Zachary T Welch | reg_cache_t -> struct reg_cache |
blob | commitdiff | raw | diff to current |
2009-11-13 |
Zachary T Welch | armv7m_core_reg_t -> struct armv7m_core_reg |
blob | commitdiff | raw | diff to current |
2009-11-13 |
Zachary T Welch | armv7m_algorithm_t -> struct armv7m_algorithm |
blob | commitdiff | raw | diff to current |
2009-11-13 |
Zachary T Welch | armv7m_common_t -> struct armv7m_common |
blob | commitdiff | raw | diff to current |
2009-11-13 |
Zachary T Welch | swjdp_common_t -> struct swjdp_common |
blob | commitdiff | raw | diff to current |
2009-11-13 |
Zachary T Welch | reg_param_t -> struct reg_param |
blob | commitdiff | raw | diff to current |
2009-11-13 |
Zachary T Welch | mem_param_t -> struct mem_param |
blob | commitdiff | raw | diff to current |
2009-11-13 |
Zachary T Welch | arm_adi,armv7[am]: use COMMAND_HELPER for helpers |
blob | commitdiff | raw | diff to current |
2009-11-13 |
Zachary T Welch | use COMMAND_HANDLER macro to define all commands |
blob | commitdiff | raw | diff to current |
2009-11-06 |
David Brownell | Cortex-M3: use the new inheritance/nesting scheme |
blob | commitdiff | raw | diff to current |
2009-11-06 |
Zachary T Welch | Improve armv7m command argument parsing. |
blob | commitdiff | raw | diff to current |
2009-11-05 |
David Brownell | ARMv7M: add docs, remove exports |
blob | commitdiff | raw | diff to current |
2009-09-12 |
oharboe | David Brownell <david-b@pacbell.net> |
blob | commitdiff | raw | diff to current |
2009-08-18 |
oharboe | David Brownell <david-b@pacbell.net> Several of the... |
blob | commitdiff | raw | diff to current |
2009-08-07 |
ntfreak | - fix segfault introduced during cortex reg cleanup |
blob | commitdiff | raw | diff to current |
2009-07-21 |
ntfreak | David Brownell <david-b@pacbell.net>: |
blob | commitdiff | raw | diff to current |
2009-07-21 |
ntfreak | David Brownell <david-b@pacbell.net>: |
blob | commitdiff | raw | diff to current |
2009-07-21 |
ntfreak | David Brownell <david-b@pacbell.net>: |
blob | commitdiff | raw | diff to current |
2009-07-17 |
oharboe | Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8... |
blob | commitdiff | raw | diff to current |
2009-07-16 |
zwelch | Magnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe ... |
blob | commitdiff | raw | diff to current |
2009-07-16 |
zwelch | Magnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe ... |
blob | commitdiff | raw | diff to current |
2009-06-23 |
zwelch | Remove whitespace at end of lines, step 1. |
blob | commitdiff | raw | diff to current |
2009-06-23 |
zwelch | Remove whitespace that occurs after '('. |
blob | commitdiff | raw | diff to current |
2009-06-23 |
zwelch | - Fixes '=' whitespace |
blob | commitdiff | raw | diff to current |
2009-06-23 |
zwelch | - Fixes '!=' whitespace |
blob | commitdiff | raw | diff to current |
2009-06-23 |
zwelch | - Replace 'if(' with 'if ('. |
blob | commitdiff | raw | diff to current |
2009-06-21 |
duane | C99 printf() -Werror fixes |
blob | commitdiff | raw | diff to current |
2009-06-18 |
zwelch | Transform 'u32' to 'uint32_t' in src/target/arm* |
blob | commitdiff | raw | diff to current |
2009-06-18 |
zwelch | Transform 'u16' to 'uint16_t' |
blob | commitdiff | raw | diff to current |
2009-06-18 |
zwelch | Transform 'u8' to 'uint8_t' in src/target |
blob | commitdiff | raw | diff to current |
2009-06-02 |
ntfreak | - change signature for adi_jtag_dp_scan and adi_jtag_dp... |
blob | commitdiff | raw | diff to current |
2009-05-31 |
zwelch | Add target_run_algorithm wrapper: |
blob | commitdiff | raw | diff to current |
2009-05-11 |
zwelch | Audit and eliminate redundant #include directives in... |
blob | commitdiff | raw | diff to current |
2009-05-06 |
zwelch | Change reg_s value field from u8 * to void *; it must... |
blob | commitdiff | raw | diff to current |
2009-04-27 |
mlu | Added dap baseaddr and dap apid commands |
blob | commitdiff | raw | diff to current |
2009-04-27 |
mlu | Changed armv7m and cortexm3 to use nev arm_adi_v5 inste... |
blob | commitdiff | raw | diff to current |
2009-04-19 |
oharboe | Zach Welch <zw@superlucidity.net> fix -Werror warnings |
blob | commitdiff | raw | diff to current |
2009-04-03 |
mlu | Slight improvement in run_algorithm register restore. |
blob | commitdiff | raw | diff to current |
2008-11-20 |
ntfreak | - preserve cortex_m3 C_MASKINTS during resume/step |
blob | commitdiff | raw | diff to current |
2008-11-06 |
ntfreak | - remove build warnings |
blob | commitdiff | raw | diff to current |
2008-11-02 |
oharboe | Øyvind Harboe and Rick Altherr <kc8apf@kc8apf.net>... |
blob | commitdiff | raw | diff to current |
2008-10-14 |
ntfreak | - remove build warnings |
blob | commitdiff | raw | diff to current |
2008-10-14 |
oharboe | Laurentiu Cocanu - more error handling fixes |
blob | commitdiff | raw | diff to current |
2008-10-13 |
oharboe | hontor <hontor@126.com> - ARMV7_GDB_HACKS compilation... |
blob | commitdiff | raw | diff to current |
2008-10-07 |
oharboe | Fixes SEGFAULT when setting registers from GDB. |
blob | commitdiff | raw | diff to current |
2008-10-07 |
oharboe | fixed crash in dummy register handling |
blob | commitdiff | raw | diff to current |
2008-09-20 |
ntfreak | - added myself to copyright on files i remember adding... |
blob | commitdiff | raw | diff to current |
2008-08-24 |
oharboe | duan ellis target tcl work in progress |
blob | commitdiff | raw | diff to current |
2008-08-20 |
oharboe | fix BUG: keep_alive() error messages |
blob | commitdiff | raw | diff to current |
2008-05-27 |
ntfreak | - moved flash erase_check target code to target.c |
blob | commitdiff | raw | diff to current |
2008-04-26 |
ntfreak | - added ARMV7_GDB_HACKS define to armv7m.h, enabling... |
blob | commitdiff | raw | diff to current |
2008-04-11 |
oharboe | Reset wip. Just adding hooks. This is just to reduce... |
blob | commitdiff | raw | diff to current |
2008-04-10 |
ntfreak | - single core context used, removed debug context as... |
blob | commitdiff | raw | diff to current |
2008-03-25 |
ntfreak | - rename log functions to stop conflicts under win32... |
blob | commitdiff | raw | diff to current |
2008-03-22 |
ntfreak | - gdb server was incorrectly sending null terminator... |
blob | commitdiff | raw | diff to current |
2008-03-21 |
ntfreak | - armv7m control register now set as dirty when switchi... |
blob | commitdiff | raw | diff to current |
2008-03-11 |
ntfreak | - 16 and 32 bit unaligned accesses supported |
blob | commitdiff | raw | diff to current |
2008-03-10 |
oharboe | - the jtag chain is examined and validated after GDB... |
blob | commitdiff | raw | diff to current |
2008-03-07 |
oharboe | - Improves error handling upon GDB connect |
blob | commitdiff | raw | diff to current |
2008-03-02 |
oharboe | Uwe Hermann tightned up comments, etc. to follow OpenOC... |
blob | commitdiff | raw | diff to current |
2008-02-29 |
oharboe | Uwe Hermann: |
blob | commitdiff | raw | diff to current |
2008-02-25 |
oharboe | Michael Bruck spotted an omission in svn 322 |
blob | commitdiff | raw | diff to current |
2008-02-06 |
mifi | - added patch to solve problem with AT91SAM9260 (dirty... |
blob | commitdiff | raw | diff to current |
2007-10-22 |
ntfreak | - add verify_image command |
blob | commitdiff | raw | diff to current |
2007-10-01 |
ntfreak | - flash autoerase <on|off> cmd added, default is off... |
blob | commitdiff | raw | diff to current |
2007-09-10 |
mlu | - Fixed display of sector sizes in flash.c |
blob | commitdiff | raw | diff to current |
2007-07-26 |
ntfreak | - corrected stm32x_handle_options_write_command, incorr... |
blob | commitdiff | raw | diff to current |
2007-06-24 |
ntfreak | - ST STM32x cortex support added |
blob | commitdiff | raw | diff to current |
2007-06-14 |
drath | - merged support for Cortex-M3 from cortex-m3 branch... |
blob | commitdiff | raw | diff to current |
|