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

Subversion Repositories openmsp430

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /openmsp430/trunk/tools/bin
    from Rev 210 to Rev 214
    Reverse comparison

Rev 210 → Rev 214

/openmsp430-gdbproxy.tcl
630,8 → 630,15
 
wm resizable . 0 0
 
# Close the window
wm protocol . WM_DELETE_WINDOW {
if {[tk_messageBox -message "Quit?" -type yesno] eq "yes"} {
stopAllServers
utils::uart_close
exit
}
}
 
 
#####################################
# Breakpoint configuration window #
#####################################
/openmsp430-minidebug.tcl
1661,6 → 1661,15
.code.text tag config highlightBRK2_DIS -background $color(Brk2_disabled)
 
 
# Close the window
wm protocol . WM_DELETE_WINDOW {
if {[tk_messageBox -message "Quit?" -type yesno] eq "yes"} {
clearBreakpoints
utils::uart_close
exit
}
}
 
#######################################
# PERIODICALLY CHECK THE CPU STATUS #
#######################################

powered by: WebSVN 2.1.0

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