1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-07-03 01:15:27 +03:00
ben-wpan/tools
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
..
atrf-id tools: atrf-id option -s to retrieve driver spec, with necessary infrastructure 2011-04-20 08:58:17 -03:00
atrf-path atrf-path/gui.c: indicate status not only with color but also with shape 2011-04-13 21:32:02 -03:00
atrf-proxy tools: atrf-id option -s to retrieve driver spec, with necessary infrastructure 2011-04-20 08:58:17 -03:00
atrf-reset tools/: added option -d driver[:arg] to all tools 2011-04-10 07:28:27 -03:00
atrf-rssi - atrf-rssi.c (gui): moved system-dependent definition to gui.h 2011-04-12 22:47:18 -03:00
atrf-trim atrf-trim.c (main): passing the trim value is not a usage error 2011-04-10 19:55:47 -03:00
atrf-txrx atrf-txrx.c (receive_message, receive_pcap): also ignore IRQ_AMI 2011-04-19 06:59:19 -03:00
atrf-xmit atrf-xmit.c (usage): the "packets" argument is optional 2011-04-19 15:10:17 -03:00
atrf-xtal tools/atrf-xtal/Makefile (clean, spotless): also clean up if target is the host 2011-04-20 01:02:43 -03:00
include tools: atrf-id option -s to retrieve driver spec, with necessary infrastructure 2011-04-20 08:58:17 -03:00
lib tools: atrf-id option -s to retrieve driver spec, with necessary infrastructure 2011-04-20 08:58:17 -03:00
Makefile tools/Makefile (upload): copy tools to /usr/bin instead of $HOME 2011-04-20 01:04:53 -03:00
Makefile.common tools/Makefile.common: offer LDLIBS_$(TARGET) twice (hack - needs more study) 2011-03-03 23:17:32 -03:00