summaryrefslogtreecommitdiff
path: root/src/target/cortex_m3.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add target_read_memory wrapper:zwelch2009-05-311-1/+1
* Audit and eliminate redundant #include directives in other target files.zwelch2009-05-111-11/+0
* Changed armv7m and cortexm3 to use nev arm_adi_v5 instead of cortex_swjdp.mlu2009-04-271-85/+132
* Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2009-04-191-1/+1
* - fix issue with cortex_m3 reset run. Thanks Perry Hungntfreak2009-03-161-1/+9
* - remove target specific variant and use target->variant memberntfreak2008-12-131-13/+4
* - check cortex_m3 FPB is enabled when setting hardware breakpointntfreak2008-12-121-1/+8
* jtag newtap change & huge manual updateduane2008-11-301-3/+3
* - add new cortex_m3 maskisr cmdntfreak2008-11-211-0/+39
* - preserve cortex_m3 C_MASKINTS during resume/stepntfreak2008-11-201-42/+58
* - stops multiple calls to examine from allocating the breakpoint arraysntfreak2008-11-141-40/+43
* Rick Altherr <kc8apf@kc8apf.net> - In cortex_m3_resume if debug_execution is...oharboe2008-11-021-0/+5
* Laurentiu Cocanu - memory read/write and exit() error path fixesoharboe2008-10-151-4/+18
* - convert spaces to tabs in at91sam7.[ch]ntfreak2008-09-271-31/+29
* I do not know why this is necessary, but it fixes strange effectsoharboe2008-09-261-1/+8
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-8/+3
* Duane Ellis: "target as an [tcl] object" feature.oharboe2008-09-011-21/+14
* duan ellis target tcl work in progressoharboe2008-08-241-6/+11
* switch to alive_sleep() to avoid gdb timeoutsoharboe2008-08-191-1/+1
* Duane Ellis: fix warningsoharboe2008-08-051-2/+2
* define resetting the target into the halted or runningoharboe2008-08-051-0/+7
* moves handling of problems with resetting into the halted stateoharboe2008-08-051-2/+2
* - jtag_khz/speed are now single parameter only. These are usedoharboe2008-07-211-1/+1
* - removed duplicate cortex_m3_register_commandsntfreak2008-06-161-3/+0
* - moved flash erase_check target code to target.cntfreak2008-05-271-0/+1
* now compiles again.oharboe2008-04-301-4/+4