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 103c426cdc drivers/cc2420: calculate CRC and check CRC_OK bit on packet reception
First start calculating the CRC in hardware when receiving a frame.

Then, other than the at86rf2xx transceivers the cc2420 don't consider the
CRC_OK flag when reporting a successful packet reception. This change
introduces a check for this bit and drops the packet else by flushing
the RX FIFO.
2016-11-08 23:28:09 -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: calculate CRC and check CRC_OK bit on packet reception 2016-11-08 23:28:09 -08:00
Makefile drivers: added support for CC2420 radio 2016-07-06 18:14:48 +02:00