From de975bbabe1e41d4d081aaee6ac955051a0b7293 Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Tue, 13 Mar 2018 17:39:05 +0000 Subject: [PATCH] Move BLE readme to the corresponding example dir --- .../platform-specific/cc26xx/ble-ipv6}/README.md | 2 -- 1 file changed, 2 deletions(-) rename {arch/cpu/cc26xx-cc13xx/rf-core => examples/platform-specific/cc26xx/ble-ipv6}/README.md (96%) diff --git a/arch/cpu/cc26xx-cc13xx/rf-core/README.md b/examples/platform-specific/cc26xx/ble-ipv6/README.md similarity index 96% rename from arch/cpu/cc26xx-cc13xx/rf-core/README.md rename to examples/platform-specific/cc26xx/ble-ipv6/README.md index 247626e2d..d72ab752d 100644 --- a/arch/cpu/cc26xx-cc13xx/rf-core/README.md +++ b/examples/platform-specific/cc26xx/ble-ipv6/README.md @@ -37,8 +37,6 @@ The L2CAP LE credit-based flow control support is implemented in `arch/cpu/cc26x Besides implementing rudimentary L2CAP support, this module handles fragmentation of large IPv6 packets. ## Using BLEach -A simple IPv6-over-BLE UDP-client is included under `examples/platform-specific/cc26xx/cc26xx-ble-client-demo`. - Currently, BLEach is only available for the Texas Instruments CC2650 hardware platform. The following sections describe how to configure BLEach for IPv6-over-BLE nodes and border routers.