[riot-commits] [RIOT-OS/RIOT] c7c8e4: drivers/cc2420: adapt FIFO access to recent msp430...
Martine Lenders
authmillenon at gmail.com
Wed Nov 9 00:10:23 CET 2016
Branch: refs/heads/2016.10-branch
Home: https://github.com/RIOT-OS/RIOT
Commit: c7c8e4ea9177760dbd3cc8727375da3c6fe8f0f3
https://github.com/RIOT-OS/RIOT/commit/c7c8e4ea9177760dbd3cc8727375da3c6fe8f0f3
Author: Thomas Eichinger <thomas.eichinger1 at gmail.com>
Date: 2016-11-08 (Tue, 08 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: 1791dbeebe49d36da716a7f0e0b0dd4cc33dc85a
https://github.com/RIOT-OS/RIOT/commit/1791dbeebe49d36da716a7f0e0b0dd4cc33dc85a
Author: Martine Lenders <authmillenon at gmail.com>
Date: 2016-11-09 (Wed, 09 Nov 2016)
Changed paths:
M drivers/cc2420/cc2420.c
Log Message:
-----------
Merge pull request #6089 from thomaseichinger/backport/cc2420_fix_dummy_fifo_read
[backport] drivers/cc2420: adapt FIFO access to recent msp430 SPI changes
Compare: https://github.com/RIOT-OS/RIOT/compare/64999b005cd5...1791dbeebe49
More information about the commits
mailing list