[riot-commits] [RIOT-OS/RIOT] d14ec1: pkg: fix broken nordic softdevice package
Martine Lenders
authmillenon at gmail.com
Tue Feb 6 15:47:43 CET 2018
Branch: refs/heads/2018.01-branch
Home: https://github.com/RIOT-OS/RIOT
Commit: d14ec178ec4a05cf013febf99d29dc05826ea3b4
https://github.com/RIOT-OS/RIOT/commit/d14ec178ec4a05cf013febf99d29dc05826ea3b4
Author: dylad <dylan.laduranty at mesotic.com>
Date: 2018-02-06 (Tue, 06 Feb 2018)
Changed paths:
M boards/common/nrf52xxxdk/Makefile.include
M cpu/nrf52/cpu.c
Log Message:
-----------
pkg: fix broken nordic softdevice package
Prevent CPU from using cortexm_init() when softdevice is used for NRF52 devices
as the softdevice already do some obscur inits
Also ensure the softdevice pkg will be used by hacking Makefile due to RIOT's
build system limitations (will be fix later with the new build system)
Commit: c8946cbfd1a14dec190c081875535eb44a1e2b6e
https://github.com/RIOT-OS/RIOT/commit/c8946cbfd1a14dec190c081875535eb44a1e2b6e
Author: Martine Lenders <m.lenders at fu-berlin.de>
Date: 2018-02-06 (Tue, 06 Feb 2018)
Changed paths:
M drivers/include/net/netdev.h
M pkg/nordic_softdevice_ble/src/gnrc_nordic_ble_6lowpan.c
M sys/net/gnrc/netif/gnrc_netif.c
Log Message:
-----------
nordic_softdevice_ble: fixes for gnrc_netif usage
Commit: b5331b184ede8d890f19dec56e7fc268d6f3a19c
https://github.com/RIOT-OS/RIOT/commit/b5331b184ede8d890f19dec56e7fc268d6f3a19c
Author: Martine Lenders <m.lenders at fu-berlin.de>
Date: 2018-02-06 (Tue, 06 Feb 2018)
Changed paths:
M Makefile.dep
Log Message:
-----------
nordic_softdevice_ble: fix dependencies for NIB
Commit: 164f4d1aba4699f75a6c2fa973cd3a1583e9438c
https://github.com/RIOT-OS/RIOT/commit/164f4d1aba4699f75a6c2fa973cd3a1583e9438c
Author: Martine Lenders <m.lenders at fu-berlin.de>
Date: 2018-02-06 (Tue, 06 Feb 2018)
Changed paths:
M pkg/nordic_softdevice_ble/src/gnrc_nordic_ble_6lowpan.c
M sys/net/gnrc/netif/gnrc_netif.c
M sys/net/gnrc/network_layer/sixlowpan/gnrc_sixlowpan.c
Log Message:
-----------
gnrc: 6Lo fixes for BLE
Commit: 1431c947f6d0367610a212064ab08a008e240c12
https://github.com/RIOT-OS/RIOT/commit/1431c947f6d0367610a212064ab08a008e240c12
Author: Gaƫtan Harter <gaetan.harter at fu-berlin.de>
Date: 2018-02-06 (Tue, 06 Feb 2018)
Changed paths:
M Makefile.dep
Log Message:
-----------
nordic_softdevice_ble: print when removing router modules
Add a warning message in user's console to inform them routing capabilities will
be disabled with the softdevice
Commit: 4c5b00ac680e6322a56d9a535377ae681418714d
https://github.com/RIOT-OS/RIOT/commit/4c5b00ac680e6322a56d9a535377ae681418714d
Author: Martine Lenders <authmillenon at gmail.com>
Date: 2018-02-06 (Tue, 06 Feb 2018)
Changed paths:
M Makefile.dep
M boards/common/nrf52xxxdk/Makefile.include
M cpu/nrf52/cpu.c
M drivers/include/net/netdev.h
M pkg/nordic_softdevice_ble/src/gnrc_nordic_ble_6lowpan.c
M sys/net/gnrc/netif/gnrc_netif.c
M sys/net/gnrc/network_layer/sixlowpan/gnrc_sixlowpan.c
Log Message:
-----------
Merge pull request #8524 from dylad/fix_nordic_softdevice_backport
pkg/nordic_softdevice_ble: fix broken package [backport 2018.01]
Compare: https://github.com/RIOT-OS/RIOT/compare/592b6e7a2df8...4c5b00ac680e
More information about the commits
mailing list