1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-10-01 13:49:47 +03:00
ben-wpan/tools
Werner Almesberger 5296fc8cf5 tools/: API change - atrf_open now requires a string argument (can be NULL)
atrf_open(NULL) maintains the old behaviour. To select a driver, use
atrf_open("name") or atrf_open("name:driver-specific-arguments")
The driver name is "ben" or "usb".

- include/atrf.h (atrf_open), lib/atrf.c (do_atrf_open, atrf_open):
  atrf_open now requires the string argument for driver selection
- atrf-id/atrf-id.c (main), atrf-reset/atrf-reset.c (main),
  atrf-rssi/atrf-rssi.c (main), atrf-trim/atrf-trim.c (main),
  atrf-txrx/atrf-txrx.c (main), atrf-xtal/atrf-xtal.c (main):
  changed atrf_open() to atrf_open(NULL)
2011-04-09 21:13:11 -03:00
..
atrf-id tools/: API change - atrf_open now requires a string argument (can be NULL) 2011-04-09 21:13:11 -03:00
atrf-reset tools/: API change - atrf_open now requires a string argument (can be NULL) 2011-04-09 21:13:11 -03:00
atrf-rssi tools/: API change - atrf_open now requires a string argument (can be NULL) 2011-04-09 21:13:11 -03:00
atrf-trim tools/: API change - atrf_open now requires a string argument (can be NULL) 2011-04-09 21:13:11 -03:00
atrf-txrx tools/: API change - atrf_open now requires a string argument (can be NULL) 2011-04-09 21:13:11 -03:00
atrf-xtal tools/: API change - atrf_open now requires a string argument (can be NULL) 2011-04-09 21:13:11 -03:00
include tools/: API change - atrf_open now requires a string argument (can be NULL) 2011-04-09 21:13:11 -03:00
lib tools/: API change - atrf_open now requires a string argument (can be NULL) 2011-04-09 21:13:11 -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