summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bootstrap: by default the submodules are initializedØyvind Harboe2010-12-221-7/+10
* server: remove error value from LOG_INFOØyvind Harboe2010-12-211-1/+1
* tcl/interface/flashlink.cfg: Fix broken ST URLTormod Volden2010-12-201-1/+1
* tcl/board: Clean up STM32 EVAL boards configurationsTormod Volden2010-12-205-15/+8
* tcl/board: Fix ST URLs in stm32* eval board configuration filesTormod Volden2010-12-204-8/+8
* update IXP42x target / XBA board configMichael Schwingen2010-12-193-96/+130
* Add support for Hilscher netX controllersMichael Trensch2010-12-1815-9/+431
* script: support only Tcl commentsØyvind Harboe2010-12-181-9/+0
* TCL: fix non TCL commentsAntonio Borneo2010-12-1828-724/+724
* openocd doc: update the comments about Jim Tcl a bitØyvind Harboe2010-12-161-19/+27
* Fix for compilation failure amt_jtagaccel.cJohn Devereux2010-12-161-0/+3
* Fix for segfault in handle_nand_dump_command.Paul Richards2010-12-151-5/+5
* stm32: fix unprotectØyvind Harboe2010-12-151-4/+11
* flash: clarify protect documentationØyvind Harboe2010-12-151-3/+6
* contrib: add source to the cfi flash loadersSpencer Oliver2010-12-108-6/+475
* contrib: make sure loaders use correct archSpencer Oliver2010-12-104-0/+6
* stm32: add STM32E-EVAL external memory config scriptSpencer Oliver2010-12-101-0/+56
* cfi: disable buffer writes for M29W128GSpencer Oliver2010-12-102-5/+16
* cfi: allow optional buffer write supportSpencer Oliver2010-12-102-2/+12
* cfi: calculate correct timeoutsSpencer Oliver2010-12-102-16/+29
* cfi: prefix string hex outputSpencer Oliver2010-12-101-12/+12
* cfi: add time format to cfi query outputSpencer Oliver2010-12-101-8/+11
* cfi: whitespace and long line cleanupSpencer Oliver2010-12-101-278/+385
* Fix for segmentation fault from freed memory access in jtag_unregister_event_...Paul Richards2010-12-101-13/+9
* remove srst_pulls_trst from LPC2xxx target scriptsFreddie Chopin2010-12-096-12/+6
* build: fix build from previous commitSpencer Oliver2010-12-082-2/+2
* jtag: getting the JTAG speed can failØyvind Harboe2010-12-0811-27/+71
* svf: various improvementsAndrew Leech2010-12-071-78/+292
* lpc2478 target config: CCLK as (mandatory) parameterRolf Meeser2010-12-051-4/+7
* xscale: trace buffer remains enabled until explicitly disabledMike Dunn2010-12-042-54/+97
* Add board config for Embedded Artists LPC2478-32Rolf Meeser2010-12-041-0/+148
* Fix flash name in Hitex LPC2929 board configRolf Meeser2010-12-041-1/+1
* Fix sector layout for 504-KiB LPC2000 devicesRolf Meeser2010-12-041-4/+7
* stm32: set default soft reset configSpencer Oliver2010-12-031-0/+4
* luminary: remove unused config cmds.Spencer Oliver2010-12-035-31/+0
* cortex_m3: change cortec_m3 reset_config behaviourSpencer Oliver2010-12-032-19/+2
* config: fix luminary jtag configSpencer Oliver2010-12-021-3/+0
* rename some target scripts to be consistent with the restFreddie Chopin2010-12-023-0/+0
* profile: use 100Hz as a default sampling frequencyØyvind Harboe2010-12-011-2/+2
* lpc2900.c: Improve debug output for device probingRolf Meeser2010-12-011-1/+5
* lpc2900.c: Add support for new device LPC2926Rolf Meeser2010-12-011-1/+5
* LPC2900: Avoid false positive reprobing if first probing failsRolf Meeser2010-12-011-7/+11
* Some cosmetic fixes to the Lisa/L layout support functions.Piotr Esden-Tempski2010-11-301-5/+1
* Added support for the blinking leds on Floss-JTAG v0.3 and newer.Piotr Esden-Tempski2010-11-302-1/+58
* Updated Floss-JTAG config file to support v0.3 and newer. Also added noeeprom...Piotr Esden-Tempski2010-11-302-1/+29
* build: fix make install with jimtclSpencer Oliver2010-11-261-0/+0
* build: correct configure help messageSpencer Oliver2010-11-261-1/+1
* FLASH/NOR: Rename spearsmi.c to stmsmi.cAntonio Borneo2010-11-232-1/+1
* FLASH/NOR: rename from spearsmi to stmsmiAntonio Borneo2010-11-235-89/+90
* STR750: Add SMI interface supportAntonio Borneo2010-11-232-35/+55
a> 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867