1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-12-24 00:54:15 +02:00
ben-wpan/fw/atspi
Werner Almesberger 5447951c6e Implemented AT86RF230 reset and access modes. (Completely untested.)
- fw/atspi/at86rf230.h: AT86RF230 SPI protocol commands and buffer sizes
- fw/atspi/atspi.c (init_io): set all IOs to their initial state
- fw/include/atspi/ep0.h, fw/atspi/ep0.c (my_setup): command ATSPI_RF_RESET
  to reset the AT86RF230
- fw/include/atspi/ep0.h, fw/atspi/ep0.c (my_setup): commands
  ATSPI_{REG,BUF,SRAM}_{READ,WRITE} for the six SPI access modes
2010-08-20 01:50:51 -03:00
..
at86rf230.h Implemented AT86RF230 reset and access modes. (Completely untested.) 2010-08-20 01:50:51 -03:00
atspi.c Implemented AT86RF230 reset and access modes. (Completely untested.) 2010-08-20 01:50:51 -03:00
descr.c fw/atspi/: added application with basic EP0 protocol 2010-08-19 09:04:51 -03:00
ep0.c Implemented AT86RF230 reset and access modes. (Completely untested.) 2010-08-20 01:50:51 -03:00
Makefile A new try at config.h management: moved it to ../common, along with io.h 2010-08-19 21:57:59 -03:00