aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-04-30lpc2148 fixes from Edgar Grimbergoharboe3-2/+4
2008-04-30- added new device to luminary flash driverntfreak2-6/+67
2008-04-30Edgar's naming convention fixes.oharboe2-7/+12
2008-04-30Edgar's added support for printing jtag_khzoharboe2-26/+46
2008-04-29- stm32x default to 128k if flash size failed.ntfreak1-1/+6
2008-04-29Edgar Grimberg added a new rule for target scripts. Flash + verify must succeed.oharboe1-0/+6
2008-04-29- updated cortex_m3 docs regarding luminary reset behaviourntfreak3-3/+3
2008-04-28- add cortex_m3 variant luminary to fix reset issue with asserting SRSTntfreak4-6/+34
2008-04-26- added ARMV7_GDB_HACKS define to armv7m.h, enabling all gdb hacks to be enab...ntfreak3-16/+55
2008-04-26- luminary flash now loader polls when finishedntfreak1-7/+3
2008-04-26set communication speedsoharboe1-0/+2
2008-04-26- incorrect ram size for lm3s811 target scriptntfreak1-2/+2
2008-04-26- change str9 flash controller to read array after a level 1 protectntfreak1-0/+7
2008-04-25make debug_level 3 useful again... the log just drowns. perhaps introduce deb...oharboe1-1/+1
2008-04-24Close dangling file handleoharboe2-7/+11
2008-04-24- added svn props for newly added filesntfreak14-1534/+1532
2008-04-23Pavel Chromy's on chip flash loaderoharboe17-1/+1539
2008-04-23- added svn props for newly added filesntfreak16-269/+269
2008-04-23Tim Hudson contributed at91sam9260 target config files + some interface defin...oharboe5-2/+60
2008-04-23regions outside flash are now read/write nocache by default. GDB 6.8 would ma...oharboe1-4/+59
2008-04-23Tim Hudson: removed setting jtag_speed directly (which should not be done).oharboe3-5/+0
2008-04-23added fast option.oharboe3-2/+22
2008-04-23Andre Renaud support for the am29sl800db CFI flash chip (id: 0x0004, 0x226b).oharboe3-0/+20
2008-04-21- added stm32 stick and luminary eval boards interface configsntfreak6-7/+38
2008-04-21- set lpc288x[ch] svn file propsntfreak2-606/+606
2008-04-20- set erase flag on sectorntfreak1-4/+6
2008-04-20Karl RobinSod <karl.robinsod@gmail.com> added lpc288x support. Some work rema...oharboe4-2/+610
2008-04-19- flash.c change stricmp to strcmpntfreak1-1/+1
2008-04-19retired auto_erase, added optional erase arg to flash write_image.oharboe1-25/+18
2008-04-18- Flash auto-erase is disabled by defaultdrath1-2/+3
2008-04-18Enabled auto erase, gdb memory map and gdb flash programming by default.oharboe2-3/+6
2008-04-18Nicolas Pitre fixed regression.oharboe1-4/+3
2008-04-17Edwin Olsen: improves breakpoint handling on cortex-m3 parts. Specifically, t...oharboe1-2/+17
2008-04-16fix for gaffe in 555 that stopped JTAG chain examine + validate from running.oharboe1-2/+2
2008-04-16- correct stm32stick config scriptntfreak1-1/+1
2008-04-16Update Embedded ICE registers explicitly during target->type->examine() insteadoharboe5-24/+10
2008-04-16Edgar Grimberg added some missing scripts from the installoharboe1-1/+1
2008-04-16fix SEGFAULT regression in cortex after TRST fixesoharboe3-7/+25
2008-04-15- sw_bkpts fails if the target is not halted. The side effect is oharboe2-27/+44
2008-04-15Added checks for target->type->read/write_memory, soft_reset_halt and run_alg...oharboe2-0/+57
2008-04-15target read/write is no longer attempted for target_xxx() functions when the ...oharboe1-4/+49
2008-04-14- added new and missing target scripts - stm32stick and str730ntfreak4-2/+66
2008-04-14retired fast_memory_access. It's always fast now.oharboe1-124/+37
2008-04-14- split str71x driver into banksntfreak10-215/+151
2008-04-14moved out stuff that wasn't already moved from openocd.pdf to the target libr...oharboe12-1/+175
2008-04-14TRST is asserted *before* target->type->assert_reset() is invoked. Removed ol...oharboe2-17/+0
2008-04-13More robust handling of unknown target state for step/continue packet.oharboe1-6/+18
2008-04-13A dummy driver to test codepath w/no contact w/target.oharboe3-2/+120
2008-04-13allows launching OpenOCD w/telnet+gdb server w/theoharboe2-0/+5
2008-04-13allows launching OpenOCD w/telnet+gdb server w/theoharboe1-11/+21