1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-07-05 05:25:26 +03:00
ben-wpan/tools/lib
Werner Almesberger 2961482cac tools: atrf-id option -s to retrieve driver spec, with necessary infrastructure
- include/atrf.h (atrf_driver_spec), lib/atrf.c (atrf_driver_spec):
  new function to retrieve the local or remote/final driver spec
- lib/atrf.c (struct atrf_dsc, atrf_open, atrf_close): record the local
  driver spec
- lib/driver.h (struct atrf_driver): new driver function "driver_spec"
  to retrieve the driver spec
- lib/atnet.c (struct atnet_dsc, atnet_open, atnet_close): maintain a
  cache for the driver spec
- lib/atnet.c (atnet_driver_spec, atnet_driver): added support for the
  "driver_spec" function
- atrf-proxy/PROTOCOL, atrf-proxy/atrf-proxy.c (cmd_zero): added command
  SPEC to retrieve the (final) driver spec
- atrf-id/atrf-id.c (usage, main): added option -s to retrieve the
  driver spec. One -s retrieves the local spec, -s -s the remote/final.
2011-04-20 08:58:17 -03:00
..
atben.c tools/: cleaned up the gross layering violation in atrf-xtal/atben.c 2011-04-10 07:28:27 -03:00
atnet.c tools: atrf-id option -s to retrieve driver spec, with necessary infrastructure 2011-04-20 08:58:17 -03:00
atrf.c tools: atrf-id option -s to retrieve driver spec, with necessary infrastructure 2011-04-20 08:58:17 -03:00
atusb.c tools/lib/atusb.c: eliminated global variable to allow for multiple sessions 2011-04-12 09:22:40 -03:00
cwtest.c libatrf: cw test mode can now be resumed, with lower overhead (231 only) 2011-04-13 12:17:02 -03:00
driver.h tools: atrf-id option -s to retrieve driver spec, with necessary infrastructure 2011-04-20 08:58:17 -03:00
Makefile tools/lib/: added network proxy-based driver (in progress) 2011-04-10 19:55:48 -03:00
misctxrx.c xxx 2011-04-12 19:17:43 -03:00
netio.c tools/: added network (TCP) I/O helper functions 2011-04-10 17:28:09 -03:00
usbopen.c tools/lib/: added mechanism to remove USB restrictions (enabling multiple sessions) 2011-04-10 10:55:49 -03:00
usbopen.h tools/lib/: added mechanism to remove USB restrictions (enabling multiple sessions) 2011-04-10 10:55:49 -03:00