summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* stm32x: add support for STM32F20xØyvind Harboe2011-02-041-0/+63
| | | | | | ready for wider testing and comments on basic erase + programming. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
* stellaris: automatically generate and update device IDsEric Wetzel2011-01-191-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
* present CM3 Trace agendaDavid Brownell2011-01-092-0/+509
|
* loader: update loader src for armv7-m archSpencer Oliver2011-01-062-4/+6
| | | | Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
* Add the contrib file for the armv7m archJonathan Dumaresq2011-01-061-0/+79
| | | | Signed-off-by: Jonathan Dumaresq <jdumaresq@cimeq.qc.ca>
* stm32: add dual flash bank supportSpencer Oliver2010-12-231-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>
* contrib: change stm32 flash loader extensionSpencer Oliver2010-12-231-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>
* Add support for Hilscher netX controllersMichael Trensch2010-12-181-0/+3
|
* contrib: add source to the cfi flash loadersSpencer Oliver2010-12-107-0/+462
| | | | Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
* contrib: make sure loaders use correct archSpencer Oliver2010-12-104-0/+6
| | | | Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
* Add comments and tiny improvements to STM32 flash loader algorithmFreddie Chopin2010-11-151-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>
* contrib: add ram loader src codeSpencer Oliver2010-10-289-0/+589
| | | | | | Add src code for ram loaders to contrib directory. Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
* update udev rules for new udev versionJohannes Stezenbach2010-01-051-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>
* Cleanup: nuke trailling whitespacesYauheni Kaliuta2009-10-132-5/+5
| | | | Signed-off-by: Yauheni Kaliuta <y.kaliuta@gmail.com>
* Xiaofan Chen <xiaofanc@gmail.com> retire obsolete patch. OpenOCD only ↵oharboe2009-07-122-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
* Uwe Hermann <uwe@hermann-uwe.de>: Make ICEbear look like other targetszwelch2009-04-301-3/+3
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@1584 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* Add udev rules for USB ICEbear interface.zwelch2009-04-291-0/+4
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@1570 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* eol-style nativeoharboe2009-04-281-56/+56
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@1550 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* Uwe Hermann <uwe@hermann-uwe.de> Update udev fileoharboe2009-04-241-28/+56
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@1522 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* Patch from Dimitar Dimitrov adding support for Olimex ARM-JTAG-EWduane2009-03-081-0/+3
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@1402 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* Add udev rules to contrib. Courtesy of Uwe Hermann <uwe@hermann-uwe.de>kc8apf2009-01-211-0/+25
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@1354 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* Kees Jongenburger <kees.jongenburger@gmail.com> - now compilesoharboe2008-12-021-6/+6
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@1201 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* - remove build warnings from mips_m4k.c and arm11.cntfreak2008-10-081-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
* Signed-off-by: Frederik Kriewitz <frederik@kriewitz.eu> libdcc bugfixes + ↵oharboe2008-10-084-47/+84
| | | | | | trace point function git-svn-id: svn://svn.berlios.de/openocd/trunk@1028 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* - added info about libftdi support under win32ntfreak2008-05-022-0/+27
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@638 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* - contrib directory addedntfreak2008-03-014-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