diff --git a/Android/.gitignore b/android-example/.gitignore similarity index 100% rename from Android/.gitignore rename to android-example/.gitignore diff --git a/Android/README.md b/android-example/README.md similarity index 100% rename from Android/README.md rename to android-example/README.md diff --git a/Android/app/.gitignore b/android-example/app/.gitignore similarity index 100% rename from Android/app/.gitignore rename to android-example/app/.gitignore diff --git a/Android/app/build.gradle b/android-example/app/build.gradle similarity index 100% rename from Android/app/build.gradle rename to android-example/app/build.gradle diff --git a/Android/app/libs/web-api.aar b/android-example/app/libs/web-api.aar similarity index 100% rename from Android/app/libs/web-api.aar rename to android-example/app/libs/web-api.aar diff --git a/Android/app/proguard-rules.pro b/android-example/app/proguard-rules.pro similarity index 100% rename from Android/app/proguard-rules.pro rename to android-example/app/proguard-rules.pro diff --git a/Android/app/src/main/AndroidManifest.xml b/android-example/app/src/main/AndroidManifest.xml similarity index 100% rename from Android/app/src/main/AndroidManifest.xml rename to android-example/app/src/main/AndroidManifest.xml diff --git a/Android/app/src/main/java/net/irext/ircontrol/IRApplication.java b/android-example/app/src/main/java/net/irext/ircontrol/IRApplication.java similarity index 100% rename from Android/app/src/main/java/net/irext/ircontrol/IRApplication.java rename to android-example/app/src/main/java/net/irext/ircontrol/IRApplication.java diff --git a/Android/app/src/main/java/net/irext/ircontrol/bean/RemoteControl.java b/android-example/app/src/main/java/net/irext/ircontrol/bean/RemoteControl.java similarity index 100% rename from Android/app/src/main/java/net/irext/ircontrol/bean/RemoteControl.java rename to android-example/app/src/main/java/net/irext/ircontrol/bean/RemoteControl.java diff --git a/Android/app/src/main/java/net/irext/ircontrol/ui/activity/ControlActivity.java b/android-example/app/src/main/java/net/irext/ircontrol/ui/activity/ControlActivity.java similarity index 100% rename from Android/app/src/main/java/net/irext/ircontrol/ui/activity/ControlActivity.java rename to android-example/app/src/main/java/net/irext/ircontrol/ui/activity/ControlActivity.java diff --git a/Android/app/src/main/java/net/irext/ircontrol/ui/activity/CreateActivity.java b/android-example/app/src/main/java/net/irext/ircontrol/ui/activity/CreateActivity.java similarity index 100% rename from Android/app/src/main/java/net/irext/ircontrol/ui/activity/CreateActivity.java rename to android-example/app/src/main/java/net/irext/ircontrol/ui/activity/CreateActivity.java diff --git a/Android/app/src/main/java/net/irext/ircontrol/ui/activity/MainActivity.java b/android-example/app/src/main/java/net/irext/ircontrol/ui/activity/MainActivity.java similarity index 100% rename from Android/app/src/main/java/net/irext/ircontrol/ui/activity/MainActivity.java rename to android-example/app/src/main/java/net/irext/ircontrol/ui/activity/MainActivity.java diff --git a/Android/app/src/main/java/net/irext/ircontrol/ui/adapter/BrandAdapter.java b/android-example/app/src/main/java/net/irext/ircontrol/ui/adapter/BrandAdapter.java similarity index 100% rename from Android/app/src/main/java/net/irext/ircontrol/ui/adapter/BrandAdapter.java rename to android-example/app/src/main/java/net/irext/ircontrol/ui/adapter/BrandAdapter.java diff --git a/Android/app/src/main/java/net/irext/ircontrol/ui/adapter/CategoryAdapter.java b/android-example/app/src/main/java/net/irext/ircontrol/ui/adapter/CategoryAdapter.java similarity index 100% rename from Android/app/src/main/java/net/irext/ircontrol/ui/adapter/CategoryAdapter.java rename to android-example/app/src/main/java/net/irext/ircontrol/ui/adapter/CategoryAdapter.java diff --git a/Android/app/src/main/java/net/irext/ircontrol/ui/adapter/CityAdapter.java b/android-example/app/src/main/java/net/irext/ircontrol/ui/adapter/CityAdapter.java similarity index 100% rename from Android/app/src/main/java/net/irext/ircontrol/ui/adapter/CityAdapter.java rename to android-example/app/src/main/java/net/irext/ircontrol/ui/adapter/CityAdapter.java diff --git a/Android/app/src/main/java/net/irext/ircontrol/ui/adapter/IndexAdapter.java b/android-example/app/src/main/java/net/irext/ircontrol/ui/adapter/IndexAdapter.java similarity index 100% rename from Android/app/src/main/java/net/irext/ircontrol/ui/adapter/IndexAdapter.java rename to android-example/app/src/main/java/net/irext/ircontrol/ui/adapter/IndexAdapter.java diff --git a/Android/app/src/main/java/net/irext/ircontrol/ui/adapter/OperatorAdapter.java b/android-example/app/src/main/java/net/irext/ircontrol/ui/adapter/OperatorAdapter.java similarity index 100% rename from Android/app/src/main/java/net/irext/ircontrol/ui/adapter/OperatorAdapter.java rename to android-example/app/src/main/java/net/irext/ircontrol/ui/adapter/OperatorAdapter.java diff --git a/Android/app/src/main/java/net/irext/ircontrol/ui/adapter/RemoteControlAdapter.java b/android-example/app/src/main/java/net/irext/ircontrol/ui/adapter/RemoteControlAdapter.java similarity index 100% rename from Android/app/src/main/java/net/irext/ircontrol/ui/adapter/RemoteControlAdapter.java rename to android-example/app/src/main/java/net/irext/ircontrol/ui/adapter/RemoteControlAdapter.java diff --git a/Android/app/src/main/java/net/irext/ircontrol/ui/fragment/BaseCreateFragment.java b/android-example/app/src/main/java/net/irext/ircontrol/ui/fragment/BaseCreateFragment.java similarity index 100% rename from Android/app/src/main/java/net/irext/ircontrol/ui/fragment/BaseCreateFragment.java rename to android-example/app/src/main/java/net/irext/ircontrol/ui/fragment/BaseCreateFragment.java diff --git a/Android/app/src/main/java/net/irext/ircontrol/ui/fragment/BrandFragment.java b/android-example/app/src/main/java/net/irext/ircontrol/ui/fragment/BrandFragment.java similarity index 100% rename from Android/app/src/main/java/net/irext/ircontrol/ui/fragment/BrandFragment.java rename to android-example/app/src/main/java/net/irext/ircontrol/ui/fragment/BrandFragment.java diff --git a/Android/app/src/main/java/net/irext/ircontrol/ui/fragment/CategoryFragment.java b/android-example/app/src/main/java/net/irext/ircontrol/ui/fragment/CategoryFragment.java similarity index 100% rename from Android/app/src/main/java/net/irext/ircontrol/ui/fragment/CategoryFragment.java rename to android-example/app/src/main/java/net/irext/ircontrol/ui/fragment/CategoryFragment.java diff --git a/Android/app/src/main/java/net/irext/ircontrol/ui/fragment/CityFragment.java b/android-example/app/src/main/java/net/irext/ircontrol/ui/fragment/CityFragment.java similarity index 100% rename from Android/app/src/main/java/net/irext/ircontrol/ui/fragment/CityFragment.java rename to android-example/app/src/main/java/net/irext/ircontrol/ui/fragment/CityFragment.java diff --git a/Android/app/src/main/java/net/irext/ircontrol/ui/fragment/ControlFragment.java b/android-example/app/src/main/java/net/irext/ircontrol/ui/fragment/ControlFragment.java similarity index 100% rename from Android/app/src/main/java/net/irext/ircontrol/ui/fragment/ControlFragment.java rename to android-example/app/src/main/java/net/irext/ircontrol/ui/fragment/ControlFragment.java diff --git a/Android/app/src/main/java/net/irext/ircontrol/ui/fragment/IndexFragment.java b/android-example/app/src/main/java/net/irext/ircontrol/ui/fragment/IndexFragment.java similarity index 100% rename from Android/app/src/main/java/net/irext/ircontrol/ui/fragment/IndexFragment.java rename to android-example/app/src/main/java/net/irext/ircontrol/ui/fragment/IndexFragment.java diff --git a/Android/app/src/main/java/net/irext/ircontrol/ui/fragment/MainFragment.java b/android-example/app/src/main/java/net/irext/ircontrol/ui/fragment/MainFragment.java similarity index 100% rename from Android/app/src/main/java/net/irext/ircontrol/ui/fragment/MainFragment.java rename to android-example/app/src/main/java/net/irext/ircontrol/ui/fragment/MainFragment.java diff --git a/Android/app/src/main/java/net/irext/ircontrol/ui/widget/PullToRefreshListView.java b/android-example/app/src/main/java/net/irext/ircontrol/ui/widget/PullToRefreshListView.java similarity index 100% rename from Android/app/src/main/java/net/irext/ircontrol/ui/widget/PullToRefreshListView.java rename to android-example/app/src/main/java/net/irext/ircontrol/ui/widget/PullToRefreshListView.java diff --git a/Android/app/src/main/java/net/irext/ircontrol/utils/Constants.java b/android-example/app/src/main/java/net/irext/ircontrol/utils/Constants.java similarity index 100% rename from Android/app/src/main/java/net/irext/ircontrol/utils/Constants.java rename to android-example/app/src/main/java/net/irext/ircontrol/utils/Constants.java diff --git a/Android/app/src/main/java/net/irext/ircontrol/utils/FileUtils.java b/android-example/app/src/main/java/net/irext/ircontrol/utils/FileUtils.java similarity index 100% rename from Android/app/src/main/java/net/irext/ircontrol/utils/FileUtils.java rename to android-example/app/src/main/java/net/irext/ircontrol/utils/FileUtils.java diff --git a/Android/app/src/main/java/net/irext/ircontrol/utils/MessageUtil.java b/android-example/app/src/main/java/net/irext/ircontrol/utils/MessageUtil.java similarity index 100% rename from Android/app/src/main/java/net/irext/ircontrol/utils/MessageUtil.java rename to android-example/app/src/main/java/net/irext/ircontrol/utils/MessageUtil.java diff --git a/Android/app/src/main/java/net/irext/ircontrol/utils/SharedPreferenceUtil.java b/android-example/app/src/main/java/net/irext/ircontrol/utils/SharedPreferenceUtil.java similarity index 100% rename from Android/app/src/main/java/net/irext/ircontrol/utils/SharedPreferenceUtil.java rename to android-example/app/src/main/java/net/irext/ircontrol/utils/SharedPreferenceUtil.java diff --git a/Android/app/src/main/jniLibs/arm64-v8a/libirdecode.so b/android-example/app/src/main/jniLibs/arm64-v8a/libirdecode.so similarity index 100% rename from Android/app/src/main/jniLibs/arm64-v8a/libirdecode.so rename to android-example/app/src/main/jniLibs/arm64-v8a/libirdecode.so diff --git a/Android/app/src/main/jniLibs/armeabi-v7a/libirdecode.so b/android-example/app/src/main/jniLibs/armeabi-v7a/libirdecode.so similarity index 100% rename from Android/app/src/main/jniLibs/armeabi-v7a/libirdecode.so rename to android-example/app/src/main/jniLibs/armeabi-v7a/libirdecode.so diff --git a/Android/app/src/main/jniLibs/armeabi/libirdecode.so b/android-example/app/src/main/jniLibs/armeabi/libirdecode.so similarity index 100% rename from Android/app/src/main/jniLibs/armeabi/libirdecode.so rename to android-example/app/src/main/jniLibs/armeabi/libirdecode.so diff --git a/Android/app/src/main/jniLibs/mips/libirdecode.so b/android-example/app/src/main/jniLibs/mips/libirdecode.so similarity index 100% rename from Android/app/src/main/jniLibs/mips/libirdecode.so rename to android-example/app/src/main/jniLibs/mips/libirdecode.so diff --git a/Android/app/src/main/jniLibs/mips64/libirdecode.so b/android-example/app/src/main/jniLibs/mips64/libirdecode.so similarity index 100% rename from Android/app/src/main/jniLibs/mips64/libirdecode.so rename to android-example/app/src/main/jniLibs/mips64/libirdecode.so diff --git a/Android/app/src/main/jniLibs/x86/libirdecode.so b/android-example/app/src/main/jniLibs/x86/libirdecode.so similarity index 100% rename from Android/app/src/main/jniLibs/x86/libirdecode.so rename to android-example/app/src/main/jniLibs/x86/libirdecode.so diff --git a/Android/app/src/main/jniLibs/x86_64/libirdecode.so b/android-example/app/src/main/jniLibs/x86_64/libirdecode.so similarity index 100% rename from Android/app/src/main/jniLibs/x86_64/libirdecode.so rename to android-example/app/src/main/jniLibs/x86_64/libirdecode.so diff --git a/Android/app/src/main/res/layout/activity_control.xml b/android-example/app/src/main/res/layout/activity_control.xml similarity index 100% rename from Android/app/src/main/res/layout/activity_control.xml rename to android-example/app/src/main/res/layout/activity_control.xml diff --git a/Android/app/src/main/res/layout/activity_create.xml b/android-example/app/src/main/res/layout/activity_create.xml similarity index 100% rename from Android/app/src/main/res/layout/activity_create.xml rename to android-example/app/src/main/res/layout/activity_create.xml diff --git a/Android/app/src/main/res/layout/activity_main.xml b/android-example/app/src/main/res/layout/activity_main.xml similarity index 100% rename from Android/app/src/main/res/layout/activity_main.xml rename to android-example/app/src/main/res/layout/activity_main.xml diff --git a/Android/app/src/main/res/layout/fragment_brand.xml b/android-example/app/src/main/res/layout/fragment_brand.xml similarity index 100% rename from Android/app/src/main/res/layout/fragment_brand.xml rename to android-example/app/src/main/res/layout/fragment_brand.xml diff --git a/Android/app/src/main/res/layout/fragment_category.xml b/android-example/app/src/main/res/layout/fragment_category.xml similarity index 100% rename from Android/app/src/main/res/layout/fragment_category.xml rename to android-example/app/src/main/res/layout/fragment_category.xml diff --git a/Android/app/src/main/res/layout/fragment_city.xml b/android-example/app/src/main/res/layout/fragment_city.xml similarity index 100% rename from Android/app/src/main/res/layout/fragment_city.xml rename to android-example/app/src/main/res/layout/fragment_city.xml diff --git a/Android/app/src/main/res/layout/fragment_control.xml b/android-example/app/src/main/res/layout/fragment_control.xml similarity index 100% rename from Android/app/src/main/res/layout/fragment_control.xml rename to android-example/app/src/main/res/layout/fragment_control.xml diff --git a/Android/app/src/main/res/layout/fragment_index.xml b/android-example/app/src/main/res/layout/fragment_index.xml similarity index 100% rename from Android/app/src/main/res/layout/fragment_index.xml rename to android-example/app/src/main/res/layout/fragment_index.xml diff --git a/Android/app/src/main/res/layout/fragment_main.xml b/android-example/app/src/main/res/layout/fragment_main.xml similarity index 100% rename from Android/app/src/main/res/layout/fragment_main.xml rename to android-example/app/src/main/res/layout/fragment_main.xml diff --git a/Android/app/src/main/res/layout/fragment_operator.xml b/android-example/app/src/main/res/layout/fragment_operator.xml similarity index 100% rename from Android/app/src/main/res/layout/fragment_operator.xml rename to android-example/app/src/main/res/layout/fragment_operator.xml diff --git a/Android/app/src/main/res/layout/item_brand.xml b/android-example/app/src/main/res/layout/item_brand.xml similarity index 100% rename from Android/app/src/main/res/layout/item_brand.xml rename to android-example/app/src/main/res/layout/item_brand.xml diff --git a/Android/app/src/main/res/layout/item_category.xml b/android-example/app/src/main/res/layout/item_category.xml similarity index 100% rename from Android/app/src/main/res/layout/item_category.xml rename to android-example/app/src/main/res/layout/item_category.xml diff --git a/Android/app/src/main/res/layout/item_city.xml b/android-example/app/src/main/res/layout/item_city.xml similarity index 100% rename from Android/app/src/main/res/layout/item_city.xml rename to android-example/app/src/main/res/layout/item_city.xml diff --git a/Android/app/src/main/res/layout/item_index.xml b/android-example/app/src/main/res/layout/item_index.xml similarity index 100% rename from Android/app/src/main/res/layout/item_index.xml rename to android-example/app/src/main/res/layout/item_index.xml diff --git a/Android/app/src/main/res/layout/item_operator.xml b/android-example/app/src/main/res/layout/item_operator.xml similarity index 100% rename from Android/app/src/main/res/layout/item_operator.xml rename to android-example/app/src/main/res/layout/item_operator.xml diff --git a/Android/app/src/main/res/layout/item_remote.xml b/android-example/app/src/main/res/layout/item_remote.xml similarity index 100% rename from Android/app/src/main/res/layout/item_remote.xml rename to android-example/app/src/main/res/layout/item_remote.xml diff --git a/Android/app/src/main/res/layout/ptr_header.xml b/android-example/app/src/main/res/layout/ptr_header.xml similarity index 100% rename from Android/app/src/main/res/layout/ptr_header.xml rename to android-example/app/src/main/res/layout/ptr_header.xml diff --git a/Android/app/src/main/res/menu/menu_main.xml b/android-example/app/src/main/res/menu/menu_main.xml similarity index 100% rename from Android/app/src/main/res/menu/menu_main.xml rename to android-example/app/src/main/res/menu/menu_main.xml diff --git a/Android/app/src/main/res/mipmap-hdpi/ptr_pulltorefresh_arrow.png b/android-example/app/src/main/res/mipmap-hdpi/ptr_pulltorefresh_arrow.png similarity index 100% rename from Android/app/src/main/res/mipmap-hdpi/ptr_pulltorefresh_arrow.png rename to android-example/app/src/main/res/mipmap-hdpi/ptr_pulltorefresh_arrow.png diff --git a/Android/app/src/main/res/mipmap-mdpi/ptr_pulltorefresh_arrow.png b/android-example/app/src/main/res/mipmap-mdpi/ptr_pulltorefresh_arrow.png similarity index 100% rename from Android/app/src/main/res/mipmap-mdpi/ptr_pulltorefresh_arrow.png rename to android-example/app/src/main/res/mipmap-mdpi/ptr_pulltorefresh_arrow.png diff --git a/Android/app/src/main/res/mipmap-xxhdpi/button_back.png b/android-example/app/src/main/res/mipmap-xxhdpi/button_back.png similarity index 100% rename from Android/app/src/main/res/mipmap-xxhdpi/button_back.png rename to android-example/app/src/main/res/mipmap-xxhdpi/button_back.png diff --git a/Android/app/src/main/res/mipmap-xxhdpi/button_down.png b/android-example/app/src/main/res/mipmap-xxhdpi/button_down.png similarity index 100% rename from Android/app/src/main/res/mipmap-xxhdpi/button_down.png rename to android-example/app/src/main/res/mipmap-xxhdpi/button_down.png diff --git a/Android/app/src/main/res/mipmap-xxhdpi/button_home.png b/android-example/app/src/main/res/mipmap-xxhdpi/button_home.png similarity index 100% rename from Android/app/src/main/res/mipmap-xxhdpi/button_home.png rename to android-example/app/src/main/res/mipmap-xxhdpi/button_home.png diff --git a/Android/app/src/main/res/mipmap-xxhdpi/button_left.png b/android-example/app/src/main/res/mipmap-xxhdpi/button_left.png similarity index 100% rename from Android/app/src/main/res/mipmap-xxhdpi/button_left.png rename to android-example/app/src/main/res/mipmap-xxhdpi/button_left.png diff --git a/Android/app/src/main/res/mipmap-xxhdpi/button_menu.png b/android-example/app/src/main/res/mipmap-xxhdpi/button_menu.png similarity index 100% rename from Android/app/src/main/res/mipmap-xxhdpi/button_menu.png rename to android-example/app/src/main/res/mipmap-xxhdpi/button_menu.png diff --git a/Android/app/src/main/res/mipmap-xxhdpi/button_minus.png b/android-example/app/src/main/res/mipmap-xxhdpi/button_minus.png similarity index 100% rename from Android/app/src/main/res/mipmap-xxhdpi/button_minus.png rename to android-example/app/src/main/res/mipmap-xxhdpi/button_minus.png diff --git a/Android/app/src/main/res/mipmap-xxhdpi/button_ok.png b/android-example/app/src/main/res/mipmap-xxhdpi/button_ok.png similarity index 100% rename from Android/app/src/main/res/mipmap-xxhdpi/button_ok.png rename to android-example/app/src/main/res/mipmap-xxhdpi/button_ok.png diff --git a/Android/app/src/main/res/mipmap-xxhdpi/button_plus.png b/android-example/app/src/main/res/mipmap-xxhdpi/button_plus.png similarity index 100% rename from Android/app/src/main/res/mipmap-xxhdpi/button_plus.png rename to android-example/app/src/main/res/mipmap-xxhdpi/button_plus.png diff --git a/Android/app/src/main/res/mipmap-xxhdpi/button_power.png b/android-example/app/src/main/res/mipmap-xxhdpi/button_power.png similarity index 100% rename from Android/app/src/main/res/mipmap-xxhdpi/button_power.png rename to android-example/app/src/main/res/mipmap-xxhdpi/button_power.png diff --git a/Android/app/src/main/res/mipmap-xxhdpi/button_right.png b/android-example/app/src/main/res/mipmap-xxhdpi/button_right.png similarity index 100% rename from Android/app/src/main/res/mipmap-xxhdpi/button_right.png rename to android-example/app/src/main/res/mipmap-xxhdpi/button_right.png diff --git a/Android/app/src/main/res/mipmap-xxhdpi/button_up.png b/android-example/app/src/main/res/mipmap-xxhdpi/button_up.png similarity index 100% rename from Android/app/src/main/res/mipmap-xxhdpi/button_up.png rename to android-example/app/src/main/res/mipmap-xxhdpi/button_up.png diff --git a/Android/app/src/main/res/mipmap-xxhdpi/icon_add.png b/android-example/app/src/main/res/mipmap-xxhdpi/icon_add.png similarity index 100% rename from Android/app/src/main/res/mipmap-xxhdpi/icon_add.png rename to android-example/app/src/main/res/mipmap-xxhdpi/icon_add.png diff --git a/Android/app/src/main/res/mipmap-xxhdpi/ir_logo.jpg b/android-example/app/src/main/res/mipmap-xxhdpi/ir_logo.jpg similarity index 100% rename from Android/app/src/main/res/mipmap-xxhdpi/ir_logo.jpg rename to android-example/app/src/main/res/mipmap-xxhdpi/ir_logo.jpg diff --git a/Android/app/src/main/res/values-v21/styles.xml b/android-example/app/src/main/res/values-v21/styles.xml similarity index 100% rename from Android/app/src/main/res/values-v21/styles.xml rename to android-example/app/src/main/res/values-v21/styles.xml diff --git a/Android/app/src/main/res/values-w820dp/dimens.xml b/android-example/app/src/main/res/values-w820dp/dimens.xml similarity index 100% rename from Android/app/src/main/res/values-w820dp/dimens.xml rename to android-example/app/src/main/res/values-w820dp/dimens.xml diff --git a/Android/app/src/main/res/values-zh-rCN/strings.xml b/android-example/app/src/main/res/values-zh-rCN/strings.xml similarity index 100% rename from Android/app/src/main/res/values-zh-rCN/strings.xml rename to android-example/app/src/main/res/values-zh-rCN/strings.xml diff --git a/Android/app/src/main/res/values/colors.xml b/android-example/app/src/main/res/values/colors.xml similarity index 100% rename from Android/app/src/main/res/values/colors.xml rename to android-example/app/src/main/res/values/colors.xml diff --git a/Android/app/src/main/res/values/dimens.xml b/android-example/app/src/main/res/values/dimens.xml similarity index 100% rename from Android/app/src/main/res/values/dimens.xml rename to android-example/app/src/main/res/values/dimens.xml diff --git a/Android/app/src/main/res/values/ptr_default_style.xml b/android-example/app/src/main/res/values/ptr_default_style.xml similarity index 100% rename from Android/app/src/main/res/values/ptr_default_style.xml rename to android-example/app/src/main/res/values/ptr_default_style.xml diff --git a/Android/app/src/main/res/values/strings.xml b/android-example/app/src/main/res/values/strings.xml similarity index 100% rename from Android/app/src/main/res/values/strings.xml rename to android-example/app/src/main/res/values/strings.xml diff --git a/Android/app/src/main/res/values/styles.xml b/android-example/app/src/main/res/values/styles.xml similarity index 100% rename from Android/app/src/main/res/values/styles.xml rename to android-example/app/src/main/res/values/styles.xml diff --git a/Android/build.gradle b/android-example/build.gradle similarity index 88% rename from Android/build.gradle rename to android-example/build.gradle index 52ddcde..24e2703 100644 --- a/Android/build.gradle +++ b/android-example/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.3.1' + classpath 'com.android.tools.build:gradle:2.3.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } diff --git a/Android/decodesdk/.gitignore b/android-example/decodesdk/.gitignore similarity index 100% rename from Android/decodesdk/.gitignore rename to android-example/decodesdk/.gitignore diff --git a/Android/decodesdk/README.md b/android-example/decodesdk/README.md similarity index 100% rename from Android/decodesdk/README.md rename to android-example/decodesdk/README.md diff --git a/Android/decodesdk/build.gradle b/android-example/decodesdk/build.gradle similarity index 100% rename from Android/decodesdk/build.gradle rename to android-example/decodesdk/build.gradle diff --git a/Android/decodesdk/irextdecode/Android.mk b/android-example/decodesdk/irextdecode/Android.mk similarity index 100% rename from Android/decodesdk/irextdecode/Android.mk rename to android-example/decodesdk/irextdecode/Android.mk diff --git a/Android/decodesdk/irextdecode/Application.mk b/android-example/decodesdk/irextdecode/Application.mk similarity index 100% rename from Android/decodesdk/irextdecode/Application.mk rename to android-example/decodesdk/irextdecode/Application.mk diff --git a/Android/decodesdk/irextdecode/include/ir_ac_apply.h b/android-example/decodesdk/irextdecode/include/ir_ac_apply.h similarity index 100% rename from Android/decodesdk/irextdecode/include/ir_ac_apply.h rename to android-example/decodesdk/irextdecode/include/ir_ac_apply.h diff --git a/Android/decodesdk/irextdecode/include/ir_ac_binary_parse.h b/android-example/decodesdk/irextdecode/include/ir_ac_binary_parse.h similarity index 100% rename from Android/decodesdk/irextdecode/include/ir_ac_binary_parse.h rename to android-example/decodesdk/irextdecode/include/ir_ac_binary_parse.h diff --git a/Android/decodesdk/irextdecode/include/ir_ac_build_frame.h b/android-example/decodesdk/irextdecode/include/ir_ac_build_frame.h similarity index 100% rename from Android/decodesdk/irextdecode/include/ir_ac_build_frame.h rename to android-example/decodesdk/irextdecode/include/ir_ac_build_frame.h diff --git a/Android/decodesdk/irextdecode/include/ir_ac_control.h b/android-example/decodesdk/irextdecode/include/ir_ac_control.h similarity index 100% rename from Android/decodesdk/irextdecode/include/ir_ac_control.h rename to android-example/decodesdk/irextdecode/include/ir_ac_control.h diff --git a/Android/decodesdk/irextdecode/include/ir_ac_parse_forbidden_info.h b/android-example/decodesdk/irextdecode/include/ir_ac_parse_forbidden_info.h similarity index 100% rename from Android/decodesdk/irextdecode/include/ir_ac_parse_forbidden_info.h rename to android-example/decodesdk/irextdecode/include/ir_ac_parse_forbidden_info.h diff --git a/Android/decodesdk/irextdecode/include/ir_ac_parse_frame_info.h b/android-example/decodesdk/irextdecode/include/ir_ac_parse_frame_info.h similarity index 100% rename from Android/decodesdk/irextdecode/include/ir_ac_parse_frame_info.h rename to android-example/decodesdk/irextdecode/include/ir_ac_parse_frame_info.h diff --git a/Android/decodesdk/irextdecode/include/ir_ac_parse_parameter.h b/android-example/decodesdk/irextdecode/include/ir_ac_parse_parameter.h similarity index 100% rename from Android/decodesdk/irextdecode/include/ir_ac_parse_parameter.h rename to android-example/decodesdk/irextdecode/include/ir_ac_parse_parameter.h diff --git a/Android/decodesdk/irextdecode/include/ir_decode.h b/android-example/decodesdk/irextdecode/include/ir_decode.h similarity index 100% rename from Android/decodesdk/irextdecode/include/ir_decode.h rename to android-example/decodesdk/irextdecode/include/ir_decode.h diff --git a/Android/decodesdk/irextdecode/include/ir_defs.h b/android-example/decodesdk/irextdecode/include/ir_defs.h similarity index 100% rename from Android/decodesdk/irextdecode/include/ir_defs.h rename to android-example/decodesdk/irextdecode/include/ir_defs.h diff --git a/Android/decodesdk/irextdecode/include/ir_tv_control.h b/android-example/decodesdk/irextdecode/include/ir_tv_control.h similarity index 100% rename from Android/decodesdk/irextdecode/include/ir_tv_control.h rename to android-example/decodesdk/irextdecode/include/ir_tv_control.h diff --git a/Android/decodesdk/irextdecode/include/ir_utils.h b/android-example/decodesdk/irextdecode/include/ir_utils.h similarity index 100% rename from Android/decodesdk/irextdecode/include/ir_utils.h rename to android-example/decodesdk/irextdecode/include/ir_utils.h diff --git a/Android/decodesdk/irextdecode/jni/Readme.md b/android-example/decodesdk/irextdecode/jni/Readme.md similarity index 100% rename from Android/decodesdk/irextdecode/jni/Readme.md rename to android-example/decodesdk/irextdecode/jni/Readme.md diff --git a/Android/decodesdk/irextdecode/jni/ir_decode_jni.c b/android-example/decodesdk/irextdecode/jni/ir_decode_jni.c similarity index 100% rename from Android/decodesdk/irextdecode/jni/ir_decode_jni.c rename to android-example/decodesdk/irextdecode/jni/ir_decode_jni.c diff --git a/Android/decodesdk/irextdecode/jni/ir_decode_jni.h b/android-example/decodesdk/irextdecode/jni/ir_decode_jni.h similarity index 100% rename from Android/decodesdk/irextdecode/jni/ir_decode_jni.h rename to android-example/decodesdk/irextdecode/jni/ir_decode_jni.h diff --git a/Android/decodesdk/irextdecode/src/ir_ac_apply.c b/android-example/decodesdk/irextdecode/src/ir_ac_apply.c similarity index 100% rename from Android/decodesdk/irextdecode/src/ir_ac_apply.c rename to android-example/decodesdk/irextdecode/src/ir_ac_apply.c diff --git a/Android/decodesdk/irextdecode/src/ir_ac_binary_parse.c b/android-example/decodesdk/irextdecode/src/ir_ac_binary_parse.c similarity index 100% rename from Android/decodesdk/irextdecode/src/ir_ac_binary_parse.c rename to android-example/decodesdk/irextdecode/src/ir_ac_binary_parse.c diff --git a/Android/decodesdk/irextdecode/src/ir_ac_build_frame.c b/android-example/decodesdk/irextdecode/src/ir_ac_build_frame.c similarity index 100% rename from Android/decodesdk/irextdecode/src/ir_ac_build_frame.c rename to android-example/decodesdk/irextdecode/src/ir_ac_build_frame.c diff --git a/Android/decodesdk/irextdecode/src/ir_ac_control.c b/android-example/decodesdk/irextdecode/src/ir_ac_control.c similarity index 100% rename from Android/decodesdk/irextdecode/src/ir_ac_control.c rename to android-example/decodesdk/irextdecode/src/ir_ac_control.c diff --git a/Android/decodesdk/irextdecode/src/ir_ac_parse_forbidden_info.c b/android-example/decodesdk/irextdecode/src/ir_ac_parse_forbidden_info.c similarity index 100% rename from Android/decodesdk/irextdecode/src/ir_ac_parse_forbidden_info.c rename to android-example/decodesdk/irextdecode/src/ir_ac_parse_forbidden_info.c diff --git a/Android/decodesdk/irextdecode/src/ir_ac_parse_frame_info.c b/android-example/decodesdk/irextdecode/src/ir_ac_parse_frame_info.c similarity index 100% rename from Android/decodesdk/irextdecode/src/ir_ac_parse_frame_info.c rename to android-example/decodesdk/irextdecode/src/ir_ac_parse_frame_info.c diff --git a/Android/decodesdk/irextdecode/src/ir_ac_parse_parameter.c b/android-example/decodesdk/irextdecode/src/ir_ac_parse_parameter.c similarity index 100% rename from Android/decodesdk/irextdecode/src/ir_ac_parse_parameter.c rename to android-example/decodesdk/irextdecode/src/ir_ac_parse_parameter.c diff --git a/Android/decodesdk/irextdecode/src/ir_decode.c b/android-example/decodesdk/irextdecode/src/ir_decode.c similarity index 100% rename from Android/decodesdk/irextdecode/src/ir_decode.c rename to android-example/decodesdk/irextdecode/src/ir_decode.c diff --git a/Android/decodesdk/irextdecode/src/ir_test_main.c b/android-example/decodesdk/irextdecode/src/ir_test_main.c similarity index 100% rename from Android/decodesdk/irextdecode/src/ir_test_main.c rename to android-example/decodesdk/irextdecode/src/ir_test_main.c diff --git a/Android/decodesdk/irextdecode/src/ir_tv_control.c b/android-example/decodesdk/irextdecode/src/ir_tv_control.c similarity index 100% rename from Android/decodesdk/irextdecode/src/ir_tv_control.c rename to android-example/decodesdk/irextdecode/src/ir_tv_control.c diff --git a/Android/decodesdk/irextdecode/src/ir_utils.c b/android-example/decodesdk/irextdecode/src/ir_utils.c similarity index 100% rename from Android/decodesdk/irextdecode/src/ir_utils.c rename to android-example/decodesdk/irextdecode/src/ir_utils.c diff --git a/Android/decodesdk/proguard-rules.pro b/android-example/decodesdk/proguard-rules.pro similarity index 100% rename from Android/decodesdk/proguard-rules.pro rename to android-example/decodesdk/proguard-rules.pro diff --git a/Android/decodesdk/src/main/AndroidManifest.xml b/android-example/decodesdk/src/main/AndroidManifest.xml similarity index 100% rename from Android/decodesdk/src/main/AndroidManifest.xml rename to android-example/decodesdk/src/main/AndroidManifest.xml diff --git a/Android/decodesdk/src/main/java/net/irext/decodesdk/IRDecode.java b/android-example/decodesdk/src/main/java/net/irext/decodesdk/IRDecode.java similarity index 100% rename from Android/decodesdk/src/main/java/net/irext/decodesdk/IRDecode.java rename to android-example/decodesdk/src/main/java/net/irext/decodesdk/IRDecode.java diff --git a/Android/decodesdk/src/main/java/net/irext/decodesdk/bean/ACStatus.java b/android-example/decodesdk/src/main/java/net/irext/decodesdk/bean/ACStatus.java similarity index 100% rename from Android/decodesdk/src/main/java/net/irext/decodesdk/bean/ACStatus.java rename to android-example/decodesdk/src/main/java/net/irext/decodesdk/bean/ACStatus.java diff --git a/Android/decodesdk/src/main/java/net/irext/decodesdk/bean/TemperatureRange.java b/android-example/decodesdk/src/main/java/net/irext/decodesdk/bean/TemperatureRange.java similarity index 100% rename from Android/decodesdk/src/main/java/net/irext/decodesdk/bean/TemperatureRange.java rename to android-example/decodesdk/src/main/java/net/irext/decodesdk/bean/TemperatureRange.java diff --git a/Android/decodesdk/src/main/java/net/irext/decodesdk/utils/Constants.java b/android-example/decodesdk/src/main/java/net/irext/decodesdk/utils/Constants.java similarity index 100% rename from Android/decodesdk/src/main/java/net/irext/decodesdk/utils/Constants.java rename to android-example/decodesdk/src/main/java/net/irext/decodesdk/utils/Constants.java diff --git a/Android/decodesdk/src/main/res/values/strings.xml b/android-example/decodesdk/src/main/res/values/strings.xml similarity index 100% rename from Android/decodesdk/src/main/res/values/strings.xml rename to android-example/decodesdk/src/main/res/values/strings.xml diff --git a/Android/gradle.properties b/android-example/gradle.properties similarity index 100% rename from Android/gradle.properties rename to android-example/gradle.properties diff --git a/Android/gradle/wrapper/gradle-wrapper.jar b/android-example/gradle/wrapper/gradle-wrapper.jar similarity index 100% rename from Android/gradle/wrapper/gradle-wrapper.jar rename to android-example/gradle/wrapper/gradle-wrapper.jar diff --git a/Android/gradle/wrapper/gradle-wrapper.properties b/android-example/gradle/wrapper/gradle-wrapper.properties similarity index 100% rename from Android/gradle/wrapper/gradle-wrapper.properties rename to android-example/gradle/wrapper/gradle-wrapper.properties diff --git a/Android/gradlew b/android-example/gradlew similarity index 100% rename from Android/gradlew rename to android-example/gradlew diff --git a/Android/gradlew.bat b/android-example/gradlew.bat similarity index 100% rename from Android/gradlew.bat rename to android-example/gradlew.bat diff --git a/Android/settings.gradle b/android-example/settings.gradle similarity index 100% rename from Android/settings.gradle rename to android-example/settings.gradle diff --git a/Android/web-api/build.gradle b/android-example/web-api/build.gradle similarity index 100% rename from Android/web-api/build.gradle rename to android-example/web-api/build.gradle diff --git a/Android/web-api/web-api.aar b/android-example/web-api/web-api.aar similarity index 100% rename from Android/web-api/web-api.aar rename to android-example/web-api/web-api.aar diff --git a/CC25XX/.gitignore b/cc25xx-example/.gitignore similarity index 100% rename from CC25XX/.gitignore rename to cc25xx-example/.gitignore diff --git a/CC25XX/LICENSE b/cc25xx-example/LICENSE similarity index 100% rename from CC25XX/LICENSE rename to cc25xx-example/LICENSE diff --git a/CC25XX/README.md b/cc25xx-example/README.md similarity index 100% rename from CC25XX/README.md rename to cc25xx-example/README.md diff --git a/CC25XX/ti/BLE-CC254x/BLE_1.4.1_Manifest.pdf b/cc25xx-example/ti/BLE-CC254x/BLE_1.4.1_Manifest.pdf similarity index 100% rename from CC25XX/ti/BLE-CC254x/BLE_1.4.1_Manifest.pdf rename to cc25xx-example/ti/BLE-CC254x/BLE_1.4.1_Manifest.pdf diff --git a/CC25XX/ti/BLE-CC254x/Components/ble/controller/include/ll.h b/cc25xx-example/ti/BLE-CC254x/Components/ble/controller/include/ll.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/ble/controller/include/ll.h rename to cc25xx-example/ti/BLE-CC254x/Components/ble/controller/include/ll.h diff --git a/CC25XX/ti/BLE-CC254x/Components/ble/controller/include/ll_math.h b/cc25xx-example/ti/BLE-CC254x/Components/ble/controller/include/ll_math.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/ble/controller/include/ll_math.h rename to cc25xx-example/ti/BLE-CC254x/Components/ble/controller/include/ll_math.h diff --git a/CC25XX/ti/BLE-CC254x/Components/ble/controller/include/ll_sleep.h b/cc25xx-example/ti/BLE-CC254x/Components/ble/controller/include/ll_sleep.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/ble/controller/include/ll_sleep.h rename to cc25xx-example/ti/BLE-CC254x/Components/ble/controller/include/ll_sleep.h diff --git a/CC25XX/ti/BLE-CC254x/Components/ble/controller/include/ll_timer2.h b/cc25xx-example/ti/BLE-CC254x/Components/ble/controller/include/ll_timer2.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/ble/controller/include/ll_timer2.h rename to cc25xx-example/ti/BLE-CC254x/Components/ble/controller/include/ll_timer2.h diff --git a/CC25XX/ti/BLE-CC254x/Components/ble/controller/include/phy.h b/cc25xx-example/ti/BLE-CC254x/Components/ble/controller/include/phy.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/ble/controller/include/phy.h rename to cc25xx-example/ti/BLE-CC254x/Components/ble/controller/include/phy.h diff --git a/CC25XX/ti/BLE-CC254x/Components/ble/controller/include/phy_image.h b/cc25xx-example/ti/BLE-CC254x/Components/ble/controller/include/phy_image.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/ble/controller/include/phy_image.h rename to cc25xx-example/ti/BLE-CC254x/Components/ble/controller/include/phy_image.h diff --git a/CC25XX/ti/BLE-CC254x/Components/ble/hci/hci_data.h b/cc25xx-example/ti/BLE-CC254x/Components/ble/hci/hci_data.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/ble/hci/hci_data.h rename to cc25xx-example/ti/BLE-CC254x/Components/ble/hci/hci_data.h diff --git a/CC25XX/ti/BLE-CC254x/Components/ble/hci/hci_event.h b/cc25xx-example/ti/BLE-CC254x/Components/ble/hci/hci_event.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/ble/hci/hci_event.h rename to cc25xx-example/ti/BLE-CC254x/Components/ble/hci/hci_event.h diff --git a/CC25XX/ti/BLE-CC254x/Components/ble/hci/hci_tl.h b/cc25xx-example/ti/BLE-CC254x/Components/ble/hci/hci_tl.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/ble/hci/hci_tl.h rename to cc25xx-example/ti/BLE-CC254x/Components/ble/hci/hci_tl.h diff --git a/CC25XX/ti/BLE-CC254x/Components/ble/host/gatt_uuid.c b/cc25xx-example/ti/BLE-CC254x/Components/ble/host/gatt_uuid.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/ble/host/gatt_uuid.c rename to cc25xx-example/ti/BLE-CC254x/Components/ble/host/gatt_uuid.c diff --git a/CC25XX/ti/BLE-CC254x/Components/ble/host/linkdb.h b/cc25xx-example/ti/BLE-CC254x/Components/ble/host/linkdb.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/ble/host/linkdb.h rename to cc25xx-example/ti/BLE-CC254x/Components/ble/host/linkdb.h diff --git a/CC25XX/ti/BLE-CC254x/Components/ble/include/att.h b/cc25xx-example/ti/BLE-CC254x/Components/ble/include/att.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/ble/include/att.h rename to cc25xx-example/ti/BLE-CC254x/Components/ble/include/att.h diff --git a/CC25XX/ti/BLE-CC254x/Components/ble/include/bcomdef.h b/cc25xx-example/ti/BLE-CC254x/Components/ble/include/bcomdef.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/ble/include/bcomdef.h rename to cc25xx-example/ti/BLE-CC254x/Components/ble/include/bcomdef.h diff --git a/CC25XX/ti/BLE-CC254x/Components/ble/include/gap.h b/cc25xx-example/ti/BLE-CC254x/Components/ble/include/gap.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/ble/include/gap.h rename to cc25xx-example/ti/BLE-CC254x/Components/ble/include/gap.h diff --git a/CC25XX/ti/BLE-CC254x/Components/ble/include/gatt.h b/cc25xx-example/ti/BLE-CC254x/Components/ble/include/gatt.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/ble/include/gatt.h rename to cc25xx-example/ti/BLE-CC254x/Components/ble/include/gatt.h diff --git a/CC25XX/ti/BLE-CC254x/Components/ble/include/gatt_uuid.h b/cc25xx-example/ti/BLE-CC254x/Components/ble/include/gatt_uuid.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/ble/include/gatt_uuid.h rename to cc25xx-example/ti/BLE-CC254x/Components/ble/include/gatt_uuid.h diff --git a/CC25XX/ti/BLE-CC254x/Components/ble/include/hci.h b/cc25xx-example/ti/BLE-CC254x/Components/ble/include/hci.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/ble/include/hci.h rename to cc25xx-example/ti/BLE-CC254x/Components/ble/include/hci.h diff --git a/CC25XX/ti/BLE-CC254x/Components/ble/include/l2cap.h b/cc25xx-example/ti/BLE-CC254x/Components/ble/include/l2cap.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/ble/include/l2cap.h rename to cc25xx-example/ti/BLE-CC254x/Components/ble/include/l2cap.h diff --git a/CC25XX/ti/BLE-CC254x/Components/ble/include/sm.h b/cc25xx-example/ti/BLE-CC254x/Components/ble/include/sm.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/ble/include/sm.h rename to cc25xx-example/ti/BLE-CC254x/Components/ble/include/sm.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/common/hal_assert.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/common/hal_assert.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/common/hal_assert.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/common/hal_assert.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/common/hal_drivers.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/common/hal_drivers.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/common/hal_drivers.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/common/hal_drivers.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/include/hal_adc.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/include/hal_adc.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/include/hal_adc.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/include/hal_adc.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/include/hal_assert.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/include/hal_assert.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/include/hal_assert.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/include/hal_assert.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/include/hal_board.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/include/hal_board.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/include/hal_board.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/include/hal_board.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/include/hal_defs.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/include/hal_defs.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/include/hal_defs.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/include/hal_defs.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/include/hal_drivers.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/include/hal_drivers.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/include/hal_drivers.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/include/hal_drivers.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/include/hal_flash.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/include/hal_flash.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/include/hal_flash.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/include/hal_flash.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/include/hal_key.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/include/hal_key.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/include/hal_key.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/include/hal_key.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/include/hal_lcd.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/include/hal_lcd.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/include/hal_lcd.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/include/hal_lcd.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/include/hal_led.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/include/hal_led.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/include/hal_led.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/include/hal_led.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/include/hal_rpc.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/include/hal_rpc.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/include/hal_rpc.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/include/hal_rpc.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/include/hal_sleep.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/include/hal_sleep.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/include/hal_sleep.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/include/hal_sleep.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/include/hal_timer.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/include/hal_timer.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/include/hal_timer.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/include/hal_timer.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/include/hal_uart.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/include/hal_uart.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/include/hal_uart.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/include/hal_uart.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/_hal_uart_dma.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/_hal_uart_dma.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/_hal_uart_dma.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/_hal_uart_dma.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/_hal_uart_isr.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/_hal_uart_isr.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/_hal_uart_isr.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/_hal_uart_isr.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/_hal_uart_spi.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/_hal_uart_spi.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/_hal_uart_spi.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/_hal_uart_spi.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_adc.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_adc.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_adc.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_adc.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_aes.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_aes.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_aes.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_aes.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_aes.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_aes.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_aes.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_aes.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_board_cfg.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_board_cfg.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_board_cfg.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_board_cfg.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_ccm.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_ccm.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_ccm.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_ccm.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_crc.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_crc.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_crc.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_crc.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_crc.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_crc.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_crc.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_crc.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_dma.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_dma.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_dma.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_dma.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_dma.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_dma.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_dma.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_dma.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_flash.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_flash.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_flash.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_flash.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_key.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_key.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_key.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_key.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_lcd.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_lcd.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_lcd.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_lcd.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_led.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_led.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_led.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_led.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_mcu.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_mcu.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_mcu.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_mcu.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_sleep.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_sleep.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_sleep.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_sleep.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_startup.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_startup.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_startup.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_startup.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_timer.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_timer.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_timer.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_timer.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_types.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_types.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_types.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_types.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_uart.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_uart.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_uart.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540EB/hal_uart.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/_hal_uart_dma.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/_hal_uart_dma.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/_hal_uart_dma.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/_hal_uart_dma.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/_hal_uart_isr.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/_hal_uart_isr.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/_hal_uart_isr.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/_hal_uart_isr.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/_hal_uart_spi.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/_hal_uart_spi.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/_hal_uart_spi.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/_hal_uart_spi.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/_hal_uart_usb.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/_hal_uart_usb.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/_hal_uart_usb.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/_hal_uart_usb.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_adc.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_adc.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_adc.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_adc.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_aes.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_aes.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_aes.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_aes.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_aes.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_aes.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_aes.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_aes.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_board_cfg.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_board_cfg.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_board_cfg.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_board_cfg.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_crc.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_crc.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_crc.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_crc.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_crc.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_crc.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_crc.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_crc.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_dma.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_dma.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_dma.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_dma.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_dma.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_dma.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_dma.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_dma.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_flash.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_flash.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_flash.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_flash.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_key.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_key.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_key.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_key.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_lcd.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_lcd.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_lcd.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_lcd.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_led.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_led.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_led.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_led.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_mcu.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_mcu.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_mcu.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_mcu.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_sleep.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_sleep.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_sleep.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_sleep.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_startup.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_startup.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_startup.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_startup.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_timer.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_timer.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_timer.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_timer.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_types.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_types.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_types.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_types.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_uart.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_uart.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_uart.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/hal_uart.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_cdc/usb_cdc.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_cdc/usb_cdc.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_cdc/usb_cdc.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_cdc/usb_cdc.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_cdc/usb_cdc_descriptor.s51 b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_cdc/usb_cdc_descriptor.s51 similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_cdc/usb_cdc_descriptor.s51 rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_cdc/usb_cdc_descriptor.s51 diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_cdc/usb_cdc_hooks.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_cdc/usb_cdc_hooks.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_cdc/usb_cdc_hooks.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_cdc/usb_cdc_hooks.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_cdc/usb_cdc_hooks.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_cdc/usb_cdc_hooks.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_cdc/usb_cdc_hooks.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_cdc/usb_cdc_hooks.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_cdc/usb_firmware_library_config.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_cdc/usb_firmware_library_config.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_cdc/usb_firmware_library_config.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_cdc/usb_firmware_library_config.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_cdc/usb_firmware_library_config.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_cdc/usb_firmware_library_config.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_cdc/usb_firmware_library_config.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_cdc/usb_firmware_library_config.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_cdc/usb_firmware_library_headers.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_cdc/usb_firmware_library_headers.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_cdc/usb_firmware_library_headers.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_cdc/usb_firmware_library_headers.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_class_requests.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_class_requests.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_class_requests.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_class_requests.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_class_requests.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_class_requests.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_class_requests.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_class_requests.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_firmware_library_config.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_firmware_library_config.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_firmware_library_config.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_firmware_library_config.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_firmware_library_config.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_firmware_library_config.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_firmware_library_config.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_firmware_library_config.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_firmware_library_headers.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_firmware_library_headers.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_firmware_library_headers.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_firmware_library_headers.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_hid.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_hid.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_hid.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_hid.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_hid.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_hid.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_hid.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_hid.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_hid_descriptor.s51 b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_hid_descriptor.s51 similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_hid_descriptor.s51 rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_hid_descriptor.s51 diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_hid_hooks.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_hid_hooks.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_hid_hooks.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_hid_hooks.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_hid_reports.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_hid_reports.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_hid_reports.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_hid_reports.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_hid_reports.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_hid_reports.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_hid_reports.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/class_hid/usb_hid_reports.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/driver/ccxxxx_usb_cdc.inf b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/driver/ccxxxx_usb_cdc.inf similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/driver/ccxxxx_usb_cdc.inf rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/driver/ccxxxx_usb_cdc.inf diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/cc2540/usb_board_cfg.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/cc2540/usb_board_cfg.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/cc2540/usb_board_cfg.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/cc2540/usb_board_cfg.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/cc2540/usb_interrupt.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/cc2540/usb_interrupt.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/cc2540/usb_interrupt.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/cc2540/usb_interrupt.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/cc2540/usb_suspend.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/cc2540/usb_suspend.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/cc2540/usb_suspend.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/cc2540/usb_suspend.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/cc2540_hid/usb_board_cfg.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/cc2540_hid/usb_board_cfg.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/cc2540_hid/usb_board_cfg.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/cc2540_hid/usb_board_cfg.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/cc2540_hid/usb_interrupt.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/cc2540_hid/usb_interrupt.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/cc2540_hid/usb_interrupt.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/cc2540_hid/usb_interrupt.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/cc2540_hid/usb_suspend.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/cc2540_hid/usb_suspend.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/cc2540_hid/usb_suspend.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/cc2540_hid/usb_suspend.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb/usb_descriptor_parser.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb/usb_descriptor_parser.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb/usb_descriptor_parser.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb/usb_descriptor_parser.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb/usb_descriptor_parser.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb/usb_descriptor_parser.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb/usb_descriptor_parser.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb/usb_descriptor_parser.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb/usb_framework.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb/usb_framework.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb/usb_framework.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb/usb_framework.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb/usb_framework_structs.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb/usb_framework_structs.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb/usb_framework_structs.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb/usb_framework_structs.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb/usb_interrupt.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb/usb_interrupt.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb/usb_interrupt.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb/usb_interrupt.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_descriptor.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_descriptor.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_descriptor.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_descriptor.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_framework.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_framework.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_framework.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_framework.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_hid/usb_descriptor_parser.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_hid/usb_descriptor_parser.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_hid/usb_descriptor_parser.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_hid/usb_descriptor_parser.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_hid/usb_descriptor_parser.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_hid/usb_descriptor_parser.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_hid/usb_descriptor_parser.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_hid/usb_descriptor_parser.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_hid/usb_framework.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_hid/usb_framework.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_hid/usb_framework.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_hid/usb_framework.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_hid/usb_framework_structs.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_hid/usb_framework_structs.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_hid/usb_framework_structs.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_hid/usb_framework_structs.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_hid/usb_interrupt.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_hid/usb_interrupt.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_hid/usb_interrupt.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_hid/usb_interrupt.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_reg.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_reg.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_reg.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_reg.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_standard_requests.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_standard_requests.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_standard_requests.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_standard_requests.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_standard_requests.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_standard_requests.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_standard_requests.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_standard_requests.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_suspend.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_suspend.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_suspend.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2540USB/usb/library/usb_suspend.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/AIR_MOTION_LIB_3G3A-Banked.r51 b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/AIR_MOTION_LIB_3G3A-Banked.r51 similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/AIR_MOTION_LIB_3G3A-Banked.r51 rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/AIR_MOTION_LIB_3G3A-Banked.r51 diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/AIR_MOTION_LIB_3G3A-NEAR.r51 b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/AIR_MOTION_LIB_3G3A-NEAR.r51 similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/AIR_MOTION_LIB_3G3A-NEAR.r51 rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/AIR_MOTION_LIB_3G3A-NEAR.r51 diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/AIR_MOTION_Lib.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/AIR_MOTION_Lib.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/AIR_MOTION_Lib.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/AIR_MOTION_Lib.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_accel.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_accel.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_accel.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_accel.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_accel.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_accel.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_accel.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_accel.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_aes.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_aes.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_aes.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_aes.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_aes.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_aes.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_aes.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_aes.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_buzzer.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_buzzer.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_buzzer.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_buzzer.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_buzzer.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_buzzer.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_buzzer.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_buzzer.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_drivers.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_drivers.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_drivers.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_drivers.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_drivers.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_drivers.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_drivers.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_drivers.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_gyro.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_gyro.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_gyro.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_gyro.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_gyro.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_gyro.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_gyro.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_gyro.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_i2c.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_i2c.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_i2c.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_i2c.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_i2c.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_i2c.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_i2c.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_i2c.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_key.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_key.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_key.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_key.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_mcu.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_mcu.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_mcu.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_mcu.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_motion.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_motion.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_motion.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_motion.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_motion.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_motion.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_motion.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_motion.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_sleep.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_sleep.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_sleep.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_sleep.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_types.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_types.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_types.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/hal_types.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/stdbool.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/stdbool.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/stdbool.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/stdbool.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/stdint.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/stdint.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ARC/stdint.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ARC/stdint.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_acc.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_acc.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_acc.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_acc.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_acc.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_acc.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_acc.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_acc.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_aes.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_aes.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_aes.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_aes.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_aes.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_aes.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_aes.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_aes.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_assert.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_assert.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_assert.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_assert.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_bar.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_bar.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_bar.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_bar.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_bar.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_bar.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_bar.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_bar.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_board_cfg.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_board_cfg.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_board_cfg.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_board_cfg.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_crc.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_crc.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_crc.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_crc.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_crc.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_crc.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_crc.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_crc.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_dma.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_dma.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_dma.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_dma.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_dma.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_dma.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_dma.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_dma.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_flash.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_flash.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_flash.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_flash.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_gyro.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_gyro.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_gyro.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_gyro.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_gyro.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_gyro.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_gyro.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_gyro.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_humi.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_humi.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_humi.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_humi.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_humi.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_humi.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_humi.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_humi.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_i2c.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_i2c.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_i2c.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_i2c.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_i2c.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_i2c.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_i2c.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_i2c.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_interrupt.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_interrupt.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_interrupt.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_interrupt.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_irtemp.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_irtemp.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_irtemp.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_irtemp.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_irtemp.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_irtemp.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_irtemp.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_irtemp.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_keys.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_keys.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_keys.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_keys.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_keys.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_keys.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_keys.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_keys.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_led.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_led.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_led.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_led.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_mag.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_mag.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_mag.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_mag.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_mag.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_mag.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_mag.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_mag.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_mcu.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_mcu.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_mcu.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_mcu.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_sensor.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_sensor.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_sensor.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_sensor.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_sensor.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_sensor.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_sensor.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_sensor.h diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_sleep.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_sleep.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_sleep.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_sleep.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_startup.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_startup.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_startup.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_startup.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_timer.c b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_timer.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_timer.c rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_timer.c diff --git a/CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_types.h b/cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_types.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_types.h rename to cc25xx-example/ti/BLE-CC254x/Components/hal/target/CC2541ST/hal_types.h diff --git a/CC25XX/ti/BLE-CC254x/Components/osal/common/OSAL.c b/cc25xx-example/ti/BLE-CC254x/Components/osal/common/OSAL.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/osal/common/OSAL.c rename to cc25xx-example/ti/BLE-CC254x/Components/osal/common/OSAL.c diff --git a/CC25XX/ti/BLE-CC254x/Components/osal/common/OSAL_ClockBLE.c b/cc25xx-example/ti/BLE-CC254x/Components/osal/common/OSAL_ClockBLE.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/osal/common/OSAL_ClockBLE.c rename to cc25xx-example/ti/BLE-CC254x/Components/osal/common/OSAL_ClockBLE.c diff --git a/CC25XX/ti/BLE-CC254x/Components/osal/common/OSAL_Memory.c b/cc25xx-example/ti/BLE-CC254x/Components/osal/common/OSAL_Memory.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/osal/common/OSAL_Memory.c rename to cc25xx-example/ti/BLE-CC254x/Components/osal/common/OSAL_Memory.c diff --git a/CC25XX/ti/BLE-CC254x/Components/osal/common/OSAL_PwrMgr.c b/cc25xx-example/ti/BLE-CC254x/Components/osal/common/OSAL_PwrMgr.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/osal/common/OSAL_PwrMgr.c rename to cc25xx-example/ti/BLE-CC254x/Components/osal/common/OSAL_PwrMgr.c diff --git a/CC25XX/ti/BLE-CC254x/Components/osal/common/OSAL_Timers.c b/cc25xx-example/ti/BLE-CC254x/Components/osal/common/OSAL_Timers.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/osal/common/OSAL_Timers.c rename to cc25xx-example/ti/BLE-CC254x/Components/osal/common/OSAL_Timers.c diff --git a/CC25XX/ti/BLE-CC254x/Components/osal/common/osal_bufmgr.c b/cc25xx-example/ti/BLE-CC254x/Components/osal/common/osal_bufmgr.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/osal/common/osal_bufmgr.c rename to cc25xx-example/ti/BLE-CC254x/Components/osal/common/osal_bufmgr.c diff --git a/CC25XX/ti/BLE-CC254x/Components/osal/common/osal_cbtimer.c b/cc25xx-example/ti/BLE-CC254x/Components/osal/common/osal_cbtimer.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/osal/common/osal_cbtimer.c rename to cc25xx-example/ti/BLE-CC254x/Components/osal/common/osal_cbtimer.c diff --git a/CC25XX/ti/BLE-CC254x/Components/osal/include/OSAL.h b/cc25xx-example/ti/BLE-CC254x/Components/osal/include/OSAL.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/osal/include/OSAL.h rename to cc25xx-example/ti/BLE-CC254x/Components/osal/include/OSAL.h diff --git a/CC25XX/ti/BLE-CC254x/Components/osal/include/OSAL_Clock.h b/cc25xx-example/ti/BLE-CC254x/Components/osal/include/OSAL_Clock.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/osal/include/OSAL_Clock.h rename to cc25xx-example/ti/BLE-CC254x/Components/osal/include/OSAL_Clock.h diff --git a/CC25XX/ti/BLE-CC254x/Components/osal/include/OSAL_Memory.h b/cc25xx-example/ti/BLE-CC254x/Components/osal/include/OSAL_Memory.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/osal/include/OSAL_Memory.h rename to cc25xx-example/ti/BLE-CC254x/Components/osal/include/OSAL_Memory.h diff --git a/CC25XX/ti/BLE-CC254x/Components/osal/include/OSAL_Nv.h b/cc25xx-example/ti/BLE-CC254x/Components/osal/include/OSAL_Nv.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/osal/include/OSAL_Nv.h rename to cc25xx-example/ti/BLE-CC254x/Components/osal/include/OSAL_Nv.h diff --git a/CC25XX/ti/BLE-CC254x/Components/osal/include/OSAL_PwrMgr.h b/cc25xx-example/ti/BLE-CC254x/Components/osal/include/OSAL_PwrMgr.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/osal/include/OSAL_PwrMgr.h rename to cc25xx-example/ti/BLE-CC254x/Components/osal/include/OSAL_PwrMgr.h diff --git a/CC25XX/ti/BLE-CC254x/Components/osal/include/OSAL_Tasks.h b/cc25xx-example/ti/BLE-CC254x/Components/osal/include/OSAL_Tasks.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/osal/include/OSAL_Tasks.h rename to cc25xx-example/ti/BLE-CC254x/Components/osal/include/OSAL_Tasks.h diff --git a/CC25XX/ti/BLE-CC254x/Components/osal/include/OSAL_Timers.h b/cc25xx-example/ti/BLE-CC254x/Components/osal/include/OSAL_Timers.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/osal/include/OSAL_Timers.h rename to cc25xx-example/ti/BLE-CC254x/Components/osal/include/OSAL_Timers.h diff --git a/CC25XX/ti/BLE-CC254x/Components/osal/include/ZComDef.h b/cc25xx-example/ti/BLE-CC254x/Components/osal/include/ZComDef.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/osal/include/ZComDef.h rename to cc25xx-example/ti/BLE-CC254x/Components/osal/include/ZComDef.h diff --git a/CC25XX/ti/BLE-CC254x/Components/osal/include/comdef.h b/cc25xx-example/ti/BLE-CC254x/Components/osal/include/comdef.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/osal/include/comdef.h rename to cc25xx-example/ti/BLE-CC254x/Components/osal/include/comdef.h diff --git a/CC25XX/ti/BLE-CC254x/Components/osal/include/osal_bufmgr.h b/cc25xx-example/ti/BLE-CC254x/Components/osal/include/osal_bufmgr.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/osal/include/osal_bufmgr.h rename to cc25xx-example/ti/BLE-CC254x/Components/osal/include/osal_bufmgr.h diff --git a/CC25XX/ti/BLE-CC254x/Components/osal/include/osal_cbtimer.h b/cc25xx-example/ti/BLE-CC254x/Components/osal/include/osal_cbtimer.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/osal/include/osal_cbtimer.h rename to cc25xx-example/ti/BLE-CC254x/Components/osal/include/osal_cbtimer.h diff --git a/CC25XX/ti/BLE-CC254x/Components/osal/include/osal_snv.h b/cc25xx-example/ti/BLE-CC254x/Components/osal/include/osal_snv.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/osal/include/osal_snv.h rename to cc25xx-example/ti/BLE-CC254x/Components/osal/include/osal_snv.h diff --git a/CC25XX/ti/BLE-CC254x/Components/osal/mcu/cc2540/osal_snv.c b/cc25xx-example/ti/BLE-CC254x/Components/osal/mcu/cc2540/osal_snv.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/osal/mcu/cc2540/osal_snv.c rename to cc25xx-example/ti/BLE-CC254x/Components/osal/mcu/cc2540/osal_snv.c diff --git a/CC25XX/ti/BLE-CC254x/Components/services/saddr/saddr.h b/cc25xx-example/ti/BLE-CC254x/Components/services/saddr/saddr.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Components/services/saddr/saddr.h rename to cc25xx-example/ti/BLE-CC254x/Components/services/saddr/saddr.h diff --git a/CC25XX/ti/BLE-CC254x/EULA.pdf b/cc25xx-example/ti/BLE-CC254x/EULA.pdf similarity index 100% rename from CC25XX/ti/BLE-CC254x/EULA.pdf rename to cc25xx-example/ti/BLE-CC254x/EULA.pdf diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Include/gapgattserver.h b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Include/gapgattserver.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Include/gapgattserver.h rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Include/gapgattserver.h diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Include/gattservapp.h b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Include/gattservapp.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Include/gattservapp.h rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Include/gattservapp.h diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Libraries/CC2540DB/bin/CC2540_BLE.lib b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Libraries/CC2540DB/bin/CC2540_BLE.lib similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Libraries/CC2540DB/bin/CC2540_BLE.lib rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Libraries/CC2540DB/bin/CC2540_BLE.lib diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Libraries/CC2540DB/bin/CC2540_BLE_bcast.lib b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Libraries/CC2540DB/bin/CC2540_BLE_bcast.lib similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Libraries/CC2540DB/bin/CC2540_BLE_bcast.lib rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Libraries/CC2540DB/bin/CC2540_BLE_bcast.lib diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Libraries/CC2540DB/bin/CC2540_BLE_bcast_cent.lib b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Libraries/CC2540DB/bin/CC2540_BLE_bcast_cent.lib similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Libraries/CC2540DB/bin/CC2540_BLE_bcast_cent.lib rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Libraries/CC2540DB/bin/CC2540_BLE_bcast_cent.lib diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Libraries/CC2540DB/bin/CC2540_BLE_bcast_observ.lib b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Libraries/CC2540DB/bin/CC2540_BLE_bcast_observ.lib similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Libraries/CC2540DB/bin/CC2540_BLE_bcast_observ.lib rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Libraries/CC2540DB/bin/CC2540_BLE_bcast_observ.lib diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Libraries/CC2540DB/bin/CC2540_BLE_cent.lib b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Libraries/CC2540DB/bin/CC2540_BLE_cent.lib similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Libraries/CC2540DB/bin/CC2540_BLE_cent.lib rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Libraries/CC2540DB/bin/CC2540_BLE_cent.lib diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Libraries/CC2540DB/bin/CC2540_BLE_observ.lib b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Libraries/CC2540DB/bin/CC2540_BLE_observ.lib similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Libraries/CC2540DB/bin/CC2540_BLE_observ.lib rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Libraries/CC2540DB/bin/CC2540_BLE_observ.lib diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Libraries/CC2540DB/bin/CC2540_BLE_peri.lib b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Libraries/CC2540DB/bin/CC2540_BLE_peri.lib similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Libraries/CC2540DB/bin/CC2540_BLE_peri.lib rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Libraries/CC2540DB/bin/CC2540_BLE_peri.lib diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Libraries/CC2540DB/bin/CC2540_BLE_peri_observ.lib b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Libraries/CC2540DB/bin/CC2540_BLE_peri_observ.lib similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Libraries/CC2540DB/bin/CC2540_BLE_peri_observ.lib rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Libraries/CC2540DB/bin/CC2540_BLE_peri_observ.lib diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Libraries/CC2541DB/bin/CC2541_BLE.lib b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Libraries/CC2541DB/bin/CC2541_BLE.lib similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Libraries/CC2541DB/bin/CC2541_BLE.lib rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Libraries/CC2541DB/bin/CC2541_BLE.lib diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Libraries/CC2541DB/bin/CC2541_BLE_bcast.lib b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Libraries/CC2541DB/bin/CC2541_BLE_bcast.lib similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Libraries/CC2541DB/bin/CC2541_BLE_bcast.lib rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Libraries/CC2541DB/bin/CC2541_BLE_bcast.lib diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Libraries/CC2541DB/bin/CC2541_BLE_bcast_cent.lib b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Libraries/CC2541DB/bin/CC2541_BLE_bcast_cent.lib similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Libraries/CC2541DB/bin/CC2541_BLE_bcast_cent.lib rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Libraries/CC2541DB/bin/CC2541_BLE_bcast_cent.lib diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Libraries/CC2541DB/bin/CC2541_BLE_bcast_observ.lib b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Libraries/CC2541DB/bin/CC2541_BLE_bcast_observ.lib similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Libraries/CC2541DB/bin/CC2541_BLE_bcast_observ.lib rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Libraries/CC2541DB/bin/CC2541_BLE_bcast_observ.lib diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Libraries/CC2541DB/bin/CC2541_BLE_cent.lib b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Libraries/CC2541DB/bin/CC2541_BLE_cent.lib similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Libraries/CC2541DB/bin/CC2541_BLE_cent.lib rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Libraries/CC2541DB/bin/CC2541_BLE_cent.lib diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Libraries/CC2541DB/bin/CC2541_BLE_observ.lib b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Libraries/CC2541DB/bin/CC2541_BLE_observ.lib similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Libraries/CC2541DB/bin/CC2541_BLE_observ.lib rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Libraries/CC2541DB/bin/CC2541_BLE_observ.lib diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Libraries/CC2541DB/bin/CC2541_BLE_peri.lib b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Libraries/CC2541DB/bin/CC2541_BLE_peri.lib similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Libraries/CC2541DB/bin/CC2541_BLE_peri.lib rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Libraries/CC2541DB/bin/CC2541_BLE_peri.lib diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Libraries/CC2541DB/bin/CC2541_BLE_peri_observ.lib b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Libraries/CC2541DB/bin/CC2541_BLE_peri_observ.lib similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Libraries/CC2541DB/bin/CC2541_BLE_peri_observ.lib rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Libraries/CC2541DB/bin/CC2541_BLE_peri_observ.lib diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Libraries/Common/bin/CC254x_BLE_HCI_TL_Full.lib b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Libraries/Common/bin/CC254x_BLE_HCI_TL_Full.lib similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Libraries/Common/bin/CC254x_BLE_HCI_TL_Full.lib rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Libraries/Common/bin/CC254x_BLE_HCI_TL_Full.lib diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Libraries/Common/bin/CC254x_BLE_HCI_TL_None.lib b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Libraries/Common/bin/CC254x_BLE_HCI_TL_None.lib similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Libraries/Common/bin/CC254x_BLE_HCI_TL_None.lib rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Libraries/Common/bin/CC254x_BLE_HCI_TL_None.lib diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Libraries/Common/bin/CC254x_BLE_HCI_TL_PTM.lib b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Libraries/Common/bin/CC254x_BLE_HCI_TL_PTM.lib similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Libraries/Common/bin/CC254x_BLE_HCI_TL_PTM.lib rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Libraries/Common/bin/CC254x_BLE_HCI_TL_PTM.lib diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Accelerometer/accelerometer.c b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Accelerometer/accelerometer.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Accelerometer/accelerometer.c rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Accelerometer/accelerometer.c diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Accelerometer/accelerometer.h b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Accelerometer/accelerometer.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Accelerometer/accelerometer.h rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Accelerometer/accelerometer.h diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Batt/battservice.c b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Batt/battservice.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Batt/battservice.c rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Batt/battservice.c diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Batt/battservice.h b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Batt/battservice.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Batt/battservice.h rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Batt/battservice.h diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/BloodPressure/bpservice.c b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/BloodPressure/bpservice.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/BloodPressure/bpservice.c rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/BloodPressure/bpservice.c diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/BloodPressure/bpservice.h b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/BloodPressure/bpservice.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/BloodPressure/bpservice.h rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/BloodPressure/bpservice.h diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/CSC/cyclingservice.c b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/CSC/cyclingservice.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/CSC/cyclingservice.c rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/CSC/cyclingservice.c diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/CSC/cyclingservice.h b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/CSC/cyclingservice.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/CSC/cyclingservice.h rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/CSC/cyclingservice.h diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/DevInfo/devinfoservice.c b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/DevInfo/devinfoservice.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/DevInfo/devinfoservice.c rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/DevInfo/devinfoservice.c diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/DevInfo/devinfoservice.h b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/DevInfo/devinfoservice.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/DevInfo/devinfoservice.h rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/DevInfo/devinfoservice.h diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Glucose/glucservice.c b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Glucose/glucservice.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Glucose/glucservice.c rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Glucose/glucservice.c diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Glucose/glucservice.h b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Glucose/glucservice.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Glucose/glucservice.h rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Glucose/glucservice.h diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/HIDDev/hid_uuid.h b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/HIDDev/hid_uuid.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/HIDDev/hid_uuid.h rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/HIDDev/hid_uuid.h diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/HIDDev/hiddev.c b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/HIDDev/hiddev.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/HIDDev/hiddev.c rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/HIDDev/hiddev.c diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/HIDDev/hiddev.h b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/HIDDev/hiddev.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/HIDDev/hiddev.h rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/HIDDev/hiddev.h diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/HIDDevKbM/hidkbmservice.c b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/HIDDevKbM/hidkbmservice.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/HIDDevKbM/hidkbmservice.c rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/HIDDevKbM/hidkbmservice.c diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/HIDDevKbM/hidkbmservice.h b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/HIDDevKbM/hidkbmservice.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/HIDDevKbM/hidkbmservice.h rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/HIDDevKbM/hidkbmservice.h diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/HIDDevKbd/hidkbdservice.c b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/HIDDevKbd/hidkbdservice.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/HIDDevKbd/hidkbdservice.c rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/HIDDevKbd/hidkbdservice.c diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/HIDDevKbd/hidkbdservice.h b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/HIDDevKbd/hidkbdservice.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/HIDDevKbd/hidkbdservice.h rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/HIDDevKbd/hidkbdservice.h diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/HeartRate/heartrateservice.c b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/HeartRate/heartrateservice.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/HeartRate/heartrateservice.c rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/HeartRate/heartrateservice.c diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/HeartRate/heartrateservice.h b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/HeartRate/heartrateservice.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/HeartRate/heartrateservice.h rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/HeartRate/heartrateservice.h diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Keys/simplekeys.c b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Keys/simplekeys.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Keys/simplekeys.c rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Keys/simplekeys.c diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Keys/simplekeys.h b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Keys/simplekeys.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Keys/simplekeys.h rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Keys/simplekeys.h diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/OAD/oad.h b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/OAD/oad.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/OAD/oad.h rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/OAD/oad.h diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/OAD/oad_target.c b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/OAD/oad_target.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/OAD/oad_target.c rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/OAD/oad_target.c diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/OAD/oad_target.h b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/OAD/oad_target.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/OAD/oad_target.h rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/OAD/oad_target.h diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Proximity/proxreporter.c b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Proximity/proxreporter.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Proximity/proxreporter.c rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Proximity/proxreporter.c diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Proximity/proxreporter.h b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Proximity/proxreporter.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Proximity/proxreporter.h rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Proximity/proxreporter.h diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/RSC/runningservice.c b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/RSC/runningservice.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/RSC/runningservice.c rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/RSC/runningservice.c diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/RSC/runningservice.h b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/RSC/runningservice.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/RSC/runningservice.h rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/RSC/runningservice.h diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Roles/broadcaster.c b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Roles/broadcaster.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Roles/broadcaster.c rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Roles/broadcaster.c diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Roles/broadcaster.h b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Roles/broadcaster.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Roles/broadcaster.h rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Roles/broadcaster.h diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Roles/central.c b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Roles/central.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Roles/central.c rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Roles/central.c diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Roles/central.h b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Roles/central.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Roles/central.h rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Roles/central.h diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Roles/gap.c b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Roles/gap.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Roles/gap.c rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Roles/gap.c diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Roles/gapbondmgr.c b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Roles/gapbondmgr.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Roles/gapbondmgr.c rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Roles/gapbondmgr.c diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Roles/gapbondmgr.h b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Roles/gapbondmgr.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Roles/gapbondmgr.h rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Roles/gapbondmgr.h diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Roles/gapperiphbondmgr.c b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Roles/gapperiphbondmgr.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Roles/gapperiphbondmgr.c rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Roles/gapperiphbondmgr.c diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Roles/gapperiphbondmgr.h b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Roles/gapperiphbondmgr.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Roles/gapperiphbondmgr.h rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Roles/gapperiphbondmgr.h diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Roles/observer.c b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Roles/observer.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Roles/observer.c rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Roles/observer.c diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Roles/observer.h b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Roles/observer.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Roles/observer.h rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Roles/observer.h diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Roles/peripheral.c b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Roles/peripheral.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Roles/peripheral.c rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Roles/peripheral.c diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Roles/peripheral.h b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Roles/peripheral.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Roles/peripheral.h rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Roles/peripheral.h diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Roles/peripheralBroadcaster.c b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Roles/peripheralBroadcaster.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Roles/peripheralBroadcaster.c rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Roles/peripheralBroadcaster.c diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Roles/peripheralBroadcaster.h b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Roles/peripheralBroadcaster.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Roles/peripheralBroadcaster.h rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Roles/peripheralBroadcaster.h diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/ScanParam/scanparamservice.c b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/ScanParam/scanparamservice.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/ScanParam/scanparamservice.c rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/ScanParam/scanparamservice.c diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/ScanParam/scanparamservice.h b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/ScanParam/scanparamservice.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/ScanParam/scanparamservice.h rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/ScanParam/scanparamservice.h diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/accelerometerservice.c b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/accelerometerservice.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/accelerometerservice.c rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/accelerometerservice.c diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/accelerometerservice.h b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/accelerometerservice.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/accelerometerservice.h rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/accelerometerservice.h diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/barometerservice.c b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/barometerservice.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/barometerservice.c rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/barometerservice.c diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/barometerservice.h b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/barometerservice.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/barometerservice.h rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/barometerservice.h diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/gyroservice.c b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/gyroservice.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/gyroservice.c rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/gyroservice.c diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/gyroservice.h b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/gyroservice.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/gyroservice.h rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/gyroservice.h diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/humidityservice.c b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/humidityservice.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/humidityservice.c rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/humidityservice.c diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/humidityservice.h b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/humidityservice.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/humidityservice.h rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/humidityservice.h diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/irtempservice.c b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/irtempservice.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/irtempservice.c rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/irtempservice.c diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/irtempservice.h b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/irtempservice.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/irtempservice.h rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/irtempservice.h diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/magnetometerservice.c b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/magnetometerservice.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/magnetometerservice.c rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/magnetometerservice.c diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/magnetometerservice.h b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/magnetometerservice.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/magnetometerservice.h rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/magnetometerservice.h diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/st_util.c b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/st_util.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/st_util.c rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/st_util.c diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/st_util.h b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/st_util.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/st_util.h rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/st_util.h diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/testservice.c b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/testservice.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/testservice.c rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/testservice.c diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/testservice.h b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/testservice.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/testservice.h rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/SensorProfile/testservice.h diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/SimpleProfile/simpleGATTprofile.c b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/SimpleProfile/simpleGATTprofile.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/SimpleProfile/simpleGATTprofile.c rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/SimpleProfile/simpleGATTprofile.c diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/SimpleProfile/simpleGATTprofile.h b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/SimpleProfile/simpleGATTprofile.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/SimpleProfile/simpleGATTprofile.h rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/SimpleProfile/simpleGATTprofile.h diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Thermometer/thermometerservice.c b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Thermometer/thermometerservice.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Thermometer/thermometerservice.c rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Thermometer/thermometerservice.c diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Thermometer/thermometerservice.h b/cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Thermometer/thermometerservice.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/Profiles/Thermometer/thermometerservice.h rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/Profiles/Thermometer/thermometerservice.h diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/Backup of SimpleBLEPeripheral.ewd b/cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/Backup of SimpleBLEPeripheral.ewd similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/Backup of SimpleBLEPeripheral.ewd rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/Backup of SimpleBLEPeripheral.ewd diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/Backup of SimpleBLEPeripheral.ewp b/cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/Backup of SimpleBLEPeripheral.ewp similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/Backup of SimpleBLEPeripheral.ewp rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/Backup of SimpleBLEPeripheral.ewp diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/EW7A8.tmp b/cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/EW7A8.tmp similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/EW7A8.tmp rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/EW7A8.tmp diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/EW7B2.tmp b/cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/EW7B2.tmp similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/EW7B2.tmp rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/EW7B2.tmp diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/SimpleBLEPeripheral.dep b/cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/SimpleBLEPeripheral.dep similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/SimpleBLEPeripheral.dep rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/SimpleBLEPeripheral.dep diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/SimpleBLEPeripheral.ewd b/cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/SimpleBLEPeripheral.ewd similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/SimpleBLEPeripheral.ewd rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/SimpleBLEPeripheral.ewd diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/SimpleBLEPeripheral.ewp b/cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/SimpleBLEPeripheral.ewp similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/SimpleBLEPeripheral.ewp rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/SimpleBLEPeripheral.ewp diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/SimpleBLEPeripheral.eww b/cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/SimpleBLEPeripheral.eww similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/SimpleBLEPeripheral.eww rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/SimpleBLEPeripheral.eww diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/buildConfig.cfg b/cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/buildConfig.cfg similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/buildConfig.cfg rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/buildConfig.cfg diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/settings/SimpleBLEPeripheral.CC2541.cspy.bat b/cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/settings/SimpleBLEPeripheral.CC2541.cspy.bat similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/settings/SimpleBLEPeripheral.CC2541.cspy.bat rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/settings/SimpleBLEPeripheral.CC2541.cspy.bat diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/settings/SimpleBLEPeripheral.dbgdt b/cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/settings/SimpleBLEPeripheral.dbgdt similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/settings/SimpleBLEPeripheral.dbgdt rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/settings/SimpleBLEPeripheral.dbgdt diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/settings/SimpleBLEPeripheral.dni b/cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/settings/SimpleBLEPeripheral.dni similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/settings/SimpleBLEPeripheral.dni rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/settings/SimpleBLEPeripheral.dni diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/settings/SimpleBLEPeripheral.wsdt b/cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/settings/SimpleBLEPeripheral.wsdt similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/settings/SimpleBLEPeripheral.wsdt rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/settings/SimpleBLEPeripheral.wsdt diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/settings/SimpleBLEPeripheral.wspos b/cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/settings/SimpleBLEPeripheral.wspos similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/settings/SimpleBLEPeripheral.wspos rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/CC2541DB/settings/SimpleBLEPeripheral.wspos diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/OSAL_SimpleBLEPeripheral.c b/cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/OSAL_SimpleBLEPeripheral.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/OSAL_SimpleBLEPeripheral.c rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/OSAL_SimpleBLEPeripheral.c diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/OSAL_simpleBLECentral.c b/cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/OSAL_simpleBLECentral.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/OSAL_simpleBLECentral.c rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/OSAL_simpleBLECentral.c diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/SimpleBLEPeripheral_Main.c b/cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/SimpleBLEPeripheral_Main.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/SimpleBLEPeripheral_Main.c rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/SimpleBLEPeripheral_Main.c diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/simpleBLE.c b/cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/simpleBLE.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/simpleBLE.c rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/simpleBLE.c diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/simpleBLECentral.c b/cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/simpleBLECentral.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/simpleBLECentral.c rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/simpleBLECentral.c diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/simpleBLECentral.h b/cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/simpleBLECentral.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/simpleBLECentral.h rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/simpleBLECentral.h diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/simpleBLECentral_Main.c b/cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/simpleBLECentral_Main.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/simpleBLECentral_Main.c rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/simpleBLECentral_Main.c diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/simpleBLEPeripheral.c b/cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/simpleBLEPeripheral.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/simpleBLEPeripheral.c rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/simpleBLEPeripheral.c diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/simpleBLEPeripheral.h b/cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/simpleBLEPeripheral.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/simpleBLEPeripheral.h rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/simpleBLEPeripheral.h diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/simpleble.h b/cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/simpleble.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/simpleble.h rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/SimpleBLEPeripheral-IREXT/Source/simpleble.h diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/common/cc2540/OnBoard.c b/cc25xx-example/ti/BLE-CC254x/Projects/ble/common/cc2540/OnBoard.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/common/cc2540/OnBoard.c rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/common/cc2540/OnBoard.c diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/common/cc2540/OnBoard.h b/cc25xx-example/ti/BLE-CC254x/Projects/ble/common/cc2540/OnBoard.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/common/cc2540/OnBoard.h rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/common/cc2540/OnBoard.h diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_f256_ebl.xcl b/cc25xx-example/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_f256_ebl.xcl similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_f256_ebl.xcl rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_f256_ebl.xcl diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_f256_imgA.xcl b/cc25xx-example/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_f256_imgA.xcl similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_f256_imgA.xcl rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_f256_imgA.xcl diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_f256_imgAe.xcl b/cc25xx-example/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_f256_imgAe.xcl similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_f256_imgAe.xcl rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_f256_imgAe.xcl diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_f256_imgB.xcl b/cc25xx-example/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_f256_imgB.xcl similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_f256_imgB.xcl rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_f256_imgB.xcl diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_f256_imgBe.xcl b/cc25xx-example/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_f256_imgBe.xcl similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_f256_imgBe.xcl rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_f256_imgBe.xcl diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_f256_oad.xcl b/cc25xx-example/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_f256_oad.xcl similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_f256_oad.xcl rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_f256_oad.xcl diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_f256_sbl.xcl b/cc25xx-example/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_f256_sbl.xcl similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_f256_sbl.xcl rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_f256_sbl.xcl diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_f256_ubl_msd.xcl b/cc25xx-example/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_f256_ubl_msd.xcl similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_f256_ubl_msd.xcl rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_f256_ubl_msd.xcl diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_sim2bin.exe b/cc25xx-example/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_sim2bin.exe similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_sim2bin.exe rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_sim2bin.exe diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_ubl_pp.bat b/cc25xx-example/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_ubl_pp.bat similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_ubl_pp.bat rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_ubl_pp.bat diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_ubl_pp.js b/cc25xx-example/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_ubl_pp.js similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_ubl_pp.js rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/common/cc2540/cc254x_ubl_pp.js diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/common/cc2540/ti_51ew_cc2540b.xcl b/cc25xx-example/ti/BLE-CC254x/Projects/ble/common/cc2540/ti_51ew_cc2540b.xcl similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/common/cc2540/ti_51ew_cc2540b.xcl rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/common/cc2540/ti_51ew_cc2540b.xcl diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/common/cc2540/ti_51ew_cc2540f128b.xcl b/cc25xx-example/ti/BLE-CC254x/Projects/ble/common/cc2540/ti_51ew_cc2540f128b.xcl similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/common/cc2540/ti_51ew_cc2540f128b.xcl rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/common/cc2540/ti_51ew_cc2540f128b.xcl diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/common/npi/npi_np/npi.c b/cc25xx-example/ti/BLE-CC254x/Projects/ble/common/npi/npi_np/npi.c similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/common/npi/npi_np/npi.c rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/common/npi/npi_np/npi.c diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/common/npi/npi_np/npi.h b/cc25xx-example/ti/BLE-CC254x/Projects/ble/common/npi/npi_np/npi.h similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/common/npi/npi_np/npi.h rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/common/npi/npi_np/npi.h diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/config/buildComponents.cfg b/cc25xx-example/ti/BLE-CC254x/Projects/ble/config/buildComponents.cfg similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/config/buildComponents.cfg rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/config/buildComponents.cfg diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/config/buildConfig.cfg b/cc25xx-example/ti/BLE-CC254x/Projects/ble/config/buildConfig.cfg similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/config/buildConfig.cfg rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/config/buildConfig.cfg diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/config/config.cfg b/cc25xx-example/ti/BLE-CC254x/Projects/ble/config/config.cfg similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/config/config.cfg rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/config/config.cfg diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/config/config_master.cfg b/cc25xx-example/ti/BLE-CC254x/Projects/ble/config/config_master.cfg similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/config/config_master.cfg rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/config/config_master.cfg diff --git a/CC25XX/ti/BLE-CC254x/Projects/ble/config/config_slave.cfg b/cc25xx-example/ti/BLE-CC254x/Projects/ble/config/config_slave.cfg similarity index 100% rename from CC25XX/ti/BLE-CC254x/Projects/ble/config/config_slave.cfg rename to cc25xx-example/ti/BLE-CC254x/Projects/ble/config/config_slave.cfg diff --git a/CC25XX/ti/BLE-CC254x/README.txt b/cc25xx-example/ti/BLE-CC254x/README.txt similarity index 100% rename from CC25XX/ti/BLE-CC254x/README.txt rename to cc25xx-example/ti/BLE-CC254x/README.txt diff --git a/CC26XX/.gitignore b/cc26xx-example/.gitignore similarity index 100% rename from CC26XX/.gitignore rename to cc26xx-example/.gitignore diff --git a/CC26XX/LICENSE.txt b/cc26xx-example/LICENSE.txt similarity index 100% rename from CC26XX/LICENSE.txt rename to cc26xx-example/LICENSE.txt diff --git a/CC26XX/README.md b/cc26xx-example/README.md similarity index 100% rename from CC26XX/README.md rename to cc26xx-example/README.md diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/BLE_2.1.1_Manifest.pdf b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/BLE_2.1.1_Manifest.pdf similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/BLE_2.1.1_Manifest.pdf rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/BLE_2.1.1_Manifest.pdf diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/applib/heap/heapmgr.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/applib/heap/heapmgr.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/applib/heap/heapmgr.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/applib/heap/heapmgr.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/CommonROM_Init.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/CommonROM_Init.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/CommonROM_Init.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/CommonROM_Init.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/CommonROM_Init.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/CommonROM_Init.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/CommonROM_Init.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/CommonROM_Init.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/R2F_FlashJT.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/R2F_FlashJT.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/R2F_FlashJT.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/R2F_FlashJT.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/R2R_FlashJT.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/R2R_FlashJT.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/R2R_FlashJT.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/R2R_FlashJT.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/ROM_Init.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/ROM_Init.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/ROM_Init.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/ROM_Init.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/ROM_Init.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/ROM_Init.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/ROM_Init.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/ROM_Init.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/ABImemclr.o b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/ABImemclr.o similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/ABImemclr.o rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/ABImemclr.o diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/ABImemclr4.o b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/ABImemclr4.o similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/ABImemclr4.o rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/ABImemclr4.o diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/ABImemcpy.o b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/ABImemcpy.o similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/ABImemcpy.o rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/ABImemcpy.o diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/ABImemset.o b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/ABImemset.o similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/ABImemset.o rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/ABImemset.o diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/ABImemset48.o b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/ABImemset48.o similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/ABImemset48.o rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/ABImemset48.o diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/I64DivMod.o b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/I64DivMod.o similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/I64DivMod.o rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/I64DivMod.o diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/I64DivZer.o b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/I64DivZer.o similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/I64DivZer.o rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/I64DivZer.o diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/RT_init.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/RT_init.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/RT_init.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/RT_init.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/RT_init.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/RT_init.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/RT_init.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/RT_init.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/XXexit.o b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/XXexit.o similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/XXexit.o rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/XXexit.o diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/abort.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/abort.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/abort.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/abort.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/copy_init3.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/copy_init3.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/copy_init3.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/copy_init3.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/data_init3.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/data_init3.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/data_init3.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/data_init3.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/data_init3.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/data_init3.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/data_init3.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/data_init3.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/lz77_init.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/lz77_init.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/lz77_init.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/lz77_init.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/rt7m_tl.a b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/rt7m_tl.a similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/rt7m_tl.a rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/rt7m_tl.a diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/zero_init3.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/zero_init3.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/zero_init3.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/ROM/RT_Init/zero_init3.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ble.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ble.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ble.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ble.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/bleIsr.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/bleIsr.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/bleIsr.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/bleIsr.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_common.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_common.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_common.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_common.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_config.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_config.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_config.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_config.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_enc.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_enc.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_enc.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_enc.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_metric.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_metric.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_metric.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_metric.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_rat.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_rat.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_rat.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_rat.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_scheduler.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_scheduler.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_scheduler.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_scheduler.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_sleep.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_sleep.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_sleep.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_sleep.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_testMode.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_testMode.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_testMode.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_testMode.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_timerDrift.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_timerDrift.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_timerDrift.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_timerDrift.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_userConfig.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_userConfig.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_userConfig.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_userConfig.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_wl.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_wl.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_wl.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/controller/CC26xx/include/ll_wl.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/hci/hci_data.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/hci/hci_data.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/hci/hci_data.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/hci/hci_data.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/hci/hci_event.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/hci/hci_event.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/hci/hci_event.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/hci/hci_event.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/hci/hci_tl.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/hci/hci_tl.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/hci/hci_tl.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/hci/hci_tl.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/host/gatt_uuid.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/host/gatt_uuid.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/host/gatt_uuid.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/host/gatt_uuid.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/host/linkdb.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/host/linkdb.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/host/linkdb.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/host/linkdb.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/include/att.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/include/att.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/include/att.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/include/att.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/include/bcomdef.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/include/bcomdef.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/include/bcomdef.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/include/bcomdef.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/include/gap.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/include/gap.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/include/gap.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/include/gap.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/include/gatt.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/include/gatt.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/include/gatt.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/include/gatt.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/include/gatt_uuid.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/include/gatt_uuid.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/include/gatt_uuid.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/include/gatt_uuid.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/include/hci.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/include/hci.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/include/hci.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/include/hci.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/include/l2cap.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/include/l2cap.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/include/l2cap.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/include/l2cap.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/include/sm.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/include/sm.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/ble/include/sm.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/ble/include/sm.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp_buzzer.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp_buzzer.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp_buzzer.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp_buzzer.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp_buzzer.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp_buzzer.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp_buzzer.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp_buzzer.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp_i2c.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp_i2c.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp_i2c.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp_i2c.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp_i2c.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp_i2c.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp_i2c.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp_i2c.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp_key.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp_key.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp_key.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp_key.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp_key.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp_key.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp_key.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp_key.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp_led.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp_led.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp_led.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp_led.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp_led.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp_led.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp_led.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp_led.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp_spi.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp_spi.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp_spi.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp_spi.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp_spi.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp_spi.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp_spi.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/bsp_spi.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/ext_flash.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/ext_flash.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/ext_flash.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/ext_flash.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/ext_flash.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/ext_flash.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/ext_flash.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/ext_flash.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/io_pin_int.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/io_pin_int.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/io_pin_int.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/io_pin_int.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/io_pin_int.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/io_pin_int.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/io_pin_int.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/io_pin_int.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_bmp280.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_bmp280.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_bmp280.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_bmp280.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_bmp280.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_bmp280.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_bmp280.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_bmp280.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_mpu6500.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_mpu6500.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_mpu6500.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_mpu6500.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_mpu6500.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_mpu6500.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_mpu6500.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_mpu6500.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_mpu9250.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_mpu9250.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_mpu9250.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_mpu9250.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_mpu9250.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_mpu9250.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_mpu9250.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_mpu9250.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_opt3001.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_opt3001.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_opt3001.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_opt3001.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_opt3001.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_opt3001.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_opt3001.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_opt3001.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_sht21.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_sht21.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_sht21.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_sht21.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_sht21.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_sht21.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_sht21.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_sht21.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_tmp006.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_tmp006.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_tmp006.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_tmp006.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_tmp007.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_tmp007.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_tmp007.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_tmp007.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_tmp007.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_tmp007.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_tmp007.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/bsp/sensortag_cc26xx/drivers/source/sensor_tmp007.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/common/hal_assert.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/common/hal_assert.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/common/hal_assert.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/common/hal_assert.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/common/hal_drivers.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/common/hal_drivers.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/common/hal_drivers.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/common/hal_drivers.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_adc.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_adc.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_adc.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_adc.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_assert.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_assert.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_assert.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_assert.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_board.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_board.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_board.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_board.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_defs.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_defs.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_defs.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_defs.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_drivers.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_drivers.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_drivers.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_drivers.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_key.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_key.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_key.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_key.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_lcd.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_lcd.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_lcd.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_lcd.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_led.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_led.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_led.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_led.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_rpc.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_rpc.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_rpc.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_rpc.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_sleep.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_sleep.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_sleep.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_sleep.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_timer.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_timer.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_timer.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_timer.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_uart.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_uart.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_uart.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/include/hal_uart.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/ICallAddrs.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/ICallAddrs.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/ICallAddrs.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/ICallAddrs.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/System_Init.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/System_Init.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/System_Init.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/System_Init.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/hal_assert.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/hal_assert.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/hal_assert.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/hal_assert.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/hal_board_cfg.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/hal_board_cfg.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/hal_board_cfg.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/hal_board_cfg.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/hal_flash_wrapper.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/hal_flash_wrapper.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/hal_flash_wrapper.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/hal_flash_wrapper.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/hal_gpio_wrapper.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/hal_gpio_wrapper.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/hal_gpio_wrapper.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/hal_gpio_wrapper.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/hal_mcu.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/hal_mcu.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/hal_mcu.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/hal_mcu.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/hal_rtc_wrapper.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/hal_rtc_wrapper.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/hal_rtc_wrapper.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/hal_rtc_wrapper.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/hal_rtc_wrapper.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/hal_rtc_wrapper.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/hal_rtc_wrapper.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/hal_rtc_wrapper.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/hal_trng_wrapper.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/hal_trng_wrapper.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/hal_trng_wrapper.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/hal_trng_wrapper.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/hal_trng_wrapper.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/hal_trng_wrapper.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/hal_trng_wrapper.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/hal_trng_wrapper.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/hal_types.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/hal_types.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/hal_types.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/CC2650TIRTOS/hal_types.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/R2F_CommonFlashJT.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/R2F_CommonFlashJT.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/R2F_CommonFlashJT.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/R2F_CommonFlashJT.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/R2R_CommonFlashJT.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/R2R_CommonFlashJT.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/R2R_CommonFlashJT.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/R2R_CommonFlashJT.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/_hal_mcu.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/_hal_mcu.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/_hal_mcu.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/_hal_mcu.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/_hal_sleep.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/_hal_sleep.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/_hal_sleep.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/_hal_sleep.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/_hal_systick.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/_hal_systick.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/_hal_systick.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/_hal_systick.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/_hal_types.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/_hal_types.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/_hal_types.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/_hal_types.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/hal_flash.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/hal_flash.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/hal_flash.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/hal_flash.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/mb.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/mb.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/mb.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/mb.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/mb.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/mb.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/mb.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/mb.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/mb_PATCH.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/mb_PATCH.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/mb_PATCH.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/mb_PATCH.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/pwrmon.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/pwrmon.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/pwrmon.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/pwrmon.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/pwrmon.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/pwrmon.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/pwrmon.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/pwrmon.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/rfHal.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/rfHal.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/rfHal.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/rfHal.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/rfHal.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/rfHal.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/rfHal.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/hal/target/_common/cc26xx/rfHal.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/icall/include/ICall.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/icall/include/ICall.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/icall/include/ICall.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/icall/include/ICall.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/icall/include/ICallCC26xxDefs.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/icall/include/ICallCC26xxDefs.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/icall/include/ICallCC26xxDefs.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/icall/include/ICallCC26xxDefs.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/icall/ports/tirtos/ICall.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/icall/ports/tirtos/ICall.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/icall/ports/tirtos/ICall.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/icall/ports/tirtos/ICall.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/icall/ports/tirtos/ICallCC2650.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/icall/ports/tirtos/ICallCC2650.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/icall/ports/tirtos/ICallCC2650.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/icall/ports/tirtos/ICallCC2650.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/icall/ports/tirtos/ICallPlatform.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/icall/ports/tirtos/ICallPlatform.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/icall/ports/tirtos/ICallPlatform.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/icall/ports/tirtos/ICallPlatform.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/inc/npi_ble.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/inc/npi_ble.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/inc/npi_ble.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/inc/npi_ble.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/inc/npi_config.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/inc/npi_config.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/inc/npi_config.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/inc/npi_config.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/inc/npi_data.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/inc/npi_data.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/inc/npi_data.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/inc/npi_data.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/inc/npi_frame.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/inc/npi_frame.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/inc/npi_frame.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/inc/npi_frame.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/inc/npi_rxbuf.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/inc/npi_rxbuf.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/inc/npi_rxbuf.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/inc/npi_rxbuf.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/inc/npi_task.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/inc/npi_task.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/inc/npi_task.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/inc/npi_task.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/inc/npi_tl.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/inc/npi_tl.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/inc/npi_tl.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/inc/npi_tl.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/inc/npi_tl_spi.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/inc/npi_tl_spi.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/inc/npi_tl_spi.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/inc/npi_tl_spi.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/inc/npi_tl_uart.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/inc/npi_tl_uart.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/inc/npi_tl_uart.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/inc/npi_tl_uart.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/npi_frame_hci.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/npi_frame_hci.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/npi_frame_hci.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/npi_frame_hci.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/npi_rxbuf.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/npi_rxbuf.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/npi_rxbuf.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/npi_rxbuf.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/npi_task.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/npi_task.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/npi_task.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/npi_task.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/npi_tl.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/npi_tl.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/npi_tl.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/npi_tl.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/npi_tl_spi.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/npi_tl_spi.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/npi_tl_spi.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/npi_tl_spi.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/npi_tl_uart.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/npi_tl_uart.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/npi_tl_uart.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/npi_tl_uart.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/inc/npi_data.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/inc/npi_data.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/inc/npi_data.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/inc/npi_data.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/inc/npi_task.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/inc/npi_task.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/inc/npi_task.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/inc/npi_task.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/inc/npi_tl.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/inc/npi_tl.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/inc/npi_tl.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/inc/npi_tl.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/inc/npi_tl_spi.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/inc/npi_tl_spi.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/inc/npi_tl_spi.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/inc/npi_tl_spi.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/inc/npi_tl_uart.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/inc/npi_tl_uart.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/inc/npi_tl_uart.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/inc/npi_tl_uart.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/inc/npi_util.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/inc/npi_util.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/inc/npi_util.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/inc/npi_util.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/npi_task.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/npi_task.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/npi_task.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/npi_task.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/npi_tl.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/npi_tl.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/npi_tl.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/npi_tl.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/npi_tl_spi.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/npi_tl_spi.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/npi_tl_spi.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/npi_tl_spi.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/npi_tl_uart.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/npi_tl_uart.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/npi_tl_uart.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/npi_tl_uart.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/npi_tl_uart_m.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/npi_tl_uart_m.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/npi_tl_uart_m.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/npi_tl_uart_m.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/npi_util.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/npi_util.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/npi_util.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/npi_util.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/subsystem/npi_ss_ble_hci.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/subsystem/npi_ss_ble_hci.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/subsystem/npi_ss_ble_hci.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/subsystem/npi_ss_ble_hci.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/subsystem/npi_ss_ble_hci.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/subsystem/npi_ss_ble_hci.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/subsystem/npi_ss_ble_hci.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/npi/unified/subsystem/npi_ss_ble_hci.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/common/OSAL.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/common/OSAL.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/common/OSAL.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/common/OSAL.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/common/OSAL_Clock.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/common/OSAL_Clock.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/common/OSAL_Clock.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/common/OSAL_Clock.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/common/OSAL_ClockBLE.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/common/OSAL_ClockBLE.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/common/OSAL_ClockBLE.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/common/OSAL_ClockBLE.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/common/OSAL_Memory.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/common/OSAL_Memory.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/common/OSAL_Memory.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/common/OSAL_Memory.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/common/OSAL_MemoryICall.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/common/OSAL_MemoryICall.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/common/OSAL_MemoryICall.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/common/OSAL_MemoryICall.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/common/OSAL_PwrMgr.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/common/OSAL_PwrMgr.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/common/OSAL_PwrMgr.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/common/OSAL_PwrMgr.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/common/OSAL_Task.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/common/OSAL_Task.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/common/OSAL_Task.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/common/OSAL_Task.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/common/OSAL_Timers.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/common/OSAL_Timers.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/common/OSAL_Timers.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/common/OSAL_Timers.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/common/osal_bufmgr.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/common/osal_bufmgr.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/common/osal_bufmgr.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/common/osal_bufmgr.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/common/osal_cbtimer.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/common/osal_cbtimer.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/common/osal_cbtimer.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/common/osal_cbtimer.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/OSAL.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/OSAL.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/OSAL.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/OSAL.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/OSAL_Clock.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/OSAL_Clock.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/OSAL_Clock.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/OSAL_Clock.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/OSAL_Memory.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/OSAL_Memory.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/OSAL_Memory.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/OSAL_Memory.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/OSAL_Nv.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/OSAL_Nv.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/OSAL_Nv.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/OSAL_Nv.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/OSAL_PwrMgr.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/OSAL_PwrMgr.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/OSAL_PwrMgr.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/OSAL_PwrMgr.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/OSAL_Tasks.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/OSAL_Tasks.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/OSAL_Tasks.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/OSAL_Tasks.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/OSAL_Timers.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/OSAL_Timers.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/OSAL_Timers.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/OSAL_Timers.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/comdef.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/comdef.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/comdef.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/comdef.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/osal_bufmgr.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/osal_bufmgr.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/osal_bufmgr.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/osal_bufmgr.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/osal_cbtimer.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/osal_cbtimer.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/osal_cbtimer.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/osal_cbtimer.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/osal_snv.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/osal_snv.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/osal_snv.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/osal_snv.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/osal_task.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/osal_task.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/osal_task.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/include/osal_task.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/mcu/cc26xx/osal_snv.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/mcu/cc26xx/osal_snv.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/mcu/cc26xx/osal_snv.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/mcu/cc26xx/osal_snv.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/mcu/cc26xx/osal_snv_wrapper.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/mcu/cc26xx/osal_snv_wrapper.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/osal/mcu/cc26xx/osal_snv_wrapper.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/osal/mcu/cc26xx/osal_snv_wrapper.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/sbl/CC26xx/image/sbl_image_ext.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/sbl/CC26xx/image/sbl_image_ext.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/sbl/CC26xx/image/sbl_image_ext.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/sbl/CC26xx/image/sbl_image_ext.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/sbl/CC26xx/sbl.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/sbl/CC26xx/sbl.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/sbl/CC26xx/sbl.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/sbl/CC26xx/sbl.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/sbl/CC26xx/sbl.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/sbl/CC26xx/sbl.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/sbl/CC26xx/sbl.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/sbl/CC26xx/sbl.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/sbl/CC26xx/sbl_cmd.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/sbl/CC26xx/sbl_cmd.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/sbl/CC26xx/sbl_cmd.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/sbl/CC26xx/sbl_cmd.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/sbl/CC26xx/sbl_cmd.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/sbl/CC26xx/sbl_cmd.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/sbl/CC26xx/sbl_cmd.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/sbl/CC26xx/sbl_cmd.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/sbl/CC26xx/sbl_image.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/sbl/CC26xx/sbl_image.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/sbl/CC26xx/sbl_image.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/sbl/CC26xx/sbl_image.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/sbl/CC26xx/sbl_tl.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/sbl/CC26xx/sbl_tl.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/sbl/CC26xx/sbl_tl.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/sbl/CC26xx/sbl_tl.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/sbl/CC26xx/sbl_tl.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/sbl/CC26xx/sbl_tl.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/sbl/CC26xx/sbl_tl.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/sbl/CC26xx/sbl_tl.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/services/aes/CC26xx/aes.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/services/aes/CC26xx/aes.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/services/aes/CC26xx/aes.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/services/aes/CC26xx/aes.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/services/aes/CC26xx/aesCcm_api.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/services/aes/CC26xx/aesCcm_api.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/services/aes/CC26xx/aesCcm_api.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/services/aes/CC26xx/aesCcm_api.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/services/aes/CC26xx/ccm.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/services/aes/CC26xx/ccm.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/services/aes/CC26xx/ccm.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/services/aes/CC26xx/ccm.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/services/nv/cc26xx/nvocop.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/services/nv/cc26xx/nvocop.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/services/nv/cc26xx/nvocop.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/services/nv/cc26xx/nvocop.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/services/nv/cc26xx/nvocop.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/services/nv/cc26xx/nvocop.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/services/nv/cc26xx/nvocop.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/services/nv/cc26xx/nvocop.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/services/nv/nvintf.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/services/nv/nvintf.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/services/nv/nvintf.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/services/nv/nvintf.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/services/saddr/saddr.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/services/saddr/saddr.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/services/saddr/saddr.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/services/saddr/saddr.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/services/saddr/saddr.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/services/saddr/saddr.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/services/saddr/saddr.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/services/saddr/saddr.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/services/sdata/sdata.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/services/sdata/sdata.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Components/services/sdata/sdata.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Components/services/sdata/sdata.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/EULA.pdf b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/EULA.pdf similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/EULA.pdf rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/EULA.pdf diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/ICall/Application/ICallBleAPI.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/ICall/Application/ICallBleAPI.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/ICall/Application/ICallBleAPI.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/ICall/Application/ICallBleAPI.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/ICall/Application/bleUserConfig.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/ICall/Application/bleUserConfig.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/ICall/Application/bleUserConfig.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/ICall/Application/bleUserConfig.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/ICall/Include/ICallBleAPIMSG.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/ICall/Include/ICallBleAPIMSG.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/ICall/Include/ICallBleAPIMSG.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/ICall/Include/ICallBleAPIMSG.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/ICall/Include/bleDispatch.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/ICall/Include/bleDispatch.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/ICall/Include/bleDispatch.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/ICall/Include/bleDispatch.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/ICall/Include/bleUserConfig.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/ICall/Include/bleUserConfig.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/ICall/Include/bleUserConfig.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/ICall/Include/bleUserConfig.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/ICall/Stack/bleDispatch.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/ICall/Stack/bleDispatch.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/ICall/Stack/bleDispatch.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/ICall/Stack/bleDispatch.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/ICall/Stack/bleUserConfig.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/ICall/Stack/bleUserConfig.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/ICall/Stack/bleUserConfig.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/ICall/Stack/bleUserConfig.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Include/SNP.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Include/SNP.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Include/SNP.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Include/SNP.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Include/gapgattserver.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Include/gapgattserver.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Include/gapgattserver.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Include/gapgattserver.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Include/gatt_profile_uuid.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Include/gatt_profile_uuid.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Include/gatt_profile_uuid.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Include/gatt_profile_uuid.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Include/gattservapp.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Include/gattservapp.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Include/gattservapp.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Include/gattservapp.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Include/gatttest.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Include/gatttest.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Include/gatttest.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Include/gatttest.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Include/hci_ext.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Include/hci_ext.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Include/hci_ext.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Include/hci_ext.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/DevInfo/CC26xx/devinfoservice.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/DevInfo/CC26xx/devinfoservice.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/DevInfo/CC26xx/devinfoservice.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/DevInfo/CC26xx/devinfoservice.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/DevInfo/devinfoservice.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/DevInfo/devinfoservice.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/DevInfo/devinfoservice.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/DevInfo/devinfoservice.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/GATT/gattservapp_util.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/GATT/gattservapp_util.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/GATT/gattservapp_util.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/GATT/gattservapp_util.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/CC26xx/broadcaster.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/CC26xx/broadcaster.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/CC26xx/broadcaster.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/CC26xx/broadcaster.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/CC26xx/broadcaster.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/CC26xx/broadcaster.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/CC26xx/broadcaster.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/CC26xx/broadcaster.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/CC26xx/central.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/CC26xx/central.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/CC26xx/central.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/CC26xx/central.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/CC26xx/central.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/CC26xx/central.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/CC26xx/central.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/CC26xx/central.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/CC26xx/observer.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/CC26xx/observer.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/CC26xx/observer.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/CC26xx/observer.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/CC26xx/observer.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/CC26xx/observer.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/CC26xx/observer.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/CC26xx/observer.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/CC26xx/peripheral.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/CC26xx/peripheral.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/CC26xx/peripheral.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/CC26xx/peripheral.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/CC26xx/peripheral.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/CC26xx/peripheral.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/CC26xx/peripheral.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/CC26xx/peripheral.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/gap.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/gap.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/gap.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/gap.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/gapbondmgr.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/gapbondmgr.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/gapbondmgr.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/gapbondmgr.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/gapbondmgr.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/gapbondmgr.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/gapbondmgr.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/gapbondmgr.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/gapgattserver.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/gapgattserver.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/gapgattserver.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/gapgattserver.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/gapperiphbondmgr.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/gapperiphbondmgr.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/gapperiphbondmgr.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/gapperiphbondmgr.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/gapperiphbondmgr.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/gapperiphbondmgr.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/gapperiphbondmgr.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/gapperiphbondmgr.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/peripheralBroadcaster.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/peripheralBroadcaster.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/peripheralBroadcaster.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/peripheralBroadcaster.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/peripheralBroadcaster.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/peripheralBroadcaster.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/peripheralBroadcaster.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/Profiles/Roles/peripheralBroadcaster.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Board/board_key.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Board/board_key.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Board/board_key.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Board/board_key.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Board/board_key.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Board/board_key.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Board/board_key.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Board/board_key.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Board/board_lcd.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Board/board_lcd.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Board/board_lcd.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Board/board_lcd.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Board/board_lcd.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Board/board_lcd.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Board/board_lcd.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Board/board_lcd.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Board/board_led.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Board/board_led.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Board/board_led.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Board/board_led.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Board/board_led.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Board/board_led.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Board/board_led.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Board/board_led.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Board/board_uart.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Board/board_uart.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Board/board_uart.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Board/board_uart.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Board/board_uart.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Board/board_uart.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Board/board_uart.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Board/board_uart.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_ac_apply.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_ac_apply.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_ac_apply.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_ac_apply.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_ac_binary_parse.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_ac_binary_parse.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_ac_binary_parse.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_ac_binary_parse.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_ac_build_frame.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_ac_build_frame.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_ac_build_frame.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_ac_build_frame.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_ac_control.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_ac_control.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_ac_control.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_ac_control.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_ac_parse_forbidden_info.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_ac_parse_forbidden_info.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_ac_parse_forbidden_info.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_ac_parse_forbidden_info.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_ac_parse_frame_info.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_ac_parse_frame_info.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_ac_parse_frame_info.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_ac_parse_frame_info.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_ac_parse_parameter.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_ac_parse_parameter.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_ac_parse_parameter.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_ac_parse_parameter.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_decode.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_decode.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_decode.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_decode.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_defs.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_defs.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_defs.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_defs.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_tv_control.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_tv_control.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_tv_control.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_tv_control.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_utils.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_utils.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_utils.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/include/ir_utils.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/src/ir_ac_apply.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/src/ir_ac_apply.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/src/ir_ac_apply.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/src/ir_ac_apply.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/src/ir_ac_binary_parse.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/src/ir_ac_binary_parse.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/src/ir_ac_binary_parse.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/src/ir_ac_binary_parse.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/src/ir_ac_build_frame.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/src/ir_ac_build_frame.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/src/ir_ac_build_frame.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/src/ir_ac_build_frame.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/src/ir_ac_control.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/src/ir_ac_control.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/src/ir_ac_control.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/src/ir_ac_control.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/src/ir_ac_parse_forbidden_info.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/src/ir_ac_parse_forbidden_info.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/src/ir_ac_parse_forbidden_info.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/src/ir_ac_parse_forbidden_info.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/src/ir_ac_parse_frame_info.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/src/ir_ac_parse_frame_info.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/src/ir_ac_parse_frame_info.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/src/ir_ac_parse_frame_info.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/src/ir_ac_parse_parameter.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/src/ir_ac_parse_parameter.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/src/ir_ac_parse_parameter.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/src/ir_ac_parse_parameter.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/src/ir_decode.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/src/ir_decode.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/src/ir_decode.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/src/ir_decode.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/src/ir_tv_control.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/src/ir_tv_control.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/src/ir_tv_control.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/src/ir_tv_control.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/src/ir_utils.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/src/ir_utils.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/src/ir_utils.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Irext/src/ir_utils.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Profile/simpleGATTprofile.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Profile/simpleGATTprofile.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Profile/simpleGATTprofile.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Profile/simpleGATTprofile.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Profile/simpleGATTprofile.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Profile/simpleGATTprofile.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Profile/simpleGATTprofile.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/Profile/simpleGATTprofile.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/buffer.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/buffer.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/buffer.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/buffer.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/buffer.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/buffer.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/buffer.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/buffer.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/main.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/main.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/main.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/main.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/simpleBLEPeripheral.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/simpleBLEPeripheral.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/simpleBLEPeripheral.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/simpleBLEPeripheral.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/simpleBLEPeripheral.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/simpleBLEPeripheral.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/simpleBLEPeripheral.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/simpleBLEPeripheral.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/utils.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/utils.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/utils.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/utils.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/utils.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/utils.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/utils.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/utils.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/write.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/write.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/write.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Application/write.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Stack/OSAL_ICallBle.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Stack/OSAL_ICallBle.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Stack/OSAL_ICallBle.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/SimpleBLEPeripheral-IREXT/CC26xx/Source/Stack/OSAL_ICallBle.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/Boundary/BoundaryConfig.xml b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/Boundary/BoundaryConfig.xml similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/Boundary/BoundaryConfig.xml rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/Boundary/BoundaryConfig.xml diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/CCS/cc13xx_bim_dual_img.cmd b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/CCS/cc13xx_bim_dual_img.cmd similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/CCS/cc13xx_bim_dual_img.cmd rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/CCS/cc13xx_bim_dual_img.cmd diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/CCS/cc13xx_ble_dual_img.cmd b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/CCS/cc13xx_ble_dual_img.cmd similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/CCS/cc13xx_ble_dual_img.cmd rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/CCS/cc13xx_ble_dual_img.cmd diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/CCS/cc26xx_bim_extFlash.cmd b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/CCS/cc26xx_bim_extFlash.cmd similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/CCS/cc26xx_bim_extFlash.cmd rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/CCS/cc26xx_bim_extFlash.cmd diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/CCS/cc26xx_ble_app.cmd b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/CCS/cc26xx_ble_app.cmd similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/CCS/cc26xx_ble_app.cmd rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/CCS/cc26xx_ble_app.cmd diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/CCS/cc26xx_ble_app_oad.cmd b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/CCS/cc26xx_ble_app_oad.cmd similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/CCS/cc26xx_ble_app_oad.cmd rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/CCS/cc26xx_ble_app_oad.cmd diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/CCS/cc26xx_ble_stack.cmd b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/CCS/cc26xx_ble_stack.cmd similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/CCS/cc26xx_ble_stack.cmd rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/CCS/cc26xx_ble_stack.cmd diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/IAR/cc13xx_bim_dual_img.icf b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/IAR/cc13xx_bim_dual_img.icf similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/IAR/cc13xx_bim_dual_img.icf rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/IAR/cc13xx_bim_dual_img.icf diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/IAR/cc13xx_ble_dual_img.icf b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/IAR/cc13xx_ble_dual_img.icf similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/IAR/cc13xx_ble_dual_img.icf rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/IAR/cc13xx_ble_dual_img.icf diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/IAR/cc26xx_bim_extflash.icf b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/IAR/cc26xx_bim_extflash.icf similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/IAR/cc26xx_bim_extflash.icf rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/IAR/cc26xx_bim_extflash.icf diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/IAR/cc26xx_ble_app.icf b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/IAR/cc26xx_ble_app.icf similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/IAR/cc26xx_ble_app.icf rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/IAR/cc26xx_ble_app.icf diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/IAR/cc26xx_ble_app_oad.icf b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/IAR/cc26xx_ble_app_oad.icf similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/IAR/cc26xx_ble_app_oad.icf rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/IAR/cc26xx_ble_app_oad.icf diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/IAR/cc26xx_ble_stack.icf b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/IAR/cc26xx_ble_stack.icf similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/IAR/cc26xx_ble_stack.icf rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/IAR/cc26xx_ble_stack.icf diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/IAR/cc26xx_rtos_rom.icf b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/IAR/cc26xx_rtos_rom.icf similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/IAR/cc26xx_rtos_rom.icf rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/IAR/cc26xx_rtos_rom.icf diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/ICall_startup.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/ICall_startup.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/ICall_startup.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/ICall_startup.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/OnBoard.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/OnBoard.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/OnBoard.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/OnBoard.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/OnBoard.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/OnBoard.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/OnBoard.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/OnBoard.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/Setup_for_jlink.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/Setup_for_jlink.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/Setup_for_jlink.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/Setup_for_jlink.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/Time/UTC_clock.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/Time/UTC_clock.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/Time/UTC_clock.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/Time/UTC_clock.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/Time/UTC_clock.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/Time/UTC_clock.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/Time/UTC_clock.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/Time/UTC_clock.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/Time/bletime.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/Time/bletime.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/Time/bletime.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/Time/bletime.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/Time/time_clock.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/Time/time_clock.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/Time/time_clock.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/Time/time_clock.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/Time/time_clock.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/Time/time_clock.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/Time/time_clock.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/Time/time_clock.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/Time/time_config.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/Time/time_config.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/Time/time_config.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/Time/time_config.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/Time/time_discovery.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/Time/time_discovery.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/Time/time_discovery.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/Time/time_discovery.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/Time/time_ind.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/Time/time_ind.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/Time/time_ind.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/Time/time_ind.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/board_key.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/board_key.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/board_key.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/board_key.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/board_key.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/board_key.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/board_key.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/board_key.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/board_lcd.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/board_lcd.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/board_lcd.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/board_lcd.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/board_lcd.c.pre b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/board_lcd.c.pre similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/board_lcd.c.pre rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/board_lcd.c.pre diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/board_lcd.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/board_lcd.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/board_lcd.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/board_lcd.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/Board.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/Board.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/Board.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/Board.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/SENSORTAG_CC2650.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/SENSORTAG_CC2650.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/SENSORTAG_CC2650.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/SENSORTAG_CC2650.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/SENSORTAG_CC2650.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/SENSORTAG_CC2650.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/SENSORTAG_CC2650.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/SENSORTAG_CC2650.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/bsp.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/bsp.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/bsp.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/bsp.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/bsp_buzzer.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/bsp_buzzer.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/bsp_buzzer.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/bsp_buzzer.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/bsp_buzzer.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/bsp_buzzer.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/bsp_buzzer.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/bsp_buzzer.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/bsp_i2c.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/bsp_i2c.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/bsp_i2c.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/bsp_i2c.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/bsp_i2c.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/bsp_i2c.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/bsp_i2c.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/bsp_i2c.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/bsp_spi.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/bsp_spi.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/bsp_spi.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/bsp_spi.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/bsp_spi.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/bsp_spi.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/bsp_spi.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/bsp_spi.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/ext_flash.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/ext_flash.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/ext_flash.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/ext_flash.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/ext_flash.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/ext_flash.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/ext_flash.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/ext_flash.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_bmp280.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_bmp280.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_bmp280.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_bmp280.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_bmp280.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_bmp280.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_bmp280.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_bmp280.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_mpu6500.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_mpu6500.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_mpu6500.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_mpu6500.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_mpu6500.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_mpu6500.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_mpu6500.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_mpu6500.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_mpu9250.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_mpu9250.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_mpu9250.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_mpu9250.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_mpu9250.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_mpu9250.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_mpu9250.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_mpu9250.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_opt3001.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_opt3001.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_opt3001.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_opt3001.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_opt3001.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_opt3001.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_opt3001.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_opt3001.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_sht21.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_sht21.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_sht21.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_sht21.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_sht21.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_sht21.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_sht21.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_sht21.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_tmp006.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_tmp006.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_tmp006.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_tmp006.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_tmp006.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_tmp006.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_tmp006.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_tmp006.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_tmp007.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_tmp007.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_tmp007.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_tmp007.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_tmp007.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_tmp007.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_tmp007.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/boards/sensortag_cc26xx/resources/sensor_tmp007.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/util.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/util.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/util.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/util.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/util.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/util.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/util.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/cc26xx/util.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/npi/npi_np/CC26xx/Stack/npi.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/npi/npi_np/CC26xx/Stack/npi.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/npi/npi_np/CC26xx/Stack/npi.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/npi/npi_np/CC26xx/Stack/npi.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/npi/npi_np/CC26xx/Stack/npi.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/npi/npi_np/CC26xx/Stack/npi.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/npi/npi_np/CC26xx/Stack/npi.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/npi/npi_np/CC26xx/Stack/npi.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/npi/npi_np/npi.c b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/npi/npi_np/npi.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/npi/npi_np/npi.c rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/npi/npi_np/npi.c diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/npi/npi_np/npi.h b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/npi/npi_np/npi.h similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/npi/npi_np/npi.h rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/common/npi/npi_np/npi.h diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/config/buildComponents.opt b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/config/buildComponents.opt similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/config/buildComponents.opt rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/config/buildComponents.opt diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/config/buildConfig.cfg b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/config/buildConfig.cfg similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/config/buildConfig.cfg rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/config/buildConfig.cfg diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/config/config.cfg b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/config/config.cfg similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/config/config.cfg rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/config/config.cfg diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/config/config_master.cfg b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/config/config_master.cfg similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/config/config_master.cfg rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/config/config_master.cfg diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/config/config_slave.cfg b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/config/config_slave.cfg similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/ble/config/config_slave.cfg rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/ble/config/config_slave.cfg diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/common/BLE_ROM_Releases/04242014/ble_rom_PATCH.symbols b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/common/BLE_ROM_Releases/04242014/ble_rom_PATCH.symbols similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/common/BLE_ROM_Releases/04242014/ble_rom_PATCH.symbols rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/common/BLE_ROM_Releases/04242014/ble_rom_PATCH.symbols diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/common/ResourceExplorer/ccs/ble/bluetooth_icon.png b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/common/ResourceExplorer/ccs/ble/bluetooth_icon.png similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/common/ResourceExplorer/ccs/ble/bluetooth_icon.png rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/common/ResourceExplorer/ccs/ble/bluetooth_icon.png diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/common/ResourceExplorer/ccs/ble/resource_explorer.xml b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/common/ResourceExplorer/ccs/ble/resource_explorer.xml similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/common/ResourceExplorer/ccs/ble/resource_explorer.xml rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/common/ResourceExplorer/ccs/ble/resource_explorer.xml diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/tools/LibSearch/LibSearch.exe b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/tools/LibSearch/LibSearch.exe similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/tools/LibSearch/LibSearch.exe rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/tools/LibSearch/LibSearch.exe diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/tools/LibSearch/README.txt b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/tools/LibSearch/README.txt similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/tools/LibSearch/README.txt rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/tools/LibSearch/README.txt diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/tools/LibSearch/parameters.xml b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/tools/LibSearch/parameters.xml similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/tools/LibSearch/parameters.xml rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/tools/LibSearch/parameters.xml diff --git a/CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/tools/LibSearch/parameters13xx.xml b/cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/tools/LibSearch/parameters13xx.xml similarity index 100% rename from CC26XX/ti/BLE-CC264x/ble_cc26xx/Projects/tools/LibSearch/parameters13xx.xml rename to cc26xx-example/ti/BLE-CC264x/ble_cc26xx/Projects/tools/LibSearch/parameters13xx.xml diff --git a/CC26XX/ti/BLE-CC264x/common_file/Setup_for_jlink.c b/cc26xx-example/ti/BLE-CC264x/common_file/Setup_for_jlink.c similarity index 100% rename from CC26XX/ti/BLE-CC264x/common_file/Setup_for_jlink.c rename to cc26xx-example/ti/BLE-CC264x/common_file/Setup_for_jlink.c diff --git a/Win32/.gitignore b/win32-example/.gitignore similarity index 100% rename from Win32/.gitignore rename to win32-example/.gitignore diff --git a/Win32/DecodeTestWin.sln b/win32-example/DecodeTestWin.sln similarity index 100% rename from Win32/DecodeTestWin.sln rename to win32-example/DecodeTestWin.sln diff --git a/Win32/DecodeTestWin/DecodeTestWin.cpp b/win32-example/DecodeTestWin/DecodeTestWin.cpp similarity index 100% rename from Win32/DecodeTestWin/DecodeTestWin.cpp rename to win32-example/DecodeTestWin/DecodeTestWin.cpp diff --git a/Win32/DecodeTestWin/DecodeTestWin.h b/win32-example/DecodeTestWin/DecodeTestWin.h similarity index 100% rename from Win32/DecodeTestWin/DecodeTestWin.h rename to win32-example/DecodeTestWin/DecodeTestWin.h diff --git a/Win32/DecodeTestWin/DecodeTestWin.rc b/win32-example/DecodeTestWin/DecodeTestWin.rc similarity index 100% rename from Win32/DecodeTestWin/DecodeTestWin.rc rename to win32-example/DecodeTestWin/DecodeTestWin.rc diff --git a/Win32/DecodeTestWin/DecodeTestWin.vcxproj b/win32-example/DecodeTestWin/DecodeTestWin.vcxproj similarity index 100% rename from Win32/DecodeTestWin/DecodeTestWin.vcxproj rename to win32-example/DecodeTestWin/DecodeTestWin.vcxproj diff --git a/Win32/DecodeTestWin/DecodeTestWin.vcxproj.filters b/win32-example/DecodeTestWin/DecodeTestWin.vcxproj.filters similarity index 100% rename from Win32/DecodeTestWin/DecodeTestWin.vcxproj.filters rename to win32-example/DecodeTestWin/DecodeTestWin.vcxproj.filters diff --git a/Win32/DecodeTestWin/ReadMe.txt b/win32-example/DecodeTestWin/ReadMe.txt similarity index 100% rename from Win32/DecodeTestWin/ReadMe.txt rename to win32-example/DecodeTestWin/ReadMe.txt diff --git a/Win32/DecodeTestWin/Resource.h b/win32-example/DecodeTestWin/Resource.h similarity index 100% rename from Win32/DecodeTestWin/Resource.h rename to win32-example/DecodeTestWin/Resource.h diff --git a/Win32/DecodeTestWin/irda_decode.h b/win32-example/DecodeTestWin/irda_decode.h similarity index 100% rename from Win32/DecodeTestWin/irda_decode.h rename to win32-example/DecodeTestWin/irda_decode.h diff --git a/Win32/DecodeTestWin/irda_defs.h b/win32-example/DecodeTestWin/irda_defs.h similarity index 100% rename from Win32/DecodeTestWin/irda_defs.h rename to win32-example/DecodeTestWin/irda_defs.h diff --git a/Win32/DecodeTestWin/stdafx.cpp b/win32-example/DecodeTestWin/stdafx.cpp similarity index 100% rename from Win32/DecodeTestWin/stdafx.cpp rename to win32-example/DecodeTestWin/stdafx.cpp diff --git a/Win32/DecodeTestWin/stdafx.h b/win32-example/DecodeTestWin/stdafx.h similarity index 100% rename from Win32/DecodeTestWin/stdafx.h rename to win32-example/DecodeTestWin/stdafx.h diff --git a/Win32/DecodeTestWin/targetver.h b/win32-example/DecodeTestWin/targetver.h similarity index 100% rename from Win32/DecodeTestWin/targetver.h rename to win32-example/DecodeTestWin/targetver.h