examples: New board_usb
authorMichel Pollet <buserror@gmail.com>
Mon, 27 Feb 2012 14:21:16 +0000 (14:21 +0000)
committerMichel Pollet <buserror@gmail.com>
Mon, 27 Feb 2012 14:21:16 +0000 (14:21 +0000)
commit29eb6c991c55fcc27ddc4c12b720d9f25ff3a5b2
tree22a9e42b686837b8a8d5c7bd97c4067956f21026
parentdfcf0504eb78f2d88e72ed772d4789b5f9f97247
examples: New board_usb

Automaticaly tries to build the vhci libraries
TODO: Make the whole simavr build work even if the vhci
      compile fails, or is not linux

By: Torbjorn Tyridal <ttyridal@gmail.com>
Signed-off-by: Michel Pollet <buserror@gmail.com>
examples/board_usb/.gitignore [new file with mode: 0644]
examples/board_usb/Makefile [new file with mode: 0644]
examples/board_usb/README [new file with mode: 0644]
examples/board_usb/at90usb162_cdc_loopback.c [new file with mode: 0644]
examples/board_usb/at90usb162_cdc_loopback.h [new file with mode: 0644]
examples/board_usb/simusb.c [new file with mode: 0644]