1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-11-23 03:49:41 +02:00
ben-wpan/fw
Werner Almesberger 4b204210e7 We can now read the transceiver's registers.
- fw/atspi/atspi.c (init_io, reset_rf): reset the transceiver after setting
  up the IOs. Contrary to what the manual claims, the chip only produce
  garbage if not reset.
- fw/atspi/ep0.c (my_setup): call reset_rf instead of open-coding the reset
- fw/atspi/atspi.c (init_io): added #ifdef'ed-out code to disable the
  pull-ups, and an explanation why we can't do this.
- tools/atspi-id/atspi-id.c (show_info): also read and print the
  transceiver's ID registers
2010-08-20 22:16:58 -03:00
..
atspi We can now read the transceiver's registers. 2010-08-20 22:16:58 -03:00
boot A new try at config.h management: moved it to ../common, along with io.h 2010-08-19 21:57:59 -03:00
common xxx_MODE were used as if they were port bits, not registers. 2010-08-20 17:50:12 -03:00
include Introduce library with ATSPI access functions (largely untested) 2010-08-20 16:27:24 -03:00
Makefile Generate port, bit, and output mode definitions from io.h 2010-08-19 22:02:38 -03:00