Changeset c0e1be7 in mainline for uspace/Makefile


Ignore:
Timestamp:
2010-09-09T15:26:57Z (14 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4bc309b
Parents:
9a1d8ab
Message:

Start working on virtual USB HCD

So far, the `vhcd' server simulates a very simple and stupid HC.
All transactions are queued and later executed, informing caller
about the outcome.

Simple random generator is used to make the HC less deterministic
(e.g. randomly invalidating transactions).

Even more simple application communicating with `vhcd' exists. Just
run `usb' from terminal.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r9a1d8ab rc0e1be7  
    7171        srv/hw/char/s3c24xx_uart \
    7272        srv/hw/netif/dp8390 \
     73        srv/hw/bus/usb/hcd/virtual \
    7374        srv/net/cfg \
    7475        srv/net/netif/lo \
     
    8081        srv/net/net \
    8182        srv/net/netstart \
     83        app/usb \
    8284        app/netecho \
    8385        app/nettest1 \
     
    138140ifeq ($(UARCH),amd64)
    139141        LIBS += lib/pci
     142        LIBS += lib/usb
    140143endif
    141144
    142145ifeq ($(UARCH),ia32)
    143146        LIBS += lib/pci
     147        LIBS += lib/usb
    144148endif
    145149
Note: See TracChangeset for help on using the changeset viewer.