1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-07-05 02:22:21 +03:00
ben-wpan/tools
Werner Almesberger 0463bbea5d Added graphical display of RSSI scan results.
- tools/Makefile.common: CFLAGS and OBJS can now be target-specific
- tools/atspi-rssi/Makefile: add SDL, SDL_gfx, and the GUI object files
  when building on the host
- tools/atspi-rssi/Makefile: set -DHAVE_GFX when building on the host
- tools/atspi-rssi/atspi-rssi.c (usage, main): new option -g to use GUI
  mode
- tools/atspi-rssi/atspi-rssi.c (main): rename variable for the number of
  sweeps in non-GUI mode from "sweeps" to "arg", since it may have other
  uses in the future
- tools/atspi-rssi/digit.h, tools/atspi-rssi/digit.c: draw 7 segment style
  digits
- tools/atspi-rssi/zgrid.h, tools/atspi-rssi/zgrid.c: display a surface in
  faux 3D with SDL/SDL_gfx
- tools/tools/atspi-rssi/gui.h, tools/atspi-rssi/gui.c: display RSSI scans
  as a scrolling 3D profile
2010-11-08 20:31:38 -03:00
..
atspi-id Updated atusd driver for new hardware. Make use of the interrupt line. 2010-09-09 09:19:06 -03:00
atspi-reset Merged uSD driver into unified tool build, completed conversion of tools. 2010-09-05 20:32:58 -03:00
atspi-rssi Added graphical display of RSSI scan results. 2010-11-08 20:31:38 -03:00
atspi-trim Merged uSD driver into unified tool build, completed conversion of tools. 2010-09-05 20:32:58 -03:00
atspi-txrx atspi-txrx can now send repeatedly, cleans up on ^C, prints the power level. 2010-09-14 17:12:03 -03:00
include Make wait_for_interrupt available to all atspi tools. 2010-09-09 17:42:47 -03:00
lib atspi-txrx can now send repeatedly, cleans up on ^C, prints the power level. 2010-09-14 17:12:03 -03:00
Makefile Updated atusd driver for new hardware. Make use of the interrupt line. 2010-09-09 09:19:06 -03:00
Makefile.common Added graphical display of RSSI scan results. 2010-11-08 20:31:38 -03:00