summaryrefslogtreecommitdiff
path: root/src/helper/startup.tcl
Commit message (Expand)AuthorAgeFilesLines
* add add_help_text command handlerZachary T Welch2009-11-201-15/+1
* improve 'help' commandZachary T Welch2009-11-201-18/+0
* factor help script command into partsZachary T Welch2009-11-201-28/+34
* split startup.tcl file across modulesZachary T Welch2009-11-181-230/+1
* ARM: "armv4_5" command prefix becomes "arm"David Brownell2009-11-161-0/+9
* wrap help commandZachary T Welch2009-11-111-9/+17
* doc updates to match "help" betterDavid Brownell2009-10-141-52/+5
* add overridable Tcl "init_reset"David Brownell2009-10-081-8/+22
* Introduced jtag_init and "jtag arp_init" to allow target scripts more control...oharboe2009-10-061-0/+10
* Start handling the (second) SRST stage of reset better:dbrownell2009-09-231-6/+11
* Remove annoying end-of-line whitespace from most src/*dbrownell2009-09-211-20/+20
* Tweak TCL reset script ... mostly improving descriptions ofdbrownell2009-09-181-12/+27
* error message upon recursive invocation of reset from reset event handlersoharboe2009-09-141-0/+22
* Dirk Behme <dirk.behme@googlemail.com> Fix typo in help text. It has to be 'p...oharboe2009-08-301-1/+1
* David Brownell <david-b@pacbell.net> start phasing out integers as target IDsoharboe2009-08-301-1/+1
* Jonas Horberg [jhorberg@sauer-danfoss.com]ntfreak2009-08-181-9/+0
* delete long retired commented out code (daemon_startup)oharboe2009-07-071-4/+0
* David Brownell <david-b@pacbell.net>:zwelch2009-06-071-5/+23
* less weird error messages for unknown commands. Check if command exists befor...oharboe2009-05-181-3/+4
* zy1000 1.49 snapshotoharboe2009-02-171-0/+8
* Rick Altherr <kc8apf@kc8apf.net> retire obsolete syntaxoharboe2008-11-271-44/+0
* execute reset init upon power restore / srst deassertoharboe2008-11-101-0/+20
* minor cleanupoharboe2008-11-101-16/+3
* fix telnet async messages. retired telnet_async command - no user serviceable...oharboe2008-11-051-15/+0
* cpu help command wipoharboe2008-11-041-1/+40
* Added telnet_async command to enable/disable asynchronousoharboe2008-10-311-0/+16
* Kees Jongenburger <kees.jongenburger@gmail.com> - fix typooharboe2008-10-271-1/+1
* - fix native mingw build if gettimeofday not defined.ntfreak2008-10-241-75/+69
* gdb_report_data_abort now ignores all target read errors, including address s...oharboe2008-10-241-8/+8
* load and verify are now synonymous to load/verify_imageoharboe2008-10-221-0/+9
* added help on production proc'soharboe2008-10-161-0/+20
* reset cleanup. Remove obsolete events that are not needed for compatibility.oharboe2008-10-141-7/+3
* Fixed gaffes in reset script handling + improved erroroharboe2008-10-131-40/+40
* Duane Ellis: added missing invocation of reset-initoharboe2008-10-011-1/+2
* Duane Ellis: target_process_reset is now implemented in tcl. This allows bett...oharboe2008-09-121-0/+87
* Duane Ellis: "target as an [tcl] object" feature.oharboe2008-09-011-8/+30
* STR912 uses RCLK if availableoharboe2008-08-251-1/+11
* very slightly improved error message for not being able to find scriptsoharboe2008-07-221-1/+1
* restart is a per-target actionoharboe2008-07-211-2/+6
* Allows config scripts to override handling of 'R'(restart) GDB packet.oharboe2008-07-211-0/+5
* - jtag_khz/speed are now single parameter only. These are usedoharboe2008-07-211-16/+4
* openocd@duaneellis.com fix naming confusion. Use ocd_ prefix for ocd API cons...oharboe2008-07-201-11/+11
* throw exception upon syntax error.oharboe2008-07-191-1/+1
* daemon_startup is now retired in favour of adding "init" and "reset halt/init...oharboe2008-07-191-0/+4
* Charles Hardin <ckhardin@gmail.com> move jim into helperoharboe2008-07-171-0/+162
99' href='#n499'>499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 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 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925