1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/cc2420
Thomas Eichinger b57ce103a3 drivers/cc2420: adapt FIFO access to recent msp430 SPI changes
When redoing the SPI driver for the msp430 platforms an assert
statement was introduced to prohibit SPI access without any
buffers. Since in the existing code the FIFO pointer is incremented
through a dummy read this results in triggering aforementioned
assert.
2016-11-07 11:09:45 -08:00
..
include drivers/cc2420: factorise/reorganise overall code 2016-07-06 20:23:23 +02:00
cc2420_getset.c drivers/cc2420: factorise/reorganise overall code 2016-07-06 20:23:23 +02:00
cc2420_internal.c drivers/cc2420: factorise/reorganise overall code 2016-07-06 20:23:23 +02:00
cc2420_netdev.c cpu: drivers: adapt devices for netdev2 parameter type change 2016-08-03 12:30:51 +02:00
cc2420.c drivers/cc2420: adapt FIFO access to recent msp430 SPI changes 2016-11-07 11:09:45 -08:00
Makefile drivers: added support for CC2420 radio 2016-07-06 18:14:48 +02:00