aboutsummaryrefslogtreecommitdiff
path: root/src/target/cortex_m3.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch1-35/+35
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-1/+1
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-24/+24
2009-06-09Encapsulate jtag_reset_config using accessors:zwelch1-1/+2
2009-06-09Encapsulate the jtag_trst and jtag_srst variables:zwelch1-1/+1
2009-06-04- add support for different TAR autotincrement sizes as per ARM ADI spec.ntfreak1-0/+1
2009-06-02- change signature for adi_jtag_dp_scan and adi_jtag_dp_scan_u32 to use swjdp...ntfreak1-1/+9
2009-06-01David Brownell <david-b@pacbell.net>:zwelch1-179/+179
2009-05-31Final step in isolating target_type_s structure:zwelch1-1/+1
2009-05-31First step in hiding target_type_s from public interface:zwelch1-0/+1
2009-05-31Add wrappers for target->type->examined:zwelch1-3/+3
2009-05-31Add target_write_memory wrapper:zwelch1-3/+3
2009-05-31Add target_read_memory wrapper:zwelch1-1/+1
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch1-11/+0
2009-04-27Changed armv7m and cortexm3 to use nev arm_adi_v5 instead of cortex_swjdp.mlu1-85/+132
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe1-1/+1
2009-03-16- fix issue with cortex_m3 reset run. Thanks Perry Hungntfreak1-1/+9
2008-12-13- remove target specific variant and use target->variant memberntfreak1-13/+4
2008-12-12- check cortex_m3 FPB is enabled when setting hardware breakpointntfreak1-1/+8
2008-11-30jtag newtap change & huge manual updateduane1-3/+3
2008-11-21- add new cortex_m3 maskisr cmdntfreak1-0/+39
2008-11-20- preserve cortex_m3 C_MASKINTS during resume/stepntfreak1-42/+58
2008-11-14- stops multiple calls to examine from allocating the breakpoint arraysntfreak1-40/+43
2008-11-02Rick Altherr <kc8apf@kc8apf.net> - In cortex_m3_resume if debug_execution is...oharboe1-0/+5
2008-10-15Laurentiu Cocanu - memory read/write and exit() error path fixesoharboe1-4/+18
2008-09-27- convert spaces to tabs in at91sam7.[ch]ntfreak1-31/+29
2008-09-26 I do not know why this is necessary, but it fixes strange effectsoharboe1-1/+8
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-8/+3
2008-09-01Duane Ellis: "target as an [tcl] object" feature.oharboe1-21/+14
2008-08-24duan ellis target tcl work in progressoharboe1-6/+11
2008-08-19switch to alive_sleep() to avoid gdb timeoutsoharboe1-1/+1
2008-08-05Duane Ellis: fix warningsoharboe1-2/+2
2008-08-05define resetting the target into the halted or runningoharboe1-0/+7
2008-08-05moves handling of problems with resetting into the halted stateoharboe1-2/+2
2008-07-21- jtag_khz/speed are now single parameter only. These are usedoharboe1-1/+1
2008-06-16- removed duplicate cortex_m3_register_commandsntfreak1-3/+0
2008-05-27- moved flash erase_check target code to target.cntfreak1-0/+1
2008-04-30now compiles again.oharboe1-4/+4
2008-04-30- added new device to luminary flash driverntfreak1-4/+32
2008-04-29- updated cortex_m3 docs regarding luminary reset behaviourntfreak1-1/+1
2008-04-28- add cortex_m3 variant luminary to fix reset issue with asserting SRSTntfreak1-3/+25
2008-04-26- added ARMV7_GDB_HACKS define to armv7m.h, enabling all gdb hacks to be enab...ntfreak1-15/+33
2008-04-17Edwin Olsen: improves breakpoint handling on cortex-m3 parts. Specifically, t...oharboe1-2/+17
2008-04-16fix SEGFAULT regression in cortex after TRST fixesoharboe1-3/+17
2008-04-14TRST is asserted *before* target->type->assert_reset() is invoked. Removed ol...oharboe1-8/+0
2008-04-13allows launching OpenOCD w/telnet+gdb server w/theoharboe1-0/+2
2008-04-10- single core context used, removed debug context as thought unnecessary.ntfreak1-119/+86
2008-04-04- reverted some of the changes that possibly broke arm926ejs. Waitingoharboe1-1/+1
2008-04-03- Work on fixing erase check. Many implementations are plain broken.oharboe1-10/+16
2008-03-26TAP_SD/SI are now forbidden end states.oharboe1-38/+13