Changeset fada53f in mainline


Ignore:
Timestamp:
2013-09-12T22:02:16Z (11 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4285851
Parents:
b11f6fb
Message:

Add basic netspeed utility.

Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • .bzrignore

    rb11f6fb rfada53f  
    267267uspace/dist/srv/rfb
    268268uspace/srv/hid/rfb/rfb
     269uspace/app/netspeed/netspeed
     270uspace/dist/app/netspeed
  • boot/Makefile.common

    rb11f6fb rfada53f  
    196196        $(USPACE_PATH)/app/nettest3/nettest3 \
    197197        $(USPACE_PATH)/app/netecho/netecho \
     198        $(USPACE_PATH)/app/netspeed/netspeed \
    198199        $(USPACE_PATH)/app/nterm/nterm \
    199200        $(USPACE_PATH)/app/ping/ping \
  • uspace/Makefile

    rb11f6fb rfada53f  
    7070        app/vuhid \
    7171        app/netecho \
     72        app/netspeed \
    7273        app/nettest1 \
    7374        app/nettest2 \
Note: See TracChangeset for help on using the changeset viewer.