[riot-commits] [RIOT-OS/RIOT] dfb1b5: drivers/at86rf231: refactoring of the at86rf231 ra...
Oleg Hahm
oleg at hobbykeller.org
Fri Oct 31 09:33:31 CET 2014
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: dfb1b56fad3b5835520342d80a3f9e44cf3f717b
https://github.com/RIOT-OS/RIOT/commit/dfb1b56fad3b5835520342d80a3f9e44cf3f717b
Author: Thomas Eichinger <thomas.eichinger1 at gmail.com>
Date: 2014-10-30 (Thu, 30 Oct 2014)
Changed paths:
M Makefile.dep
M boards/iot-lab_M3/Makefile.dep
M drivers/Makefile
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/include/at86rf231.h
M drivers/include/at86rf231/at86rf231_settings.h
A drivers/include/netdev/802154.h
M drivers/include/netdev/base.h
M drivers/include/netdev/default.h
A drivers/netdev/802154/802154.c
A drivers/netdev/802154/Makefile
M drivers/netdev/base/base.c
M sys/config/config.c
M sys/include/config.h
M sys/shell/commands/sc_transceiver.c
Log Message:
-----------
drivers/at86rf231: refactoring of the at86rf231 radio driver
* deploy extended operation mode
* cleanup
* implement netdev 802154.h interface
Commit: 9e2cfdc4daa2d43d07cabd5c77b2815262d7013a
https://github.com/RIOT-OS/RIOT/commit/9e2cfdc4daa2d43d07cabd5c77b2815262d7013a
Author: Thomas Eichinger <thomas.eichinger1 at gmail.com>
Date: 2014-10-30 (Thu, 30 Oct 2014)
Changed paths:
M drivers/include/netdev/802154.h
Log Message:
-----------
netdev/802154: suppress cppcheck warnings in 802154.h
Suppress cppcheck warnings of class unusedStructMember because
this interface is not used yet. Remove these comments once it
is used.
Commit: fce3a2243e3c54c8b3bddd436c19813b96b0e070
https://github.com/RIOT-OS/RIOT/commit/fce3a2243e3c54c8b3bddd436c19813b96b0e070
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2014-10-31 (Fri, 31 Oct 2014)
Changed paths:
M Makefile.dep
M boards/iot-lab_M3/Makefile.dep
M drivers/Makefile
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/include/at86rf231.h
M drivers/include/at86rf231/at86rf231_settings.h
A drivers/include/netdev/802154.h
M drivers/include/netdev/base.h
M drivers/include/netdev/default.h
A drivers/netdev/802154/802154.c
A drivers/netdev/802154/Makefile
M drivers/netdev/base/base.c
M sys/config/config.c
M sys/include/config.h
M sys/shell/commands/sc_transceiver.c
Log Message:
-----------
Merge pull request #1846 from thomaseichinger/at86rf23x
drivers/at86rf231: refactoring of the at86rf231 radio driver
Compare: https://github.com/RIOT-OS/RIOT/compare/bc37cbeb5552...fce3a2243e3c
More information about the commits
mailing list