OpenCores
URL https://opencores.org/ocsvn/openmsp430/openmsp430/trunk

Subversion Repositories openmsp430

[/] [openmsp430/] [trunk/] [tools/] [bin/] [openmsp430-gdbproxy.tcl] - Diff between revs 198 and 210

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 198 Rev 210
Line 27... Line 27...
# 
# 
# Author(s):
# Author(s):
#             - Olivier Girard,    olgirard@gmail.com
#             - Olivier Girard,    olgirard@gmail.com
#
#
#------------------------------------------------------------------------------
#------------------------------------------------------------------------------
# $Rev: 198 $
# $Rev: 210 $
# $LastChangedBy: olivier.girard $
# $LastChangedBy: olivier.girard $
# $LastChangedDate: 2014-10-07 21:30:05 +0200 (Tue, 07 Oct 2014) $
# $LastChangedDate: 2015-11-17 10:57:08 +0100 (Tue, 17 Nov 2015) $
#------------------------------------------------------------------------------
#------------------------------------------------------------------------------
 
 
###############################################################################
###############################################################################
#                                                                             #
#                                                                             #
#                            SOURCE LIBRARIES                                 #
#                            SOURCE LIBRARIES                                 #
Line 265... Line 265...
    # Reset & Stop CPU
    # Reset & Stop CPU
    ExecutePOR_Halt 0
    ExecutePOR_Halt 0
 
 
    # Start server for GDB
    # Start server for GDB
    if {![startServer 0]} {
    if {![startServer 0]} {
 
        utils::uart_close
        exit 1
        exit 1
    }
    }
 
 
    vwait forever
    vwait forever
}
}
Line 426... Line 427...
####################################
####################################
#  CREATE THE REST                 #
#  CREATE THE REST                 #
####################################
####################################
 
 
# Exit button
# Exit button
button .menu.exit -text "Exit" -command {stopAllServers; exit 0}
button .menu.exit -text "Exit" -command {stopAllServers; utils::uart_close; exit 0}
pack   .menu.exit -side left
pack   .menu.exit -side left
 
 
# openMSP430 label
# openMSP430 label
label  .menu.omsp      -text "openMSP430 GDB proxy" -anchor center -fg "\#6a5acd" -font {-weight bold -size 14}
label  .menu.omsp      -text "openMSP430 GDB proxy" -anchor center -fg "\#6a5acd" -font {-weight bold -size 14}
pack   .menu.omsp      -side right -padx 20
pack   .menu.omsp      -side right -padx 20

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.