[riot-commits] [RIOT-OS/RIOT] 36317c: cpu/nrf51: ported nrmin radio driver to netdev2
Peter Kietzmann
peter.kietzmann at haw-hamburg.de
Tue Jan 10 16:52:56 CET 2017
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 36317c56f368797321282c3bd131c33a6809b8ee
https://github.com/RIOT-OS/RIOT/commit/36317c56f368797321282c3bd131c33a6809b8ee
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2017-01-10 (Tue, 10 Jan 2017)
Changed paths:
M cpu/nrf51/Makefile
M cpu/nrf51/include/cpu_conf.h
M cpu/nrf51/include/nrfmin.h
A cpu/nrf51/include/nrfmin_gnrc.h
M cpu/nrf51/radio/nrfmin/Makefile
M cpu/nrf51/radio/nrfmin/nrfmin.c
A cpu/nrf51/radio/nrfmin/nrfmin_gnrc.c
M drivers/Makefile.dep
M drivers/include/net/netdev2.h
Log Message:
-----------
cpu/nrf51: ported nrmin radio driver to netdev2
Commit: 7dee728d1715f06f831c08b693e39fcba3a70ef1
https://github.com/RIOT-OS/RIOT/commit/7dee728d1715f06f831c08b693e39fcba3a70ef1
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2017-01-10 (Tue, 10 Jan 2017)
Changed paths:
A boards/airfy-beacon/Makefile.dep
M boards/microbit/Makefile.dep
A boards/nrf51dongle/Makefile.dep
A boards/nrf6310/Makefile.dep
A boards/pca10000/Makefile.dep
A boards/pca10005/Makefile.dep
A boards/yunjia-nrf51822/Makefile.dep
Log Message:
-----------
boards: added netif dep for nrf51 based boards
Commit: 8e7ef06babcdfd5e0c7ae997a310cded8d0ec100
https://github.com/RIOT-OS/RIOT/commit/8e7ef06babcdfd5e0c7ae997a310cded8d0ec100
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2017-01-10 (Tue, 10 Jan 2017)
Changed paths:
M boards/microbit/include/periph_conf.h
Log Message:
-----------
boards/microbit: enabled external 16-MHz crystal
Commit: 9845e71106386827f208c154e7c66f9645e47db8
https://github.com/RIOT-OS/RIOT/commit/9845e71106386827f208c154e7c66f9645e47db8
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2017-01-10 (Tue, 10 Jan 2017)
Changed paths:
M examples/default/Makefile
Log Message:
-----------
examples/default: enabled netif for microbit
Commit: ce37b970b495314b7414d50e90d90638cc0ca08e
https://github.com/RIOT-OS/RIOT/commit/ce37b970b495314b7414d50e90d90638cc0ca08e
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2017-01-10 (Tue, 10 Jan 2017)
Changed paths:
R tests/driver_nrfmin/Makefile
R tests/driver_nrfmin/README.md
R tests/driver_nrfmin/main.c
Log Message:
-----------
tests/driver_nrfmin: removed test
test is not needed anymore, simply test the driver
using the default or gnrc_networking examples
Commit: f82c7340a515042385b66845ed8ad27566062c87
https://github.com/RIOT-OS/RIOT/commit/f82c7340a515042385b66845ed8ad27566062c87
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2017-01-10 (Tue, 10 Jan 2017)
Changed paths:
M sys/auto_init/auto_init.c
Log Message:
-----------
sys/auto_init: added bootstrapping for nrfmin
Commit: a05233633f5f12045b682605f4a4fd7ab8cc03a0
https://github.com/RIOT-OS/RIOT/commit/a05233633f5f12045b682605f4a4fd7ab8cc03a0
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2017-01-10 (Tue, 10 Jan 2017)
Changed paths:
M cpu/nrf51/Makefile
R cpu/nrf51/include/nrfmin.h
R cpu/nrf51/include/nrfmin_gnrc.h
R cpu/nrf51/radio/nrfmin/Makefile
R cpu/nrf51/radio/nrfmin/nrfmin.c
R cpu/nrf51/radio/nrfmin/nrfmin_gnrc.c
M cpu/nrf5x_common/Makefile
A cpu/nrf5x_common/include/nrfmin.h
A cpu/nrf5x_common/include/nrfmin_gnrc.h
A cpu/nrf5x_common/radio/nrfmin/Makefile
A cpu/nrf5x_common/radio/nrfmin/nrfmin.c
A cpu/nrf5x_common/radio/nrfmin/nrfmin_gnrc.c
Log Message:
-----------
cpu/nrf5x: moved nrfmin driver to nrf5x_common
Commit: cb3dcaaf5d362d26c8341ee6d21f23908af8134e
https://github.com/RIOT-OS/RIOT/commit/cb3dcaaf5d362d26c8341ee6d21f23908af8134e
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2017-01-10 (Tue, 10 Jan 2017)
Changed paths:
M boards/nrf52dk/Makefile.dep
M boards/nrf52dk/Makefile.features
M examples/default/Makefile
Log Message:
-----------
boards/nrf52dk: use nrfmin driver
Commit: a8297595e62891123325cd57c96e8ef25e59823a
https://github.com/RIOT-OS/RIOT/commit/a8297595e62891123325cd57c96e8ef25e59823a
Author: Peter Kietzmann <peter.kietzmann at haw-hamburg.de>
Date: 2017-01-10 (Tue, 10 Jan 2017)
Changed paths:
A boards/airfy-beacon/Makefile.dep
M boards/microbit/Makefile.dep
M boards/microbit/include/periph_conf.h
A boards/nrf51dongle/Makefile.dep
M boards/nrf52dk/Makefile.dep
M boards/nrf52dk/Makefile.features
A boards/nrf6310/Makefile.dep
A boards/pca10000/Makefile.dep
A boards/pca10005/Makefile.dep
A boards/yunjia-nrf51822/Makefile.dep
M cpu/nrf51/Makefile
M cpu/nrf51/include/cpu_conf.h
R cpu/nrf51/include/nrfmin.h
R cpu/nrf51/radio/nrfmin/Makefile
R cpu/nrf51/radio/nrfmin/nrfmin.c
M cpu/nrf5x_common/Makefile
A cpu/nrf5x_common/include/nrfmin.h
A cpu/nrf5x_common/include/nrfmin_gnrc.h
A cpu/nrf5x_common/radio/nrfmin/Makefile
A cpu/nrf5x_common/radio/nrfmin/nrfmin.c
A cpu/nrf5x_common/radio/nrfmin/nrfmin_gnrc.c
M drivers/Makefile.dep
M drivers/include/net/netdev2.h
M examples/default/Makefile
M sys/auto_init/auto_init.c
R tests/driver_nrfmin/Makefile
R tests/driver_nrfmin/README.md
R tests/driver_nrfmin/main.c
Log Message:
-----------
Merge pull request #6108 from haukepetersen/opt_nrf_nrfmin
cpu/nrf5x: ported nrfmin driver to netdev2
Compare: https://github.com/RIOT-OS/RIOT/compare/dcfd0d656bae...a8297595e628
More information about the commits
mailing list