aboutsummaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)AuthorFilesLines
2011-02-04stm32x: add support for STM32F20xØyvind Harboe1-0/+63
ready for wider testing and comments on basic erase + programming. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
2011-01-19stellaris: automatically generate and update device IDsEric Wetzel1-0/+91
Added a Perl script to contrib that uses the header files in StellarisWare complete Firmware Development Package provided by TI/Luminary to generate a new list of device IDs Used Perl script and revision 6734 of TI/Luminary StellarisWare to update device IDs
2011-01-09present CM3 Trace agendaDavid Brownell2-0/+509
2011-01-06loader: update loader src for armv7-m archSpencer Oliver2-4/+6
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
2011-01-06Add the contrib file for the armv7m archJonathan Dumaresq1-0/+79
Signed-off-by: Jonathan Dumaresq <jdumaresq@cimeq.qc.ca>
2010-12-23stm32: add dual flash bank supportSpencer Oliver1-2/+3
This patch adds the initial dual flash bank support for devices such as the stm32xl family. Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
2010-12-23contrib: change stm32 flash loader extensionSpencer Oliver1-0/+0
As the stm32 flash loader now uses the preprocessor change extension so that it used by default. Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
2010-12-18Add support for Hilscher netX controllersMichael Trensch1-0/+3
2010-12-10contrib: add source to the cfi flash loadersSpencer Oliver7-0/+462
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
2010-12-10contrib: make sure loaders use correct archSpencer Oliver4-0/+6
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
2010-11-15Add comments and tiny improvements to STM32 flash loader algorithmFreddie Chopin1-18/+22
Add comments to assembly flash loader for STM32. Add tiny improvement in size of the algorithm (40 vs 48 bytes) and tiny speed improvement (~1.5%, as time is wasted on waiting for end of operation anyway). Signed-off-by: Freddie Chopin <freddie_chopin@op.pl>
2010-10-28contrib: add ram loader src codeSpencer Oliver9-0/+589
Add src code for ram loaders to contrib directory. Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
2010-01-05update udev rules for new udev versionJohannes Stezenbach1-20/+28
New versions of udev (148+) emit the following warnings: udevd[425]: BUS= will be removed in a future udev version, please use SUBSYSTEM= to match the event device, or SUBSYSTEMS= to match a parent device, in /lib/udev/rules.d/60-openocd.rules:1 udevd[425]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /lib/udev/rules.d/60-openocd.rules:4 udevd[425]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /lib/udev/rules.d/60-openocd.rules:7 ... See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560141 [dbrownell@users.sourceforge.net: add IDs for Stellaris ICDI, Olimex Tiny-H] Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2009-10-13Cleanup: nuke trailling whitespacesYauheni Kaliuta2-5/+5
Signed-off-by: Yauheni Kaliuta <y.kaliuta@gmail.com>
2009-07-12Xiaofan Chen <xiaofanc@gmail.com> retire obsolete patch. OpenOCD only ↵oharboe2-27/+0
supports 0.14 and newer and the patch was for 0.14. git-svn-id: svn://svn.berlios.de/openocd/trunk@2511 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-04-30Uwe Hermann <uwe@hermann-uwe.de>: Make ICEbear look like other targetszwelch1-3/+3
git-svn-id: svn://svn.berlios.de/openocd/trunk@1584 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-04-29Add udev rules for USB ICEbear interface.zwelch1-0/+4
git-svn-id: svn://svn.berlios.de/openocd/trunk@1570 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-04-28eol-style nativeoharboe1-56/+56
git-svn-id: svn://svn.berlios.de/openocd/trunk@1550 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-04-24Uwe Hermann <uwe@hermann-uwe.de> Update udev fileoharboe1-28/+56
git-svn-id: svn://svn.berlios.de/openocd/trunk@1522 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-03-08Patch from Dimitar Dimitrov adding support for Olimex ARM-JTAG-EWduane1-0/+3
git-svn-id: svn://svn.berlios.de/openocd/trunk@1402 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-01-21Add udev rules to contrib. Courtesy of Uwe Hermann <uwe@hermann-uwe.de>kc8apf1-0/+25
git-svn-id: svn://svn.berlios.de/openocd/trunk@1354 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2008-12-02Kees Jongenburger <kees.jongenburger@gmail.com> - now compilesoharboe1-6/+6
git-svn-id: svn://svn.berlios.de/openocd/trunk@1201 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2008-10-08- remove build warnings from mips_m4k.c and arm11.cntfreak1-23/+23
- reformat whitespace arm11.c[ch] - add missing svn props from mips32_dmaacc.[ch] git-svn-id: svn://svn.berlios.de/openocd/trunk@1032 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2008-10-08Signed-off-by: Frederik Kriewitz <frederik@kriewitz.eu> libdcc bugfixes + ↵oharboe4-47/+84
trace point function git-svn-id: svn://svn.berlios.de/openocd/trunk@1028 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2008-05-02- added info about libftdi support under win32ntfreak2-0/+27
git-svn-id: svn://svn.berlios.de/openocd/trunk@638 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2008-03-01- contrib directory addedntfreak4-0/+232
- libdcc added as example for dcc comms with openocd target_request debugmsgs git-svn-id: svn://svn.berlios.de/openocd/trunk@426 b42882b7-edfa-0310-969c-e2dbd0fdcd60