[riot-commits] [RIOT-OS/RIOT] 49b44b: boards: removed support for pca10000
Martine Lenders
authmillenon at gmail.com
Fri Nov 17 14:39:29 CET 2017
Branch: refs/heads/gnrc_netif2_integration/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 49b44b31625b18cd431513aca8ae7f1294f9b8ad
https://github.com/RIOT-OS/RIOT/commit/49b44b31625b18cd431513aca8ae7f1294f9b8ad
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2017-11-17 (Fri, 17 Nov 2017)
Changed paths:
R boards/pca10000/Makefile
R boards/pca10000/Makefile.dep
R boards/pca10000/Makefile.features
R boards/pca10000/Makefile.include
R boards/pca10000/board.c
R boards/pca10000/include/board.h
R boards/pca10000/include/periph_conf.h
Log Message:
-----------
boards: removed support for pca10000
Commit: 12e1f823f2dff2a427e9bbf7ae29cce92c43a524
https://github.com/RIOT-OS/RIOT/commit/12e1f823f2dff2a427e9bbf7ae29cce92c43a524
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2017-11-17 (Fri, 17 Nov 2017)
Changed paths:
R boards/pca10005/Makefile
R boards/pca10005/Makefile.dep
R boards/pca10005/Makefile.features
R boards/pca10005/Makefile.include
R boards/pca10005/board.c
R boards/pca10005/include/board.h
R boards/pca10005/include/periph_conf.h
Log Message:
-----------
boards: removed support for pca10005
Commit: c62befabbf05785c4c34b03d30d14e232b0ff67c
https://github.com/RIOT-OS/RIOT/commit/c62befabbf05785c4c34b03d30d14e232b0ff67c
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2017-11-17 (Fri, 17 Nov 2017)
Changed paths:
M examples/default/Makefile
M examples/dtls-echo/Makefile
M examples/gnrc_border_router/Makefile
M examples/gnrc_tftp/Makefile
M examples/javascript/Makefile
M examples/posix_sockets/Makefile
M tests/gnrc_ipv6_ext/Makefile
M tests/gnrc_netif2/Makefile
M tests/gnrc_sixlowpan/Makefile
M tests/gnrc_tcp_client/Makefile
M tests/gnrc_tcp_server/Makefile
M tests/lwip/Makefile
M tests/lwmac/Makefile
M tests/netstats_l2/Makefile
M tests/pkg_cmsis-dsp/Makefile
M tests/pkg_fatfs/Makefile
M tests/pkg_microcoap/Makefile
M tests/posix_semaphore/Makefile
M tests/thread_cooperation/Makefile
M tests/unittests/Makefile
Log Message:
-----------
tests/examples: removed pca1000x from Makefiles
Commit: 4971a436dd687c55527659399e95b04e7820dec6
https://github.com/RIOT-OS/RIOT/commit/4971a436dd687c55527659399e95b04e7820dec6
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2017-11-17 (Fri, 17 Nov 2017)
Changed paths:
M boards/nrf6310/board.c
Log Message:
-----------
boards/nrf6310: fixed doc
Commit: d683afd70546489ca37d232db848d0b3bd007443
https://github.com/RIOT-OS/RIOT/commit/d683afd70546489ca37d232db848d0b3bd007443
Author: Martine Lenders <m.lenders at fu-berlin.de>
Date: 2017-11-17 (Fri, 17 Nov 2017)
Changed paths:
M Makefile.dep
M boards/cc2538dk/Makefile.dep
M boards/openmote-cc2538/Makefile.dep
M boards/remote-common/Makefile.dep
M cpu/nrf5x_common/radio/nrfmin/nrfmin_gnrc.c
A drivers/cc110x/gnrc_cc110x/gnrc_cc110x.c
R drivers/cc110x/gnrc_cc110x/gnrc_netdev_cc110x.c
A drivers/cc110x/include/gnrc_netif_cc110x.h
A drivers/xbee/gnrc_xbee.c
A drivers/xbee/include/gnrc_netif_xbee.h
M drivers/xbee/xbee.c
M examples/ccn-lite-relay/main.c
M examples/gnrc_border_router/Makefile
M examples/gnrc_minimal/Makefile
M examples/gnrc_minimal/main.c
M examples/gnrc_tftp/Makefile
M examples/nanocoap_server/Makefile
M examples/nanocoap_server/main.c
A pkg/ccn-lite/patches/0001-ccn-line-riot-port-to-gnrc_netif.patch
M pkg/nordic_softdevice_ble/src/gnrc_nordic_ble_6lowpan.c
M sys/auto_init/auto_init.c
M sys/auto_init/netif/auto_init_at86rf2xx.c
M sys/auto_init/netif/auto_init_cc110x.c
M sys/auto_init/netif/auto_init_cc2420.c
M sys/auto_init/netif/auto_init_cc2538_rf.c
M sys/auto_init/netif/auto_init_enc28j60.c
M sys/auto_init/netif/auto_init_encx24j600.c
M sys/auto_init/netif/auto_init_ethos.c
M sys/auto_init/netif/auto_init_kw2xrf.c
M sys/auto_init/netif/auto_init_mrf24j40.c
M sys/auto_init/netif/auto_init_netdev_tap.c
M sys/auto_init/netif/auto_init_slipdev.c
M sys/auto_init/netif/auto_init_w5100.c
M sys/auto_init/netif/auto_init_xbee.c
M sys/include/net/gnrc.h
M sys/include/net/gnrc/ipv6.h
R sys/include/net/gnrc/ipv6/nc.h
R sys/include/net/gnrc/ipv6/netif.h
M sys/include/net/gnrc/ipv6/nib.h
M sys/include/net/gnrc/ipv6/nib/conf.h
M sys/include/net/gnrc/lwmac/hdr.h
M sys/include/net/gnrc/lwmac/lwmac.h
M sys/include/net/gnrc/lwmac/timeout.h
M sys/include/net/gnrc/lwmac/types.h
M sys/include/net/gnrc/mac/internal.h
M sys/include/net/gnrc/ndp.h
R sys/include/net/gnrc/ndp/host.h
R sys/include/net/gnrc/ndp/internal.h
R sys/include/net/gnrc/ndp/node.h
R sys/include/net/gnrc/ndp/router.h
R sys/include/net/gnrc/ndp2.h
M sys/include/net/gnrc/netif.h
A sys/include/net/gnrc/netif/6lo.h
A sys/include/net/gnrc/netif/conf.h
A sys/include/net/gnrc/netif/ethernet.h
A sys/include/net/gnrc/netif/flags.h
A sys/include/net/gnrc/netif/ieee802154.h
A sys/include/net/gnrc/netif/internal.h
A sys/include/net/gnrc/netif/ipv6.h
A sys/include/net/gnrc/netif/mac.h
A sys/include/net/gnrc/netif/raw.h
R sys/include/net/gnrc/netif2.h
R sys/include/net/gnrc/netif2/6lo.h
R sys/include/net/gnrc/netif2/conf.h
R sys/include/net/gnrc/netif2/ethernet.h
R sys/include/net/gnrc/netif2/flags.h
R sys/include/net/gnrc/netif2/ieee802154.h
R sys/include/net/gnrc/netif2/internal.h
R sys/include/net/gnrc/netif2/ipv6.h
R sys/include/net/gnrc/netif2/mac.h
M sys/include/net/gnrc/rpl/dodag.h
M sys/include/net/gnrc/rpl/structs.h
M sys/include/net/gnrc/sixlowpan.h
M sys/include/net/gnrc/sixlowpan/nd.h
R sys/include/net/gnrc/sixlowpan/nd/router.h
R sys/include/net/gnrc/sixlowpan/netif.h
M sys/include/net/ndp.h
M sys/include/net/netopt.h
M sys/include/net/sixlowpan/nd.h
M sys/net/gnrc/Makefile
M sys/net/gnrc/application_layer/tftp/gnrc_tftp.c
M sys/net/gnrc/application_layer/uhcpc/gnrc_uhcpc.c
M sys/net/gnrc/link_layer/lwmac/include/lwmac_internal.h
M sys/net/gnrc/link_layer/lwmac/include/rx_state_machine.h
M sys/net/gnrc/link_layer/lwmac/include/tx_state_machine.h
M sys/net/gnrc/link_layer/lwmac/lwmac.c
M sys/net/gnrc/link_layer/lwmac/lwmac_internal.c
M sys/net/gnrc/link_layer/lwmac/rx_state_machine.c
M sys/net/gnrc/link_layer/lwmac/timeout.c
M sys/net/gnrc/link_layer/lwmac/tx_state_machine.c
M sys/net/gnrc/netif/Makefile
M sys/net/gnrc/netif/gnrc_netif.c
R sys/net/gnrc/netif/gnrc_netif_addr_from_str.c
R sys/net/gnrc/netif/gnrc_netif_addr_to_str.c
A sys/net/gnrc/netif/gnrc_netif_ethernet.c
A sys/net/gnrc/netif/gnrc_netif_ieee802154.c
A sys/net/gnrc/netif/gnrc_netif_raw.c
M sys/net/gnrc/netif/hdr/gnrc_netif_hdr_print.c
R sys/net/gnrc/netif2/Makefile
R sys/net/gnrc/netif2/gnrc_netif2.c
R sys/net/gnrc/netif2/gnrc_netif2_ethernet.c
R sys/net/gnrc/netif2/gnrc_netif2_ieee802154.c
M sys/net/gnrc/nettest/gnrc_nettest.c
M sys/net/gnrc/network_layer/icmpv6/error/gnrc_icmpv6_error.c
M sys/net/gnrc/network_layer/icmpv6/gnrc_icmpv6.c
M sys/net/gnrc/network_layer/ipv6/gnrc_ipv6.c
R sys/net/gnrc/network_layer/ipv6/nc/Makefile
R sys/net/gnrc/network_layer/ipv6/nc/gnrc_ipv6_nc.c
R sys/net/gnrc/network_layer/ipv6/netif/Makefile
R sys/net/gnrc/network_layer/ipv6/netif/gnrc_ipv6_netif.c
M sys/net/gnrc/network_layer/ipv6/nib/_nib-6ln.c
M sys/net/gnrc/network_layer/ipv6/nib/_nib-6ln.h
M sys/net/gnrc/network_layer/ipv6/nib/_nib-6lr.c
M sys/net/gnrc/network_layer/ipv6/nib/_nib-6lr.h
M sys/net/gnrc/network_layer/ipv6/nib/_nib-arsm.c
M sys/net/gnrc/network_layer/ipv6/nib/_nib-arsm.h
M sys/net/gnrc/network_layer/ipv6/nib/_nib-internal.c
M sys/net/gnrc/network_layer/ipv6/nib/_nib-internal.h
A sys/net/gnrc/network_layer/ipv6/nib/_nib-router.c
A sys/net/gnrc/network_layer/ipv6/nib/_nib-router.h
M sys/net/gnrc/network_layer/ipv6/nib/nib.c
M sys/net/gnrc/network_layer/ipv6/nib/nib_ft.c
M sys/net/gnrc/network_layer/ipv6/nib/nib_nc.c
M sys/net/gnrc/network_layer/ipv6/nib/nib_pl.c
M sys/net/gnrc/network_layer/ndp/gnrc_ndp.c
R sys/net/gnrc/network_layer/ndp/host/Makefile
R sys/net/gnrc/network_layer/ndp/host/gnrc_ndp_host.c
R sys/net/gnrc/network_layer/ndp/internal/Makefile
R sys/net/gnrc/network_layer/ndp/internal/gnrc_ndp_internal.c
R sys/net/gnrc/network_layer/ndp/node/Makefile
R sys/net/gnrc/network_layer/ndp/node/gnrc_ndp_node.c
R sys/net/gnrc/network_layer/ndp/router/Makefile
R sys/net/gnrc/network_layer/ndp/router/gnrc_ndp_router.c
R sys/net/gnrc/network_layer/ndp2/Makefile
R sys/net/gnrc/network_layer/ndp2/gnrc_ndp2.c
M sys/net/gnrc/network_layer/sixlowpan/frag/gnrc_sixlowpan_frag.c
M sys/net/gnrc/network_layer/sixlowpan/frag/rbuf.c
M sys/net/gnrc/network_layer/sixlowpan/gnrc_sixlowpan.c
M sys/net/gnrc/network_layer/sixlowpan/nd/gnrc_sixlowpan_nd.c
M sys/net/gnrc/network_layer/sixlowpan/nd/router/gnrc_sixlowpan_nd_router.c
R sys/net/gnrc/network_layer/sixlowpan/netif/Makefile
R sys/net/gnrc/network_layer/sixlowpan/netif/gnrc_sixlowpan_netif.c
M sys/net/gnrc/routing/rpl/gnrc_rpl.c
M sys/net/gnrc/routing/rpl/gnrc_rpl_auto_init.c
M sys/net/gnrc/routing/rpl/gnrc_rpl_control_messages.c
M sys/net/gnrc/routing/rpl/gnrc_rpl_dodag.c
M sys/net/gnrc/routing/rpl/srh/gnrc_rpl_srh.c
M sys/net/gnrc/sock/gnrc_sock.c
M sys/net/routing/nhdp/nhdp.c
M sys/shell/commands/Makefile
M sys/shell/commands/sc_ccnl.c
M sys/shell/commands/sc_fib.c
M sys/shell/commands/sc_gnrc_6ctx.c
M sys/shell/commands/sc_gnrc_ipv6_nib.c
A sys/shell/commands/sc_gnrc_netif.c
R sys/shell/commands/sc_gnrc_netif2.c
M sys/shell/commands/sc_gnrc_rpl.c
M sys/shell/commands/sc_icmpv6_echo.c
R sys/shell/commands/sc_ipv6_nc.c
R sys/shell/commands/sc_netif.c
M sys/shell/commands/shell_commands.c
M tests/driver_enc28j60/Makefile
M tests/driver_encx24j600/Makefile
M tests/driver_kw2xrf/main.c
M tests/driver_xbee/Makefile
M tests/gnrc_ipv6_ext/main.c
M tests/gnrc_ipv6_nib/Makefile
M tests/gnrc_ipv6_nib/common.h
M tests/gnrc_ipv6_nib/main.c
M tests/gnrc_ipv6_nib/mockup_netif.c
M tests/gnrc_ipv6_nib_6ln/Makefile
M tests/gnrc_ipv6_nib_6ln/common.h
M tests/gnrc_ipv6_nib_6ln/main.c
M tests/gnrc_ipv6_nib_6ln/mockup_netif.c
A tests/gnrc_ndp/Makefile
A tests/gnrc_ndp/main.c
A tests/gnrc_ndp/tests/01-run.py
R tests/gnrc_ndp2/Makefile
R tests/gnrc_ndp2/main.c
R tests/gnrc_ndp2/tests/01-run.py
A tests/gnrc_netif/Makefile
A tests/gnrc_netif/common.c
A tests/gnrc_netif/common.h
A tests/gnrc_netif/main.c
A tests/gnrc_netif/tests/01-run.py
R tests/gnrc_netif2/Makefile
R tests/gnrc_netif2/common.c
R tests/gnrc_netif2/common.h
R tests/gnrc_netif2/main.c
R tests/gnrc_netif2/tests/01-run.py
M tests/gnrc_sixlowpan/main.c
M tests/gnrc_sock_dns/Makefile
M tests/gnrc_sock_dns/main.c
M tests/gnrc_sock_ip/Makefile
M tests/gnrc_sock_udp/Makefile
M tests/gnrc_tcp_server/main.c
M tests/netdev_test/Makefile
M tests/netdev_test/main.c
M tests/pkg_microcoap/main.c
M tests/slip/Makefile
M tests/unittests/tests-gnrc_ipv6_nib/Makefile.include
M tests/unittests/tests-gnrc_ipv6_nib/tests-gnrc_ipv6_nib-ft.c
M tests/unittests/tests-gnrc_ipv6_nib/tests-gnrc_ipv6_nib-internal.c
M tests/unittests/tests-gnrc_ipv6_nib/tests-gnrc_ipv6_nib-nc.c
M tests/unittests/tests-gnrc_ipv6_nib/tests-gnrc_ipv6_nib-pl.c
R tests/unittests/tests-gnrc_netif/Makefile
R tests/unittests/tests-gnrc_netif/Makefile.include
R tests/unittests/tests-gnrc_netif/tests-gnrc_netif.c
R tests/unittests/tests-gnrc_netif/tests-gnrc_netif.h
R tests/unittests/tests-ipv6_nc/Makefile
R tests/unittests/tests-ipv6_nc/Makefile.include
R tests/unittests/tests-ipv6_nc/tests-ipv6_nc.c
R tests/unittests/tests-ipv6_nc/tests-ipv6_nc.h
R tests/unittests/tests-ipv6_netif/Makefile
R tests/unittests/tests-ipv6_netif/Makefile.include
R tests/unittests/tests-ipv6_netif/tests-ipv6_netif.c
R tests/unittests/tests-ipv6_netif/tests-ipv6_netif.h
Log Message:
-----------
Merge branch 'gnrc_netif2_integration/master' into git/fix/7979-backport
Commit: 10a01dc3e4da845810b76f3b82d0febca265a0df
https://github.com/RIOT-OS/RIOT/commit/10a01dc3e4da845810b76f3b82d0febca265a0df
Author: Martine Lenders <authmillenon at gmail.com>
Date: 2017-11-17 (Fri, 17 Nov 2017)
Changed paths:
M boards/nrf6310/board.c
R boards/pca10000/Makefile
R boards/pca10000/Makefile.dep
R boards/pca10000/Makefile.features
R boards/pca10000/Makefile.include
R boards/pca10000/board.c
R boards/pca10000/include/board.h
R boards/pca10000/include/periph_conf.h
R boards/pca10005/Makefile
R boards/pca10005/Makefile.dep
R boards/pca10005/Makefile.features
R boards/pca10005/Makefile.include
R boards/pca10005/board.c
R boards/pca10005/include/board.h
R boards/pca10005/include/periph_conf.h
M examples/default/Makefile
M examples/dtls-echo/Makefile
M examples/gnrc_border_router/Makefile
M examples/gnrc_tftp/Makefile
M examples/javascript/Makefile
M examples/posix_sockets/Makefile
M tests/gnrc_ipv6_ext/Makefile
M tests/gnrc_netif/Makefile
M tests/gnrc_sixlowpan/Makefile
M tests/gnrc_tcp_client/Makefile
M tests/gnrc_tcp_server/Makefile
M tests/lwip/Makefile
M tests/lwmac/Makefile
M tests/netstats_l2/Makefile
M tests/pkg_cmsis-dsp/Makefile
M tests/pkg_fatfs/Makefile
M tests/pkg_microcoap/Makefile
M tests/posix_semaphore/Makefile
M tests/thread_cooperation/Makefile
M tests/unittests/Makefile
Log Message:
-----------
Merge pull request #8074 from miri64/git/fix/7979-backport
boards: removed support for pca1000[0|5] (gnrc_netif2 backport)
Compare: https://github.com/RIOT-OS/RIOT/compare/abe721ff6c7a...10a01dc3e4da
More information about the commits
mailing list