[riot-commits] [RIOT-OS/RIOT] 28c648: boards/z1: fix cc2420_txrx function in CC2420 driv...
Kévin Roussel
Kevin.Roussel at inria.fr
Wed Jul 9 09:18:00 CEST 2014
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 28c6481266abc2bf033558dcfdc290cdb3e41ec5
https://github.com/RIOT-OS/RIOT/commit/28c6481266abc2bf033558dcfdc290cdb3e41ec5
Author: Kévin Roussel <Kevin.Roussel at inria.fr>
Date: 2014-07-08 (Tue, 08 Jul 2014)
Changed paths:
M boards/z1/driver_cc2420.c
Log Message:
-----------
boards/z1: fix cc2420_txrx function in CC2420 driver HAL
When waiting for transmission (to CC2420) to be done,
we were wrongly waiting for UCBUSY bit to be set,
while one should actually wait for that bit to be cleared.
Commit: 8cc7bd2da86898242f3e9f1f893dbe82a67ebc5b
https://github.com/RIOT-OS/RIOT/commit/8cc7bd2da86898242f3e9f1f893dbe82a67ebc5b
Author: Kévin Roussel <Kevin.Roussel at inria.fr>
Date: 2014-07-09 (Wed, 09 Jul 2014)
Changed paths:
M boards/z1/driver_cc2420.c
Log Message:
-----------
Merge pull request #1388 from rousselk/fix-z1-cc2420-txrx
boards/z1: fix cc2420_txrx function in CC2420 driver HAL
Compare: https://github.com/RIOT-OS/RIOT/compare/1518d6ac64e0...8cc7bd2da868
More information about the commits
mailing list