1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-09-18 01:45:52 +03:00
ben-wpan/tools/lib
Werner Almesberger b4a6e8ef46 tools/: major overhaul of wait_for_interrupt; uses atrf_interrupt_wait now
- include/misctxrx.h (wait_for_interrupt), lib/misctxrx.c
  (wait_for_interrupt): replaced sleep_us*timeout limiting mechanism
  with a single timeout value in milliseconds
- lib/misctxrx.c (wait_for_interrupt): use atrf_interrupt_wait instead
  of polling
- lib/misctxrx.c (wait_for_interrupt): cleaned up control flow
- lib/misctxrx.c (run, die, wait_for_interrupt): renamed variable "run"
  to more specific "sigint"
- atrf-txrx/atrf-txrx.c (ping_rx, ping): pass timeout in milliseconds,
  not deciseconds
- atrf-rssi/atrf-rssi.c (sweep), atrf-rssi/gui.c (sweep),
  atrf-txrx/atrf-txrx.c (init_txrx, receive_message, receive_pcap,
  receive, transmit, transmit_pattern, ping_tx, ping_rx),
  atrf-xmit/atrf-xmit.c (init_tx, init_rx, xfer_one),
  lib/cwtest.c (enter_test_mode_230, start_test_mode_231):
  updated use of wait_for_interrupt
2011-06-20 20:08:42 -03:00
..
atben.c tools/lib/atben.c: added support for interrupt_wait (polled) 2011-06-20 20:08:42 -03:00
atnet.c tools/atrf-xmit/atrf-xmit.c: corrected title comment 2011-06-20 18:22:29 -03:00
atrf.c libatrf: new function atrf_interrupt_wait for interrupt-driven wait for interrupt 2011-06-20 17:10:29 -03:00
atusb-common.c tools/lib/: added interrupt_wait support to atusb and atusb-spi driver 2011-06-20 17:10:29 -03:00
atusb-common.h tools/lib/: added interrupt_wait support to atusb and atusb-spi driver 2011-06-20 17:10:29 -03:00
atusb-spi.c tools/lib/: added interrupt_wait support to atusb and atusb-spi driver 2011-06-20 17:10:29 -03:00
atusb.c tools/lib/: added interrupt_wait support to atusb and atusb-spi driver 2011-06-20 17:10:29 -03:00
cwtest.c tools/: major overhaul of wait_for_interrupt; uses atrf_interrupt_wait now 2011-06-20 20:08:42 -03:00
daemon.c tools/lib/: new helper function for daemonification 2011-05-18 13:34:26 -03:00
driver.h libatrf: new function atrf_interrupt_wait for interrupt-driven wait for interrupt 2011-06-20 17:10:29 -03:00
Makefile tools/lib/timeout.h, tools/lib/timeout.c: added timeout/deadline functions 2011-06-20 19:11:51 -03:00
misctxrx.c tools/: major overhaul of wait_for_interrupt; uses atrf_interrupt_wait now 2011-06-20 20:08:42 -03:00
netio.c tools/: added network (TCP) I/O helper functions 2011-04-10 17:28:09 -03:00
timeout.c tools/lib/timeout.h, tools/lib/timeout.c: added timeout/deadline functions 2011-06-20 19:11:51 -03:00
timeout.h tools/lib/timeout.h, tools/lib/timeout.c: added timeout/deadline functions 2011-06-20 19:11:51 -03:00
usbopen.c tools/lib/usbopen.c: make vendor and/or product optional 2011-05-11 03:40:03 -03:00