summaryrefslogtreecommitdiff
path: root/src/target/cortex_m3.c
Commit message (Expand)AuthorAgeFilesLines
...
* armv7m_common_t -> struct armv7m_commonZachary T Welch2009-11-131-12/+12
* swjdp_common_t -> struct swjdp_commonZachary T Welch2009-11-131-21/+21
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-131-1/+1
* add CMD_NAME macro for command handlersZachary T Welch2009-11-131-1/+1
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-9/+3
* change argv to args in command handlersZachary T Welch2009-11-111-5/+5
* Revert "target: add target->type->has_mmu fn"David Brownell2009-11-091-7/+0
* Cortex-M3: fix (debug) message priorityDavid Brownell2009-11-081-1/+1
* Cortex-M3: use the new inheritance/nesting schemeDavid Brownell2009-11-051-104/+88
* Improve cortex_m3 command argument parsing.Zachary T Welch2009-11-051-6/+2
* watchpoint_add() cleanupDavid Brownell2009-11-051-1/+1
* Cortex-M3: expose most DWT registersDavid Brownell2009-11-051-21/+142
* Cortex-M3: minor cleanupDavid Brownell2009-11-051-10/+4
* Cortex-M3: DWT cleanup/fixesDavid Brownell2009-11-051-56/+115
* target: add target->type->has_mmu fn.Øyvind Harboe2009-11-051-0/+7
* target: remove unused interface fn that clutters codeØyvind Harboe2009-11-051-6/+0
* debug interface: get rid of unused pre_debug fnØyvind Harboe2009-11-051-3/+0
* Cortex-M3: remove exports and forward declsDavid Brownell2009-10-281-161/+144
* - fix a regression when using cortex_m3 emulated dcc channelntfreak2009-09-011-10/+19
* David Brownell <david-b@pacbell.net> Tweak disassembly commands:oharboe2009-08-251-12/+16
* David Brownell <david-b@pacbell.net> Clean up some Cortex-M3 reset handling.oharboe2009-08-191-17/+39
* David Brownell <david-b@pacbell.net> Add "cortex_m3 vector_catch" command and...oharboe2009-08-181-3/+78
* David Brownell <david-b@pacbell.net>:ntfreak2009-07-211-44/+59
* David Brownell <david-b@pacbell.net>:ntfreak2009-07-211-30/+17
* Magnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe <oyvind.harboe@zylin.com>, ...zwelch2009-07-161-18/+31
* David Brownell <david-b@pacbell.net>:zwelch2009-07-151-2/+51
* Magnus Lundin Thc cortex_m3_poll function does not identify that a target is...oharboe2009-07-121-9/+12
* Refactor code, create target_state_name()duane2009-06-281-5/+5
* Add Breakpoint/Watchpoint unique ID to help debug hardware debug register lea...duane2009-06-271-6/+30
* Remove whitespace that occurs before ')'.zwelch2009-06-231-12/+12
* Remove whitespace that occurs after '('.zwelch2009-06-231-5/+5
* - Fixes '[|]' whitespacezwelch2009-06-231-4/+4
* - Fixes '=' whitespacezwelch2009-06-231-4/+4
* - Fixes '<<' whitespacezwelch2009-06-231-2/+2
* - Fixes '!=' whitespacezwelch2009-06-231-1/+1
* - Replace 'while(' with 'while ('.zwelch2009-06-231-2/+2
* - Replace 'if(' with 'if ('.zwelch2009-06-231-4/+4
* C99 printf() -Werror fixesduane2009-06-211-21/+21
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-181-35/+35
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-1/+1
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-24/+24
* Encapsulate jtag_reset_config using accessors:zwelch2009-06-091-1/+2
* Encapsulate the jtag_trst and jtag_srst variables:zwelch2009-06-091-1/+1
* - add support for different TAR autotincrement sizes as per ARM ADI spec.ntfreak2009-06-041-0/+1
* - change signature for adi_jtag_dp_scan and adi_jtag_dp_scan_u32 to use swjdp...ntfreak2009-06-021-1/+9
* David Brownell <david-b@pacbell.net>:zwelch2009-06-011-179/+179
* Final step in isolating target_type_s structure:zwelch2009-05-311-1/+1
* First step in hiding target_type_s from public interface:zwelch2009-05-311-0/+1
* Add wrappers for target->type->examined:zwelch2009-05-311-3/+3
* Add target_write_memory wrapper:zwelch2009-05-311-3/+3