1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-07-05 04:45:28 +03:00
ben-wpan/tools/atrf-txrx
Werner Almesberger b0c15b7e7c tools: give the driver control over CLKM (for ATmega32U2 boards)
- include/atrf.h (atrf_set_clkm), lib/atrf.c (atrf_set_clkm): set or
  disable CLKM
- lib/driver.h (atrf_set_clkm_generic), lib/atrf.c (atrf_set_clkm_generic):
  generic function to set CLKM without restrictions
- lib/driver.h (struct atrf_driver): added driver operation "set_clkm"
  to set CLKM
- lib/atusb.c (atusb_set_clkm, atusb_driver): restrict CLKM on ATmega32U2
  boards
- atrf-txrx/atrf-txrx.c (init_txrx): use atrf_set_clkm to set CLKM
- atrf-txrx/atrf-txrx.c (init_txrx, main): pass CLKM frequency in MHz
  instead of code point
2011-02-10 23:11:34 -03:00
..
atrf-txrx.c tools: give the driver control over CLKM (for ATmega32U2 boards) 2011-02-10 23:11:34 -03:00
Makefile tools/atrf-txrx/perdump: new utility to analyze a PER dump 2011-01-19 18:29:14 -03:00
pcap.h atrf-txrx: define the pcap file magic number (0xa1b2c3d4) in pcap.h 2011-01-19 18:27:16 -03:00
per-text.c perdump: print relative receive timestamp 2011-01-19 19:34:16 -03:00
perdump.c perdump: print relative receive timestamp 2011-01-19 19:34:16 -03:00
perdump.h perdump: print relative receive timestamp 2011-01-19 19:34:16 -03:00