[riot-commits] [RIOT-OS/RIOT] 11bb09: started adding at86rf231 driver
Oleg Hahm
oleg at hobbykeller.org
Thu Aug 15 19:44:34 CEST 2013
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 11bb09b7f81c58ca50b3a7cef52fa64a31fa0307
https://github.com/RIOT-OS/RIOT/commit/11bb09b7f81c58ca50b3a7cef52fa64a31fa0307
Author: Alaeddine WESLATI <alaeddine.weslati at inria.fr>
Date: 2013-08-12 (Mon, 12 Aug 2013)
Changed paths:
M Makefile.dep
M Makefile.include
M drivers/Makefile
A drivers/at86rf231/Makefile
A drivers/at86rf231/at86rf231.c
A drivers/at86rf231/at86rf231_rx.c
A drivers/at86rf231/at86rf231_spi.c
A drivers/at86rf231/at86rf231_tx.c
A drivers/at86rf231/include/at86rf231.h
A drivers/at86rf231/include/at86rf231_arch.h
A drivers/at86rf231/include/at86rf231_settings.h
A drivers/at86rf231/include/at86rf231_spi.h
M sys/include/transceiver.h
M sys/include/vtimer.h
M sys/transceiver/transceiver.c
Log Message:
-----------
started adding at86rf231 driver
at86rf231 TX and RX
driver is using vtimer instead of hwtimer_ functions, TO CHECK
vtimer debug function prototype fix
Commit: c8d5685b022156705aefda26d96574449d466e43
https://github.com/RIOT-OS/RIOT/commit/c8d5685b022156705aefda26d96574449d466e43
Author: Alaeddine WESLATI <alaeddine.weslati at inria.fr>
Date: 2013-08-12 (Mon, 12 Aug 2013)
Changed paths:
M drivers/at86rf231/at86rf231_tx.c
Log Message:
-----------
bugfixes related to size and buffers
Commit: 3338a12d4e7cf712b7260b47cb7fc8e511f5de08
https://github.com/RIOT-OS/RIOT/commit/3338a12d4e7cf712b7260b47cb7fc8e511f5de08
Author: Alaeddine WESLATI <alaeddine.weslati at inria.fr>
Date: 2013-08-12 (Mon, 12 Aug 2013)
Changed paths:
M sys/include/transceiver.h
Log Message:
-----------
added AT86RF231 payload size
Commit: ab26352ee8c5851dd29aa2e6e547b3b8437d19ab
https://github.com/RIOT-OS/RIOT/commit/ab26352ee8c5851dd29aa2e6e547b3b8437d19ab
Author: Alaeddine WESLATI <alaeddine.weslati at inria.fr>
Date: 2013-08-12 (Mon, 12 Aug 2013)
Changed paths:
M sys/include/transceiver.h
M sys/transceiver/transceiver.c
Log Message:
-----------
bugfixes : #endif was missing, and TRANSCEIVER_AT86RF231 was colliding with another transceiver.
Commit: b64fb6593587ab7e65711f88dfa84195a2232e74
https://github.com/RIOT-OS/RIOT/commit/b64fb6593587ab7e65711f88dfa84195a2232e74
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2013-08-15 (Thu, 15 Aug 2013)
Changed paths:
M Makefile.dep
M Makefile.include
M drivers/Makefile
A drivers/at86rf231/Makefile
A drivers/at86rf231/at86rf231.c
A drivers/at86rf231/at86rf231_rx.c
A drivers/at86rf231/at86rf231_spi.c
A drivers/at86rf231/at86rf231_tx.c
A drivers/at86rf231/include/at86rf231.h
A drivers/at86rf231/include/at86rf231_arch.h
A drivers/at86rf231/include/at86rf231_settings.h
A drivers/at86rf231/include/at86rf231_spi.h
M sys/include/transceiver.h
M sys/include/vtimer.h
M sys/transceiver/transceiver.c
Log Message:
-----------
Merge branch 'agilefox_clean' of https://github.com/AlaeddineWeslati/RIOT into AlaeddineWeslati-agilefox_clean
Conflicts:
sys/include/transceiver.h
sys/transceiver/transceiver.c
Additional changes:
* allow for multi-transceiver initialization
* change packet reception to old implementation
Commit: 87f47513fb79431f32f398a8576a03bb2c109160
https://github.com/RIOT-OS/RIOT/commit/87f47513fb79431f32f398a8576a03bb2c109160
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2013-08-15 (Thu, 15 Aug 2013)
Changed paths:
M drivers/at86rf231/at86rf231.c
M drivers/at86rf231/at86rf231_rx.c
M drivers/at86rf231/at86rf231_spi.c
M drivers/at86rf231/at86rf231_tx.c
M drivers/at86rf231/include/at86rf231.h
M drivers/at86rf231/include/at86rf231_settings.h
Log Message:
-----------
astyle coding convention fixes
Commit: e65ae85640d0c0eb5e9ecc29875c8bee8c64904e
https://github.com/RIOT-OS/RIOT/commit/e65ae85640d0c0eb5e9ecc29875c8bee8c64904e
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2013-08-15 (Thu, 15 Aug 2013)
Changed paths:
M sys/include/vtimer.h
Log Message:
-----------
remove static for vtimer_print
Commit: 701b8177fbe420950b326d7a2f899732b4cf9caa
https://github.com/RIOT-OS/RIOT/commit/701b8177fbe420950b326d7a2f899732b4cf9caa
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2013-08-15 (Thu, 15 Aug 2013)
Changed paths:
M sys/include/transceiver.h
M sys/transceiver/transceiver.c
Log Message:
-----------
fixed some ifdefs and added necessary includes to transceiver.h
Commit: 2d4de90a9cd9fe8548e6e776d01954b2b7387b8e
https://github.com/RIOT-OS/RIOT/commit/2d4de90a9cd9fe8548e6e776d01954b2b7387b8e
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2013-08-15 (Thu, 15 Aug 2013)
Changed paths:
M cpu/native/include/nativenet.h
M cpu/native/include/nativenet_internal.h
Log Message:
-----------
added missing header guards
Commit: 50dd9c3f21d03bdb44f450a71740239986e1afab
https://github.com/RIOT-OS/RIOT/commit/50dd9c3f21d03bdb44f450a71740239986e1afab
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2013-08-15 (Thu, 15 Aug 2013)
Changed paths:
M sys/include/transceiver.h
Log Message:
-----------
undefined payload before setting for native
Compare: https://github.com/RIOT-OS/RIOT/compare/b798663151f5...50dd9c3f21d0
More information about the commits
mailing list