1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-09-18 09:01:29 +03:00
ben-wpan/fw/atspi
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.c We can now read the transceiver's registers. 2010-08-20 22:16:58 -03:00
descr.c fw/atspi/: added application with basic EP0 protocol 2010-08-19 09:04:51 -03:00
ep0.c We can now read the transceiver's registers. 2010-08-20 22:16:58 -03:00
Makefile Fix typo and make "make dfu" work again. 2010-08-20 15:11:41 -03:00