1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/z1
Kévin Roussel 28c6481266 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.
2014-07-08 17:28:16 +02:00
..
include documentation: unified descriptive text for boards 2014-05-24 15:03:06 +02:00
board.c boards/z1: initial import 2014-05-16 11:02:06 +02:00
driver_cc2420.c boards/z1: fix cc2420_txrx function in CC2420 driver HAL 2014-07-08 17:28:16 +02:00
Makefile boards/z1: initial import 2014-05-16 11:02:06 +02:00
Makefile.dep boards/z1: initial import 2014-05-16 11:02:06 +02:00
Makefile.include make: remove local definitions of (ELF|HEX)FILE 2014-06-12 10:12:49 +02:00
uart.c boards/z1: initial import 2014-05-16 11:02:06 +02:00