1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-07-07 22:32:20 +03:00
ben-wpan/tools
Werner Almesberger fc1ad9fffd tools/lib: atusb can now be selected by bus/device or by bus-port path
Examples:

  usb:1/6	select logical device 6 on bus 1
  usb:1-3.1.4	starting at bus 1, choose ports 3, 1, and 4

- usbopen.c (initialize, open_usb): moved libusb initialization to
  separate function, to allow for sharing
- usbopen.h (restrict_usb_path), usbopen.c (restricted_path, open_usb,
  restrict_usb_dev, restrict_usb_by_dev, read_num, restrict_usb_by_port,
  restrict_usb_path): added mechanism to restrict USB path
- atusb.c (atusb_open): if an argument is given, call restrict_usb_path
  with it
2011-04-10 09:51:30 -03:00
..
atrf-id tools/: added option -d driver[:arg] to all tools 2011-04-10 07:28:27 -03:00
atrf-reset tools/: added option -d driver[:arg] to all tools 2011-04-10 07:28:27 -03:00
atrf-rssi tools/: added option -d driver[:arg] to all tools 2011-04-10 07:28:27 -03:00
atrf-trim tools/: added option -d driver[:arg] to all tools 2011-04-10 07:28:27 -03:00
atrf-txrx tools/: added option -d driver[:arg] to all tools 2011-04-10 07:28:27 -03:00
atrf-xtal tools/: cleaned up the gross layering violation in atrf-xtal/atben.c 2011-04-10 07:28:27 -03:00
include tools/: cleaned up the gross layering violation in atrf-xtal/atben.c 2011-04-10 07:28:27 -03:00
lib tools/lib: atusb can now be selected by bus/device or by bus-port path 2011-04-10 09:51:30 -03:00
Makefile tools/atrf-xtal: new utility to measure the crystal frequency 2011-04-03 22:50:19 -03:00
Makefile.common tools/Makefile.common: offer LDLIBS_$(TARGET) twice (hack - needs more study) 2011-03-03 23:17:32 -03:00