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

Subversion Repositories usb_fpga_1_11

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /usb_fpga_1_11/trunk/examples/all/debug
    from Rev 3 to Rev 5
    Reverse comparison

Rev 3 → Rev 5

/usb-fpga-1.20.brd Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream
usb-fpga-1.20.brd Property changes : Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Index: Readme =================================================================== --- Readme (revision 3) +++ Readme (revision 5) @@ -19,13 +19,13 @@ This buffer is used to buffer the message. The user should write the data to this buffer. */ -xdata BYTE debug_msg_buf[DEBUG_MSG_SIZE]; +__xdata BYTE debug_msg_buf[DEBUG_MSG_SIZE]; /* Points the the last message on message stack. This can be used to modify / update the last message */ -xdata BYTE* xdata debug_stack_ptr; +__xdata BYTE* xdata debug_stack_ptr; /* Adds the message stored in debug_msg_buf to the message stack
/usb-fpga-1.20.sch Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream
usb-fpga-1.20.sch Property changes : Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Index: debug.sh =================================================================== --- debug.sh (revision 3) +++ debug.sh (revision 5) @@ -1,3 +1,3 @@ -make -C ../../../java distclean all || exit -make distclean all || exit +#make -C ../../../java distclean all || exit +#make distclean all || exit java -cp Debug.jar Debug $@ Index: Debug.java =================================================================== --- Debug.java (revision 3) +++ Debug.java (revision 5) @@ -1,6 +1,6 @@ /*! debug -- debug helper example - Copyright (C) 2009-2010 ZTEX e.K. + Copyright (C) 2009-2011 ZTEX GmbH. http://www.ztex.de This program is free software; you can redistribute it and/or modify
/debug.c
1,6 → 1,6
/*!
debug -- debug helper example
Copyright (C) 2009-2010 ZTEX e.K.
Copyright (C) 2009-2011 ZTEX GmbH.
http://www.ztex.de
 
This program is free software; you can redistribute it and/or modify

powered by: WebSVN 2.1.0

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