1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-10-02 19:36:20 +03:00
ben-wpan/fw
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
..
atspi Implemented AT86RF230 reset and access modes. (Completely untested.) 2010-08-20 01:50:51 -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 Turn the LED on while in the boot loader. 2010-08-19 23:14:55 -03:00
include/atspi Implemented AT86RF230 reset and access modes. (Completely untested.) 2010-08-20 01:50:51 -03:00
Makefile Generate port, bit, and output mode definitions from io.h 2010-08-19 22:02:38 -03:00