[riot-commits] [RIOT-OS/RIOT] b57ce1: drivers/cc2420: adapt FIFO access to recent msp430...
Francisco Acosta
fco.ja.ac at gmail.com
Tue Nov 8 12:39:40 CET 2016
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: b57ce103a36e09ee05fe17d997f69ab18997f092
https://github.com/RIOT-OS/RIOT/commit/b57ce103a36e09ee05fe17d997f69ab18997f092
Author: Thomas Eichinger <thomas.eichinger1 at gmail.com>
Date: 2016-11-07 (Mon, 07 Nov 2016)
Changed paths:
M drivers/cc2420/cc2420.c
Log Message:
-----------
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.
Commit: 5cddbfc66140556e34e1b9c67a49f8bc846e02b8
https://github.com/RIOT-OS/RIOT/commit/5cddbfc66140556e34e1b9c67a49f8bc846e02b8
Author: Francisco Acosta <fco.ja.ac at gmail.com>
Date: 2016-11-08 (Tue, 08 Nov 2016)
Changed paths:
M drivers/cc2420/cc2420.c
Log Message:
-----------
Merge pull request #6070 from thomaseichinger/pr/cc2420_fix_empty_fifo_read
drivers/cc2420: adapt FIFO access to recent msp430 SPI changes
Compare: https://github.com/RIOT-OS/RIOT/compare/e6ad438a0b63...5cddbfc66140
More information about the commits
mailing list