1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-07-05 02:22:21 +03:00
ben-wpan/tools/lib
Werner Almesberger c99ba2c769 atspi-txrx can now send repeatedly, cleans up on ^C, prints the power level.
if it differs by more than 0.01 dBm from the level specified
- tools/atspi-txrx/Makefile (LDLIBS): added -lm, for fabs()
- tools/atspi-txrx/atspi-txrx.c (transmit, usage, main): add optional
  command-line argument with the number of times to send the message
- tools/atspi-txrx/atspi-txrx.c (receive, transmit, die, main): return and
  clean up on ^C
- tools/tools/lib/misctxrx.c (wait_for_interrupt) return and raise SIGINT
  for the caller's signal handler on ^C
2010-09-14 17:12:03 -03:00
..
atspi.c Updated atusd driver for new hardware. Make use of the interrupt line. 2010-09-09 09:19:06 -03:00
atusb.c Added interrupt polling support for atusb. 2010-09-09 20:22:45 -03:00
atusd.c Added interrupt polling support for atusb. 2010-09-09 20:22:45 -03:00
driver.h Updated atusd driver for new hardware. Make use of the interrupt line. 2010-09-09 09:19:06 -03:00
Makefile Make wait_for_interrupt available to all atspi tools. 2010-09-09 17:42:47 -03:00
misctxrx.c atspi-txrx can now send repeatedly, cleans up on ^C, prints the power level. 2010-09-14 17:12:03 -03:00