summaryrefslogtreecommitdiff
path: root/src/target/cortex_m3.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - added new device to luminary flash driverntfreak2008-04-301-4/+32
* - updated cortex_m3 docs regarding luminary reset behaviourntfreak2008-04-291-1/+1
* - add cortex_m3 variant luminary to fix reset issue with asserting SRSTntfreak2008-04-281-3/+25
* - added ARMV7_GDB_HACKS define to armv7m.h, enabling all gdb hacks to be enab...ntfreak2008-04-261-15/+33
* Edwin Olsen: improves breakpoint handling on cortex-m3 parts. Specifically, t...oharboe2008-04-171-2/+17
* fix SEGFAULT regression in cortex after TRST fixesoharboe2008-04-161-3/+17
* TRST is asserted *before* target->type->assert_reset() is invoked. Removed ol...oharboe2008-04-141-8/+0
* allows launching OpenOCD w/telnet+gdb server w/theoharboe2008-04-131-0/+2
* - single core context used, removed debug context as thought unnecessary.ntfreak2008-04-101-119/+86
* - reverted some of the changes that possibly broke arm926ejs. Waitingoharboe2008-04-041-1/+1
* - Work on fixing erase check. Many implementations are plain broken.oharboe2008-04-031-10/+16
* TAP_SD/SI are now forbidden end states.oharboe2008-03-261-38/+13
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-65/+65
* - changed jtag_add_reset errors to warningsntfreak2008-03-221-8/+11
* - armv7m control register now set as dirty when switching contextntfreak2008-03-211-10/+10
* - 16 and 32 bit unaligned accesses supportedntfreak2008-03-111-34/+16
* - Improves error handling upon GDB connectoharboe2008-03-071-1/+1
* I fixed all the targets even thoughoharboe2008-03-031-0/+1
* Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe2008-03-021-3/+3
* - fix bug with emulated cortex_m3 dcc channelntfreak2008-02-291-3/+8
* Uwe Hermann: oharboe2008-02-291-0/+1
* - fixed target->type->poll() return valueoharboe2008-02-241-6/+6
* - added patch to solve problem with AT91SAM9260 (dirty register)mifi2008-02-061-6/+6
* - add support for cortex_m3 target_request debugmsgsntfreak2008-01-171-7/+86
* - reset_run now works as expected on cortex-m3ntfreak2007-11-211-6/+28
* - add verify_image commandntfreak2007-10-221-1/+2
* - Fixed display of sector sizes in flash.cmlu2007-09-101-47/+47
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-101-0/+2
* - corrected stm32x_handle_options_write_command, incorrect options printedntfreak2007-07-261-26/+43
* - ST STM32x cortex support addedntfreak2007-06-241-144/+113
* - merged support for Cortex-M3 from cortex-m3 branch (thanks to Magnus Lundin)drath2007-06-141-0/+1413