diff --git a/.clang b/.clang
new file mode 100644
index 0000000000000000000000000000000000000000..95c5782d783672d29161b192ae1f84d425622529
--- /dev/null
+++ b/.clang
@@ -0,0 +1 @@
+flags = -DBOARD_CARD10=1 -D_FILE_OFFSET_BITS=64 -DTARGET=32665 -DTARGET_REV=0x4131 -Ihw-tests/bmatest -Ihw-tests/bmetest -Ihw-tests/ecgtest -Ihw-tests/hello-freertos -Ihw-tests/hello-freertos/./ -Ihw-tests/hello-world -Ihw-tests/imutest -Ihw-tests/ips -Ilib/./card10/./ -Ilib/card10 -Ilib/./gfx/./ -Ilib/gfx -Ilib/./gfx/./Fonts/ -Ilib/./gfx/./GUI_DEV/ -Ilib/./gfx/./LCD/ -Ilib/sdk/Libraries/Boards/card10 -Ilib/./sdk/./Libraries/Boards/card10/../Include/ -Ilib/./sdk/./Libraries/Boards/card10/./Include/ -Ilib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665 -Ilib/./sdk/./Libraries/FreeRTOS/../FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/ -Ilib/./sdk/./Libraries/FreeRTOS/./Source/include/ -Ilib/./sdk/./Libraries/FreeRTOS/./Source/portable/GCC/ARM_CM4F/ -Ilib/sdk/Libraries/MAX32665PeriphDriver -Ilib/./sdk/./Libraries/MAX32665PeriphDriver/../CMSIS/Device/Maxim/MAX32665/Include/ -Ilib/./sdk/./Libraries/MAX32665PeriphDriver/../CMSIS/Include/ -Ilib/./sdk/./Libraries/MAX32665PeriphDriver/Include/ -Ilib/vendor/Bosch/BHy1 -Ilib/./vendor/Bosch/BHy1/../../../card10/ -Ilib/./vendor/Bosch/BHy1/./driver/inc/ -Ilib/./vendor/Bosch/BHy1/./examples/firmware/ -Ilib/./vendor/Bosch/BMA400/./ -Ilib/vendor/Bosch/BMA400 -Ilib/./vendor/Bosch/BME680/./ -Ilib/vendor/Bosch/BME680 -Ilib/./vendor/Maxim/MAX77650/./ -Ilib/vendor/Maxim/MAX77650
diff --git a/.gdbinit b/.gdbinit
new file mode 100644
index 0000000000000000000000000000000000000000..607cb82bdfaf5e5e42d02947c8cf8925c6e44af3
--- /dev/null
+++ b/.gdbinit
@@ -0,0 +1,5 @@
+target remote localhost:3333
+
+define reset
+    mon mww 0x40000004 0x80000000
+end
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f539636491be0e4c3c319bb216f60e210fa7ad1f..ec347560f05a6dcdc503b3df0b05e82f201ad629 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,33 +3,14 @@ image: "debian"
 build:
     stage: build
     before_script:
-        - apt update -qq && apt install -y -qq gcc-arm-none-eabi python3-pip
+        - echo "deb http://deb.debian.org/debian stretch-backports main" >> /etc/apt/sources.list
+        - apt update -qq
+        - apt install -y -qq gcc-arm-none-eabi python3-pip
+        - apt install -y -qq -t stretch-backports meson
         - pip3 install crc16
     script:
         - cd bootloader
         - make
         - cd ..
-        - cd Hello_World
-        - ./build_image
-        - cd ..
-        - cd Hello_World_FreeRTOS
-        - ./build_image
-        - cd ..
-        - cd ble
-        - ./build_image
-        - cd ..
-        - cd bmatest
-        - ./build_image
-        - cd ..
-        - cd bmetest
-        - ./build_image
-        - cd ..
-        - cd ecgtest
-        - ./build_image
-        - cd ..
-        - cd imutest
-        - ./build_image
-        - cd ..
-        - cd ips
-        - ./build_image
-        - cd ..
+        - meson --cross-file card10-cross.ini build/
+        - ninja -C build/
diff --git a/Hello_World/.gdbinit b/Hello_World/.gdbinit
deleted file mode 100644
index 85b92cf79c0f29f412a886e093c13da55dfc1bcc..0000000000000000000000000000000000000000
--- a/Hello_World/.gdbinit
+++ /dev/null
@@ -1,3 +0,0 @@
-file build/max32665.elf
-target remote localhost:3333
-
diff --git a/Hello_World/Makefile b/Hello_World/Makefile
deleted file mode 100644
index 30278ce7720cec8fd0c4c44c8d49def0cc901398..0000000000000000000000000000000000000000
--- a/Hello_World/Makefile
+++ /dev/null
@@ -1,164 +0,0 @@
-################################################################################
- # Copyright (C) 2016 Maxim Integrated Products, Inc., All Rights Reserved.
- #
- # Permission is hereby granted, free of charge, to any person obtaining a
- # copy of this software and associated documentation files (the "Software"),
- # to deal in the Software without restriction, including without limitation
- # the rights to use, copy, modify, merge, publish, distribute, sublicense,
- # and/or sell copies of the Software, and to permit persons to whom the
- # Software is furnished to do so, subject to the following conditions:
- #
- # The above copyright notice and this permission notice shall be included
- # in all copies or substantial portions of the Software.
- #
- # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
- # OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
- # IN NO EVENT SHALL MAXIM INTEGRATED BE LIABLE FOR ANY CLAIM, DAMAGES
- # OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
- # ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
- # OTHER DEALINGS IN THE SOFTWARE.
- #
- # Except as contained in this notice, the name of Maxim Integrated
- # Products, Inc. shall not be used except as stated in the Maxim Integrated
- # Products, Inc. Branding Policy.
- #
- # The mere transfer of this software does not imply any licenses
- # of trade secrets, proprietary technology, copyrights, patents,
- # trademarks, maskwork rights, or any other form of intellectual
- # property whatsoever. Maxim Integrated Products, Inc. retains all
- # ownership rights.
- #
- # $Date: 2018-09-28 18:22:39 +0000 (Fri, 28 Sep 2018) $ 
- # $Revision: 38193 $
- #
- ###############################################################################
-
-# This is the name of the build output file
-ifeq "$(PROJECT)" ""
-PROJECT=max32665
-endif
-
-# Specify the target processor
-ifeq "$(TARGET)" ""
-TARGET=MAX32665
-endif
-
-# Create Target name variables
-TARGET_UC:=$(shell echo $(TARGET) | tr a-z A-Z)
-TARGET_LC:=$(shell echo $(TARGET) | tr A-Z a-z)
-
-# Select 'GCC' or 'IAR' compiler
-COMPILER=GCC
-
-# Specify the board used
-ifeq "$(BOARD)" ""
-#BOARD=EvKit_V1
-BOARD=card10
-endif
-
-# This is the path to the CMSIS root directory
-ifeq "$(MAXIM_PATH)" ""
-LIBS_DIR=../sdk/Libraries
-else
-LIBS_DIR=/$(subst \,/,$(subst :,,$(MAXIM_PATH))/Firmware/$(TARGET_UC)/Libraries)
-endif
-CMSIS_ROOT=$(LIBS_DIR)/CMSIS
-
-# Source files for this test (add path to VPATH below)
-SRCS  = main.c
-SRCS  += pmic.c
-SRCS  += bosch.c
-SRCS  += bhy_support.c bhy_uc_driver.c bhy.c
-SRCS  += MAX77650-Arduino-Library.c
-SRCS  += bme680.h
-SRCS  += bma400.c
-SRCS  += LCD_Driver.c
-SRCS  += GUI_Paint.c
-SRCS  += DEV_Config.c
-SRCS  += font24.c
-SRCS  += font24CN.c
-SRCS  += card10.c
-SRCS  += display.c
-SRCS  += leds.c
-
-
-# Where to find source files for this test
-VPATH = .
-
-# Where to find header files for this test
-IPATH = .
-
-IPATH += ../lib/card10
-VPATH += ../lib/card10
-
-IPATH += ../lib/bosch/BHy1_driver_and_MCU_solution/driver/inc
-IPATH += ../lib/bosch/BHy1_driver_and_MCU_solution/examples/firmware/
-VPATH += ../lib/bosch/BHy1_driver_and_MCU_solution/driver/src
-
-IPATH += ../lib/maxim/MAX77650-Arduino-Library
-VPATH += ../lib/maxim/MAX77650-Arduino-Library
-
-IPATH += ../lib/bosch/BME680_driver
-VPATH += ../lib/bosch/BME680_driver
-
-IPATH += ../lib/bosch/BMA400-API
-VPATH += ../lib/bosch/BMA400-API
-
-IPATH += ../lib/gfx
-IPATH += ../lib/gfx/LCD
-IPATH += ../lib/gfx/GUI_DEV
-IPATH += ../lib/gfx/Fonts
-
-VPATH += ../lib/gfx
-VPATH += ../lib/gfx/LCD
-VPATH += ../lib/gfx/GUI_DEV
-VPATH += ../lib/gfx/Fonts
-
-
-# Enable assertion checking for development
-PROJ_CFLAGS+=-DMXC_ASSERT_ENABLE
-
-# Specify the target revision to override default
-# "A2" in ASCII
-# TARGET_REV=0x4132
-
-# Use this variables to specify and alternate tool path
-#TOOL_DIR=/opt/gcc-arm-none-eabi-4_8-2013q4/bin
-
-# Use these variables to add project specific tool options
-#PROJ_CFLAGS+=--specs=nano.specs
-#PROJ_LDFLAGS+=--specs=nano.specs
-
-PROJ_CFLAGS+=-std=c99
-
-# Point this variable to a startup file to override the default file
-#STARTUPFILE=start.S
-
-# Override the default optimization level using this variable
-#MXC_OPTIMIZE_CFLAGS=-O1
-
-# Point this variable to a linker file to override the default file
-ifneq "$(APP)" ""
-LINKERFILE=$(CMSIS_ROOT)/Device/Maxim/$(TARGET_UC)/Source/GCC/$(TARGET_LC)_app.ld
-endif
-
-################################################################################
-# Include external library makefiles here
-
-# Include the BSP
-BOARD_DIR=$(LIBS_DIR)/Boards/$(BOARD)
-include $(BOARD_DIR)/board.mk
-
-# Include the peripheral driver
-PERIPH_DRIVER_DIR=$(LIBS_DIR)/$(TARGET_UC)PeriphDriver
-include $(PERIPH_DRIVER_DIR)/periphdriver.mk
-
-################################################################################
-# Include the rules for building for this target. All other makefiles should be
-# included before this one.
-include $(CMSIS_ROOT)/Device/Maxim/$(TARGET_UC)/Source/$(COMPILER)/$(TARGET_LC).mk
-
-# The rule to clean out all the build products.
-distclean: clean
-	$(MAKE) -C ${PERIPH_DRIVER_DIR} clean
diff --git a/Hello_World/build_image b/Hello_World/build_image
deleted file mode 100755
index 5feeda9e451ec5e5449a0dd509ddc4fe597d9767..0000000000000000000000000000000000000000
--- a/Hello_World/build_image
+++ /dev/null
@@ -1,5 +0,0 @@
-make clean
-make APP=1
-make build/max32665.bin
-cp build/max32665.bin card10.bin
-../bootloader/crc_patch.py card10.bin
diff --git a/Hello_World_FreeRTOS/.gdbinit b/Hello_World_FreeRTOS/.gdbinit
deleted file mode 100644
index 85b92cf79c0f29f412a886e093c13da55dfc1bcc..0000000000000000000000000000000000000000
--- a/Hello_World_FreeRTOS/.gdbinit
+++ /dev/null
@@ -1,3 +0,0 @@
-file build/max32665.elf
-target remote localhost:3333
-
diff --git a/Hello_World_FreeRTOS/Makefile b/Hello_World_FreeRTOS/Makefile
deleted file mode 100644
index 7884dea65c84788e2eef511fa3dcd917fc115ffa..0000000000000000000000000000000000000000
--- a/Hello_World_FreeRTOS/Makefile
+++ /dev/null
@@ -1,153 +0,0 @@
-################################################################################
-# Copyright (C) 2016 Maxim Integrated Products, Inc., All Rights Reserved.
-#
-# Permission is hereby granted, free of charge, to any person obtaining a
-# copy of this software and associated documentation files (the "Software"),
-# to deal in the Software without restriction, including without limitation
-# the rights to use, copy, modify, merge, publish, distribute, sublicense,
-# and/or sell copies of the Software, and to permit persons to whom the
-# Software is furnished to do so, subject to the following conditions:
-#
-# The above copyright notice and this permission notice shall be included
-# in all copies or substantial portions of the Software.
-#
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-# IN NO EVENT SHALL MAXIM INTEGRATED BE LIABLE FOR ANY CLAIM, DAMAGES
-# OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
-# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-# OTHER DEALINGS IN THE SOFTWARE.
-#
-# Except as contained in this notice, the name of Maxim Integrated
-# Products, Inc. shall not be used except as stated in the Maxim Integrated
-# Products, Inc. Branding Policy.
-#
-# The mere transfer of this software does not imply any licenses
-# of trade secrets, proprietary technology, copyrights, patents,
-# trademarks, maskwork rights, or any other form of intellectual
-# property whatsoever. Maxim Integrated Products, Inc. retains all
-# ownership rights.
-#
-###############################################################################
-
-# This is the name of the build output file
-ifeq "$(PROJECT)" ""
-PROJECT=max32665
-endif
-
-# Specify the target processor
-ifeq "$(TARGET)" ""
-TARGET=MAX32665
-endif
-
-# Create Target name variables
-TARGET_UC:=$(shell echo $(TARGET) | tr a-z A-Z)
-TARGET_LC:=$(shell echo $(TARGET) | tr A-Z a-z)
-
-# Select 'GCC' or 'IAR' compiler
-COMPILER=GCC
-
-# Specify the board used
-ifeq "$(BOARD)" ""
-#BOARD=EvKit_V1
-BOARD=card10
-endif
-
-# This is the path to the CMSIS root directory
-ifeq "$(MAXIM_PATH)" ""
-LIBS_DIR=../sdk/Libraries
-else
-LIBS_DIR=/$(subst \,/,$(subst :,,$(MAXIM_PATH))/Firmware/$(TARGET_UC)/Libraries)
-endif
-CMSIS_ROOT=$(LIBS_DIR)/CMSIS
-
-# Source files for this test (add path to VPATH below)
-SRCS  = main.c
-SRCS += FreeRTOS_CLI.c
-SRCS += CLI-commands.c
-SRCS += freertos_tickless.c
-SRCS  += pmic.c
-SRCS  += bosch.c
-SRCS  += bhy_support.c bhy_uc_driver.c bhy.c
-SRCS  += MAX77650-Arduino-Library.c
-SRCS  += bme680.h
-SRCS  += bma400.c
-
-
-# Where to find source files for this test
-VPATH = .
-
-# Where to find header files for this test
-IPATH = .
-
-IPATH += ../lib/card10
-VPATH += ../lib/card10
-
-IPATH += ../lib/bosch/BHy1_driver_and_MCU_solution/driver/inc
-IPATH += ../lib/bosch/BHy1_driver_and_MCU_solution/examples/firmware/
-VPATH += ../lib/bosch/BHy1_driver_and_MCU_solution/driver/src
-
-IPATH += ../lib/maxim/MAX77650-Arduino-Library
-VPATH += ../lib/maxim/MAX77650-Arduino-Library
-
-IPATH += ../lib/bosch/BME680_driver
-VPATH += ../lib/bosch/BME680_driver
-
-IPATH += ../lib/bosch/BMA400-API
-VPATH += ../lib/bosch/BMA400-API
-
-# Enable assertion checking for development
-PROJ_CFLAGS+=-DMXC_ASSERT_ENABLE
-
-# Specify the target revision to override default
-# "A2" in ASCII
-# TARGET_REV=0x4132
-
-# Use this variables to specify and alternate tool path
-#TOOL_DIR=/opt/gcc-arm-none-eabi-4_8-2013q4/bin
-
-# Use these variables to add project specific tool options
-#PROJ_CFLAGS+=--specs=nano.specs
-#PROJ_LDFLAGS+=--specs=nano.specs
-
-PROJ_CFLAGS+=-std=c99
-
-# Point this variable to a startup file to override the default file
-#STARTUPFILE=start.S
-
-# Override the default optimization level using this variable
-#MXC_OPTIMIZE_CFLAGS=-O1
-
-# Point this variable to a linker file to override the default file
-ifneq "$(APP)" ""
-LINKERFILE=$(CMSIS_ROOT)/Device/Maxim/$(TARGET_UC)/Source/GCC/$(TARGET_LC)_app.ld
-endif
-
-################################################################################
-# Include external library makefiles here
-
-# Include the BSP
-BOARD_DIR=$(LIBS_DIR)/Boards/$(BOARD)
-include $(BOARD_DIR)/board.mk
-
-# Include the peripheral driver
-PERIPH_DRIVER_DIR=$(LIBS_DIR)/$(TARGET_UC)PeriphDriver
-include $(PERIPH_DRIVER_DIR)/periphdriver.mk
-
-# Include the FreeRTOS library, and specify a local FreeRTOSConfig.h file
-RTOS_CONFIG_DIR=.
-RTOS_DIR=$(LIBS_DIR)/FreeRTOS
-include $(RTOS_DIR)/freertos.mk
-# Include the FreeRTOS-Plus-CLI (please read license file before using commercially)
-IPATH +=$(LIBS_DIR)/FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI
-VPATH +=$(LIBS_DIR)/FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI
-
-################################################################################
-# Include the rules for building for this target. All other makefiles should be
-# included before this one.
-include $(CMSIS_ROOT)/Device/Maxim/$(TARGET_UC)/Source/$(COMPILER)/$(TARGET_LC).mk
-
-# The rule to clean out all the build products.
-distclean: clean
-	$(MAKE) -C ${PERIPH_DRIVER_DIR} clean
diff --git a/Hello_World_FreeRTOS/build_image b/Hello_World_FreeRTOS/build_image
deleted file mode 100755
index 5feeda9e451ec5e5449a0dd509ddc4fe597d9767..0000000000000000000000000000000000000000
--- a/Hello_World_FreeRTOS/build_image
+++ /dev/null
@@ -1,5 +0,0 @@
-make clean
-make APP=1
-make build/max32665.bin
-cp build/max32665.bin card10.bin
-../bootloader/crc_patch.py card10.bin
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 2eef49c6ee4f987db46c20550c82045dea609591..0000000000000000000000000000000000000000
--- a/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-#TARGET = max32665
-#COMPILER = GCC
-
-#export TARGET
-#export COMPILER
-
-all: sdk subdirs
-
-travis:
-	$(MAKE) ADDFLAGS=-Werror lib subdirs
-
-subdirs:
-	$(MAKE) -C bootloader
-
-sdk/Libraries/MAX32665PeriphDriver/Build/PeriphDriver.a:
-#	$(MAKE) -C sdk/Libraries/MAX32665PeriphDriver
-
-sdk/Libraries/MAXUSB/Build/maxusb.a:
-#	$(MAKE) -C sdk/Libraries/MAXUSB
-
-sdk: sdk/Libraries/MAX32665PeriphDriver/Build/PeriphDriver.a sdk/Libraries/MAXUSB/Build/maxusb.a
-
-clean:
-	$(MAKE) -C bootloader clean
-#	$(MAKE) -C sdk/Libraries/MAX32665PeriphDriver clean
-#	$(MAKE) -C sdk/Libraries/MAXUSB clean
-
diff --git a/README.md b/README.md
index ccd33641e315c11b48c6ac0fa96eb7ca35d123f1..dc20659898b00b37b9e31dde7cb28c829356c27d 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,37 @@
 # card10 Firmware Readme
 
-## Toolchain
+## Setup
+To compile the firmware you need `meson`(>0.40.0) and a `arm-none-eabi-gcc`.  You should also have python3 installed on your system.
 
-The card10 is based on an ARM Cortex-M4F CPU. To compile the firmware, you need a working cross compiler. To flash the firmware, you either need to use the bootloader or an SWD adapter and OpenOCD.
+### Compiler (`arm-none-eabi-gcc`)
+Install the cross-compiler and debugger either from your distributions repositories, or alternatively download a precompiled toolchain from [ARM](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads).
 
+On Ubuntu, the package is called `gcc-arm-none-eabi`
 
-### GCC
+### Compiling the card10 firmware
+```bash
+# Configure the build system
+./bootstrap.sh
+# Start the build
+ninja -C build/
+```
+
+You can also build individual targets using
+```bash
+ninja -C build/ <target>
+```
 
-Please install `arm-none-eabi-gcc` on your system. Most distributions have it packaged (might be named `gcc-arm-none-eabi`). You can also download a precompiled toolchain from [ARM](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads).
+where `target` is one of
+  - `hw-tests/bmatest/bmatest.elf` - Test for `BMA400`
+  - `hw-tests/bmetest/bmetest.elf` - Test for `BME680`
+  - `hw-tests/ecgtest/ecgtest.elf` - Test for `MAX30003` ECG
+  - `hw-tests/hello-freertos/hello-freertos.elf` - FreeRTOS Demo
+  - `hw-tests/hello-world/hello-world.elf` - General Demo
+  - `hw-tests/imutest/imutest.elf` - Compass Test
+  - `hw-tests/ips/ips.elf` - Display Test
+  - `hw-tests/dual-core/dual-core{0,1}.elf` - Dual-Core Demo
 
-### GDB
+### GDB (`arm-none-eabi-gdb`)
 
 If you want to debug code or replace the bootloader, you need OpenOCD and GDB.
 
@@ -54,10 +76,6 @@ If you have the debugger provided with the `card10`, connect it as follows:
 
 Now connect the USB-C cable, so the name of the cable manufacturer facing downwards (i.e. is not visible when looking at the display).
 
-## Compiling
-Simply go to an example and run `make`. If you used the `./build_image` command before (see section "Bootloader"), run a `make clean` before. TODO: Unify the two build options.
-
-
 ## Flashing
 Run `arm-none-eabi-gdb` in the applications folder. It should connect to OpenOCD and say something like:
 ```
@@ -77,12 +95,13 @@ Transfer rate: 19 KB/sec, 11042 bytes/write.
 (gdb)
 ```
 
-To run the program, type: `mon mww 0x40000004 0x80000000`. This is a quirk as the prototypes to not have a reset line exposed to the debugger. Will be solved with production hardware.
+To run the program, type: `reset` (which runs `mon mww 0x40000004 0x80000000`). This is a quirk as the prototypes to not have a reset line exposed to the debugger. Will be solved with production hardware.
 
 TODO: Provide a make command to flash card10.
 
 ## Debugging
-After flashing and the initial reset using `mon mww 0x40000004 0x80000000`, you can say `mon reset halt` and then `continue`. You can now debug as usual.
+After flashing and the initial reset using `reset`, you can say `mon reset halt` and then `continue`. You can now debug as usual.
+(`reset` is defined in `.gdbinit` and runs `mon mww 0x40000004 0x80000000`)
 
 ## Serial Console
 card10 outputs debug information on the serial console. Baudrate is 115200. The provided USB adapter creates a CDC device (under Linux /dev/ttyACM0). You can use screen to open and view it: `screen /dev/ttyACM0 115200`.
diff --git a/bmatest/.cproject b/bmatest/.cproject
deleted file mode 100644
index 6adc994794249c091c81b66fb9d4b85f52ae9f0d..0000000000000000000000000000000000000000
--- a/bmatest/.cproject
+++ /dev/null
@@ -1,107 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?fileVersion 4.0.0?><cproject storage_type_id="org.eclipse.cdt.core.XmlProjectDescriptionStorage">
-	<storageModule moduleId="org.eclipse.cdt.core.settings">
-		<cconfiguration id="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.1674944962">
-			<storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.1674944962" moduleId="org.eclipse.cdt.core.settings" name="Debug">
-				<externalSettings/>
-				<extensions>
-					<extension id="org.eclipse.cdt.core.ELF" point="org.eclipse.cdt.core.BinaryParser"/>
-					<extension id="org.eclipse.cdt.core.GASErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
-					<extension id="org.eclipse.cdt.core.GmakeErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
-					<extension id="org.eclipse.cdt.core.GLDErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
-					<extension id="org.eclipse.cdt.core.CWDLocator" point="org.eclipse.cdt.core.ErrorParser"/>
-					<extension id="org.eclipse.cdt.core.GCCErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
-				</extensions>
-			</storageModule>
-			<storageModule moduleId="cdtBuildSystem" version="4.0.0">
-				<configuration artifactName="${ProjName}" buildArtefactType="org.eclipse.cdt.build.core.buildArtefactType.exe" buildProperties="org.eclipse.cdt.build.core.buildArtefactType=org.eclipse.cdt.build.core.buildArtefactType.exe,org.eclipse.cdt.build.core.buildType=org.eclipse.cdt.build.core.buildType.debug" cleanCommand="${cross_rm} -rf" description="" id="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.1674944962" name="Debug" parent="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug">
-					<folderInfo id="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.1674944962." name="/" resourcePath="">
-						<toolChain id="ilg.gnuarmeclipse.managedbuild.cross.toolchain.elf.debug.548125692" name="Cross ARM GCC" superClass="ilg.gnuarmeclipse.managedbuild.cross.toolchain.elf.debug">
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.level.1448195934" name="Optimization Level" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.level" value="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.level.none" valueType="enumerated"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.messagelength.989348626" name="Message length (-fmessage-length=0)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.messagelength" value="true" valueType="boolean"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.signedchar.573934961" name="'char' is signed (-fsigned-char)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.signedchar" value="true" valueType="boolean"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.functionsections.1195068176" name="Function sections (-ffunction-sections)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.functionsections" value="true" valueType="boolean"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.datasections.1035348629" name="Data sections (-fdata-sections)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.datasections" value="true" valueType="boolean"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.debugging.level.31679983" name="Debug level" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.debugging.level" value="ilg.gnuarmeclipse.managedbuild.cross.option.debugging.level.max" valueType="enumerated"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.debugging.format.1676901946" name="Debug format" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.debugging.format"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.toolchain.name.1729767352" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.toolchain.name" value="GNU Tools for ARM Embedded Processors" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.architecture.1708484008" name="Architecture" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.architecture" value="ilg.gnuarmeclipse.managedbuild.cross.option.architecture.arm" valueType="enumerated"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.family.178519983" name="ARM family" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.family" value="ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.mcpu.cortex-m3" valueType="enumerated"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.instructionset.956545422" name="Instruction set" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.instructionset" value="ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.instructionset.thumb" valueType="enumerated"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.prefix.1580514969" name="Prefix" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.prefix" value="arm-none-eabi-" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.c.1246670973" name="C compiler" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.c" value="gcc" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.cpp.1674926322" name="C++ compiler" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.cpp" value="g++" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.ar.2051566192" name="Archiver" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.ar" value="ar" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.objcopy.408066731" name="Hex/Bin converter" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.objcopy" value="objcopy" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.objdump.1900584936" name="Listing generator" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.objdump" value="objdump" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.size.1096852527" name="Size command" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.size" value="size" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.make.937347953" name="Build command" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.make" value="make" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.rm.1468247042" name="Remove command" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.rm" value="rm" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.addtools.createflash.1529750846" name="Create flash image" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.addtools.createflash" value="true" valueType="boolean"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.addtools.printsize.667765305" name="Print size" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.addtools.printsize" value="true" valueType="boolean"/>
-							<targetPlatform archList="all" binaryParser="org.eclipse.cdt.core.ELF" id="ilg.gnuarmeclipse.managedbuild.cross.targetPlatform.786533016" isAbstract="false" osList="all" superClass="ilg.gnuarmeclipse.managedbuild.cross.targetPlatform"/>
-							<builder arguments="ECLIPSE=1" buildPath="${workspace_loc:/Hello_World}" command="make" id="ilg.gnuarmeclipse.managedbuild.cross.builder.592880777" keepEnvironmentInBuildfile="false" managedBuildOn="false" name="Gnu Make Builder" superClass="ilg.gnuarmeclipse.managedbuild.cross.builder"/>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.assembler.1648672385" name="Cross ARM GNU Assembler" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.assembler">
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.assembler.usepreprocessor.1969112665" name="Use preprocessor" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.assembler.usepreprocessor" value="true" valueType="boolean"/>
-								<inputType id="ilg.gnuarmeclipse.managedbuild.cross.tool.assembler.input.507854261" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.assembler.input"/>
-							</tool>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.c.compiler.1576427906" name="Cross ARM C Compiler" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.c.compiler">
-									<option id="ilg.gnuarmeclipse.managedbuild.cross.option.c.compiler.include.paths.1576427906" name="Include paths (-I)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.c.compiler.include.paths" useByScannerDiscovery="true" valueType="includePath">
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Firmware/MAX32665/Libraries/CMSIS/Device/Maxim/MAX32665/Include&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Firmware/MAX32665/Libraries/MAX32665PeriphDriver/Include&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Firmware/MAX32665/Libraries/Boards/EvKit_V1/Include&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Firmware/MAX32665/Libraries/Boards/Include&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Firmware/MAX32665/Libraries/CMSIS/Include&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Toolchain/arm-none-eabi/include&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Toolchain/arm-none-eabi/include/sys&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Toolchain/lib/gcc/arm-none-eabi/6.3.1/include&quot;"/>
-									</option>
-								<inputType id="ilg.gnuarmeclipse.managedbuild.cross.tool.c.compiler.input.68945223" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.c.compiler.input"/>
-							</tool>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.cpp.compiler.794996645" name="Cross ARM C++ Compiler" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.cpp.compiler"/>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.c.linker.675776866" name="Cross ARM C Linker" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.c.linker">
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.c.linker.gcsections.185399645" name="Remove unused sections (-Xlinker --gc-sections)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.c.linker.gcsections" value="true" valueType="boolean"/>
-								<inputType id="ilg.gnuarmeclipse.managedbuild.cross.tool.c.linker.input.246156916" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.c.linker.input">
-									<additionalInput kind="additionalinputdependency" paths="$(USER_OBJS)"/>
-									<additionalInput kind="additionalinput" paths="$(LIBS)"/>
-								</inputType>
-							</tool>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.cpp.linker.391142733" name="Cross ARM C++ Linker" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.cpp.linker">
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.cpp.linker.gcsections.2099090970" name="Remove unused sections (-Xlinker --gc-sections)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.cpp.linker.gcsections" value="true" valueType="boolean"/>
-							</tool>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.archiver.399743328" name="Cross ARM GNU Archiver" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.archiver"/>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.createflash.822983655" name="Cross ARM GNU Create Flash Image" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.createflash"/>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.createlisting.1050446219" name="Cross ARM GNU Create Listing" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.createlisting">
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.source.335976671" name="Display source (--source|-S)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.source" value="true" valueType="boolean"/>
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.allheaders.964898349" name="Display all headers (--all-headers|-x)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.allheaders" value="true" valueType="boolean"/>
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.demangle.972868647" name="Demangle names (--demangle|-C)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.demangle" value="true" valueType="boolean"/>
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.linenumbers.890608562" name="Display line numbers (--line-numbers|-l)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.linenumbers" value="true" valueType="boolean"/>
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.wide.1669392057" name="Wide lines (--wide|-w)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.wide" value="true" valueType="boolean"/>
-							</tool>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.printsize.403251962" name="Cross ARM GNU Print Size" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.printsize">
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.printsize.format.1919947275" name="Size format" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.printsize.format"/>
-							</tool>
-						</toolChain>
-					</folderInfo>
-				</configuration>
-			</storageModule>
-			<storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>
-		</cconfiguration>
-	</storageModule>
-	<storageModule moduleId="cdtBuildSystem" version="4.0.0">
-		<project id="Hello_World.ilg.gnuarmeclipse.managedbuild.cross.target.elf.737306620" name="Executable" projectType="ilg.gnuarmeclipse.managedbuild.cross.target.elf"/>
-	</storageModule>
-	<storageModule moduleId="scannerConfiguration">
-		<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
-		<scannerConfigBuildInfo instanceId="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.1674944962;ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.1674944962.;ilg.gnuarmeclipse.managedbuild.cross.tool.c.compiler.1576427906;ilg.gnuarmeclipse.managedbuild.cross.tool.c.compiler.input.68945223">
-			<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
-		</scannerConfigBuildInfo>
-	</storageModule>
-	<storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
-	<storageModule moduleId="refreshScope" versionNumber="2">
-		<configuration configurationName="Debug">
-			<resource resourceType="PROJECT" workspacePath="/Hello_World"/>
-		</configuration>
-	</storageModule>
-	<storageModule moduleId="org.eclipse.cdt.internal.ui.text.commentOwnerProjectMappings"/>
-</cproject>
diff --git a/bmatest/.gdbinit b/bmatest/.gdbinit
deleted file mode 100644
index 85b92cf79c0f29f412a886e093c13da55dfc1bcc..0000000000000000000000000000000000000000
--- a/bmatest/.gdbinit
+++ /dev/null
@@ -1,3 +0,0 @@
-file build/max32665.elf
-target remote localhost:3333
-
diff --git a/bmatest/.project b/bmatest/.project
deleted file mode 100644
index 035be64a6097ba5f35d529e1406bc4d010e9732b..0000000000000000000000000000000000000000
--- a/bmatest/.project
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>Hello_World</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
-			<triggers>clean,full,incremental,</triggers>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
-			<triggers>full,incremental,</triggers>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.cdt.core.cnature</nature>
-		<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
-		<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
-	</natures>
-</projectDescription>
diff --git a/bmatest/Makefile b/bmatest/Makefile
deleted file mode 100644
index 30278ce7720cec8fd0c4c44c8d49def0cc901398..0000000000000000000000000000000000000000
--- a/bmatest/Makefile
+++ /dev/null
@@ -1,164 +0,0 @@
-################################################################################
- # Copyright (C) 2016 Maxim Integrated Products, Inc., All Rights Reserved.
- #
- # Permission is hereby granted, free of charge, to any person obtaining a
- # copy of this software and associated documentation files (the "Software"),
- # to deal in the Software without restriction, including without limitation
- # the rights to use, copy, modify, merge, publish, distribute, sublicense,
- # and/or sell copies of the Software, and to permit persons to whom the
- # Software is furnished to do so, subject to the following conditions:
- #
- # The above copyright notice and this permission notice shall be included
- # in all copies or substantial portions of the Software.
- #
- # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
- # OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
- # IN NO EVENT SHALL MAXIM INTEGRATED BE LIABLE FOR ANY CLAIM, DAMAGES
- # OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
- # ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
- # OTHER DEALINGS IN THE SOFTWARE.
- #
- # Except as contained in this notice, the name of Maxim Integrated
- # Products, Inc. shall not be used except as stated in the Maxim Integrated
- # Products, Inc. Branding Policy.
- #
- # The mere transfer of this software does not imply any licenses
- # of trade secrets, proprietary technology, copyrights, patents,
- # trademarks, maskwork rights, or any other form of intellectual
- # property whatsoever. Maxim Integrated Products, Inc. retains all
- # ownership rights.
- #
- # $Date: 2018-09-28 18:22:39 +0000 (Fri, 28 Sep 2018) $ 
- # $Revision: 38193 $
- #
- ###############################################################################
-
-# This is the name of the build output file
-ifeq "$(PROJECT)" ""
-PROJECT=max32665
-endif
-
-# Specify the target processor
-ifeq "$(TARGET)" ""
-TARGET=MAX32665
-endif
-
-# Create Target name variables
-TARGET_UC:=$(shell echo $(TARGET) | tr a-z A-Z)
-TARGET_LC:=$(shell echo $(TARGET) | tr A-Z a-z)
-
-# Select 'GCC' or 'IAR' compiler
-COMPILER=GCC
-
-# Specify the board used
-ifeq "$(BOARD)" ""
-#BOARD=EvKit_V1
-BOARD=card10
-endif
-
-# This is the path to the CMSIS root directory
-ifeq "$(MAXIM_PATH)" ""
-LIBS_DIR=../sdk/Libraries
-else
-LIBS_DIR=/$(subst \,/,$(subst :,,$(MAXIM_PATH))/Firmware/$(TARGET_UC)/Libraries)
-endif
-CMSIS_ROOT=$(LIBS_DIR)/CMSIS
-
-# Source files for this test (add path to VPATH below)
-SRCS  = main.c
-SRCS  += pmic.c
-SRCS  += bosch.c
-SRCS  += bhy_support.c bhy_uc_driver.c bhy.c
-SRCS  += MAX77650-Arduino-Library.c
-SRCS  += bme680.h
-SRCS  += bma400.c
-SRCS  += LCD_Driver.c
-SRCS  += GUI_Paint.c
-SRCS  += DEV_Config.c
-SRCS  += font24.c
-SRCS  += font24CN.c
-SRCS  += card10.c
-SRCS  += display.c
-SRCS  += leds.c
-
-
-# Where to find source files for this test
-VPATH = .
-
-# Where to find header files for this test
-IPATH = .
-
-IPATH += ../lib/card10
-VPATH += ../lib/card10
-
-IPATH += ../lib/bosch/BHy1_driver_and_MCU_solution/driver/inc
-IPATH += ../lib/bosch/BHy1_driver_and_MCU_solution/examples/firmware/
-VPATH += ../lib/bosch/BHy1_driver_and_MCU_solution/driver/src
-
-IPATH += ../lib/maxim/MAX77650-Arduino-Library
-VPATH += ../lib/maxim/MAX77650-Arduino-Library
-
-IPATH += ../lib/bosch/BME680_driver
-VPATH += ../lib/bosch/BME680_driver
-
-IPATH += ../lib/bosch/BMA400-API
-VPATH += ../lib/bosch/BMA400-API
-
-IPATH += ../lib/gfx
-IPATH += ../lib/gfx/LCD
-IPATH += ../lib/gfx/GUI_DEV
-IPATH += ../lib/gfx/Fonts
-
-VPATH += ../lib/gfx
-VPATH += ../lib/gfx/LCD
-VPATH += ../lib/gfx/GUI_DEV
-VPATH += ../lib/gfx/Fonts
-
-
-# Enable assertion checking for development
-PROJ_CFLAGS+=-DMXC_ASSERT_ENABLE
-
-# Specify the target revision to override default
-# "A2" in ASCII
-# TARGET_REV=0x4132
-
-# Use this variables to specify and alternate tool path
-#TOOL_DIR=/opt/gcc-arm-none-eabi-4_8-2013q4/bin
-
-# Use these variables to add project specific tool options
-#PROJ_CFLAGS+=--specs=nano.specs
-#PROJ_LDFLAGS+=--specs=nano.specs
-
-PROJ_CFLAGS+=-std=c99
-
-# Point this variable to a startup file to override the default file
-#STARTUPFILE=start.S
-
-# Override the default optimization level using this variable
-#MXC_OPTIMIZE_CFLAGS=-O1
-
-# Point this variable to a linker file to override the default file
-ifneq "$(APP)" ""
-LINKERFILE=$(CMSIS_ROOT)/Device/Maxim/$(TARGET_UC)/Source/GCC/$(TARGET_LC)_app.ld
-endif
-
-################################################################################
-# Include external library makefiles here
-
-# Include the BSP
-BOARD_DIR=$(LIBS_DIR)/Boards/$(BOARD)
-include $(BOARD_DIR)/board.mk
-
-# Include the peripheral driver
-PERIPH_DRIVER_DIR=$(LIBS_DIR)/$(TARGET_UC)PeriphDriver
-include $(PERIPH_DRIVER_DIR)/periphdriver.mk
-
-################################################################################
-# Include the rules for building for this target. All other makefiles should be
-# included before this one.
-include $(CMSIS_ROOT)/Device/Maxim/$(TARGET_UC)/Source/$(COMPILER)/$(TARGET_LC).mk
-
-# The rule to clean out all the build products.
-distclean: clean
-	$(MAKE) -C ${PERIPH_DRIVER_DIR} clean
diff --git a/bmatest/build_image b/bmatest/build_image
deleted file mode 100755
index 5feeda9e451ec5e5449a0dd509ddc4fe597d9767..0000000000000000000000000000000000000000
--- a/bmatest/build_image
+++ /dev/null
@@ -1,5 +0,0 @@
-make clean
-make APP=1
-make build/max32665.bin
-cp build/max32665.bin card10.bin
-../bootloader/crc_patch.py card10.bin
diff --git a/bmetest/.cproject b/bmetest/.cproject
deleted file mode 100644
index 6adc994794249c091c81b66fb9d4b85f52ae9f0d..0000000000000000000000000000000000000000
--- a/bmetest/.cproject
+++ /dev/null
@@ -1,107 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?fileVersion 4.0.0?><cproject storage_type_id="org.eclipse.cdt.core.XmlProjectDescriptionStorage">
-	<storageModule moduleId="org.eclipse.cdt.core.settings">
-		<cconfiguration id="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.1674944962">
-			<storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.1674944962" moduleId="org.eclipse.cdt.core.settings" name="Debug">
-				<externalSettings/>
-				<extensions>
-					<extension id="org.eclipse.cdt.core.ELF" point="org.eclipse.cdt.core.BinaryParser"/>
-					<extension id="org.eclipse.cdt.core.GASErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
-					<extension id="org.eclipse.cdt.core.GmakeErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
-					<extension id="org.eclipse.cdt.core.GLDErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
-					<extension id="org.eclipse.cdt.core.CWDLocator" point="org.eclipse.cdt.core.ErrorParser"/>
-					<extension id="org.eclipse.cdt.core.GCCErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
-				</extensions>
-			</storageModule>
-			<storageModule moduleId="cdtBuildSystem" version="4.0.0">
-				<configuration artifactName="${ProjName}" buildArtefactType="org.eclipse.cdt.build.core.buildArtefactType.exe" buildProperties="org.eclipse.cdt.build.core.buildArtefactType=org.eclipse.cdt.build.core.buildArtefactType.exe,org.eclipse.cdt.build.core.buildType=org.eclipse.cdt.build.core.buildType.debug" cleanCommand="${cross_rm} -rf" description="" id="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.1674944962" name="Debug" parent="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug">
-					<folderInfo id="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.1674944962." name="/" resourcePath="">
-						<toolChain id="ilg.gnuarmeclipse.managedbuild.cross.toolchain.elf.debug.548125692" name="Cross ARM GCC" superClass="ilg.gnuarmeclipse.managedbuild.cross.toolchain.elf.debug">
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.level.1448195934" name="Optimization Level" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.level" value="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.level.none" valueType="enumerated"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.messagelength.989348626" name="Message length (-fmessage-length=0)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.messagelength" value="true" valueType="boolean"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.signedchar.573934961" name="'char' is signed (-fsigned-char)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.signedchar" value="true" valueType="boolean"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.functionsections.1195068176" name="Function sections (-ffunction-sections)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.functionsections" value="true" valueType="boolean"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.datasections.1035348629" name="Data sections (-fdata-sections)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.datasections" value="true" valueType="boolean"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.debugging.level.31679983" name="Debug level" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.debugging.level" value="ilg.gnuarmeclipse.managedbuild.cross.option.debugging.level.max" valueType="enumerated"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.debugging.format.1676901946" name="Debug format" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.debugging.format"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.toolchain.name.1729767352" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.toolchain.name" value="GNU Tools for ARM Embedded Processors" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.architecture.1708484008" name="Architecture" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.architecture" value="ilg.gnuarmeclipse.managedbuild.cross.option.architecture.arm" valueType="enumerated"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.family.178519983" name="ARM family" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.family" value="ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.mcpu.cortex-m3" valueType="enumerated"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.instructionset.956545422" name="Instruction set" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.instructionset" value="ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.instructionset.thumb" valueType="enumerated"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.prefix.1580514969" name="Prefix" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.prefix" value="arm-none-eabi-" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.c.1246670973" name="C compiler" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.c" value="gcc" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.cpp.1674926322" name="C++ compiler" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.cpp" value="g++" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.ar.2051566192" name="Archiver" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.ar" value="ar" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.objcopy.408066731" name="Hex/Bin converter" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.objcopy" value="objcopy" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.objdump.1900584936" name="Listing generator" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.objdump" value="objdump" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.size.1096852527" name="Size command" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.size" value="size" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.make.937347953" name="Build command" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.make" value="make" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.rm.1468247042" name="Remove command" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.rm" value="rm" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.addtools.createflash.1529750846" name="Create flash image" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.addtools.createflash" value="true" valueType="boolean"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.addtools.printsize.667765305" name="Print size" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.addtools.printsize" value="true" valueType="boolean"/>
-							<targetPlatform archList="all" binaryParser="org.eclipse.cdt.core.ELF" id="ilg.gnuarmeclipse.managedbuild.cross.targetPlatform.786533016" isAbstract="false" osList="all" superClass="ilg.gnuarmeclipse.managedbuild.cross.targetPlatform"/>
-							<builder arguments="ECLIPSE=1" buildPath="${workspace_loc:/Hello_World}" command="make" id="ilg.gnuarmeclipse.managedbuild.cross.builder.592880777" keepEnvironmentInBuildfile="false" managedBuildOn="false" name="Gnu Make Builder" superClass="ilg.gnuarmeclipse.managedbuild.cross.builder"/>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.assembler.1648672385" name="Cross ARM GNU Assembler" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.assembler">
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.assembler.usepreprocessor.1969112665" name="Use preprocessor" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.assembler.usepreprocessor" value="true" valueType="boolean"/>
-								<inputType id="ilg.gnuarmeclipse.managedbuild.cross.tool.assembler.input.507854261" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.assembler.input"/>
-							</tool>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.c.compiler.1576427906" name="Cross ARM C Compiler" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.c.compiler">
-									<option id="ilg.gnuarmeclipse.managedbuild.cross.option.c.compiler.include.paths.1576427906" name="Include paths (-I)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.c.compiler.include.paths" useByScannerDiscovery="true" valueType="includePath">
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Firmware/MAX32665/Libraries/CMSIS/Device/Maxim/MAX32665/Include&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Firmware/MAX32665/Libraries/MAX32665PeriphDriver/Include&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Firmware/MAX32665/Libraries/Boards/EvKit_V1/Include&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Firmware/MAX32665/Libraries/Boards/Include&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Firmware/MAX32665/Libraries/CMSIS/Include&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Toolchain/arm-none-eabi/include&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Toolchain/arm-none-eabi/include/sys&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Toolchain/lib/gcc/arm-none-eabi/6.3.1/include&quot;"/>
-									</option>
-								<inputType id="ilg.gnuarmeclipse.managedbuild.cross.tool.c.compiler.input.68945223" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.c.compiler.input"/>
-							</tool>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.cpp.compiler.794996645" name="Cross ARM C++ Compiler" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.cpp.compiler"/>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.c.linker.675776866" name="Cross ARM C Linker" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.c.linker">
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.c.linker.gcsections.185399645" name="Remove unused sections (-Xlinker --gc-sections)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.c.linker.gcsections" value="true" valueType="boolean"/>
-								<inputType id="ilg.gnuarmeclipse.managedbuild.cross.tool.c.linker.input.246156916" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.c.linker.input">
-									<additionalInput kind="additionalinputdependency" paths="$(USER_OBJS)"/>
-									<additionalInput kind="additionalinput" paths="$(LIBS)"/>
-								</inputType>
-							</tool>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.cpp.linker.391142733" name="Cross ARM C++ Linker" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.cpp.linker">
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.cpp.linker.gcsections.2099090970" name="Remove unused sections (-Xlinker --gc-sections)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.cpp.linker.gcsections" value="true" valueType="boolean"/>
-							</tool>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.archiver.399743328" name="Cross ARM GNU Archiver" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.archiver"/>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.createflash.822983655" name="Cross ARM GNU Create Flash Image" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.createflash"/>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.createlisting.1050446219" name="Cross ARM GNU Create Listing" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.createlisting">
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.source.335976671" name="Display source (--source|-S)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.source" value="true" valueType="boolean"/>
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.allheaders.964898349" name="Display all headers (--all-headers|-x)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.allheaders" value="true" valueType="boolean"/>
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.demangle.972868647" name="Demangle names (--demangle|-C)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.demangle" value="true" valueType="boolean"/>
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.linenumbers.890608562" name="Display line numbers (--line-numbers|-l)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.linenumbers" value="true" valueType="boolean"/>
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.wide.1669392057" name="Wide lines (--wide|-w)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.wide" value="true" valueType="boolean"/>
-							</tool>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.printsize.403251962" name="Cross ARM GNU Print Size" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.printsize">
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.printsize.format.1919947275" name="Size format" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.printsize.format"/>
-							</tool>
-						</toolChain>
-					</folderInfo>
-				</configuration>
-			</storageModule>
-			<storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>
-		</cconfiguration>
-	</storageModule>
-	<storageModule moduleId="cdtBuildSystem" version="4.0.0">
-		<project id="Hello_World.ilg.gnuarmeclipse.managedbuild.cross.target.elf.737306620" name="Executable" projectType="ilg.gnuarmeclipse.managedbuild.cross.target.elf"/>
-	</storageModule>
-	<storageModule moduleId="scannerConfiguration">
-		<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
-		<scannerConfigBuildInfo instanceId="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.1674944962;ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.1674944962.;ilg.gnuarmeclipse.managedbuild.cross.tool.c.compiler.1576427906;ilg.gnuarmeclipse.managedbuild.cross.tool.c.compiler.input.68945223">
-			<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
-		</scannerConfigBuildInfo>
-	</storageModule>
-	<storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
-	<storageModule moduleId="refreshScope" versionNumber="2">
-		<configuration configurationName="Debug">
-			<resource resourceType="PROJECT" workspacePath="/Hello_World"/>
-		</configuration>
-	</storageModule>
-	<storageModule moduleId="org.eclipse.cdt.internal.ui.text.commentOwnerProjectMappings"/>
-</cproject>
diff --git a/bmetest/.gdbinit b/bmetest/.gdbinit
deleted file mode 100644
index 85b92cf79c0f29f412a886e093c13da55dfc1bcc..0000000000000000000000000000000000000000
--- a/bmetest/.gdbinit
+++ /dev/null
@@ -1,3 +0,0 @@
-file build/max32665.elf
-target remote localhost:3333
-
diff --git a/bmetest/.project b/bmetest/.project
deleted file mode 100644
index 035be64a6097ba5f35d529e1406bc4d010e9732b..0000000000000000000000000000000000000000
--- a/bmetest/.project
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>Hello_World</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
-			<triggers>clean,full,incremental,</triggers>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
-			<triggers>full,incremental,</triggers>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.cdt.core.cnature</nature>
-		<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
-		<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
-	</natures>
-</projectDescription>
diff --git a/bmetest/Makefile b/bmetest/Makefile
deleted file mode 100644
index 374255e0239c0892f04079936b27204d8e4af789..0000000000000000000000000000000000000000
--- a/bmetest/Makefile
+++ /dev/null
@@ -1,165 +0,0 @@
-################################################################################
- # Copyright (C) 2016 Maxim Integrated Products, Inc., All Rights Reserved.
- #
- # Permission is hereby granted, free of charge, to any person obtaining a
- # copy of this software and associated documentation files (the "Software"),
- # to deal in the Software without restriction, including without limitation
- # the rights to use, copy, modify, merge, publish, distribute, sublicense,
- # and/or sell copies of the Software, and to permit persons to whom the
- # Software is furnished to do so, subject to the following conditions:
- #
- # The above copyright notice and this permission notice shall be included
- # in all copies or substantial portions of the Software.
- #
- # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
- # OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
- # IN NO EVENT SHALL MAXIM INTEGRATED BE LIABLE FOR ANY CLAIM, DAMAGES
- # OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
- # ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
- # OTHER DEALINGS IN THE SOFTWARE.
- #
- # Except as contained in this notice, the name of Maxim Integrated
- # Products, Inc. shall not be used except as stated in the Maxim Integrated
- # Products, Inc. Branding Policy.
- #
- # The mere transfer of this software does not imply any licenses
- # of trade secrets, proprietary technology, copyrights, patents,
- # trademarks, maskwork rights, or any other form of intellectual
- # property whatsoever. Maxim Integrated Products, Inc. retains all
- # ownership rights.
- #
- # $Date: 2018-09-28 18:22:39 +0000 (Fri, 28 Sep 2018) $ 
- # $Revision: 38193 $
- #
- ###############################################################################
-
-# This is the name of the build output file
-ifeq "$(PROJECT)" ""
-PROJECT=max32665
-endif
-
-# Specify the target processor
-ifeq "$(TARGET)" ""
-TARGET=MAX32665
-endif
-
-# Create Target name variables
-TARGET_UC:=$(shell echo $(TARGET) | tr a-z A-Z)
-TARGET_LC:=$(shell echo $(TARGET) | tr A-Z a-z)
-
-# Select 'GCC' or 'IAR' compiler
-COMPILER=GCC
-
-# Specify the board used
-ifeq "$(BOARD)" ""
-#BOARD=EvKit_V1
-BOARD=card10
-endif
-
-# This is the path to the CMSIS root directory
-ifeq "$(MAXIM_PATH)" ""
-LIBS_DIR=../sdk/Libraries
-else
-LIBS_DIR=/$(subst \,/,$(subst :,,$(MAXIM_PATH))/Firmware/$(TARGET_UC)/Libraries)
-endif
-CMSIS_ROOT=$(LIBS_DIR)/CMSIS
-
-# Source files for this test (add path to VPATH below)
-SRCS  = main.c
-SRCS  += pmic.c
-SRCS  += bosch.c
-SRCS  += bhy_support.c bhy_uc_driver.c bhy.c
-SRCS  += MAX77650-Arduino-Library.c
-SRCS  += bme680.h
-SRCS  += bma400.c
-SRCS  += LCD_Driver.c
-SRCS  += GUI_Paint.c
-SRCS  += DEV_Config.c
-SRCS  += font24.c
-SRCS  += font16.c
-SRCS  += font24CN.c
-SRCS  += card10.c
-SRCS  += display.c
-SRCS  += leds.c
-
-
-# Where to find source files for this test
-VPATH = .
-
-# Where to find header files for this test
-IPATH = .
-
-IPATH += ../lib/card10
-VPATH += ../lib/card10
-
-IPATH += ../lib/bosch/BHy1_driver_and_MCU_solution/driver/inc
-IPATH += ../lib/bosch/BHy1_driver_and_MCU_solution/examples/firmware/
-VPATH += ../lib/bosch/BHy1_driver_and_MCU_solution/driver/src
-
-IPATH += ../lib/maxim/MAX77650-Arduino-Library
-VPATH += ../lib/maxim/MAX77650-Arduino-Library
-
-IPATH += ../lib/bosch/BME680_driver
-VPATH += ../lib/bosch/BME680_driver
-
-IPATH += ../lib/bosch/BMA400-API
-VPATH += ../lib/bosch/BMA400-API
-
-IPATH += ../lib/gfx
-IPATH += ../lib/gfx/LCD
-IPATH += ../lib/gfx/GUI_DEV
-IPATH += ../lib/gfx/Fonts
-
-VPATH += ../lib/gfx
-VPATH += ../lib/gfx/LCD
-VPATH += ../lib/gfx/GUI_DEV
-VPATH += ../lib/gfx/Fonts
-
-
-# Enable assertion checking for development
-PROJ_CFLAGS+=-DMXC_ASSERT_ENABLE
-
-# Specify the target revision to override default
-# "A2" in ASCII
-# TARGET_REV=0x4132
-
-# Use this variables to specify and alternate tool path
-#TOOL_DIR=/opt/gcc-arm-none-eabi-4_8-2013q4/bin
-
-# Use these variables to add project specific tool options
-#PROJ_CFLAGS+=--specs=nano.specs
-#PROJ_LDFLAGS+=--specs=nano.specs
-
-PROJ_CFLAGS+=-std=c99
-
-# Point this variable to a startup file to override the default file
-#STARTUPFILE=start.S
-
-# Override the default optimization level using this variable
-#MXC_OPTIMIZE_CFLAGS=-O1
-
-# Point this variable to a linker file to override the default file
-ifneq "$(APP)" ""
-LINKERFILE=$(CMSIS_ROOT)/Device/Maxim/$(TARGET_UC)/Source/GCC/$(TARGET_LC)_app.ld
-endif
-
-################################################################################
-# Include external library makefiles here
-
-# Include the BSP
-BOARD_DIR=$(LIBS_DIR)/Boards/$(BOARD)
-include $(BOARD_DIR)/board.mk
-
-# Include the peripheral driver
-PERIPH_DRIVER_DIR=$(LIBS_DIR)/$(TARGET_UC)PeriphDriver
-include $(PERIPH_DRIVER_DIR)/periphdriver.mk
-
-################################################################################
-# Include the rules for building for this target. All other makefiles should be
-# included before this one.
-include $(CMSIS_ROOT)/Device/Maxim/$(TARGET_UC)/Source/$(COMPILER)/$(TARGET_LC).mk
-
-# The rule to clean out all the build products.
-distclean: clean
-	$(MAKE) -C ${PERIPH_DRIVER_DIR} clean
diff --git a/bmetest/build_image b/bmetest/build_image
deleted file mode 100755
index 5feeda9e451ec5e5449a0dd509ddc4fe597d9767..0000000000000000000000000000000000000000
--- a/bmetest/build_image
+++ /dev/null
@@ -1,5 +0,0 @@
-make clean
-make APP=1
-make build/max32665.bin
-cp build/max32665.bin card10.bin
-../bootloader/crc_patch.py card10.bin
diff --git a/bootloader/Makefile b/bootloader/Makefile
index e188eecda12065a3b3b53ddd150dc8c3c2c62806..88447371d199d24cbf38dd4a92a6de755be76ebc 100644
--- a/bootloader/Makefile
+++ b/bootloader/Makefile
@@ -59,7 +59,7 @@ endif
 
 # This is the path to the CMSIS root directory
 ifeq "$(MAXIM_PATH)" ""
-LIBS_DIR=../sdk/Libraries
+LIBS_DIR=../lib/sdk/Libraries
 else
 LIBS_DIR=/$(subst \,/,$(subst :,,$(MAXIM_PATH))/Firmware/$(TARGET_UC)/Libraries)
 endif
diff --git a/bootstrap.sh b/bootstrap.sh
new file mode 100755
index 0000000000000000000000000000000000000000..34e4b03c050407a129e71f3e98b935af36d07f19
--- /dev/null
+++ b/bootstrap.sh
@@ -0,0 +1,23 @@
+#!/bin/sh
+set -xe
+
+cd "$(dirname "$0")" || exit 1
+test -d build/ && rm -r build/
+
+git submodule update --init --recursive
+meson --cross-file card10-cross.ini build/
+
+set +x
+
+echo "---------------------------------------------------------------"
+echo "   Build configured successfully!"
+echo "---------------------------------------------------------------"
+echo "   You can now start building using"
+echo "       ninja -C build/"
+echo ""
+echo "   The path after -C is the path to the build-directory."
+echo "   Suppose you are in 'hw-tests/hello-world/', you could"
+echo "   then run 'ninja -C ../../build/'"
+echo ""
+echo "   You can also build a single target.  For example:"
+echo "       ninja -C build/ hw-tests/hello-world/hello-world.elf"
diff --git a/card10-cross.ini b/card10-cross.ini
new file mode 100644
index 0000000000000000000000000000000000000000..805a38670fbce8ba8ce6b85adc0ccc4db6790fe7
--- /dev/null
+++ b/card10-cross.ini
@@ -0,0 +1,17 @@
+[binaries]
+c = 'arm-none-eabi-gcc'
+ar = 'arm-none-eabi-ar'
+strip = 'arm-none-eabi-strip'
+
+[properties]
+# TODO: Switch to hard float
+c_args      = ['-mthumb', '-mcpu=cortex-m4', '-mfloat-abi=hard', '-mfpu=fpv4-sp-d16', '-Wa,-mimplicit-it=thumb', '-ffunction-sections', '-fdata-sections', '-fsingle-precision-constant', '-fno-isolate-erroneous-paths-dereference']
+c_link_args = ['-mthumb', '-mcpu=cortex-m4', '-mfloat-abi=hard', '-mfpu=fpv4-sp-d16']
+
+target_defs = ['-DTARGET=32665', '-DTARGET_REV=0x4131', '-DBOARD_CARD10=1']
+
+[host_machine]
+system = 'none'
+cpu = 'cortex-m4'
+cpu_family = 'arm'
+endian = 'little'
diff --git a/ecgtest/.cproject b/ecgtest/.cproject
deleted file mode 100644
index 6adc994794249c091c81b66fb9d4b85f52ae9f0d..0000000000000000000000000000000000000000
--- a/ecgtest/.cproject
+++ /dev/null
@@ -1,107 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?fileVersion 4.0.0?><cproject storage_type_id="org.eclipse.cdt.core.XmlProjectDescriptionStorage">
-	<storageModule moduleId="org.eclipse.cdt.core.settings">
-		<cconfiguration id="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.1674944962">
-			<storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.1674944962" moduleId="org.eclipse.cdt.core.settings" name="Debug">
-				<externalSettings/>
-				<extensions>
-					<extension id="org.eclipse.cdt.core.ELF" point="org.eclipse.cdt.core.BinaryParser"/>
-					<extension id="org.eclipse.cdt.core.GASErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
-					<extension id="org.eclipse.cdt.core.GmakeErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
-					<extension id="org.eclipse.cdt.core.GLDErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
-					<extension id="org.eclipse.cdt.core.CWDLocator" point="org.eclipse.cdt.core.ErrorParser"/>
-					<extension id="org.eclipse.cdt.core.GCCErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
-				</extensions>
-			</storageModule>
-			<storageModule moduleId="cdtBuildSystem" version="4.0.0">
-				<configuration artifactName="${ProjName}" buildArtefactType="org.eclipse.cdt.build.core.buildArtefactType.exe" buildProperties="org.eclipse.cdt.build.core.buildArtefactType=org.eclipse.cdt.build.core.buildArtefactType.exe,org.eclipse.cdt.build.core.buildType=org.eclipse.cdt.build.core.buildType.debug" cleanCommand="${cross_rm} -rf" description="" id="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.1674944962" name="Debug" parent="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug">
-					<folderInfo id="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.1674944962." name="/" resourcePath="">
-						<toolChain id="ilg.gnuarmeclipse.managedbuild.cross.toolchain.elf.debug.548125692" name="Cross ARM GCC" superClass="ilg.gnuarmeclipse.managedbuild.cross.toolchain.elf.debug">
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.level.1448195934" name="Optimization Level" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.level" value="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.level.none" valueType="enumerated"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.messagelength.989348626" name="Message length (-fmessage-length=0)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.messagelength" value="true" valueType="boolean"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.signedchar.573934961" name="'char' is signed (-fsigned-char)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.signedchar" value="true" valueType="boolean"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.functionsections.1195068176" name="Function sections (-ffunction-sections)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.functionsections" value="true" valueType="boolean"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.datasections.1035348629" name="Data sections (-fdata-sections)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.datasections" value="true" valueType="boolean"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.debugging.level.31679983" name="Debug level" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.debugging.level" value="ilg.gnuarmeclipse.managedbuild.cross.option.debugging.level.max" valueType="enumerated"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.debugging.format.1676901946" name="Debug format" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.debugging.format"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.toolchain.name.1729767352" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.toolchain.name" value="GNU Tools for ARM Embedded Processors" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.architecture.1708484008" name="Architecture" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.architecture" value="ilg.gnuarmeclipse.managedbuild.cross.option.architecture.arm" valueType="enumerated"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.family.178519983" name="ARM family" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.family" value="ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.mcpu.cortex-m3" valueType="enumerated"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.instructionset.956545422" name="Instruction set" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.instructionset" value="ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.instructionset.thumb" valueType="enumerated"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.prefix.1580514969" name="Prefix" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.prefix" value="arm-none-eabi-" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.c.1246670973" name="C compiler" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.c" value="gcc" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.cpp.1674926322" name="C++ compiler" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.cpp" value="g++" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.ar.2051566192" name="Archiver" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.ar" value="ar" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.objcopy.408066731" name="Hex/Bin converter" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.objcopy" value="objcopy" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.objdump.1900584936" name="Listing generator" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.objdump" value="objdump" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.size.1096852527" name="Size command" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.size" value="size" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.make.937347953" name="Build command" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.make" value="make" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.rm.1468247042" name="Remove command" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.rm" value="rm" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.addtools.createflash.1529750846" name="Create flash image" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.addtools.createflash" value="true" valueType="boolean"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.addtools.printsize.667765305" name="Print size" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.addtools.printsize" value="true" valueType="boolean"/>
-							<targetPlatform archList="all" binaryParser="org.eclipse.cdt.core.ELF" id="ilg.gnuarmeclipse.managedbuild.cross.targetPlatform.786533016" isAbstract="false" osList="all" superClass="ilg.gnuarmeclipse.managedbuild.cross.targetPlatform"/>
-							<builder arguments="ECLIPSE=1" buildPath="${workspace_loc:/Hello_World}" command="make" id="ilg.gnuarmeclipse.managedbuild.cross.builder.592880777" keepEnvironmentInBuildfile="false" managedBuildOn="false" name="Gnu Make Builder" superClass="ilg.gnuarmeclipse.managedbuild.cross.builder"/>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.assembler.1648672385" name="Cross ARM GNU Assembler" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.assembler">
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.assembler.usepreprocessor.1969112665" name="Use preprocessor" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.assembler.usepreprocessor" value="true" valueType="boolean"/>
-								<inputType id="ilg.gnuarmeclipse.managedbuild.cross.tool.assembler.input.507854261" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.assembler.input"/>
-							</tool>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.c.compiler.1576427906" name="Cross ARM C Compiler" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.c.compiler">
-									<option id="ilg.gnuarmeclipse.managedbuild.cross.option.c.compiler.include.paths.1576427906" name="Include paths (-I)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.c.compiler.include.paths" useByScannerDiscovery="true" valueType="includePath">
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Firmware/MAX32665/Libraries/CMSIS/Device/Maxim/MAX32665/Include&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Firmware/MAX32665/Libraries/MAX32665PeriphDriver/Include&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Firmware/MAX32665/Libraries/Boards/EvKit_V1/Include&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Firmware/MAX32665/Libraries/Boards/Include&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Firmware/MAX32665/Libraries/CMSIS/Include&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Toolchain/arm-none-eabi/include&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Toolchain/arm-none-eabi/include/sys&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Toolchain/lib/gcc/arm-none-eabi/6.3.1/include&quot;"/>
-									</option>
-								<inputType id="ilg.gnuarmeclipse.managedbuild.cross.tool.c.compiler.input.68945223" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.c.compiler.input"/>
-							</tool>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.cpp.compiler.794996645" name="Cross ARM C++ Compiler" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.cpp.compiler"/>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.c.linker.675776866" name="Cross ARM C Linker" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.c.linker">
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.c.linker.gcsections.185399645" name="Remove unused sections (-Xlinker --gc-sections)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.c.linker.gcsections" value="true" valueType="boolean"/>
-								<inputType id="ilg.gnuarmeclipse.managedbuild.cross.tool.c.linker.input.246156916" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.c.linker.input">
-									<additionalInput kind="additionalinputdependency" paths="$(USER_OBJS)"/>
-									<additionalInput kind="additionalinput" paths="$(LIBS)"/>
-								</inputType>
-							</tool>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.cpp.linker.391142733" name="Cross ARM C++ Linker" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.cpp.linker">
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.cpp.linker.gcsections.2099090970" name="Remove unused sections (-Xlinker --gc-sections)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.cpp.linker.gcsections" value="true" valueType="boolean"/>
-							</tool>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.archiver.399743328" name="Cross ARM GNU Archiver" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.archiver"/>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.createflash.822983655" name="Cross ARM GNU Create Flash Image" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.createflash"/>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.createlisting.1050446219" name="Cross ARM GNU Create Listing" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.createlisting">
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.source.335976671" name="Display source (--source|-S)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.source" value="true" valueType="boolean"/>
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.allheaders.964898349" name="Display all headers (--all-headers|-x)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.allheaders" value="true" valueType="boolean"/>
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.demangle.972868647" name="Demangle names (--demangle|-C)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.demangle" value="true" valueType="boolean"/>
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.linenumbers.890608562" name="Display line numbers (--line-numbers|-l)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.linenumbers" value="true" valueType="boolean"/>
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.wide.1669392057" name="Wide lines (--wide|-w)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.wide" value="true" valueType="boolean"/>
-							</tool>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.printsize.403251962" name="Cross ARM GNU Print Size" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.printsize">
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.printsize.format.1919947275" name="Size format" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.printsize.format"/>
-							</tool>
-						</toolChain>
-					</folderInfo>
-				</configuration>
-			</storageModule>
-			<storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>
-		</cconfiguration>
-	</storageModule>
-	<storageModule moduleId="cdtBuildSystem" version="4.0.0">
-		<project id="Hello_World.ilg.gnuarmeclipse.managedbuild.cross.target.elf.737306620" name="Executable" projectType="ilg.gnuarmeclipse.managedbuild.cross.target.elf"/>
-	</storageModule>
-	<storageModule moduleId="scannerConfiguration">
-		<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
-		<scannerConfigBuildInfo instanceId="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.1674944962;ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.1674944962.;ilg.gnuarmeclipse.managedbuild.cross.tool.c.compiler.1576427906;ilg.gnuarmeclipse.managedbuild.cross.tool.c.compiler.input.68945223">
-			<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
-		</scannerConfigBuildInfo>
-	</storageModule>
-	<storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
-	<storageModule moduleId="refreshScope" versionNumber="2">
-		<configuration configurationName="Debug">
-			<resource resourceType="PROJECT" workspacePath="/Hello_World"/>
-		</configuration>
-	</storageModule>
-	<storageModule moduleId="org.eclipse.cdt.internal.ui.text.commentOwnerProjectMappings"/>
-</cproject>
diff --git a/ecgtest/.gdbinit b/ecgtest/.gdbinit
deleted file mode 100644
index 85b92cf79c0f29f412a886e093c13da55dfc1bcc..0000000000000000000000000000000000000000
--- a/ecgtest/.gdbinit
+++ /dev/null
@@ -1,3 +0,0 @@
-file build/max32665.elf
-target remote localhost:3333
-
diff --git a/ecgtest/.project b/ecgtest/.project
deleted file mode 100644
index 035be64a6097ba5f35d529e1406bc4d010e9732b..0000000000000000000000000000000000000000
--- a/ecgtest/.project
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>Hello_World</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
-			<triggers>clean,full,incremental,</triggers>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
-			<triggers>full,incremental,</triggers>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.cdt.core.cnature</nature>
-		<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
-		<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
-	</natures>
-</projectDescription>
diff --git a/ecgtest/Makefile b/ecgtest/Makefile
deleted file mode 100644
index 56331a38a5f2e9f21533252f4bd86833f341906c..0000000000000000000000000000000000000000
--- a/ecgtest/Makefile
+++ /dev/null
@@ -1,163 +0,0 @@
-################################################################################
- # Copyright (C) 2016 Maxim Integrated Products, Inc., All Rights Reserved.
- #
- # Permission is hereby granted, free of charge, to any person obtaining a
- # copy of this software and associated documentation files (the "Software"),
- # to deal in the Software without restriction, including without limitation
- # the rights to use, copy, modify, merge, publish, distribute, sublicense,
- # and/or sell copies of the Software, and to permit persons to whom the
- # Software is furnished to do so, subject to the following conditions:
- #
- # The above copyright notice and this permission notice shall be included
- # in all copies or substantial portions of the Software.
- #
- # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
- # OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
- # IN NO EVENT SHALL MAXIM INTEGRATED BE LIABLE FOR ANY CLAIM, DAMAGES
- # OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
- # ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
- # OTHER DEALINGS IN THE SOFTWARE.
- #
- # Except as contained in this notice, the name of Maxim Integrated
- # Products, Inc. shall not be used except as stated in the Maxim Integrated
- # Products, Inc. Branding Policy.
- #
- # The mere transfer of this software does not imply any licenses
- # of trade secrets, proprietary technology, copyrights, patents,
- # trademarks, maskwork rights, or any other form of intellectual
- # property whatsoever. Maxim Integrated Products, Inc. retains all
- # ownership rights.
- #
- # $Date: 2018-09-28 18:22:39 +0000 (Fri, 28 Sep 2018) $ 
- # $Revision: 38193 $
- #
- ###############################################################################
-
-# This is the name of the build output file
-ifeq "$(PROJECT)" ""
-PROJECT=max32665
-endif
-
-# Specify the target processor
-ifeq "$(TARGET)" ""
-TARGET=MAX32665
-endif
-
-# Create Target name variables
-TARGET_UC:=$(shell echo $(TARGET) | tr a-z A-Z)
-TARGET_LC:=$(shell echo $(TARGET) | tr A-Z a-z)
-
-# Select 'GCC' or 'IAR' compiler
-COMPILER=GCC
-
-# Specify the board used
-ifeq "$(BOARD)" ""
-#BOARD=EvKit_V1
-BOARD=card10
-endif
-
-# This is the path to the CMSIS root directory
-ifeq "$(MAXIM_PATH)" ""
-LIBS_DIR=../sdk/Libraries
-else
-LIBS_DIR=/$(subst \,/,$(subst :,,$(MAXIM_PATH))/Firmware/$(TARGET_UC)/Libraries)
-endif
-CMSIS_ROOT=$(LIBS_DIR)/CMSIS
-
-# Source files for this test (add path to VPATH below)
-SRCS  = main.c
-SRCS  += pmic.c
-SRCS  += bosch.c
-SRCS  += bhy_support.c bhy_uc_driver.c bhy.c
-SRCS  += MAX77650-Arduino-Library.c
-SRCS  += bme680.h
-SRCS  += bma400.c
-SRCS  += LCD_Driver.c
-SRCS  += GUI_Paint.c
-SRCS  += DEV_Config.c
-SRCS  += font24.c
-SRCS  += font24CN.c
-SRCS  += card10.c
-SRCS  += display.c
-SRCS  += leds.c
-
-
-# Where to find source files for this test
-VPATH = .
-
-# Where to find header files for this test
-IPATH = .
-
-IPATH += ../lib/card10
-VPATH += ../lib/card10
-
-IPATH += ../lib/bosch/BHy1_driver_and_MCU_solution/driver/inc
-IPATH += ../lib/bosch/BHy1_driver_and_MCU_solution/examples/firmware/
-VPATH += ../lib/bosch/BHy1_driver_and_MCU_solution/driver/src
-
-IPATH += ../lib/maxim/MAX77650-Arduino-Library
-VPATH += ../lib/maxim/MAX77650-Arduino-Library
-
-IPATH += ../lib/bosch/BME680_driver
-VPATH += ../lib/bosch/BME680_driver
-
-IPATH += ../lib/bosch/BMA400-API
-VPATH += ../lib/bosch/BMA400-API
-
-IPATH += ../lib/gfx
-IPATH += ../lib/gfx/LCD
-IPATH += ../lib/gfx/GUI_DEV
-IPATH += ../lib/gfx/Fonts
-
-VPATH += ../lib/gfx
-VPATH += ../lib/gfx/LCD
-VPATH += ../lib/gfx/GUI_DEV
-VPATH += ../lib/gfx/Fonts
-
-# Enable assertion checking for development
-PROJ_CFLAGS+=-DMXC_ASSERT_ENABLE
-
-# Specify the target revision to override default
-# "A2" in ASCII
-# TARGET_REV=0x4132
-
-# Use this variables to specify and alternate tool path
-#TOOL_DIR=/opt/gcc-arm-none-eabi-4_8-2013q4/bin
-
-# Use these variables to add project specific tool options
-#PROJ_CFLAGS+=--specs=nano.specs
-#PROJ_LDFLAGS+=--specs=nano.specs
-
-PROJ_CFLAGS+=-std=c99
-
-# Point this variable to a startup file to override the default file
-#STARTUPFILE=start.S
-
-# Override the default optimization level using this variable
-#MXC_OPTIMIZE_CFLAGS=-O1
-
-# Point this variable to a linker file to override the default file
-ifneq "$(APP)" ""
-LINKERFILE=$(CMSIS_ROOT)/Device/Maxim/$(TARGET_UC)/Source/GCC/$(TARGET_LC)_app.ld
-endif
-
-################################################################################
-# Include external library makefiles here
-
-# Include the BSP
-BOARD_DIR=$(LIBS_DIR)/Boards/$(BOARD)
-include $(BOARD_DIR)/board.mk
-
-# Include the peripheral driver
-PERIPH_DRIVER_DIR=$(LIBS_DIR)/$(TARGET_UC)PeriphDriver
-include $(PERIPH_DRIVER_DIR)/periphdriver.mk
-
-################################################################################
-# Include the rules for building for this target. All other makefiles should be
-# included before this one.
-include $(CMSIS_ROOT)/Device/Maxim/$(TARGET_UC)/Source/$(COMPILER)/$(TARGET_LC).mk
-
-# The rule to clean out all the build products.
-distclean: clean
-	$(MAKE) -C ${PERIPH_DRIVER_DIR} clean
diff --git a/ecgtest/build_image b/ecgtest/build_image
deleted file mode 100755
index 5feeda9e451ec5e5449a0dd509ddc4fe597d9767..0000000000000000000000000000000000000000
--- a/ecgtest/build_image
+++ /dev/null
@@ -1,5 +0,0 @@
-make clean
-make APP=1
-make build/max32665.bin
-cp build/max32665.bin card10.bin
-../bootloader/crc_patch.py card10.bin
diff --git a/hw-tests/bmatest/.gdbinit b/hw-tests/bmatest/.gdbinit
new file mode 100644
index 0000000000000000000000000000000000000000..19a76570f0c950133a4009d9d2f4b62b4aa0a439
--- /dev/null
+++ b/hw-tests/bmatest/.gdbinit
@@ -0,0 +1,2 @@
+file ../../build/hw-tests/bmatest/bmatest.elf
+source ../../.gdbinit
diff --git a/bmatest/main.c b/hw-tests/bmatest/main.c
similarity index 100%
rename from bmatest/main.c
rename to hw-tests/bmatest/main.c
diff --git a/hw-tests/bmatest/meson.build b/hw-tests/bmatest/meson.build
new file mode 100644
index 0000000000000000000000000000000000000000..0f3899a241f43665aa20c5708f20a5bb97548f7f
--- /dev/null
+++ b/hw-tests/bmatest/meson.build
@@ -0,0 +1,11 @@
+name = 'bmatest'
+
+executable(
+  name + '.elf',
+  'main.c',
+  dependencies: [libcard10, max32665_startup],
+  link_whole: [max32665_startup_lib, board_card10_lib],
+  link_args: [
+    '-Wl,-Map=' + meson.current_build_dir() + '/' + name + '.map',
+  ],
+)
diff --git a/hw-tests/bmetest/.gdbinit b/hw-tests/bmetest/.gdbinit
new file mode 100644
index 0000000000000000000000000000000000000000..e58a91e99e013bdc1983d1ab565c7bc056586138
--- /dev/null
+++ b/hw-tests/bmetest/.gdbinit
@@ -0,0 +1,2 @@
+file ../../build/hw-tests/bmetest/bmetest.elf
+source ../../.gdbinit
diff --git a/bmetest/main.c b/hw-tests/bmetest/main.c
similarity index 100%
rename from bmetest/main.c
rename to hw-tests/bmetest/main.c
diff --git a/hw-tests/bmetest/meson.build b/hw-tests/bmetest/meson.build
new file mode 100644
index 0000000000000000000000000000000000000000..ed1e72b98faa0f931ea3484bad18b201db2c6bb5
--- /dev/null
+++ b/hw-tests/bmetest/meson.build
@@ -0,0 +1,11 @@
+name = 'bmetest'
+
+executable(
+  name + '.elf',
+  'main.c',
+  dependencies: [libcard10, max32665_startup],
+  link_whole: [max32665_startup_lib, board_card10_lib],
+  link_args: [
+    '-Wl,-Map=' + meson.current_build_dir() + '/' + name + '.map',
+  ],
+)
diff --git a/hw-tests/dual-core/Heart.h b/hw-tests/dual-core/Heart.h
new file mode 120000
index 0000000000000000000000000000000000000000..1276f163bbafcb368d13b86fc57a57c9cad8df13
--- /dev/null
+++ b/hw-tests/dual-core/Heart.h
@@ -0,0 +1 @@
+../hello-world/Heart.h
\ No newline at end of file
diff --git a/hw-tests/dual-core/core1.c b/hw-tests/dual-core/core1.c
new file mode 100644
index 0000000000000000000000000000000000000000..989c611a026d2241fcda709854fe1abe7e23ca7e
--- /dev/null
+++ b/hw-tests/dual-core/core1.c
@@ -0,0 +1,21 @@
+#include "board.h"
+#include "gpio.h"
+#include "mxc_delay.h"
+
+static const gpio_cfg_t motor_pin = {PORT_0, PIN_8, GPIO_FUNC_OUT, GPIO_PAD_NONE};
+
+int main(void)
+{
+	// Enable rxev on core1
+	MXC_GCR->evten |= 0x20;
+	for (int i = 0; 1; i++) {
+		__asm volatile("wfe");
+		printf("core1: Hello! %d\n", i);
+
+#if 0
+		GPIO_OutSet(&motor_pin);
+		mxc_delay(30000);
+		GPIO_OutClr(&motor_pin);
+#endif
+	}
+}
diff --git a/hw-tests/dual-core/flash.gdb b/hw-tests/dual-core/flash.gdb
new file mode 100644
index 0000000000000000000000000000000000000000..ea197bee20ea7ec86f1f016fdd008c48f83f6df5
--- /dev/null
+++ b/hw-tests/dual-core/flash.gdb
@@ -0,0 +1,13 @@
+source ../../.gdbinit
+
+set confirm off
+
+echo Loading core1 image ...
+file ../../build/hw-tests/dual-core/dual-core1.elf
+load
+echo Loading core0 image ...
+file ../../build/hw-tests/dual-core/dual-core0.elf
+load
+
+reset
+quit
diff --git a/hw-tests/dual-core/main.c b/hw-tests/dual-core/main.c
new file mode 100644
index 0000000000000000000000000000000000000000..d8e94276fc5572ac30bee069d98a9840f5f9e557
--- /dev/null
+++ b/hw-tests/dual-core/main.c
@@ -0,0 +1,67 @@
+/*******************************************************************************
+ * License: TBD
+ ******************************************************************************/
+
+/***** Includes *****/
+#include "pmic.h"
+#include "leds.h"
+#include "card10.h"
+
+#include "GUI_Paint.h"
+
+#include "tmr_utils.h"
+
+#include <stdio.h>
+#include <stdint.h>
+#include <string.h>
+#include <Heart.h>
+
+void Core1_Start(void) {
+    //MXC_GCR->gp0 = (uint32_t)(&__isr_vector_core1);
+    MXC_GCR->gp0 = 0x10040000;
+    MXC_GCR->perckcn1 &= ~MXC_F_GCR_PERCKCN1_CPU1;
+}
+
+void Core1_Stop(void) {
+    MXC_GCR->perckcn1 |= MXC_F_GCR_PERCKCN1_CPU1;
+}
+
+int main(void)
+{
+    card10_init();
+    card10_diag();
+
+    Paint_DrawImage(Heart, 0, 0, 160, 80);
+    LCD_Update();
+
+    for(int i=0; i<11; i++) {
+        leds_set_dim(i, 1);
+    }
+
+    int h = 0;
+
+    // Release core1
+    Core1_Start();
+
+    while (1) {
+        #define NUM     15
+        for(int i=0; i<NUM; i++) {
+            if(i < 12) {
+                leds_set_hsv(i, (h + 360/NUM * i) % 360, 1., 1./8);
+            } else {
+                leds_set_hsv(i, (h + 360/NUM * i) % 360, 1., 1.);
+            }
+        }
+
+        leds_update();
+        TMR_Delay(MXC_TMR0, MSEC(10), 0);
+        h++;
+
+        // Send a txev using `sev` every once in a while to wake up core1
+        // and let it do something
+        if (h % 100 == 0) {
+            printf("core0: Triggering core1 using SEV ...\n");
+            __asm volatile("sev");
+        }
+    }
+}
diff --git a/hw-tests/dual-core/meson.build b/hw-tests/dual-core/meson.build
new file mode 100644
index 0000000000000000000000000000000000000000..783b8775571136c97ebff152e4276600ae216a7f
--- /dev/null
+++ b/hw-tests/dual-core/meson.build
@@ -0,0 +1,21 @@
+name = 'dual-core0'
+executable(
+  name + '.elf',
+  'main.c',
+  dependencies: [libcard10, max32665_startup_core0],
+  link_whole: [max32665_startup_core0_lib, board_card10_lib],
+  link_args: [
+    '-Wl,-Map=' + meson.current_build_dir() + '/' + name + '.map',
+  ],
+)
+
+name = 'dual-core1'
+executable(
+  name + '.elf',
+  'core1.c',
+  dependencies: [periphdriver, board_card10, max32665_startup_core1],
+  link_whole: [max32665_startup_core1_lib, board_card10_lib],
+  link_args: [
+    '-Wl,-Map=' + meson.current_build_dir() + '/' + name + '.map',
+  ],
+)
diff --git a/hw-tests/ecgtest/.gdbinit b/hw-tests/ecgtest/.gdbinit
new file mode 100644
index 0000000000000000000000000000000000000000..501e14c4239bc8d22618cb551e41c67600ea01e1
--- /dev/null
+++ b/hw-tests/ecgtest/.gdbinit
@@ -0,0 +1,2 @@
+file ../../build/hw-tests/ecgtest/ecgtest.elf
+source ../../.gdbinit
diff --git a/ecgtest/MAX30003.h b/hw-tests/ecgtest/MAX30003.h
similarity index 100%
rename from ecgtest/MAX30003.h
rename to hw-tests/ecgtest/MAX30003.h
diff --git a/ecgtest/main.c b/hw-tests/ecgtest/main.c
similarity index 100%
rename from ecgtest/main.c
rename to hw-tests/ecgtest/main.c
diff --git a/hw-tests/ecgtest/meson.build b/hw-tests/ecgtest/meson.build
new file mode 100644
index 0000000000000000000000000000000000000000..7e4f32d00573a1a2105dc9023848c9295904d0de
--- /dev/null
+++ b/hw-tests/ecgtest/meson.build
@@ -0,0 +1,11 @@
+name = 'ecgtest'
+
+executable(
+  name + '.elf',
+  'main.c',
+  dependencies: [libcard10, max32665_startup],
+  link_whole: [max32665_startup_lib, board_card10_lib],
+  link_args: [
+    '-Wl,-Map=' + meson.current_build_dir() + '/' + name + '.map',
+  ],
+)
diff --git a/Hello_World_FreeRTOS/CLI-commands.c b/hw-tests/hello-freertos/CLI-commands.c
similarity index 100%
rename from Hello_World_FreeRTOS/CLI-commands.c
rename to hw-tests/hello-freertos/CLI-commands.c
diff --git a/Hello_World_FreeRTOS/FreeRTOSConfig.h b/hw-tests/hello-freertos/FreeRTOSConfig.h
similarity index 100%
rename from Hello_World_FreeRTOS/FreeRTOSConfig.h
rename to hw-tests/hello-freertos/FreeRTOSConfig.h
diff --git a/Hello_World_FreeRTOS/freertos_tickless.c b/hw-tests/hello-freertos/freertos_tickless.c
similarity index 100%
rename from Hello_World_FreeRTOS/freertos_tickless.c
rename to hw-tests/hello-freertos/freertos_tickless.c
diff --git a/Hello_World_FreeRTOS/main.c b/hw-tests/hello-freertos/main.c
similarity index 100%
rename from Hello_World_FreeRTOS/main.c
rename to hw-tests/hello-freertos/main.c
diff --git a/hw-tests/hello-freertos/meson.build b/hw-tests/hello-freertos/meson.build
new file mode 100644
index 0000000000000000000000000000000000000000..fae1dbd229d6223d59a409503b8801edfce7a1e2
--- /dev/null
+++ b/hw-tests/hello-freertos/meson.build
@@ -0,0 +1,29 @@
+name = 'hello-freertos'
+
+freertos = static_library(
+  'freertos-sdk',
+  freertos_sdk_sources,
+  dependencies: periphdriver,
+  include_directories: [
+    freertos_sdk_includes,
+    include_directories('./'),
+  ]
+)
+
+sources = files(
+  'CLI-commands.c',
+  'freertos_tickless.c',
+  'main.c',
+)
+
+executable(
+  name + '.elf',
+  sources,
+  include_directories: freertos_sdk_includes,
+  dependencies: [libcard10, max32665_startup],
+  link_with: freertos,
+  link_whole: [max32665_startup_lib, board_card10_lib],
+  link_args: [
+    '-Wl,-Map=' + meson.current_build_dir() + '/' + name + '.map',
+  ],
+)
diff --git a/hw-tests/hello-world/.gdbinit b/hw-tests/hello-world/.gdbinit
new file mode 100644
index 0000000000000000000000000000000000000000..d6af84880bcc872d416f647959fe9d81cca548a8
--- /dev/null
+++ b/hw-tests/hello-world/.gdbinit
@@ -0,0 +1,2 @@
+file ../../build/hw-tests/hello-world/hello-world.elf
+source ../../.gdbinit
diff --git a/Hello_World/Heart.h b/hw-tests/hello-world/Heart.h
similarity index 100%
rename from Hello_World/Heart.h
rename to hw-tests/hello-world/Heart.h
diff --git a/Hello_World/main.c b/hw-tests/hello-world/main.c
similarity index 100%
rename from Hello_World/main.c
rename to hw-tests/hello-world/main.c
diff --git a/hw-tests/hello-world/meson.build b/hw-tests/hello-world/meson.build
new file mode 100644
index 0000000000000000000000000000000000000000..7519ca62510228c5a911a369a2ffbb9887abc4f0
--- /dev/null
+++ b/hw-tests/hello-world/meson.build
@@ -0,0 +1,11 @@
+name = 'hello-world'
+
+executable(
+  name + '.elf',
+  'main.c',
+  dependencies: [libcard10, max32665_startup],
+  link_whole: [max32665_startup_lib, board_card10_lib],
+  link_args: [
+    '-Wl,-Map=' + meson.current_build_dir() + '/' + name + '.map',
+  ],
+)
diff --git a/hw-tests/imutest/.gdbinit b/hw-tests/imutest/.gdbinit
new file mode 100644
index 0000000000000000000000000000000000000000..73f4d1457f1e84c887f694ce0530daf85f86b239
--- /dev/null
+++ b/hw-tests/imutest/.gdbinit
@@ -0,0 +1,2 @@
+file ../../build/hw-tests/imutest/imutest.elf
+source ../../.gdbinit
diff --git a/imutest/main.c b/hw-tests/imutest/main.c
similarity index 100%
rename from imutest/main.c
rename to hw-tests/imutest/main.c
diff --git a/hw-tests/imutest/meson.build b/hw-tests/imutest/meson.build
new file mode 100644
index 0000000000000000000000000000000000000000..18825ee67a0f7e04269bf8a610c14401417d2343
--- /dev/null
+++ b/hw-tests/imutest/meson.build
@@ -0,0 +1,11 @@
+name = 'imutest'
+
+executable(
+  name + '.elf',
+  'main.c',
+  dependencies: [libcard10, max32665_startup],
+  link_whole: [max32665_startup_lib, board_card10_lib],
+  link_args: [
+    '-Wl,-Map=' + meson.current_build_dir() + '/' + name + '.map',
+  ],
+)
diff --git a/hw-tests/ips/.gdbinit b/hw-tests/ips/.gdbinit
new file mode 100644
index 0000000000000000000000000000000000000000..1199e494444b83032698a2c5dec7cfafd6556f27
--- /dev/null
+++ b/hw-tests/ips/.gdbinit
@@ -0,0 +1,2 @@
+file ../../build/hw-tests/ips/ips.elf
+source ../../.gdbinit
diff --git a/ips/image/image.c b/hw-tests/ips/image/image.c
similarity index 100%
rename from ips/image/image.c
rename to hw-tests/ips/image/image.c
diff --git a/ips/image/image.h b/hw-tests/ips/image/image.h
similarity index 100%
rename from ips/image/image.h
rename to hw-tests/ips/image/image.h
diff --git a/ips/image/image2.c b/hw-tests/ips/image/image2.c
similarity index 100%
rename from ips/image/image2.c
rename to hw-tests/ips/image/image2.c
diff --git a/ips/main.c b/hw-tests/ips/main.c
similarity index 100%
rename from ips/main.c
rename to hw-tests/ips/main.c
diff --git a/hw-tests/ips/meson.build b/hw-tests/ips/meson.build
new file mode 100644
index 0000000000000000000000000000000000000000..10ff3cf7731acececa4a83f338b8b5519ed63007
--- /dev/null
+++ b/hw-tests/ips/meson.build
@@ -0,0 +1,13 @@
+name = 'ips'
+
+executable(
+  name + '.elf',
+  'main.c',
+  'image/image.c',
+  'image/image2.c',
+  dependencies: [libcard10, max32665_startup],
+  link_whole: [max32665_startup_lib, board_card10_lib],
+  link_args: [
+    '-Wl,-Map=' + meson.current_build_dir() + '/' + name + '.map',
+  ],
+)
diff --git a/hw-tests/meson.build b/hw-tests/meson.build
new file mode 100644
index 0000000000000000000000000000000000000000..757dccd1a4e6773bf3aa7b909cf3cf427085922b
--- /dev/null
+++ b/hw-tests/meson.build
@@ -0,0 +1,8 @@
+subdir('bmatest/')
+subdir('bmetest/')
+subdir('dual-core/')
+subdir('ecgtest/')
+subdir('hello-freertos/')
+subdir('hello-world/')
+subdir('imutest/')
+subdir('ips/')
diff --git a/imutest/.cproject b/imutest/.cproject
deleted file mode 100644
index 6adc994794249c091c81b66fb9d4b85f52ae9f0d..0000000000000000000000000000000000000000
--- a/imutest/.cproject
+++ /dev/null
@@ -1,107 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?fileVersion 4.0.0?><cproject storage_type_id="org.eclipse.cdt.core.XmlProjectDescriptionStorage">
-	<storageModule moduleId="org.eclipse.cdt.core.settings">
-		<cconfiguration id="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.1674944962">
-			<storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.1674944962" moduleId="org.eclipse.cdt.core.settings" name="Debug">
-				<externalSettings/>
-				<extensions>
-					<extension id="org.eclipse.cdt.core.ELF" point="org.eclipse.cdt.core.BinaryParser"/>
-					<extension id="org.eclipse.cdt.core.GASErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
-					<extension id="org.eclipse.cdt.core.GmakeErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
-					<extension id="org.eclipse.cdt.core.GLDErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
-					<extension id="org.eclipse.cdt.core.CWDLocator" point="org.eclipse.cdt.core.ErrorParser"/>
-					<extension id="org.eclipse.cdt.core.GCCErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
-				</extensions>
-			</storageModule>
-			<storageModule moduleId="cdtBuildSystem" version="4.0.0">
-				<configuration artifactName="${ProjName}" buildArtefactType="org.eclipse.cdt.build.core.buildArtefactType.exe" buildProperties="org.eclipse.cdt.build.core.buildArtefactType=org.eclipse.cdt.build.core.buildArtefactType.exe,org.eclipse.cdt.build.core.buildType=org.eclipse.cdt.build.core.buildType.debug" cleanCommand="${cross_rm} -rf" description="" id="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.1674944962" name="Debug" parent="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug">
-					<folderInfo id="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.1674944962." name="/" resourcePath="">
-						<toolChain id="ilg.gnuarmeclipse.managedbuild.cross.toolchain.elf.debug.548125692" name="Cross ARM GCC" superClass="ilg.gnuarmeclipse.managedbuild.cross.toolchain.elf.debug">
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.level.1448195934" name="Optimization Level" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.level" value="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.level.none" valueType="enumerated"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.messagelength.989348626" name="Message length (-fmessage-length=0)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.messagelength" value="true" valueType="boolean"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.signedchar.573934961" name="'char' is signed (-fsigned-char)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.signedchar" value="true" valueType="boolean"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.functionsections.1195068176" name="Function sections (-ffunction-sections)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.functionsections" value="true" valueType="boolean"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.datasections.1035348629" name="Data sections (-fdata-sections)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.datasections" value="true" valueType="boolean"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.debugging.level.31679983" name="Debug level" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.debugging.level" value="ilg.gnuarmeclipse.managedbuild.cross.option.debugging.level.max" valueType="enumerated"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.debugging.format.1676901946" name="Debug format" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.debugging.format"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.toolchain.name.1729767352" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.toolchain.name" value="GNU Tools for ARM Embedded Processors" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.architecture.1708484008" name="Architecture" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.architecture" value="ilg.gnuarmeclipse.managedbuild.cross.option.architecture.arm" valueType="enumerated"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.family.178519983" name="ARM family" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.family" value="ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.mcpu.cortex-m3" valueType="enumerated"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.instructionset.956545422" name="Instruction set" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.instructionset" value="ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.instructionset.thumb" valueType="enumerated"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.prefix.1580514969" name="Prefix" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.prefix" value="arm-none-eabi-" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.c.1246670973" name="C compiler" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.c" value="gcc" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.cpp.1674926322" name="C++ compiler" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.cpp" value="g++" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.ar.2051566192" name="Archiver" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.ar" value="ar" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.objcopy.408066731" name="Hex/Bin converter" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.objcopy" value="objcopy" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.objdump.1900584936" name="Listing generator" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.objdump" value="objdump" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.size.1096852527" name="Size command" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.size" value="size" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.make.937347953" name="Build command" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.make" value="make" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.rm.1468247042" name="Remove command" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.rm" value="rm" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.addtools.createflash.1529750846" name="Create flash image" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.addtools.createflash" value="true" valueType="boolean"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.addtools.printsize.667765305" name="Print size" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.addtools.printsize" value="true" valueType="boolean"/>
-							<targetPlatform archList="all" binaryParser="org.eclipse.cdt.core.ELF" id="ilg.gnuarmeclipse.managedbuild.cross.targetPlatform.786533016" isAbstract="false" osList="all" superClass="ilg.gnuarmeclipse.managedbuild.cross.targetPlatform"/>
-							<builder arguments="ECLIPSE=1" buildPath="${workspace_loc:/Hello_World}" command="make" id="ilg.gnuarmeclipse.managedbuild.cross.builder.592880777" keepEnvironmentInBuildfile="false" managedBuildOn="false" name="Gnu Make Builder" superClass="ilg.gnuarmeclipse.managedbuild.cross.builder"/>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.assembler.1648672385" name="Cross ARM GNU Assembler" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.assembler">
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.assembler.usepreprocessor.1969112665" name="Use preprocessor" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.assembler.usepreprocessor" value="true" valueType="boolean"/>
-								<inputType id="ilg.gnuarmeclipse.managedbuild.cross.tool.assembler.input.507854261" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.assembler.input"/>
-							</tool>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.c.compiler.1576427906" name="Cross ARM C Compiler" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.c.compiler">
-									<option id="ilg.gnuarmeclipse.managedbuild.cross.option.c.compiler.include.paths.1576427906" name="Include paths (-I)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.c.compiler.include.paths" useByScannerDiscovery="true" valueType="includePath">
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Firmware/MAX32665/Libraries/CMSIS/Device/Maxim/MAX32665/Include&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Firmware/MAX32665/Libraries/MAX32665PeriphDriver/Include&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Firmware/MAX32665/Libraries/Boards/EvKit_V1/Include&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Firmware/MAX32665/Libraries/Boards/Include&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Firmware/MAX32665/Libraries/CMSIS/Include&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Toolchain/arm-none-eabi/include&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Toolchain/arm-none-eabi/include/sys&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Toolchain/lib/gcc/arm-none-eabi/6.3.1/include&quot;"/>
-									</option>
-								<inputType id="ilg.gnuarmeclipse.managedbuild.cross.tool.c.compiler.input.68945223" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.c.compiler.input"/>
-							</tool>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.cpp.compiler.794996645" name="Cross ARM C++ Compiler" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.cpp.compiler"/>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.c.linker.675776866" name="Cross ARM C Linker" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.c.linker">
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.c.linker.gcsections.185399645" name="Remove unused sections (-Xlinker --gc-sections)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.c.linker.gcsections" value="true" valueType="boolean"/>
-								<inputType id="ilg.gnuarmeclipse.managedbuild.cross.tool.c.linker.input.246156916" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.c.linker.input">
-									<additionalInput kind="additionalinputdependency" paths="$(USER_OBJS)"/>
-									<additionalInput kind="additionalinput" paths="$(LIBS)"/>
-								</inputType>
-							</tool>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.cpp.linker.391142733" name="Cross ARM C++ Linker" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.cpp.linker">
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.cpp.linker.gcsections.2099090970" name="Remove unused sections (-Xlinker --gc-sections)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.cpp.linker.gcsections" value="true" valueType="boolean"/>
-							</tool>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.archiver.399743328" name="Cross ARM GNU Archiver" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.archiver"/>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.createflash.822983655" name="Cross ARM GNU Create Flash Image" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.createflash"/>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.createlisting.1050446219" name="Cross ARM GNU Create Listing" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.createlisting">
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.source.335976671" name="Display source (--source|-S)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.source" value="true" valueType="boolean"/>
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.allheaders.964898349" name="Display all headers (--all-headers|-x)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.allheaders" value="true" valueType="boolean"/>
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.demangle.972868647" name="Demangle names (--demangle|-C)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.demangle" value="true" valueType="boolean"/>
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.linenumbers.890608562" name="Display line numbers (--line-numbers|-l)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.linenumbers" value="true" valueType="boolean"/>
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.wide.1669392057" name="Wide lines (--wide|-w)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.wide" value="true" valueType="boolean"/>
-							</tool>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.printsize.403251962" name="Cross ARM GNU Print Size" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.printsize">
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.printsize.format.1919947275" name="Size format" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.printsize.format"/>
-							</tool>
-						</toolChain>
-					</folderInfo>
-				</configuration>
-			</storageModule>
-			<storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>
-		</cconfiguration>
-	</storageModule>
-	<storageModule moduleId="cdtBuildSystem" version="4.0.0">
-		<project id="Hello_World.ilg.gnuarmeclipse.managedbuild.cross.target.elf.737306620" name="Executable" projectType="ilg.gnuarmeclipse.managedbuild.cross.target.elf"/>
-	</storageModule>
-	<storageModule moduleId="scannerConfiguration">
-		<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
-		<scannerConfigBuildInfo instanceId="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.1674944962;ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.1674944962.;ilg.gnuarmeclipse.managedbuild.cross.tool.c.compiler.1576427906;ilg.gnuarmeclipse.managedbuild.cross.tool.c.compiler.input.68945223">
-			<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
-		</scannerConfigBuildInfo>
-	</storageModule>
-	<storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
-	<storageModule moduleId="refreshScope" versionNumber="2">
-		<configuration configurationName="Debug">
-			<resource resourceType="PROJECT" workspacePath="/Hello_World"/>
-		</configuration>
-	</storageModule>
-	<storageModule moduleId="org.eclipse.cdt.internal.ui.text.commentOwnerProjectMappings"/>
-</cproject>
diff --git a/imutest/.gdbinit b/imutest/.gdbinit
deleted file mode 100644
index 85b92cf79c0f29f412a886e093c13da55dfc1bcc..0000000000000000000000000000000000000000
--- a/imutest/.gdbinit
+++ /dev/null
@@ -1,3 +0,0 @@
-file build/max32665.elf
-target remote localhost:3333
-
diff --git a/imutest/.project b/imutest/.project
deleted file mode 100644
index 035be64a6097ba5f35d529e1406bc4d010e9732b..0000000000000000000000000000000000000000
--- a/imutest/.project
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>Hello_World</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
-			<triggers>clean,full,incremental,</triggers>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
-			<triggers>full,incremental,</triggers>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.cdt.core.cnature</nature>
-		<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
-		<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
-	</natures>
-</projectDescription>
diff --git a/imutest/Makefile b/imutest/Makefile
deleted file mode 100644
index 2f4329ff33b213df076b6a12df6fe3370af08193..0000000000000000000000000000000000000000
--- a/imutest/Makefile
+++ /dev/null
@@ -1,165 +0,0 @@
-################################################################################
- # Copyright (C) 2016 Maxim Integrated Products, Inc., All Rights Reserved.
- #
- # Permission is hereby granted, free of charge, to any person obtaining a
- # copy of this software and associated documentation files (the "Software"),
- # to deal in the Software without restriction, including without limitation
- # the rights to use, copy, modify, merge, publish, distribute, sublicense,
- # and/or sell copies of the Software, and to permit persons to whom the
- # Software is furnished to do so, subject to the following conditions:
- #
- # The above copyright notice and this permission notice shall be included
- # in all copies or substantial portions of the Software.
- #
- # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
- # OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
- # IN NO EVENT SHALL MAXIM INTEGRATED BE LIABLE FOR ANY CLAIM, DAMAGES
- # OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
- # ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
- # OTHER DEALINGS IN THE SOFTWARE.
- #
- # Except as contained in this notice, the name of Maxim Integrated
- # Products, Inc. shall not be used except as stated in the Maxim Integrated
- # Products, Inc. Branding Policy.
- #
- # The mere transfer of this software does not imply any licenses
- # of trade secrets, proprietary technology, copyrights, patents,
- # trademarks, maskwork rights, or any other form of intellectual
- # property whatsoever. Maxim Integrated Products, Inc. retains all
- # ownership rights.
- #
- # $Date: 2018-09-28 18:22:39 +0000 (Fri, 28 Sep 2018) $ 
- # $Revision: 38193 $
- #
- ###############################################################################
-
-# This is the name of the build output file
-ifeq "$(PROJECT)" ""
-PROJECT=max32665
-endif
-
-# Specify the target processor
-ifeq "$(TARGET)" ""
-TARGET=MAX32665
-endif
-
-# Create Target name variables
-TARGET_UC:=$(shell echo $(TARGET) | tr a-z A-Z)
-TARGET_LC:=$(shell echo $(TARGET) | tr A-Z a-z)
-
-# Select 'GCC' or 'IAR' compiler
-COMPILER=GCC
-
-# Specify the board used
-ifeq "$(BOARD)" ""
-#BOARD=EvKit_V1
-BOARD=card10
-endif
-
-# This is the path to the CMSIS root directory
-ifeq "$(MAXIM_PATH)" ""
-LIBS_DIR=../sdk/Libraries
-else
-LIBS_DIR=/$(subst \,/,$(subst :,,$(MAXIM_PATH))/Firmware/$(TARGET_UC)/Libraries)
-endif
-CMSIS_ROOT=$(LIBS_DIR)/CMSIS
-
-# Source files for this test (add path to VPATH below)
-SRCS  = main.c
-SRCS  += pmic.c
-SRCS  += bosch.c
-SRCS  += bhy_support.c bhy_uc_driver.c bhy.c
-SRCS  += MAX77650-Arduino-Library.c
-SRCS  += bme680.h
-SRCS  += bma400.c
-SRCS  += LCD_Driver.c
-SRCS  += GUI_Paint.c
-SRCS  += DEV_Config.c
-SRCS  += font24.c
-SRCS  += font24CN.c
-SRCS  += font12.c
-SRCS  += card10.c
-SRCS  += display.c
-SRCS  += leds.c
-
-
-# Where to find source files for this test
-VPATH = .
-
-# Where to find header files for this test
-IPATH = .
-
-IPATH += ../lib/card10
-VPATH += ../lib/card10
-
-IPATH += ../lib/bosch/BHy1_driver_and_MCU_solution/driver/inc
-IPATH += ../lib/bosch/BHy1_driver_and_MCU_solution/examples/firmware/
-VPATH += ../lib/bosch/BHy1_driver_and_MCU_solution/driver/src
-
-IPATH += ../lib/maxim/MAX77650-Arduino-Library
-VPATH += ../lib/maxim/MAX77650-Arduino-Library
-
-IPATH += ../lib/bosch/BME680_driver
-VPATH += ../lib/bosch/BME680_driver
-
-IPATH += ../lib/bosch/BMA400-API
-VPATH += ../lib/bosch/BMA400-API
-
-IPATH += ../lib/gfx
-IPATH += ../lib/gfx/LCD
-IPATH += ../lib/gfx/GUI_DEV
-IPATH += ../lib/gfx/Fonts
-
-VPATH += ../lib/gfx
-VPATH += ../lib/gfx/LCD
-VPATH += ../lib/gfx/GUI_DEV
-VPATH += ../lib/gfx/Fonts
-
-
-# Enable assertion checking for development
-PROJ_CFLAGS+=-DMXC_ASSERT_ENABLE
-
-# Specify the target revision to override default
-# "A2" in ASCII
-# TARGET_REV=0x4132
-
-# Use this variables to specify and alternate tool path
-#TOOL_DIR=/opt/gcc-arm-none-eabi-4_8-2013q4/bin
-
-# Use these variables to add project specific tool options
-#PROJ_CFLAGS+=--specs=nano.specs
-#PROJ_LDFLAGS+=--specs=nano.specs
-
-PROJ_CFLAGS+=-std=c99
-
-# Point this variable to a startup file to override the default file
-#STARTUPFILE=start.S
-
-# Override the default optimization level using this variable
-#MXC_OPTIMIZE_CFLAGS=-O1
-
-# Point this variable to a linker file to override the default file
-ifneq "$(APP)" ""
-LINKERFILE=$(CMSIS_ROOT)/Device/Maxim/$(TARGET_UC)/Source/GCC/$(TARGET_LC)_app.ld
-endif
-
-################################################################################
-# Include external library makefiles here
-
-# Include the BSP
-BOARD_DIR=$(LIBS_DIR)/Boards/$(BOARD)
-include $(BOARD_DIR)/board.mk
-
-# Include the peripheral driver
-PERIPH_DRIVER_DIR=$(LIBS_DIR)/$(TARGET_UC)PeriphDriver
-include $(PERIPH_DRIVER_DIR)/periphdriver.mk
-
-################################################################################
-# Include the rules for building for this target. All other makefiles should be
-# included before this one.
-include $(CMSIS_ROOT)/Device/Maxim/$(TARGET_UC)/Source/$(COMPILER)/$(TARGET_LC).mk
-
-# The rule to clean out all the build products.
-distclean: clean
-	$(MAKE) -C ${PERIPH_DRIVER_DIR} clean
diff --git a/imutest/build_image b/imutest/build_image
deleted file mode 100755
index 5feeda9e451ec5e5449a0dd509ddc4fe597d9767..0000000000000000000000000000000000000000
--- a/imutest/build_image
+++ /dev/null
@@ -1,5 +0,0 @@
-make clean
-make APP=1
-make build/max32665.bin
-cp build/max32665.bin card10.bin
-../bootloader/crc_patch.py card10.bin
diff --git a/ips/Debug.h b/ips/Debug.h
deleted file mode 100644
index 1dd58cba7d28cf604ad67656c36d0339725da449..0000000000000000000000000000000000000000
--- a/ips/Debug.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/*****************************************************************************
-* | File      	:	Debug.h
-* | Author      :   Waveshare team
-* | Function    :	debug with prntf
-* | Info        :
-*   Image scanning
-*      Please use progressive scanning to generate images or fonts
-*----------------
-* |	This version:   V1.0
-* | Date        :   2018-01-11
-* | Info        :   Basic version
-*
-******************************************************************************/
-#ifndef __DEBUG_H
-#define __DEBUG_H
-
-#include "stdio.h"
-
-#define DEV_DEBUG 1
-#if DEV_DEBUG
-	#define Debug(__info,...) printf("Debug : " __info,##__VA_ARGS__)
-#else
-	#define DEBUG(__info,...)  
-#endif
-
-#endif
-
diff --git a/ips/Makefile b/ips/Makefile
deleted file mode 100644
index d4294f1b4d167a21ea19db88f07fee59c4d68e9e..0000000000000000000000000000000000000000
--- a/ips/Makefile
+++ /dev/null
@@ -1,167 +0,0 @@
-################################################################################
- # Copyright (C) 2016 Maxim Integrated Products, Inc., All Rights Reserved.
- #
- # Permission is hereby granted, free of charge, to any person obtaining a
- # copy of this software and associated documentation files (the "Software"),
- # to deal in the Software without restriction, including without limitation
- # the rights to use, copy, modify, merge, publish, distribute, sublicense,
- # and/or sell copies of the Software, and to permit persons to whom the
- # Software is furnished to do so, subject to the following conditions:
- #
- # The above copyright notice and this permission notice shall be included
- # in all copies or substantial portions of the Software.
- #
- # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
- # OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
- # IN NO EVENT SHALL MAXIM INTEGRATED BE LIABLE FOR ANY CLAIM, DAMAGES
- # OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
- # ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
- # OTHER DEALINGS IN THE SOFTWARE.
- #
- # Except as contained in this notice, the name of Maxim Integrated
- # Products, Inc. shall not be used except as stated in the Maxim Integrated
- # Products, Inc. Branding Policy.
- #
- # The mere transfer of this software does not imply any licenses
- # of trade secrets, proprietary technology, copyrights, patents,
- # trademarks, maskwork rights, or any other form of intellectual
- # property whatsoever. Maxim Integrated Products, Inc. retains all
- # ownership rights.
- #
- # $Date: 2018-09-28 18:22:39 +0000 (Fri, 28 Sep 2018) $ 
- # $Revision: 38193 $
- #
- ###############################################################################
-
-# This is the name of the build output file
-ifeq "$(PROJECT)" ""
-PROJECT=max32665
-endif
-
-# Specify the target processor
-ifeq "$(TARGET)" ""
-TARGET=MAX32665
-endif
-
-# Create Target name variables
-TARGET_UC:=$(shell echo $(TARGET) | tr a-z A-Z)
-TARGET_LC:=$(shell echo $(TARGET) | tr A-Z a-z)
-
-# Select 'GCC' or 'IAR' compiler
-COMPILER=GCC
-
-# Specify the board used
-ifeq "$(BOARD)" ""
-#BOARD=EvKit_V1
-BOARD=card10
-endif
-
-# This is the path to the CMSIS root directory
-ifeq "$(MAXIM_PATH)" ""
-LIBS_DIR=../sdk/Libraries
-else
-LIBS_DIR=/$(subst \,/,$(subst :,,$(MAXIM_PATH))/Firmware/$(TARGET_UC)/Libraries)
-endif
-CMSIS_ROOT=$(LIBS_DIR)/CMSIS
-
-# Source files for this test (add path to VPATH below)
-SRCS  = main.c
-SRCS  += pmic.c
-SRCS  += bosch.c
-SRCS  += bhy_support.c bhy_uc_driver.c bhy.c
-SRCS  += MAX77650-Arduino-Library.c
-SRCS  += bme680.h
-SRCS  += bma400.c
-SRCS  += LCD_Driver.c
-SRCS  += GUI_Paint.c
-SRCS  += DEV_Config.c
-SRCS  += font24.c
-SRCS  += font24CN.c
-SRCS  += image.c
-SRCS  += image2.c
-SRCS  += card10.c
-SRCS  += display.c
-SRCS  += leds.c
-
-
-# Where to find source files for this test
-VPATH = .
-
-# Where to find header files for this test
-IPATH = .
-
-IPATH += ../lib/card10
-VPATH += ../lib/card10
-
-IPATH += ../lib/bosch/BHy1_driver_and_MCU_solution/driver/inc
-IPATH += ../lib/bosch/BHy1_driver_and_MCU_solution/examples/firmware/
-VPATH += ../lib/bosch/BHy1_driver_and_MCU_solution/driver/src
-
-IPATH += ../lib/maxim/MAX77650-Arduino-Library
-VPATH += ../lib/maxim/MAX77650-Arduino-Library
-
-IPATH += ../lib/bosch/BME680_driver
-VPATH += ../lib/bosch/BME680_driver
-
-IPATH += ../lib/bosch/BMA400-API
-VPATH += ../lib/bosch/BMA400-API
-
-IPATH += ../lib/gfx
-IPATH += ../lib/gfx/LCD
-IPATH += ../lib/gfx/GUI_DEV
-IPATH += ../lib/gfx/Fonts
-
-VPATH += ../lib/gfx
-VPATH += ../lib/gfx/LCD
-VPATH += ../lib/gfx/GUI_DEV
-VPATH += ../lib/gfx/Fonts
-
-VPATH += image
-
-# Enable assertion checking for development
-PROJ_CFLAGS+=-DMXC_ASSERT_ENABLE
-
-# Specify the target revision to override default
-# "A2" in ASCII
-# TARGET_REV=0x4132
-
-# Use this variables to specify and alternate tool path
-#TOOL_DIR=/opt/gcc-arm-none-eabi-4_8-2013q4/bin
-
-# Use these variables to add project specific tool options
-#PROJ_CFLAGS+=--specs=nano.specs
-#PROJ_LDFLAGS+=--specs=nano.specs
-
-PROJ_CFLAGS+=-std=c99
-
-# Point this variable to a startup file to override the default file
-#STARTUPFILE=start.S
-
-# Override the default optimization level using this variable
-#MXC_OPTIMIZE_CFLAGS=-O1
-
-# Point this variable to a linker file to override the default file
-ifneq "$(APP)" ""
-LINKERFILE=$(CMSIS_ROOT)/Device/Maxim/$(TARGET_UC)/Source/GCC/$(TARGET_LC)_app.ld
-endif
-
-################################################################################
-# Include external library makefiles here
-
-# Include the BSP
-BOARD_DIR=$(LIBS_DIR)/Boards/$(BOARD)
-include $(BOARD_DIR)/board.mk
-
-# Include the peripheral driver
-PERIPH_DRIVER_DIR=$(LIBS_DIR)/$(TARGET_UC)PeriphDriver
-include $(PERIPH_DRIVER_DIR)/periphdriver.mk
-
-################################################################################
-# Include the rules for building for this target. All other makefiles should be
-# included before this one.
-include $(CMSIS_ROOT)/Device/Maxim/$(TARGET_UC)/Source/$(COMPILER)/$(TARGET_LC).mk
-
-# The rule to clean out all the build products.
-distclean: clean
-	$(MAKE) -C ${PERIPH_DRIVER_DIR} clean
diff --git a/ips/build_image b/ips/build_image
deleted file mode 100755
index 5feeda9e451ec5e5449a0dd509ddc4fe597d9767..0000000000000000000000000000000000000000
--- a/ips/build_image
+++ /dev/null
@@ -1,5 +0,0 @@
-make clean
-make APP=1
-make build/max32665.bin
-cp build/max32665.bin card10.bin
-../bootloader/crc_patch.py card10.bin
diff --git a/lib/card10/meson.build b/lib/card10/meson.build
new file mode 100644
index 0000000000000000000000000000000000000000..07c9e3e3fcaad99a147d3660fee5799cd48f86f5
--- /dev/null
+++ b/lib/card10/meson.build
@@ -0,0 +1,33 @@
+includes = include_directories(
+  './',
+)
+
+sources = files(
+  'bosch.c',
+  'card10.c',
+  'leds.c',
+  'pmic.c',
+)
+
+deps = [
+    bhy1,
+    bma400,
+    bme680,
+    board_card10,
+    libgfx,
+    max77650,
+    periphdriver,
+]
+
+lib = static_library(
+  'card10',
+  sources,
+  include_directories: includes,
+  dependencies: deps,
+)
+
+libcard10 = declare_dependency(
+  include_directories: includes,
+  link_with: lib,
+  dependencies: deps,
+)
diff --git a/lib/gfx/meson.build b/lib/gfx/meson.build
new file mode 100644
index 0000000000000000000000000000000000000000..a29e567871615649a9baa3a7650133763e30b907
--- /dev/null
+++ b/lib/gfx/meson.build
@@ -0,0 +1,34 @@
+includes = include_directories(
+  './',
+  './Fonts/',
+  './GUI_DEV/',
+  './LCD/',
+)
+
+sources = files(
+  './GUI_DEV/DEV_Config.c',
+  './GUI_DEV/GUI_Paint.c',
+  './LCD/LCD_Driver.c',
+  './display.c',
+
+  './Fonts/font8.c',
+  './Fonts/font12.c',
+  './Fonts/font12CN.c',
+  './Fonts/font16.c',
+  './Fonts/font20.c',
+  './Fonts/font24.c',
+  './Fonts/font24CN.c',
+)
+
+lib = static_library(
+  'gfx',
+  sources,
+  include_directories: includes,
+  dependencies: periphdriver,
+  c_args: '-Wno-missing-braces',
+)
+
+libgfx = declare_dependency(
+  include_directories: includes,
+  link_with: lib,
+)
diff --git a/lib/meson.build b/lib/meson.build
new file mode 100644
index 0000000000000000000000000000000000000000..e2f7c313470b22b1f46247970113ac2c29c968bf
--- /dev/null
+++ b/lib/meson.build
@@ -0,0 +1,9 @@
+subdir('./sdk/')
+
+subdir('./vendor/Bosch/BHy1/')
+subdir('./vendor/Bosch/BME680/')
+subdir('./vendor/Bosch/BMA400/')
+subdir('./vendor/Maxim/MAX77650/')
+subdir('./gfx/')
+
+subdir('./card10/')
diff --git a/sdk/Applications/EvKitExamples/ADC/.cproject b/lib/sdk/Applications/EvKitExamples/ADC/.cproject
similarity index 100%
rename from sdk/Applications/EvKitExamples/ADC/.cproject
rename to lib/sdk/Applications/EvKitExamples/ADC/.cproject
diff --git a/sdk/Applications/EvKitExamples/ADC/.project b/lib/sdk/Applications/EvKitExamples/ADC/.project
similarity index 100%
rename from sdk/Applications/EvKitExamples/ADC/.project
rename to lib/sdk/Applications/EvKitExamples/ADC/.project
diff --git a/Hello_World/.settings/language.settings.xml b/lib/sdk/Applications/EvKitExamples/ADC/.settings/language.settings.xml
similarity index 100%
rename from Hello_World/.settings/language.settings.xml
rename to lib/sdk/Applications/EvKitExamples/ADC/.settings/language.settings.xml
diff --git a/sdk/Applications/EvKitExamples/ADC/ADC.launch b/lib/sdk/Applications/EvKitExamples/ADC/ADC.launch
similarity index 100%
rename from sdk/Applications/EvKitExamples/ADC/ADC.launch
rename to lib/sdk/Applications/EvKitExamples/ADC/ADC.launch
diff --git a/sdk/Applications/EvKitExamples/ADC/Makefile b/lib/sdk/Applications/EvKitExamples/ADC/Makefile
similarity index 100%
rename from sdk/Applications/EvKitExamples/ADC/Makefile
rename to lib/sdk/Applications/EvKitExamples/ADC/Makefile
diff --git a/sdk/Applications/EvKitExamples/ADC/main.c b/lib/sdk/Applications/EvKitExamples/ADC/main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/ADC/main.c
rename to lib/sdk/Applications/EvKitExamples/ADC/main.c
diff --git a/sdk/Applications/EvKitExamples/AES/.cproject b/lib/sdk/Applications/EvKitExamples/AES/.cproject
similarity index 100%
rename from sdk/Applications/EvKitExamples/AES/.cproject
rename to lib/sdk/Applications/EvKitExamples/AES/.cproject
diff --git a/sdk/Applications/EvKitExamples/AES/.project b/lib/sdk/Applications/EvKitExamples/AES/.project
similarity index 100%
rename from sdk/Applications/EvKitExamples/AES/.project
rename to lib/sdk/Applications/EvKitExamples/AES/.project
diff --git a/Hello_World_FreeRTOS/.settings/language.settings.xml b/lib/sdk/Applications/EvKitExamples/AES/.settings/language.settings.xml
similarity index 100%
rename from Hello_World_FreeRTOS/.settings/language.settings.xml
rename to lib/sdk/Applications/EvKitExamples/AES/.settings/language.settings.xml
diff --git a/sdk/Applications/EvKitExamples/AES/AES.launch b/lib/sdk/Applications/EvKitExamples/AES/AES.launch
similarity index 100%
rename from sdk/Applications/EvKitExamples/AES/AES.launch
rename to lib/sdk/Applications/EvKitExamples/AES/AES.launch
diff --git a/sdk/Applications/EvKitExamples/AES/Makefile b/lib/sdk/Applications/EvKitExamples/AES/Makefile
similarity index 100%
rename from sdk/Applications/EvKitExamples/AES/Makefile
rename to lib/sdk/Applications/EvKitExamples/AES/Makefile
diff --git a/sdk/Applications/EvKitExamples/AES/main.c b/lib/sdk/Applications/EvKitExamples/AES/main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/AES/main.c
rename to lib/sdk/Applications/EvKitExamples/AES/main.c
diff --git a/sdk/Applications/EvKitExamples/BLE_beacon/.cproject b/lib/sdk/Applications/EvKitExamples/BLE_beacon/.cproject
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_beacon/.cproject
rename to lib/sdk/Applications/EvKitExamples/BLE_beacon/.cproject
diff --git a/sdk/Applications/EvKitExamples/BLE_beacon/.project b/lib/sdk/Applications/EvKitExamples/BLE_beacon/.project
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_beacon/.project
rename to lib/sdk/Applications/EvKitExamples/BLE_beacon/.project
diff --git a/bmatest/.settings/language.settings.xml b/lib/sdk/Applications/EvKitExamples/BLE_beacon/.settings/language.settings.xml
similarity index 100%
rename from bmatest/.settings/language.settings.xml
rename to lib/sdk/Applications/EvKitExamples/BLE_beacon/.settings/language.settings.xml
diff --git a/sdk/Applications/EvKitExamples/BLE_beacon/BLE_beacon.launch b/lib/sdk/Applications/EvKitExamples/BLE_beacon/BLE_beacon.launch
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_beacon/BLE_beacon.launch
rename to lib/sdk/Applications/EvKitExamples/BLE_beacon/BLE_beacon.launch
diff --git a/sdk/Applications/EvKitExamples/BLE_beacon/Makefile b/lib/sdk/Applications/EvKitExamples/BLE_beacon/Makefile
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_beacon/Makefile
rename to lib/sdk/Applications/EvKitExamples/BLE_beacon/Makefile
diff --git a/sdk/Applications/EvKitExamples/BLE_beacon/beacon_api.h b/lib/sdk/Applications/EvKitExamples/BLE_beacon/beacon_api.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_beacon/beacon_api.h
rename to lib/sdk/Applications/EvKitExamples/BLE_beacon/beacon_api.h
diff --git a/sdk/Applications/EvKitExamples/BLE_beacon/beacon_main.c b/lib/sdk/Applications/EvKitExamples/BLE_beacon/beacon_main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_beacon/beacon_main.c
rename to lib/sdk/Applications/EvKitExamples/BLE_beacon/beacon_main.c
diff --git a/sdk/Applications/EvKitExamples/BLE_beacon/main.c b/lib/sdk/Applications/EvKitExamples/BLE_beacon/main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_beacon/main.c
rename to lib/sdk/Applications/EvKitExamples/BLE_beacon/main.c
diff --git a/sdk/Applications/EvKitExamples/BLE_beacon/stack_beacon.c b/lib/sdk/Applications/EvKitExamples/BLE_beacon/stack_beacon.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_beacon/stack_beacon.c
rename to lib/sdk/Applications/EvKitExamples/BLE_beacon/stack_beacon.c
diff --git a/sdk/Applications/EvKitExamples/BLE_datc/.cproject b/lib/sdk/Applications/EvKitExamples/BLE_datc/.cproject
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_datc/.cproject
rename to lib/sdk/Applications/EvKitExamples/BLE_datc/.cproject
diff --git a/sdk/Applications/EvKitExamples/BLE_datc/.project b/lib/sdk/Applications/EvKitExamples/BLE_datc/.project
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_datc/.project
rename to lib/sdk/Applications/EvKitExamples/BLE_datc/.project
diff --git a/bmetest/.settings/language.settings.xml b/lib/sdk/Applications/EvKitExamples/BLE_datc/.settings/language.settings.xml
similarity index 100%
rename from bmetest/.settings/language.settings.xml
rename to lib/sdk/Applications/EvKitExamples/BLE_datc/.settings/language.settings.xml
diff --git a/sdk/Applications/EvKitExamples/BLE_datc/BLE_datc.launch b/lib/sdk/Applications/EvKitExamples/BLE_datc/BLE_datc.launch
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_datc/BLE_datc.launch
rename to lib/sdk/Applications/EvKitExamples/BLE_datc/BLE_datc.launch
diff --git a/sdk/Applications/EvKitExamples/BLE_datc/Makefile b/lib/sdk/Applications/EvKitExamples/BLE_datc/Makefile
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_datc/Makefile
rename to lib/sdk/Applications/EvKitExamples/BLE_datc/Makefile
diff --git a/sdk/Applications/EvKitExamples/BLE_datc/datc_main.c b/lib/sdk/Applications/EvKitExamples/BLE_datc/datc_main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_datc/datc_main.c
rename to lib/sdk/Applications/EvKitExamples/BLE_datc/datc_main.c
diff --git a/sdk/Applications/EvKitExamples/BLE_datc/main.c b/lib/sdk/Applications/EvKitExamples/BLE_datc/main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_datc/main.c
rename to lib/sdk/Applications/EvKitExamples/BLE_datc/main.c
diff --git a/sdk/Applications/EvKitExamples/BLE_datc/stack_datc.c b/lib/sdk/Applications/EvKitExamples/BLE_datc/stack_datc.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_datc/stack_datc.c
rename to lib/sdk/Applications/EvKitExamples/BLE_datc/stack_datc.c
diff --git a/sdk/Applications/EvKitExamples/BLE_dats/.cproject b/lib/sdk/Applications/EvKitExamples/BLE_dats/.cproject
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_dats/.cproject
rename to lib/sdk/Applications/EvKitExamples/BLE_dats/.cproject
diff --git a/sdk/Applications/EvKitExamples/BLE_dats/.project b/lib/sdk/Applications/EvKitExamples/BLE_dats/.project
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_dats/.project
rename to lib/sdk/Applications/EvKitExamples/BLE_dats/.project
diff --git a/ecgtest/.settings/language.settings.xml b/lib/sdk/Applications/EvKitExamples/BLE_dats/.settings/language.settings.xml
similarity index 100%
rename from ecgtest/.settings/language.settings.xml
rename to lib/sdk/Applications/EvKitExamples/BLE_dats/.settings/language.settings.xml
diff --git a/sdk/Applications/EvKitExamples/BLE_dats/BLE_dats.launch b/lib/sdk/Applications/EvKitExamples/BLE_dats/BLE_dats.launch
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_dats/BLE_dats.launch
rename to lib/sdk/Applications/EvKitExamples/BLE_dats/BLE_dats.launch
diff --git a/sdk/Applications/EvKitExamples/BLE_dats/Makefile b/lib/sdk/Applications/EvKitExamples/BLE_dats/Makefile
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_dats/Makefile
rename to lib/sdk/Applications/EvKitExamples/BLE_dats/Makefile
diff --git a/sdk/Applications/EvKitExamples/BLE_dats/dats_main.c b/lib/sdk/Applications/EvKitExamples/BLE_dats/dats_main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_dats/dats_main.c
rename to lib/sdk/Applications/EvKitExamples/BLE_dats/dats_main.c
diff --git a/sdk/Applications/EvKitExamples/BLE_dats/main.c b/lib/sdk/Applications/EvKitExamples/BLE_dats/main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_dats/main.c
rename to lib/sdk/Applications/EvKitExamples/BLE_dats/main.c
diff --git a/sdk/Applications/EvKitExamples/BLE_dats/stack_dats.c b/lib/sdk/Applications/EvKitExamples/BLE_dats/stack_dats.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_dats/stack_dats.c
rename to lib/sdk/Applications/EvKitExamples/BLE_dats/stack_dats.c
diff --git a/sdk/Applications/EvKitExamples/BLE_fit/.cproject b/lib/sdk/Applications/EvKitExamples/BLE_fit/.cproject
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_fit/.cproject
rename to lib/sdk/Applications/EvKitExamples/BLE_fit/.cproject
diff --git a/sdk/Applications/EvKitExamples/BLE_fit/.project b/lib/sdk/Applications/EvKitExamples/BLE_fit/.project
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_fit/.project
rename to lib/sdk/Applications/EvKitExamples/BLE_fit/.project
diff --git a/imutest/.settings/language.settings.xml b/lib/sdk/Applications/EvKitExamples/BLE_fit/.settings/language.settings.xml
similarity index 100%
rename from imutest/.settings/language.settings.xml
rename to lib/sdk/Applications/EvKitExamples/BLE_fit/.settings/language.settings.xml
diff --git a/sdk/Applications/EvKitExamples/BLE_fit/BLE_fit.launch b/lib/sdk/Applications/EvKitExamples/BLE_fit/BLE_fit.launch
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_fit/BLE_fit.launch
rename to lib/sdk/Applications/EvKitExamples/BLE_fit/BLE_fit.launch
diff --git a/sdk/Applications/EvKitExamples/BLE_fit/Makefile b/lib/sdk/Applications/EvKitExamples/BLE_fit/Makefile
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_fit/Makefile
rename to lib/sdk/Applications/EvKitExamples/BLE_fit/Makefile
diff --git a/sdk/Applications/EvKitExamples/BLE_fit/fit.launch b/lib/sdk/Applications/EvKitExamples/BLE_fit/fit.launch
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_fit/fit.launch
rename to lib/sdk/Applications/EvKitExamples/BLE_fit/fit.launch
diff --git a/sdk/Applications/EvKitExamples/BLE_fit/fit_api.h b/lib/sdk/Applications/EvKitExamples/BLE_fit/fit_api.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_fit/fit_api.h
rename to lib/sdk/Applications/EvKitExamples/BLE_fit/fit_api.h
diff --git a/sdk/Applications/EvKitExamples/BLE_fit/fit_main.c b/lib/sdk/Applications/EvKitExamples/BLE_fit/fit_main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_fit/fit_main.c
rename to lib/sdk/Applications/EvKitExamples/BLE_fit/fit_main.c
diff --git a/sdk/Applications/EvKitExamples/BLE_fit/main.c b/lib/sdk/Applications/EvKitExamples/BLE_fit/main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_fit/main.c
rename to lib/sdk/Applications/EvKitExamples/BLE_fit/main.c
diff --git a/sdk/Applications/EvKitExamples/BLE_fit/stack_fit.c b/lib/sdk/Applications/EvKitExamples/BLE_fit/stack_fit.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_fit/stack_fit.c
rename to lib/sdk/Applications/EvKitExamples/BLE_fit/stack_fit.c
diff --git a/sdk/Applications/EvKitExamples/BLE_fit/svc_dis.c b/lib/sdk/Applications/EvKitExamples/BLE_fit/svc_dis.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_fit/svc_dis.c
rename to lib/sdk/Applications/EvKitExamples/BLE_fit/svc_dis.c
diff --git a/sdk/Applications/EvKitExamples/BLE_scanner/.cproject b/lib/sdk/Applications/EvKitExamples/BLE_scanner/.cproject
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_scanner/.cproject
rename to lib/sdk/Applications/EvKitExamples/BLE_scanner/.cproject
diff --git a/sdk/Applications/EvKitExamples/BLE_scanner/.project b/lib/sdk/Applications/EvKitExamples/BLE_scanner/.project
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_scanner/.project
rename to lib/sdk/Applications/EvKitExamples/BLE_scanner/.project
diff --git a/sdk/Applications/EvKitExamples/ADC/.settings/language.settings.xml b/lib/sdk/Applications/EvKitExamples/BLE_scanner/.settings/language.settings.xml
similarity index 100%
rename from sdk/Applications/EvKitExamples/ADC/.settings/language.settings.xml
rename to lib/sdk/Applications/EvKitExamples/BLE_scanner/.settings/language.settings.xml
diff --git a/sdk/Applications/EvKitExamples/BLE_scanner/BLE_scanner.launch b/lib/sdk/Applications/EvKitExamples/BLE_scanner/BLE_scanner.launch
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_scanner/BLE_scanner.launch
rename to lib/sdk/Applications/EvKitExamples/BLE_scanner/BLE_scanner.launch
diff --git a/sdk/Applications/EvKitExamples/BLE_scanner/Makefile b/lib/sdk/Applications/EvKitExamples/BLE_scanner/Makefile
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_scanner/Makefile
rename to lib/sdk/Applications/EvKitExamples/BLE_scanner/Makefile
diff --git a/sdk/Applications/EvKitExamples/BLE_scanner/app_config.h b/lib/sdk/Applications/EvKitExamples/BLE_scanner/app_config.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_scanner/app_config.h
rename to lib/sdk/Applications/EvKitExamples/BLE_scanner/app_config.h
diff --git a/sdk/Applications/EvKitExamples/BLE_scanner/main.c b/lib/sdk/Applications/EvKitExamples/BLE_scanner/main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_scanner/main.c
rename to lib/sdk/Applications/EvKitExamples/BLE_scanner/main.c
diff --git a/sdk/Applications/EvKitExamples/BLE_scanner/scanner_api.h b/lib/sdk/Applications/EvKitExamples/BLE_scanner/scanner_api.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_scanner/scanner_api.h
rename to lib/sdk/Applications/EvKitExamples/BLE_scanner/scanner_api.h
diff --git a/sdk/Applications/EvKitExamples/BLE_scanner/scanner_main.c b/lib/sdk/Applications/EvKitExamples/BLE_scanner/scanner_main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_scanner/scanner_main.c
rename to lib/sdk/Applications/EvKitExamples/BLE_scanner/scanner_main.c
diff --git a/sdk/Applications/EvKitExamples/BLE_scanner/stack_scanner.c b/lib/sdk/Applications/EvKitExamples/BLE_scanner/stack_scanner.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_scanner/stack_scanner.c
rename to lib/sdk/Applications/EvKitExamples/BLE_scanner/stack_scanner.c
diff --git a/sdk/Applications/EvKitExamples/CRC/.cproject b/lib/sdk/Applications/EvKitExamples/CRC/.cproject
similarity index 100%
rename from sdk/Applications/EvKitExamples/CRC/.cproject
rename to lib/sdk/Applications/EvKitExamples/CRC/.cproject
diff --git a/sdk/Applications/EvKitExamples/CRC/.project b/lib/sdk/Applications/EvKitExamples/CRC/.project
similarity index 100%
rename from sdk/Applications/EvKitExamples/CRC/.project
rename to lib/sdk/Applications/EvKitExamples/CRC/.project
diff --git a/sdk/Applications/EvKitExamples/AES/.settings/language.settings.xml b/lib/sdk/Applications/EvKitExamples/CRC/.settings/language.settings.xml
similarity index 100%
rename from sdk/Applications/EvKitExamples/AES/.settings/language.settings.xml
rename to lib/sdk/Applications/EvKitExamples/CRC/.settings/language.settings.xml
diff --git a/sdk/Applications/EvKitExamples/CRC/CRC.launch b/lib/sdk/Applications/EvKitExamples/CRC/CRC.launch
similarity index 100%
rename from sdk/Applications/EvKitExamples/CRC/CRC.launch
rename to lib/sdk/Applications/EvKitExamples/CRC/CRC.launch
diff --git a/sdk/Applications/EvKitExamples/CRC/Makefile b/lib/sdk/Applications/EvKitExamples/CRC/Makefile
similarity index 100%
rename from sdk/Applications/EvKitExamples/CRC/Makefile
rename to lib/sdk/Applications/EvKitExamples/CRC/Makefile
diff --git a/sdk/Applications/EvKitExamples/CRC/main.c b/lib/sdk/Applications/EvKitExamples/CRC/main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/CRC/main.c
rename to lib/sdk/Applications/EvKitExamples/CRC/main.c
diff --git a/sdk/Applications/EvKitExamples/DES/.cproject b/lib/sdk/Applications/EvKitExamples/DES/.cproject
similarity index 100%
rename from sdk/Applications/EvKitExamples/DES/.cproject
rename to lib/sdk/Applications/EvKitExamples/DES/.cproject
diff --git a/sdk/Applications/EvKitExamples/DES/.project b/lib/sdk/Applications/EvKitExamples/DES/.project
similarity index 100%
rename from sdk/Applications/EvKitExamples/DES/.project
rename to lib/sdk/Applications/EvKitExamples/DES/.project
diff --git a/sdk/Applications/EvKitExamples/BLE_beacon/.settings/language.settings.xml b/lib/sdk/Applications/EvKitExamples/DES/.settings/language.settings.xml
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_beacon/.settings/language.settings.xml
rename to lib/sdk/Applications/EvKitExamples/DES/.settings/language.settings.xml
diff --git a/sdk/Applications/EvKitExamples/DES/DES.launch b/lib/sdk/Applications/EvKitExamples/DES/DES.launch
similarity index 100%
rename from sdk/Applications/EvKitExamples/DES/DES.launch
rename to lib/sdk/Applications/EvKitExamples/DES/DES.launch
diff --git a/sdk/Applications/EvKitExamples/DES/Makefile b/lib/sdk/Applications/EvKitExamples/DES/Makefile
similarity index 100%
rename from sdk/Applications/EvKitExamples/DES/Makefile
rename to lib/sdk/Applications/EvKitExamples/DES/Makefile
diff --git a/sdk/Applications/EvKitExamples/DES/main.c b/lib/sdk/Applications/EvKitExamples/DES/main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/DES/main.c
rename to lib/sdk/Applications/EvKitExamples/DES/main.c
diff --git a/sdk/Applications/EvKitExamples/DMA/.cproject b/lib/sdk/Applications/EvKitExamples/DMA/.cproject
similarity index 100%
rename from sdk/Applications/EvKitExamples/DMA/.cproject
rename to lib/sdk/Applications/EvKitExamples/DMA/.cproject
diff --git a/sdk/Applications/EvKitExamples/DMA/.project b/lib/sdk/Applications/EvKitExamples/DMA/.project
similarity index 100%
rename from sdk/Applications/EvKitExamples/DMA/.project
rename to lib/sdk/Applications/EvKitExamples/DMA/.project
diff --git a/sdk/Applications/EvKitExamples/BLE_datc/.settings/language.settings.xml b/lib/sdk/Applications/EvKitExamples/DMA/.settings/language.settings.xml
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_datc/.settings/language.settings.xml
rename to lib/sdk/Applications/EvKitExamples/DMA/.settings/language.settings.xml
diff --git a/sdk/Applications/EvKitExamples/DMA/DMA.launch b/lib/sdk/Applications/EvKitExamples/DMA/DMA.launch
similarity index 100%
rename from sdk/Applications/EvKitExamples/DMA/DMA.launch
rename to lib/sdk/Applications/EvKitExamples/DMA/DMA.launch
diff --git a/sdk/Applications/EvKitExamples/DMA/Makefile b/lib/sdk/Applications/EvKitExamples/DMA/Makefile
similarity index 100%
rename from sdk/Applications/EvKitExamples/DMA/Makefile
rename to lib/sdk/Applications/EvKitExamples/DMA/Makefile
diff --git a/sdk/Applications/EvKitExamples/DMA/main.c b/lib/sdk/Applications/EvKitExamples/DMA/main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/DMA/main.c
rename to lib/sdk/Applications/EvKitExamples/DMA/main.c
diff --git a/sdk/Applications/EvKitExamples/DualCore/.cproject b/lib/sdk/Applications/EvKitExamples/DualCore/.cproject
similarity index 100%
rename from sdk/Applications/EvKitExamples/DualCore/.cproject
rename to lib/sdk/Applications/EvKitExamples/DualCore/.cproject
diff --git a/sdk/Applications/EvKitExamples/DualCore/.project b/lib/sdk/Applications/EvKitExamples/DualCore/.project
similarity index 100%
rename from sdk/Applications/EvKitExamples/DualCore/.project
rename to lib/sdk/Applications/EvKitExamples/DualCore/.project
diff --git a/sdk/Applications/EvKitExamples/BLE_dats/.settings/language.settings.xml b/lib/sdk/Applications/EvKitExamples/DualCore/.settings/language.settings.xml
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_dats/.settings/language.settings.xml
rename to lib/sdk/Applications/EvKitExamples/DualCore/.settings/language.settings.xml
diff --git a/sdk/Applications/EvKitExamples/DualCore/DualCore.launch b/lib/sdk/Applications/EvKitExamples/DualCore/DualCore.launch
similarity index 100%
rename from sdk/Applications/EvKitExamples/DualCore/DualCore.launch
rename to lib/sdk/Applications/EvKitExamples/DualCore/DualCore.launch
diff --git a/sdk/Applications/EvKitExamples/DualCore/Makefile b/lib/sdk/Applications/EvKitExamples/DualCore/Makefile
similarity index 100%
rename from sdk/Applications/EvKitExamples/DualCore/Makefile
rename to lib/sdk/Applications/EvKitExamples/DualCore/Makefile
diff --git a/sdk/Applications/EvKitExamples/DualCore/main.c b/lib/sdk/Applications/EvKitExamples/DualCore/main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/DualCore/main.c
rename to lib/sdk/Applications/EvKitExamples/DualCore/main.c
diff --git a/sdk/Applications/EvKitExamples/ECC/.cproject b/lib/sdk/Applications/EvKitExamples/ECC/.cproject
similarity index 100%
rename from sdk/Applications/EvKitExamples/ECC/.cproject
rename to lib/sdk/Applications/EvKitExamples/ECC/.cproject
diff --git a/sdk/Applications/EvKitExamples/ECC/.project b/lib/sdk/Applications/EvKitExamples/ECC/.project
similarity index 100%
rename from sdk/Applications/EvKitExamples/ECC/.project
rename to lib/sdk/Applications/EvKitExamples/ECC/.project
diff --git a/sdk/Applications/EvKitExamples/BLE_fit/.settings/language.settings.xml b/lib/sdk/Applications/EvKitExamples/ECC/.settings/language.settings.xml
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_fit/.settings/language.settings.xml
rename to lib/sdk/Applications/EvKitExamples/ECC/.settings/language.settings.xml
diff --git a/sdk/Applications/EvKitExamples/ECC/ECC.launch b/lib/sdk/Applications/EvKitExamples/ECC/ECC.launch
similarity index 100%
rename from sdk/Applications/EvKitExamples/ECC/ECC.launch
rename to lib/sdk/Applications/EvKitExamples/ECC/ECC.launch
diff --git a/sdk/Applications/EvKitExamples/ECC/Makefile b/lib/sdk/Applications/EvKitExamples/ECC/Makefile
similarity index 100%
rename from sdk/Applications/EvKitExamples/ECC/Makefile
rename to lib/sdk/Applications/EvKitExamples/ECC/Makefile
diff --git a/sdk/Applications/EvKitExamples/ECC/main.c b/lib/sdk/Applications/EvKitExamples/ECC/main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/ECC/main.c
rename to lib/sdk/Applications/EvKitExamples/ECC/main.c
diff --git a/sdk/Applications/EvKitExamples/Flash/.cproject b/lib/sdk/Applications/EvKitExamples/Flash/.cproject
similarity index 100%
rename from sdk/Applications/EvKitExamples/Flash/.cproject
rename to lib/sdk/Applications/EvKitExamples/Flash/.cproject
diff --git a/sdk/Applications/EvKitExamples/Flash/.project b/lib/sdk/Applications/EvKitExamples/Flash/.project
similarity index 100%
rename from sdk/Applications/EvKitExamples/Flash/.project
rename to lib/sdk/Applications/EvKitExamples/Flash/.project
diff --git a/sdk/Applications/EvKitExamples/BLE_scanner/.settings/language.settings.xml b/lib/sdk/Applications/EvKitExamples/Flash/.settings/language.settings.xml
similarity index 100%
rename from sdk/Applications/EvKitExamples/BLE_scanner/.settings/language.settings.xml
rename to lib/sdk/Applications/EvKitExamples/Flash/.settings/language.settings.xml
diff --git a/sdk/Applications/EvKitExamples/Flash/Flash.launch b/lib/sdk/Applications/EvKitExamples/Flash/Flash.launch
similarity index 100%
rename from sdk/Applications/EvKitExamples/Flash/Flash.launch
rename to lib/sdk/Applications/EvKitExamples/Flash/Flash.launch
diff --git a/sdk/Applications/EvKitExamples/Flash/Makefile b/lib/sdk/Applications/EvKitExamples/Flash/Makefile
similarity index 100%
rename from sdk/Applications/EvKitExamples/Flash/Makefile
rename to lib/sdk/Applications/EvKitExamples/Flash/Makefile
diff --git a/sdk/Applications/EvKitExamples/Flash/main.c b/lib/sdk/Applications/EvKitExamples/Flash/main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/Flash/main.c
rename to lib/sdk/Applications/EvKitExamples/Flash/main.c
diff --git a/Hello_World_FreeRTOS/.cproject b/lib/sdk/Applications/EvKitExamples/FreeRTOSDemo/.cproject
similarity index 100%
rename from Hello_World_FreeRTOS/.cproject
rename to lib/sdk/Applications/EvKitExamples/FreeRTOSDemo/.cproject
diff --git a/Hello_World_FreeRTOS/.project b/lib/sdk/Applications/EvKitExamples/FreeRTOSDemo/.project
similarity index 100%
rename from Hello_World_FreeRTOS/.project
rename to lib/sdk/Applications/EvKitExamples/FreeRTOSDemo/.project
diff --git a/sdk/Applications/EvKitExamples/CRC/.settings/language.settings.xml b/lib/sdk/Applications/EvKitExamples/FreeRTOSDemo/.settings/language.settings.xml
similarity index 100%
rename from sdk/Applications/EvKitExamples/CRC/.settings/language.settings.xml
rename to lib/sdk/Applications/EvKitExamples/FreeRTOSDemo/.settings/language.settings.xml
diff --git a/sdk/Applications/EvKitExamples/FreeRTOSDemo/CLI-commands.c b/lib/sdk/Applications/EvKitExamples/FreeRTOSDemo/CLI-commands.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/FreeRTOSDemo/CLI-commands.c
rename to lib/sdk/Applications/EvKitExamples/FreeRTOSDemo/CLI-commands.c
diff --git a/sdk/Applications/EvKitExamples/FreeRTOSDemo/FreeRTOSConfig.h b/lib/sdk/Applications/EvKitExamples/FreeRTOSDemo/FreeRTOSConfig.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/FreeRTOSDemo/FreeRTOSConfig.h
rename to lib/sdk/Applications/EvKitExamples/FreeRTOSDemo/FreeRTOSConfig.h
diff --git a/sdk/Applications/EvKitExamples/FreeRTOSDemo/FreeRTOSDemo.launch b/lib/sdk/Applications/EvKitExamples/FreeRTOSDemo/FreeRTOSDemo.launch
similarity index 100%
rename from sdk/Applications/EvKitExamples/FreeRTOSDemo/FreeRTOSDemo.launch
rename to lib/sdk/Applications/EvKitExamples/FreeRTOSDemo/FreeRTOSDemo.launch
diff --git a/sdk/Applications/EvKitExamples/FreeRTOSDemo/Makefile b/lib/sdk/Applications/EvKitExamples/FreeRTOSDemo/Makefile
similarity index 100%
rename from sdk/Applications/EvKitExamples/FreeRTOSDemo/Makefile
rename to lib/sdk/Applications/EvKitExamples/FreeRTOSDemo/Makefile
diff --git a/sdk/Applications/EvKitExamples/FreeRTOSDemo/freertos_tickless.c b/lib/sdk/Applications/EvKitExamples/FreeRTOSDemo/freertos_tickless.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/FreeRTOSDemo/freertos_tickless.c
rename to lib/sdk/Applications/EvKitExamples/FreeRTOSDemo/freertos_tickless.c
diff --git a/sdk/Applications/EvKitExamples/FreeRTOSDemo/main.c b/lib/sdk/Applications/EvKitExamples/FreeRTOSDemo/main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/FreeRTOSDemo/main.c
rename to lib/sdk/Applications/EvKitExamples/FreeRTOSDemo/main.c
diff --git a/sdk/Applications/EvKitExamples/GPIO/.cproject b/lib/sdk/Applications/EvKitExamples/GPIO/.cproject
similarity index 100%
rename from sdk/Applications/EvKitExamples/GPIO/.cproject
rename to lib/sdk/Applications/EvKitExamples/GPIO/.cproject
diff --git a/sdk/Applications/EvKitExamples/GPIO/.project b/lib/sdk/Applications/EvKitExamples/GPIO/.project
similarity index 100%
rename from sdk/Applications/EvKitExamples/GPIO/.project
rename to lib/sdk/Applications/EvKitExamples/GPIO/.project
diff --git a/sdk/Applications/EvKitExamples/DES/.settings/language.settings.xml b/lib/sdk/Applications/EvKitExamples/GPIO/.settings/language.settings.xml
similarity index 100%
rename from sdk/Applications/EvKitExamples/DES/.settings/language.settings.xml
rename to lib/sdk/Applications/EvKitExamples/GPIO/.settings/language.settings.xml
diff --git a/sdk/Applications/EvKitExamples/GPIO/GPIO.launch b/lib/sdk/Applications/EvKitExamples/GPIO/GPIO.launch
similarity index 100%
rename from sdk/Applications/EvKitExamples/GPIO/GPIO.launch
rename to lib/sdk/Applications/EvKitExamples/GPIO/GPIO.launch
diff --git a/sdk/Applications/EvKitExamples/GPIO/Makefile b/lib/sdk/Applications/EvKitExamples/GPIO/Makefile
similarity index 100%
rename from sdk/Applications/EvKitExamples/GPIO/Makefile
rename to lib/sdk/Applications/EvKitExamples/GPIO/Makefile
diff --git a/sdk/Applications/EvKitExamples/GPIO/main.c b/lib/sdk/Applications/EvKitExamples/GPIO/main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/GPIO/main.c
rename to lib/sdk/Applications/EvKitExamples/GPIO/main.c
diff --git a/sdk/Applications/EvKitExamples/HTMR/.cproject b/lib/sdk/Applications/EvKitExamples/HTMR/.cproject
similarity index 100%
rename from sdk/Applications/EvKitExamples/HTMR/.cproject
rename to lib/sdk/Applications/EvKitExamples/HTMR/.cproject
diff --git a/sdk/Applications/EvKitExamples/HTMR/.project b/lib/sdk/Applications/EvKitExamples/HTMR/.project
similarity index 100%
rename from sdk/Applications/EvKitExamples/HTMR/.project
rename to lib/sdk/Applications/EvKitExamples/HTMR/.project
diff --git a/sdk/Applications/EvKitExamples/DMA/.settings/language.settings.xml b/lib/sdk/Applications/EvKitExamples/HTMR/.settings/language.settings.xml
similarity index 100%
rename from sdk/Applications/EvKitExamples/DMA/.settings/language.settings.xml
rename to lib/sdk/Applications/EvKitExamples/HTMR/.settings/language.settings.xml
diff --git a/sdk/Applications/EvKitExamples/HTMR/HTMR.launch b/lib/sdk/Applications/EvKitExamples/HTMR/HTMR.launch
similarity index 100%
rename from sdk/Applications/EvKitExamples/HTMR/HTMR.launch
rename to lib/sdk/Applications/EvKitExamples/HTMR/HTMR.launch
diff --git a/sdk/Applications/EvKitExamples/HTMR/Makefile b/lib/sdk/Applications/EvKitExamples/HTMR/Makefile
similarity index 100%
rename from sdk/Applications/EvKitExamples/HTMR/Makefile
rename to lib/sdk/Applications/EvKitExamples/HTMR/Makefile
diff --git a/sdk/Applications/EvKitExamples/HTMR/main.c b/lib/sdk/Applications/EvKitExamples/HTMR/main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/HTMR/main.c
rename to lib/sdk/Applications/EvKitExamples/HTMR/main.c
diff --git a/Hello_World/.cproject b/lib/sdk/Applications/EvKitExamples/Hello_World/.cproject
similarity index 100%
rename from Hello_World/.cproject
rename to lib/sdk/Applications/EvKitExamples/Hello_World/.cproject
diff --git a/Hello_World/.project b/lib/sdk/Applications/EvKitExamples/Hello_World/.project
similarity index 100%
rename from Hello_World/.project
rename to lib/sdk/Applications/EvKitExamples/Hello_World/.project
diff --git a/sdk/Applications/EvKitExamples/DualCore/.settings/language.settings.xml b/lib/sdk/Applications/EvKitExamples/Hello_World/.settings/language.settings.xml
similarity index 100%
rename from sdk/Applications/EvKitExamples/DualCore/.settings/language.settings.xml
rename to lib/sdk/Applications/EvKitExamples/Hello_World/.settings/language.settings.xml
diff --git a/sdk/Applications/EvKitExamples/Hello_World/Hello_World.launch b/lib/sdk/Applications/EvKitExamples/Hello_World/Hello_World.launch
similarity index 100%
rename from sdk/Applications/EvKitExamples/Hello_World/Hello_World.launch
rename to lib/sdk/Applications/EvKitExamples/Hello_World/Hello_World.launch
diff --git a/sdk/Applications/EvKitExamples/Hello_World/Makefile b/lib/sdk/Applications/EvKitExamples/Hello_World/Makefile
similarity index 100%
rename from sdk/Applications/EvKitExamples/Hello_World/Makefile
rename to lib/sdk/Applications/EvKitExamples/Hello_World/Makefile
diff --git a/sdk/Applications/EvKitExamples/Hello_World/main.c b/lib/sdk/Applications/EvKitExamples/Hello_World/main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/Hello_World/main.c
rename to lib/sdk/Applications/EvKitExamples/Hello_World/main.c
diff --git a/sdk/Applications/EvKitExamples/I2C/.cproject b/lib/sdk/Applications/EvKitExamples/I2C/.cproject
similarity index 100%
rename from sdk/Applications/EvKitExamples/I2C/.cproject
rename to lib/sdk/Applications/EvKitExamples/I2C/.cproject
diff --git a/sdk/Applications/EvKitExamples/I2C/.project b/lib/sdk/Applications/EvKitExamples/I2C/.project
similarity index 100%
rename from sdk/Applications/EvKitExamples/I2C/.project
rename to lib/sdk/Applications/EvKitExamples/I2C/.project
diff --git a/sdk/Applications/EvKitExamples/ECC/.settings/language.settings.xml b/lib/sdk/Applications/EvKitExamples/I2C/.settings/language.settings.xml
similarity index 100%
rename from sdk/Applications/EvKitExamples/ECC/.settings/language.settings.xml
rename to lib/sdk/Applications/EvKitExamples/I2C/.settings/language.settings.xml
diff --git a/sdk/Applications/EvKitExamples/I2C/I2C.launch b/lib/sdk/Applications/EvKitExamples/I2C/I2C.launch
similarity index 100%
rename from sdk/Applications/EvKitExamples/I2C/I2C.launch
rename to lib/sdk/Applications/EvKitExamples/I2C/I2C.launch
diff --git a/sdk/Applications/EvKitExamples/I2C/Makefile b/lib/sdk/Applications/EvKitExamples/I2C/Makefile
similarity index 100%
rename from sdk/Applications/EvKitExamples/I2C/Makefile
rename to lib/sdk/Applications/EvKitExamples/I2C/Makefile
diff --git a/sdk/Applications/EvKitExamples/I2C/main.c b/lib/sdk/Applications/EvKitExamples/I2C/main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/I2C/main.c
rename to lib/sdk/Applications/EvKitExamples/I2C/main.c
diff --git a/sdk/Applications/EvKitExamples/ICC/.cproject b/lib/sdk/Applications/EvKitExamples/ICC/.cproject
similarity index 100%
rename from sdk/Applications/EvKitExamples/ICC/.cproject
rename to lib/sdk/Applications/EvKitExamples/ICC/.cproject
diff --git a/sdk/Applications/EvKitExamples/ICC/.project b/lib/sdk/Applications/EvKitExamples/ICC/.project
similarity index 100%
rename from sdk/Applications/EvKitExamples/ICC/.project
rename to lib/sdk/Applications/EvKitExamples/ICC/.project
diff --git a/sdk/Applications/EvKitExamples/Flash/.settings/language.settings.xml b/lib/sdk/Applications/EvKitExamples/ICC/.settings/language.settings.xml
similarity index 100%
rename from sdk/Applications/EvKitExamples/Flash/.settings/language.settings.xml
rename to lib/sdk/Applications/EvKitExamples/ICC/.settings/language.settings.xml
diff --git a/sdk/Applications/EvKitExamples/ICC/ICC.launch b/lib/sdk/Applications/EvKitExamples/ICC/ICC.launch
similarity index 100%
rename from sdk/Applications/EvKitExamples/ICC/ICC.launch
rename to lib/sdk/Applications/EvKitExamples/ICC/ICC.launch
diff --git a/sdk/Applications/EvKitExamples/ICC/Makefile b/lib/sdk/Applications/EvKitExamples/ICC/Makefile
similarity index 100%
rename from sdk/Applications/EvKitExamples/ICC/Makefile
rename to lib/sdk/Applications/EvKitExamples/ICC/Makefile
diff --git a/sdk/Applications/EvKitExamples/ICC/main.c b/lib/sdk/Applications/EvKitExamples/ICC/main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/ICC/main.c
rename to lib/sdk/Applications/EvKitExamples/ICC/main.c
diff --git a/sdk/Applications/EvKitExamples/LCD/.cproject b/lib/sdk/Applications/EvKitExamples/LCD/.cproject
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/.cproject
rename to lib/sdk/Applications/EvKitExamples/LCD/.cproject
diff --git a/sdk/Applications/EvKitExamples/LCD/.project b/lib/sdk/Applications/EvKitExamples/LCD/.project
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/.project
rename to lib/sdk/Applications/EvKitExamples/LCD/.project
diff --git a/sdk/Applications/EvKitExamples/FreeRTOSDemo/.settings/language.settings.xml b/lib/sdk/Applications/EvKitExamples/LCD/.settings/language.settings.xml
similarity index 100%
rename from sdk/Applications/EvKitExamples/FreeRTOSDemo/.settings/language.settings.xml
rename to lib/sdk/Applications/EvKitExamples/LCD/.settings/language.settings.xml
diff --git a/sdk/Applications/EvKitExamples/LCD/LCD.launch b/lib/sdk/Applications/EvKitExamples/LCD/LCD.launch
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/LCD.launch
rename to lib/sdk/Applications/EvKitExamples/LCD/LCD.launch
diff --git a/sdk/Applications/EvKitExamples/LCD/Makefile b/lib/sdk/Applications/EvKitExamples/LCD/Makefile
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/Makefile
rename to lib/sdk/Applications/EvKitExamples/LCD/Makefile
diff --git a/sdk/Applications/EvKitExamples/LCD/lv_conf.h b/lib/sdk/Applications/EvKitExamples/LCD/lv_conf.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lv_conf.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lv_conf.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/README.md b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/README.md
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/README.md
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/README.md
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/docs/CODE_OF_CONDUCT.md b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/docs/CODE_OF_CONDUCT.md
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/docs/CODE_OF_CONDUCT.md
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/docs/CODE_OF_CONDUCT.md
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/docs/CONTRIBUTING.md b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/docs/CONTRIBUTING.md
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/docs/CONTRIBUTING.md
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/docs/CONTRIBUTING.md
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/docs/astyle_c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/docs/astyle_c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/docs/astyle_c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/docs/astyle_c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/docs/astyle_h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/docs/astyle_h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/docs/astyle_h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/docs/astyle_h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/licence.txt b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/licence.txt
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/licence.txt
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/licence.txt
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_conf_templ.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_conf_templ.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_conf_templ.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_conf_templ.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_core.mk b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_core.mk
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_core.mk
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_core.mk
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_group.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_group.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_group.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_group.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_group.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_group.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_group.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_group.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_indev.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_indev.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_indev.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_indev.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_indev.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_indev.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_indev.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_indev.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_obj.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_obj.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_obj.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_obj.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_obj.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_obj.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_obj.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_obj.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_refr.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_refr.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_refr.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_refr.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_refr.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_refr.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_refr.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_refr.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_style.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_style.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_style.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_style.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_style.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_style.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_style.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_style.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_vdb.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_vdb.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_vdb.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_vdb.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_vdb.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_vdb.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_vdb.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_core/lv_vdb.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw.mk b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw.mk
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw.mk
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw.mk
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_arc.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_arc.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_arc.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_arc.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_arc.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_arc.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_arc.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_arc.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_img.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_img.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_img.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_img.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_img.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_img.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_img.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_img.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_label.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_label.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_label.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_label.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_label.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_label.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_label.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_label.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_line.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_line.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_line.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_line.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_line.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_line.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_line.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_line.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_rbasic.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_rbasic.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_rbasic.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_rbasic.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_rbasic.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_rbasic.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_rbasic.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_rbasic.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_rect.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_rect.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_rect.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_rect.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_rect.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_rect.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_rect.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_rect.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_triangle.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_triangle.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_triangle.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_triangle.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_triangle.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_triangle.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_triangle.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_triangle.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_vbasic.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_vbasic.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_vbasic.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_vbasic.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_vbasic.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_vbasic.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_vbasic.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_draw/lv_draw_vbasic.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_builtin.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_builtin.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_builtin.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_builtin.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_builtin.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_builtin.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_builtin.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_builtin.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_10.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_10.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_10.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_10.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_10_cyrillic.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_10_cyrillic.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_10_cyrillic.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_10_cyrillic.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_10_latin_sup.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_10_latin_sup.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_10_latin_sup.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_10_latin_sup.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_20.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_20.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_20.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_20.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_20_cyrillic.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_20_cyrillic.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_20_cyrillic.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_20_cyrillic.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_20_latin_sup.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_20_latin_sup.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_20_latin_sup.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_20_latin_sup.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_30.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_30.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_30.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_30.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_30_cyrillic.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_30_cyrillic.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_30_cyrillic.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_30_cyrillic.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_30_latin_sup.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_30_latin_sup.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_30_latin_sup.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_30_latin_sup.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_40.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_40.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_40.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_40.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_40_cyrillic.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_40_cyrillic.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_40_cyrillic.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_40_cyrillic.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_40_latin_sup.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_40_latin_sup.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_40_latin_sup.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_dejavu_40_latin_sup.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_monospace_8.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_monospace_8.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_monospace_8.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_monospace_8.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_symbol_10.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_symbol_10.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_symbol_10.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_symbol_10.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_symbol_20.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_symbol_20.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_symbol_20.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_symbol_20.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_symbol_30.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_symbol_30.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_symbol_30.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_symbol_30.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_symbol_40.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_symbol_40.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_symbol_40.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_font_symbol_40.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_fonts.mk b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_fonts.mk
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_fonts.mk
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_fonts/lv_fonts.mk
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_hal/lv_hal.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_hal/lv_hal.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_hal/lv_hal.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_hal/lv_hal.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_hal/lv_hal.mk b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_hal/lv_hal.mk
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_hal/lv_hal.mk
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_hal/lv_hal.mk
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_hal/lv_hal_disp.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_hal/lv_hal_disp.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_hal/lv_hal_disp.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_hal/lv_hal_disp.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_hal/lv_hal_disp.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_hal/lv_hal_disp.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_hal/lv_hal_disp.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_hal/lv_hal_disp.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_hal/lv_hal_indev.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_hal/lv_hal_indev.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_hal/lv_hal_indev.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_hal/lv_hal_indev.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_hal/lv_hal_indev.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_hal/lv_hal_indev.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_hal/lv_hal_indev.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_hal/lv_hal_indev.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_hal/lv_hal_tick.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_hal/lv_hal_tick.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_hal/lv_hal_tick.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_hal/lv_hal_tick.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_hal/lv_hal_tick.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_hal/lv_hal_tick.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_hal/lv_hal_tick.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_hal/lv_hal_tick.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_anim.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_anim.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_anim.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_anim.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_anim.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_anim.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_anim.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_anim.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_area.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_area.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_area.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_area.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_area.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_area.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_area.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_area.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_circ.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_circ.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_circ.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_circ.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_circ.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_circ.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_circ.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_circ.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_color.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_color.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_color.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_color.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_color.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_color.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_color.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_color.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_font.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_font.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_font.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_font.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_font.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_font.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_font.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_font.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_fs.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_fs.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_fs.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_fs.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_fs.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_fs.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_fs.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_fs.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_ll.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_ll.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_ll.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_ll.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_ll.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_ll.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_ll.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_ll.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_log.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_log.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_log.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_log.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_log.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_log.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_log.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_log.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_math.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_math.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_math.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_math.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_math.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_math.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_math.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_math.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_mem.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_mem.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_mem.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_mem.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_mem.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_mem.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_mem.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_mem.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_misc.mk b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_misc.mk
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_misc.mk
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_misc.mk
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_symbol_def.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_symbol_def.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_symbol_def.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_symbol_def.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_task.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_task.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_task.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_task.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_task.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_task.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_task.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_task.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_templ.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_templ.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_templ.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_templ.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_templ.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_templ.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_templ.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_templ.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_txt.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_txt.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_txt.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_txt.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_txt.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_txt.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_txt.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_txt.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_ufs.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_ufs.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_ufs.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_ufs.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_ufs.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_ufs.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_ufs.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_misc/lv_ufs.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_arc.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_arc.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_arc.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_arc.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_arc.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_arc.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_arc.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_arc.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_bar.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_bar.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_bar.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_bar.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_bar.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_bar.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_bar.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_bar.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_btn.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_btn.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_btn.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_btn.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_btn.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_btn.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_btn.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_btn.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_btnm.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_btnm.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_btnm.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_btnm.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_btnm.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_btnm.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_btnm.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_btnm.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_calendar.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_calendar.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_calendar.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_calendar.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_calendar.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_calendar.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_calendar.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_calendar.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_cb.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_cb.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_cb.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_cb.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_cb.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_cb.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_cb.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_cb.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_chart.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_chart.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_chart.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_chart.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_chart.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_chart.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_chart.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_chart.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_cont.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_cont.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_cont.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_cont.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_cont.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_cont.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_cont.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_cont.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_ddlist.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_ddlist.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_ddlist.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_ddlist.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_ddlist.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_ddlist.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_ddlist.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_ddlist.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_gauge.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_gauge.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_gauge.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_gauge.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_gauge.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_gauge.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_gauge.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_gauge.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_img.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_img.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_img.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_img.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_img.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_img.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_img.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_img.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_imgbtn.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_imgbtn.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_imgbtn.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_imgbtn.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_imgbtn.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_imgbtn.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_imgbtn.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_imgbtn.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_kb.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_kb.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_kb.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_kb.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_kb.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_kb.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_kb.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_kb.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_label.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_label.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_label.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_label.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_label.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_label.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_label.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_label.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_led.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_led.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_led.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_led.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_led.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_led.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_led.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_led.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_line.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_line.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_line.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_line.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_line.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_line.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_line.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_line.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_list.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_list.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_list.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_list.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_list.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_list.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_list.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_list.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_lmeter.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_lmeter.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_lmeter.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_lmeter.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_lmeter.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_lmeter.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_lmeter.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_lmeter.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_mbox.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_mbox.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_mbox.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_mbox.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_mbox.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_mbox.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_mbox.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_mbox.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_objx.mk b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_objx.mk
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_objx.mk
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_objx.mk
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_objx_templ.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_objx_templ.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_objx_templ.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_objx_templ.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_objx_templ.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_objx_templ.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_objx_templ.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_objx_templ.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_page.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_page.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_page.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_page.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_page.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_page.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_page.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_page.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_preload.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_preload.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_preload.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_preload.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_preload.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_preload.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_preload.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_preload.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_roller.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_roller.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_roller.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_roller.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_roller.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_roller.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_roller.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_roller.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_slider.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_slider.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_slider.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_slider.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_slider.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_slider.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_slider.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_slider.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_sw.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_sw.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_sw.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_sw.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_sw.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_sw.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_sw.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_sw.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_ta.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_ta.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_ta.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_ta.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_ta.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_ta.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_ta.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_ta.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_tabview.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_tabview.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_tabview.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_tabview.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_tabview.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_tabview.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_tabview.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_tabview.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_win.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_win.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_win.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_win.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_win.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_win.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_win.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_objx/lv_win.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_alien.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_alien.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_alien.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_alien.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_alien.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_alien.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_alien.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_alien.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_default.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_default.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_default.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_default.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_default.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_default.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_default.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_default.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_material.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_material.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_material.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_material.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_material.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_material.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_material.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_material.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_mono.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_mono.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_mono.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_mono.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_mono.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_mono.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_mono.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_mono.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_nemo.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_nemo.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_nemo.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_nemo.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_nemo.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_nemo.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_nemo.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_nemo.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_night.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_night.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_night.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_night.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_night.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_night.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_night.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_night.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_templ.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_templ.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_templ.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_templ.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_templ.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_templ.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_templ.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_templ.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_zen.c b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_zen.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_zen.c
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_zen.c
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_zen.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_zen.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_zen.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_theme_zen.h
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_themes.mk b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_themes.mk
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_themes.mk
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lv_themes/lv_themes.mk
diff --git a/sdk/Applications/EvKitExamples/LCD/lvgl/lvgl.h b/lib/sdk/Applications/EvKitExamples/LCD/lvgl/lvgl.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/lvgl/lvgl.h
rename to lib/sdk/Applications/EvKitExamples/LCD/lvgl/lvgl.h
diff --git a/sdk/Applications/EvKitExamples/LCD/main.c b/lib/sdk/Applications/EvKitExamples/LCD/main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/main.c
rename to lib/sdk/Applications/EvKitExamples/LCD/main.c
diff --git a/sdk/Applications/EvKitExamples/LP/.cproject b/lib/sdk/Applications/EvKitExamples/LP/.cproject
similarity index 100%
rename from sdk/Applications/EvKitExamples/LP/.cproject
rename to lib/sdk/Applications/EvKitExamples/LP/.cproject
diff --git a/sdk/Applications/EvKitExamples/LP/.project b/lib/sdk/Applications/EvKitExamples/LP/.project
similarity index 100%
rename from sdk/Applications/EvKitExamples/LP/.project
rename to lib/sdk/Applications/EvKitExamples/LP/.project
diff --git a/sdk/Applications/EvKitExamples/GPIO/.settings/language.settings.xml b/lib/sdk/Applications/EvKitExamples/LP/.settings/language.settings.xml
similarity index 100%
rename from sdk/Applications/EvKitExamples/GPIO/.settings/language.settings.xml
rename to lib/sdk/Applications/EvKitExamples/LP/.settings/language.settings.xml
diff --git a/sdk/Applications/EvKitExamples/LP/LP.launch b/lib/sdk/Applications/EvKitExamples/LP/LP.launch
similarity index 100%
rename from sdk/Applications/EvKitExamples/LP/LP.launch
rename to lib/sdk/Applications/EvKitExamples/LP/LP.launch
diff --git a/sdk/Applications/EvKitExamples/LP/Makefile b/lib/sdk/Applications/EvKitExamples/LP/Makefile
similarity index 100%
rename from sdk/Applications/EvKitExamples/LP/Makefile
rename to lib/sdk/Applications/EvKitExamples/LP/Makefile
diff --git a/sdk/Applications/EvKitExamples/LP/backup_init.S b/lib/sdk/Applications/EvKitExamples/LP/backup_init.S
similarity index 100%
rename from sdk/Applications/EvKitExamples/LP/backup_init.S
rename to lib/sdk/Applications/EvKitExamples/LP/backup_init.S
diff --git a/sdk/Applications/EvKitExamples/LP/lp.ld b/lib/sdk/Applications/EvKitExamples/LP/lp.ld
similarity index 100%
rename from sdk/Applications/EvKitExamples/LP/lp.ld
rename to lib/sdk/Applications/EvKitExamples/LP/lp.ld
diff --git a/sdk/Applications/EvKitExamples/LP/main.c b/lib/sdk/Applications/EvKitExamples/LP/main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/LP/main.c
rename to lib/sdk/Applications/EvKitExamples/LP/main.c
diff --git a/sdk/Applications/EvKitExamples/MAA/.cproject b/lib/sdk/Applications/EvKitExamples/MAA/.cproject
similarity index 100%
rename from sdk/Applications/EvKitExamples/MAA/.cproject
rename to lib/sdk/Applications/EvKitExamples/MAA/.cproject
diff --git a/sdk/Applications/EvKitExamples/MAA/.project b/lib/sdk/Applications/EvKitExamples/MAA/.project
similarity index 100%
rename from sdk/Applications/EvKitExamples/MAA/.project
rename to lib/sdk/Applications/EvKitExamples/MAA/.project
diff --git a/sdk/Applications/EvKitExamples/HTMR/.settings/language.settings.xml b/lib/sdk/Applications/EvKitExamples/MAA/.settings/language.settings.xml
similarity index 100%
rename from sdk/Applications/EvKitExamples/HTMR/.settings/language.settings.xml
rename to lib/sdk/Applications/EvKitExamples/MAA/.settings/language.settings.xml
diff --git a/sdk/Applications/EvKitExamples/MAA/MAA.launch b/lib/sdk/Applications/EvKitExamples/MAA/MAA.launch
similarity index 100%
rename from sdk/Applications/EvKitExamples/MAA/MAA.launch
rename to lib/sdk/Applications/EvKitExamples/MAA/MAA.launch
diff --git a/sdk/Applications/EvKitExamples/MAA/Makefile b/lib/sdk/Applications/EvKitExamples/MAA/Makefile
similarity index 100%
rename from sdk/Applications/EvKitExamples/MAA/Makefile
rename to lib/sdk/Applications/EvKitExamples/MAA/Makefile
diff --git a/sdk/Applications/EvKitExamples/MAA/main.c b/lib/sdk/Applications/EvKitExamples/MAA/main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/MAA/main.c
rename to lib/sdk/Applications/EvKitExamples/MAA/main.c
diff --git a/sdk/Applications/EvKitExamples/OWM/.cproject b/lib/sdk/Applications/EvKitExamples/OWM/.cproject
similarity index 100%
rename from sdk/Applications/EvKitExamples/OWM/.cproject
rename to lib/sdk/Applications/EvKitExamples/OWM/.cproject
diff --git a/sdk/Applications/EvKitExamples/OWM/.project b/lib/sdk/Applications/EvKitExamples/OWM/.project
similarity index 100%
rename from sdk/Applications/EvKitExamples/OWM/.project
rename to lib/sdk/Applications/EvKitExamples/OWM/.project
diff --git a/sdk/Applications/EvKitExamples/Hello_World/.settings/language.settings.xml b/lib/sdk/Applications/EvKitExamples/OWM/.settings/language.settings.xml
similarity index 100%
rename from sdk/Applications/EvKitExamples/Hello_World/.settings/language.settings.xml
rename to lib/sdk/Applications/EvKitExamples/OWM/.settings/language.settings.xml
diff --git a/sdk/Applications/EvKitExamples/OWM/Makefile b/lib/sdk/Applications/EvKitExamples/OWM/Makefile
similarity index 100%
rename from sdk/Applications/EvKitExamples/OWM/Makefile
rename to lib/sdk/Applications/EvKitExamples/OWM/Makefile
diff --git a/sdk/Applications/EvKitExamples/OWM/OWM.launch b/lib/sdk/Applications/EvKitExamples/OWM/OWM.launch
similarity index 100%
rename from sdk/Applications/EvKitExamples/OWM/OWM.launch
rename to lib/sdk/Applications/EvKitExamples/OWM/OWM.launch
diff --git a/sdk/Applications/EvKitExamples/OWM/main.c b/lib/sdk/Applications/EvKitExamples/OWM/main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/OWM/main.c
rename to lib/sdk/Applications/EvKitExamples/OWM/main.c
diff --git a/sdk/Applications/EvKitExamples/Pulse_Train/.cproject b/lib/sdk/Applications/EvKitExamples/Pulse_Train/.cproject
similarity index 100%
rename from sdk/Applications/EvKitExamples/Pulse_Train/.cproject
rename to lib/sdk/Applications/EvKitExamples/Pulse_Train/.cproject
diff --git a/sdk/Applications/EvKitExamples/Pulse_Train/.project b/lib/sdk/Applications/EvKitExamples/Pulse_Train/.project
similarity index 100%
rename from sdk/Applications/EvKitExamples/Pulse_Train/.project
rename to lib/sdk/Applications/EvKitExamples/Pulse_Train/.project
diff --git a/sdk/Applications/EvKitExamples/I2C/.settings/language.settings.xml b/lib/sdk/Applications/EvKitExamples/Pulse_Train/.settings/language.settings.xml
similarity index 100%
rename from sdk/Applications/EvKitExamples/I2C/.settings/language.settings.xml
rename to lib/sdk/Applications/EvKitExamples/Pulse_Train/.settings/language.settings.xml
diff --git a/sdk/Applications/EvKitExamples/Pulse_Train/Makefile b/lib/sdk/Applications/EvKitExamples/Pulse_Train/Makefile
similarity index 100%
rename from sdk/Applications/EvKitExamples/Pulse_Train/Makefile
rename to lib/sdk/Applications/EvKitExamples/Pulse_Train/Makefile
diff --git a/sdk/Applications/EvKitExamples/Pulse_Train/Pulse_Train.launch b/lib/sdk/Applications/EvKitExamples/Pulse_Train/Pulse_Train.launch
similarity index 100%
rename from sdk/Applications/EvKitExamples/Pulse_Train/Pulse_Train.launch
rename to lib/sdk/Applications/EvKitExamples/Pulse_Train/Pulse_Train.launch
diff --git a/sdk/Applications/EvKitExamples/Pulse_Train/main.c b/lib/sdk/Applications/EvKitExamples/Pulse_Train/main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/Pulse_Train/main.c
rename to lib/sdk/Applications/EvKitExamples/Pulse_Train/main.c
diff --git a/sdk/Applications/EvKitExamples/RTC/.cproject b/lib/sdk/Applications/EvKitExamples/RTC/.cproject
similarity index 100%
rename from sdk/Applications/EvKitExamples/RTC/.cproject
rename to lib/sdk/Applications/EvKitExamples/RTC/.cproject
diff --git a/sdk/Applications/EvKitExamples/RTC/.project b/lib/sdk/Applications/EvKitExamples/RTC/.project
similarity index 100%
rename from sdk/Applications/EvKitExamples/RTC/.project
rename to lib/sdk/Applications/EvKitExamples/RTC/.project
diff --git a/sdk/Applications/EvKitExamples/ICC/.settings/language.settings.xml b/lib/sdk/Applications/EvKitExamples/RTC/.settings/language.settings.xml
similarity index 100%
rename from sdk/Applications/EvKitExamples/ICC/.settings/language.settings.xml
rename to lib/sdk/Applications/EvKitExamples/RTC/.settings/language.settings.xml
diff --git a/sdk/Applications/EvKitExamples/RTC/Makefile b/lib/sdk/Applications/EvKitExamples/RTC/Makefile
similarity index 100%
rename from sdk/Applications/EvKitExamples/RTC/Makefile
rename to lib/sdk/Applications/EvKitExamples/RTC/Makefile
diff --git a/sdk/Applications/EvKitExamples/RTC/RTC.launch b/lib/sdk/Applications/EvKitExamples/RTC/RTC.launch
similarity index 100%
rename from sdk/Applications/EvKitExamples/RTC/RTC.launch
rename to lib/sdk/Applications/EvKitExamples/RTC/RTC.launch
diff --git a/sdk/Applications/EvKitExamples/RTC/main.c b/lib/sdk/Applications/EvKitExamples/RTC/main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/RTC/main.c
rename to lib/sdk/Applications/EvKitExamples/RTC/main.c
diff --git a/sdk/Applications/EvKitExamples/SDHC_FAT/.cproject b/lib/sdk/Applications/EvKitExamples/SDHC_FAT/.cproject
similarity index 100%
rename from sdk/Applications/EvKitExamples/SDHC_FAT/.cproject
rename to lib/sdk/Applications/EvKitExamples/SDHC_FAT/.cproject
diff --git a/sdk/Applications/EvKitExamples/SDHC_FAT/.project b/lib/sdk/Applications/EvKitExamples/SDHC_FAT/.project
similarity index 100%
rename from sdk/Applications/EvKitExamples/SDHC_FAT/.project
rename to lib/sdk/Applications/EvKitExamples/SDHC_FAT/.project
diff --git a/sdk/Applications/EvKitExamples/LCD/.settings/language.settings.xml b/lib/sdk/Applications/EvKitExamples/SDHC_FAT/.settings/language.settings.xml
similarity index 100%
rename from sdk/Applications/EvKitExamples/LCD/.settings/language.settings.xml
rename to lib/sdk/Applications/EvKitExamples/SDHC_FAT/.settings/language.settings.xml
diff --git a/sdk/Applications/EvKitExamples/SDHC_FAT/Makefile b/lib/sdk/Applications/EvKitExamples/SDHC_FAT/Makefile
similarity index 100%
rename from sdk/Applications/EvKitExamples/SDHC_FAT/Makefile
rename to lib/sdk/Applications/EvKitExamples/SDHC_FAT/Makefile
diff --git a/sdk/Applications/EvKitExamples/SDHC_FAT/SDHC_FAT.launch b/lib/sdk/Applications/EvKitExamples/SDHC_FAT/SDHC_FAT.launch
similarity index 100%
rename from sdk/Applications/EvKitExamples/SDHC_FAT/SDHC_FAT.launch
rename to lib/sdk/Applications/EvKitExamples/SDHC_FAT/SDHC_FAT.launch
diff --git a/sdk/Applications/EvKitExamples/SDHC_FAT/main.c b/lib/sdk/Applications/EvKitExamples/SDHC_FAT/main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/SDHC_FAT/main.c
rename to lib/sdk/Applications/EvKitExamples/SDHC_FAT/main.c
diff --git a/sdk/Applications/EvKitExamples/SDHC_Raw/.cproject b/lib/sdk/Applications/EvKitExamples/SDHC_Raw/.cproject
similarity index 100%
rename from sdk/Applications/EvKitExamples/SDHC_Raw/.cproject
rename to lib/sdk/Applications/EvKitExamples/SDHC_Raw/.cproject
diff --git a/sdk/Applications/EvKitExamples/SDHC_Raw/.project b/lib/sdk/Applications/EvKitExamples/SDHC_Raw/.project
similarity index 100%
rename from sdk/Applications/EvKitExamples/SDHC_Raw/.project
rename to lib/sdk/Applications/EvKitExamples/SDHC_Raw/.project
diff --git a/sdk/Applications/EvKitExamples/LP/.settings/language.settings.xml b/lib/sdk/Applications/EvKitExamples/SDHC_Raw/.settings/language.settings.xml
similarity index 100%
rename from sdk/Applications/EvKitExamples/LP/.settings/language.settings.xml
rename to lib/sdk/Applications/EvKitExamples/SDHC_Raw/.settings/language.settings.xml
diff --git a/sdk/Applications/EvKitExamples/SDHC_Raw/Makefile b/lib/sdk/Applications/EvKitExamples/SDHC_Raw/Makefile
similarity index 100%
rename from sdk/Applications/EvKitExamples/SDHC_Raw/Makefile
rename to lib/sdk/Applications/EvKitExamples/SDHC_Raw/Makefile
diff --git a/sdk/Applications/EvKitExamples/SDHC_Raw/SDHC_RAW.launch b/lib/sdk/Applications/EvKitExamples/SDHC_Raw/SDHC_RAW.launch
similarity index 100%
rename from sdk/Applications/EvKitExamples/SDHC_Raw/SDHC_RAW.launch
rename to lib/sdk/Applications/EvKitExamples/SDHC_Raw/SDHC_RAW.launch
diff --git a/sdk/Applications/EvKitExamples/SDHC_Raw/main.c b/lib/sdk/Applications/EvKitExamples/SDHC_Raw/main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/SDHC_Raw/main.c
rename to lib/sdk/Applications/EvKitExamples/SDHC_Raw/main.c
diff --git a/sdk/Applications/EvKitExamples/SPI/.cproject b/lib/sdk/Applications/EvKitExamples/SPI/.cproject
similarity index 100%
rename from sdk/Applications/EvKitExamples/SPI/.cproject
rename to lib/sdk/Applications/EvKitExamples/SPI/.cproject
diff --git a/sdk/Applications/EvKitExamples/SPI/.project b/lib/sdk/Applications/EvKitExamples/SPI/.project
similarity index 100%
rename from sdk/Applications/EvKitExamples/SPI/.project
rename to lib/sdk/Applications/EvKitExamples/SPI/.project
diff --git a/sdk/Applications/EvKitExamples/MAA/.settings/language.settings.xml b/lib/sdk/Applications/EvKitExamples/SPI/.settings/language.settings.xml
similarity index 100%
rename from sdk/Applications/EvKitExamples/MAA/.settings/language.settings.xml
rename to lib/sdk/Applications/EvKitExamples/SPI/.settings/language.settings.xml
diff --git a/sdk/Applications/EvKitExamples/SPI/Makefile b/lib/sdk/Applications/EvKitExamples/SPI/Makefile
similarity index 100%
rename from sdk/Applications/EvKitExamples/SPI/Makefile
rename to lib/sdk/Applications/EvKitExamples/SPI/Makefile
diff --git a/sdk/Applications/EvKitExamples/SPI/SPI.launch b/lib/sdk/Applications/EvKitExamples/SPI/SPI.launch
similarity index 100%
rename from sdk/Applications/EvKitExamples/SPI/SPI.launch
rename to lib/sdk/Applications/EvKitExamples/SPI/SPI.launch
diff --git a/sdk/Applications/EvKitExamples/SPI/main.c b/lib/sdk/Applications/EvKitExamples/SPI/main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/SPI/main.c
rename to lib/sdk/Applications/EvKitExamples/SPI/main.c
diff --git a/sdk/Applications/EvKitExamples/SPIXF/.cproject b/lib/sdk/Applications/EvKitExamples/SPIXF/.cproject
similarity index 100%
rename from sdk/Applications/EvKitExamples/SPIXF/.cproject
rename to lib/sdk/Applications/EvKitExamples/SPIXF/.cproject
diff --git a/sdk/Applications/EvKitExamples/SPIXF/.project b/lib/sdk/Applications/EvKitExamples/SPIXF/.project
similarity index 100%
rename from sdk/Applications/EvKitExamples/SPIXF/.project
rename to lib/sdk/Applications/EvKitExamples/SPIXF/.project
diff --git a/sdk/Applications/EvKitExamples/OWM/.settings/language.settings.xml b/lib/sdk/Applications/EvKitExamples/SPIXF/.settings/language.settings.xml
similarity index 100%
rename from sdk/Applications/EvKitExamples/OWM/.settings/language.settings.xml
rename to lib/sdk/Applications/EvKitExamples/SPIXF/.settings/language.settings.xml
diff --git a/sdk/Applications/EvKitExamples/SPIXF/Makefile b/lib/sdk/Applications/EvKitExamples/SPIXF/Makefile
similarity index 100%
rename from sdk/Applications/EvKitExamples/SPIXF/Makefile
rename to lib/sdk/Applications/EvKitExamples/SPIXF/Makefile
diff --git a/sdk/Applications/EvKitExamples/SPIXF/SPIXF.launch b/lib/sdk/Applications/EvKitExamples/SPIXF/SPIXF.launch
similarity index 100%
rename from sdk/Applications/EvKitExamples/SPIXF/SPIXF.launch
rename to lib/sdk/Applications/EvKitExamples/SPIXF/SPIXF.launch
diff --git a/sdk/Applications/EvKitExamples/SPIXF/main.c b/lib/sdk/Applications/EvKitExamples/SPIXF/main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/SPIXF/main.c
rename to lib/sdk/Applications/EvKitExamples/SPIXF/main.c
diff --git a/sdk/Applications/EvKitExamples/SPIXF/ramfunc.c b/lib/sdk/Applications/EvKitExamples/SPIXF/ramfunc.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/SPIXF/ramfunc.c
rename to lib/sdk/Applications/EvKitExamples/SPIXF/ramfunc.c
diff --git a/sdk/Applications/EvKitExamples/SPIXR/.cproject b/lib/sdk/Applications/EvKitExamples/SPIXR/.cproject
similarity index 100%
rename from sdk/Applications/EvKitExamples/SPIXR/.cproject
rename to lib/sdk/Applications/EvKitExamples/SPIXR/.cproject
diff --git a/sdk/Applications/EvKitExamples/SPIXR/.project b/lib/sdk/Applications/EvKitExamples/SPIXR/.project
similarity index 100%
rename from sdk/Applications/EvKitExamples/SPIXR/.project
rename to lib/sdk/Applications/EvKitExamples/SPIXR/.project
diff --git a/sdk/Applications/EvKitExamples/Pulse_Train/.settings/language.settings.xml b/lib/sdk/Applications/EvKitExamples/SPIXR/.settings/language.settings.xml
similarity index 100%
rename from sdk/Applications/EvKitExamples/Pulse_Train/.settings/language.settings.xml
rename to lib/sdk/Applications/EvKitExamples/SPIXR/.settings/language.settings.xml
diff --git a/sdk/Applications/EvKitExamples/SPIXR/Makefile b/lib/sdk/Applications/EvKitExamples/SPIXR/Makefile
similarity index 100%
rename from sdk/Applications/EvKitExamples/SPIXR/Makefile
rename to lib/sdk/Applications/EvKitExamples/SPIXR/Makefile
diff --git a/sdk/Applications/EvKitExamples/SPIXR/SPIXR.launch b/lib/sdk/Applications/EvKitExamples/SPIXR/SPIXR.launch
similarity index 100%
rename from sdk/Applications/EvKitExamples/SPIXR/SPIXR.launch
rename to lib/sdk/Applications/EvKitExamples/SPIXR/SPIXR.launch
diff --git a/sdk/Applications/EvKitExamples/SPIXR/main.c b/lib/sdk/Applications/EvKitExamples/SPIXR/main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/SPIXR/main.c
rename to lib/sdk/Applications/EvKitExamples/SPIXR/main.c
diff --git a/sdk/Applications/EvKitExamples/Semaphore/.cproject b/lib/sdk/Applications/EvKitExamples/Semaphore/.cproject
similarity index 100%
rename from sdk/Applications/EvKitExamples/Semaphore/.cproject
rename to lib/sdk/Applications/EvKitExamples/Semaphore/.cproject
diff --git a/sdk/Applications/EvKitExamples/Semaphore/.project b/lib/sdk/Applications/EvKitExamples/Semaphore/.project
similarity index 100%
rename from sdk/Applications/EvKitExamples/Semaphore/.project
rename to lib/sdk/Applications/EvKitExamples/Semaphore/.project
diff --git a/sdk/Applications/EvKitExamples/RTC/.settings/language.settings.xml b/lib/sdk/Applications/EvKitExamples/Semaphore/.settings/language.settings.xml
similarity index 100%
rename from sdk/Applications/EvKitExamples/RTC/.settings/language.settings.xml
rename to lib/sdk/Applications/EvKitExamples/Semaphore/.settings/language.settings.xml
diff --git a/sdk/Applications/EvKitExamples/Semaphore/Makefile b/lib/sdk/Applications/EvKitExamples/Semaphore/Makefile
similarity index 100%
rename from sdk/Applications/EvKitExamples/Semaphore/Makefile
rename to lib/sdk/Applications/EvKitExamples/Semaphore/Makefile
diff --git a/sdk/Applications/EvKitExamples/Semaphore/Semaphore.launch b/lib/sdk/Applications/EvKitExamples/Semaphore/Semaphore.launch
similarity index 100%
rename from sdk/Applications/EvKitExamples/Semaphore/Semaphore.launch
rename to lib/sdk/Applications/EvKitExamples/Semaphore/Semaphore.launch
diff --git a/sdk/Applications/EvKitExamples/Semaphore/main.c b/lib/sdk/Applications/EvKitExamples/Semaphore/main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/Semaphore/main.c
rename to lib/sdk/Applications/EvKitExamples/Semaphore/main.c
diff --git a/sdk/Applications/EvKitExamples/TMR/.cproject b/lib/sdk/Applications/EvKitExamples/TMR/.cproject
similarity index 100%
rename from sdk/Applications/EvKitExamples/TMR/.cproject
rename to lib/sdk/Applications/EvKitExamples/TMR/.cproject
diff --git a/sdk/Applications/EvKitExamples/TMR/.project b/lib/sdk/Applications/EvKitExamples/TMR/.project
similarity index 100%
rename from sdk/Applications/EvKitExamples/TMR/.project
rename to lib/sdk/Applications/EvKitExamples/TMR/.project
diff --git a/sdk/Applications/EvKitExamples/SDHC_FAT/.settings/language.settings.xml b/lib/sdk/Applications/EvKitExamples/TMR/.settings/language.settings.xml
similarity index 100%
rename from sdk/Applications/EvKitExamples/SDHC_FAT/.settings/language.settings.xml
rename to lib/sdk/Applications/EvKitExamples/TMR/.settings/language.settings.xml
diff --git a/sdk/Applications/EvKitExamples/TMR/Makefile b/lib/sdk/Applications/EvKitExamples/TMR/Makefile
similarity index 100%
rename from sdk/Applications/EvKitExamples/TMR/Makefile
rename to lib/sdk/Applications/EvKitExamples/TMR/Makefile
diff --git a/sdk/Applications/EvKitExamples/TMR/TMR.launch b/lib/sdk/Applications/EvKitExamples/TMR/TMR.launch
similarity index 100%
rename from sdk/Applications/EvKitExamples/TMR/TMR.launch
rename to lib/sdk/Applications/EvKitExamples/TMR/TMR.launch
diff --git a/sdk/Applications/EvKitExamples/TMR/main.c b/lib/sdk/Applications/EvKitExamples/TMR/main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/TMR/main.c
rename to lib/sdk/Applications/EvKitExamples/TMR/main.c
diff --git a/sdk/Applications/EvKitExamples/TRNG/.cproject b/lib/sdk/Applications/EvKitExamples/TRNG/.cproject
similarity index 100%
rename from sdk/Applications/EvKitExamples/TRNG/.cproject
rename to lib/sdk/Applications/EvKitExamples/TRNG/.cproject
diff --git a/sdk/Applications/EvKitExamples/TRNG/.project b/lib/sdk/Applications/EvKitExamples/TRNG/.project
similarity index 100%
rename from sdk/Applications/EvKitExamples/TRNG/.project
rename to lib/sdk/Applications/EvKitExamples/TRNG/.project
diff --git a/sdk/Applications/EvKitExamples/SDHC_Raw/.settings/language.settings.xml b/lib/sdk/Applications/EvKitExamples/TRNG/.settings/language.settings.xml
similarity index 100%
rename from sdk/Applications/EvKitExamples/SDHC_Raw/.settings/language.settings.xml
rename to lib/sdk/Applications/EvKitExamples/TRNG/.settings/language.settings.xml
diff --git a/sdk/Applications/EvKitExamples/TRNG/Makefile b/lib/sdk/Applications/EvKitExamples/TRNG/Makefile
similarity index 100%
rename from sdk/Applications/EvKitExamples/TRNG/Makefile
rename to lib/sdk/Applications/EvKitExamples/TRNG/Makefile
diff --git a/sdk/Applications/EvKitExamples/TRNG/TRNG.launch b/lib/sdk/Applications/EvKitExamples/TRNG/TRNG.launch
similarity index 100%
rename from sdk/Applications/EvKitExamples/TRNG/TRNG.launch
rename to lib/sdk/Applications/EvKitExamples/TRNG/TRNG.launch
diff --git a/sdk/Applications/EvKitExamples/TRNG/main.c b/lib/sdk/Applications/EvKitExamples/TRNG/main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/TRNG/main.c
rename to lib/sdk/Applications/EvKitExamples/TRNG/main.c
diff --git a/sdk/Applications/EvKitExamples/UART/.cproject b/lib/sdk/Applications/EvKitExamples/UART/.cproject
similarity index 100%
rename from sdk/Applications/EvKitExamples/UART/.cproject
rename to lib/sdk/Applications/EvKitExamples/UART/.cproject
diff --git a/sdk/Applications/EvKitExamples/UART/.project b/lib/sdk/Applications/EvKitExamples/UART/.project
similarity index 100%
rename from sdk/Applications/EvKitExamples/UART/.project
rename to lib/sdk/Applications/EvKitExamples/UART/.project
diff --git a/sdk/Applications/EvKitExamples/SPI/.settings/language.settings.xml b/lib/sdk/Applications/EvKitExamples/UART/.settings/language.settings.xml
similarity index 100%
rename from sdk/Applications/EvKitExamples/SPI/.settings/language.settings.xml
rename to lib/sdk/Applications/EvKitExamples/UART/.settings/language.settings.xml
diff --git a/sdk/Applications/EvKitExamples/UART/ExampleInfo.ENU.xml b/lib/sdk/Applications/EvKitExamples/UART/ExampleInfo.ENU.xml
similarity index 100%
rename from sdk/Applications/EvKitExamples/UART/ExampleInfo.ENU.xml
rename to lib/sdk/Applications/EvKitExamples/UART/ExampleInfo.ENU.xml
diff --git a/sdk/Applications/EvKitExamples/UART/Makefile b/lib/sdk/Applications/EvKitExamples/UART/Makefile
similarity index 100%
rename from sdk/Applications/EvKitExamples/UART/Makefile
rename to lib/sdk/Applications/EvKitExamples/UART/Makefile
diff --git a/sdk/Applications/EvKitExamples/UART/UART.launch b/lib/sdk/Applications/EvKitExamples/UART/UART.launch
similarity index 100%
rename from sdk/Applications/EvKitExamples/UART/UART.launch
rename to lib/sdk/Applications/EvKitExamples/UART/UART.launch
diff --git a/sdk/Applications/EvKitExamples/UART/main.c b/lib/sdk/Applications/EvKitExamples/UART/main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/UART/main.c
rename to lib/sdk/Applications/EvKitExamples/UART/main.c
diff --git a/sdk/Applications/EvKitExamples/USB_CDCACM/.cproject b/lib/sdk/Applications/EvKitExamples/USB_CDCACM/.cproject
similarity index 100%
rename from sdk/Applications/EvKitExamples/USB_CDCACM/.cproject
rename to lib/sdk/Applications/EvKitExamples/USB_CDCACM/.cproject
diff --git a/sdk/Applications/EvKitExamples/USB_CDCACM/.project b/lib/sdk/Applications/EvKitExamples/USB_CDCACM/.project
similarity index 100%
rename from sdk/Applications/EvKitExamples/USB_CDCACM/.project
rename to lib/sdk/Applications/EvKitExamples/USB_CDCACM/.project
diff --git a/sdk/Applications/EvKitExamples/SPIXF/.settings/language.settings.xml b/lib/sdk/Applications/EvKitExamples/USB_CDCACM/.settings/language.settings.xml
similarity index 100%
rename from sdk/Applications/EvKitExamples/SPIXF/.settings/language.settings.xml
rename to lib/sdk/Applications/EvKitExamples/USB_CDCACM/.settings/language.settings.xml
diff --git a/sdk/Applications/EvKitExamples/USB_CDCACM/Driver/maxim_usb-uart_adapter.cat b/lib/sdk/Applications/EvKitExamples/USB_CDCACM/Driver/maxim_usb-uart_adapter.cat
similarity index 100%
rename from sdk/Applications/EvKitExamples/USB_CDCACM/Driver/maxim_usb-uart_adapter.cat
rename to lib/sdk/Applications/EvKitExamples/USB_CDCACM/Driver/maxim_usb-uart_adapter.cat
diff --git a/sdk/Applications/EvKitExamples/USB_CDCACM/Driver/maxim_usb-uart_adapter.inf b/lib/sdk/Applications/EvKitExamples/USB_CDCACM/Driver/maxim_usb-uart_adapter.inf
similarity index 100%
rename from sdk/Applications/EvKitExamples/USB_CDCACM/Driver/maxim_usb-uart_adapter.inf
rename to lib/sdk/Applications/EvKitExamples/USB_CDCACM/Driver/maxim_usb-uart_adapter.inf
diff --git a/sdk/Applications/EvKitExamples/USB_CDCACM/Makefile b/lib/sdk/Applications/EvKitExamples/USB_CDCACM/Makefile
similarity index 100%
rename from sdk/Applications/EvKitExamples/USB_CDCACM/Makefile
rename to lib/sdk/Applications/EvKitExamples/USB_CDCACM/Makefile
diff --git a/sdk/Applications/EvKitExamples/USB_CDCACM/USB_CDCACM.launch b/lib/sdk/Applications/EvKitExamples/USB_CDCACM/USB_CDCACM.launch
similarity index 100%
rename from sdk/Applications/EvKitExamples/USB_CDCACM/USB_CDCACM.launch
rename to lib/sdk/Applications/EvKitExamples/USB_CDCACM/USB_CDCACM.launch
diff --git a/sdk/Applications/EvKitExamples/USB_CDCACM/descriptors.h b/lib/sdk/Applications/EvKitExamples/USB_CDCACM/descriptors.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/USB_CDCACM/descriptors.h
rename to lib/sdk/Applications/EvKitExamples/USB_CDCACM/descriptors.h
diff --git a/sdk/Applications/EvKitExamples/USB_CDCACM/main.c b/lib/sdk/Applications/EvKitExamples/USB_CDCACM/main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/USB_CDCACM/main.c
rename to lib/sdk/Applications/EvKitExamples/USB_CDCACM/main.c
diff --git a/sdk/Applications/EvKitExamples/USB_CompositeDevice/.cproject b/lib/sdk/Applications/EvKitExamples/USB_CompositeDevice/.cproject
similarity index 100%
rename from sdk/Applications/EvKitExamples/USB_CompositeDevice/.cproject
rename to lib/sdk/Applications/EvKitExamples/USB_CompositeDevice/.cproject
diff --git a/sdk/Applications/EvKitExamples/USB_CompositeDevice/.project b/lib/sdk/Applications/EvKitExamples/USB_CompositeDevice/.project
similarity index 100%
rename from sdk/Applications/EvKitExamples/USB_CompositeDevice/.project
rename to lib/sdk/Applications/EvKitExamples/USB_CompositeDevice/.project
diff --git a/sdk/Applications/EvKitExamples/SPIXR/.settings/language.settings.xml b/lib/sdk/Applications/EvKitExamples/USB_CompositeDevice/.settings/language.settings.xml
similarity index 100%
rename from sdk/Applications/EvKitExamples/SPIXR/.settings/language.settings.xml
rename to lib/sdk/Applications/EvKitExamples/USB_CompositeDevice/.settings/language.settings.xml
diff --git a/sdk/Applications/EvKitExamples/USB_CompositeDevice/Makefile b/lib/sdk/Applications/EvKitExamples/USB_CompositeDevice/Makefile
similarity index 100%
rename from sdk/Applications/EvKitExamples/USB_CompositeDevice/Makefile
rename to lib/sdk/Applications/EvKitExamples/USB_CompositeDevice/Makefile
diff --git a/sdk/Applications/EvKitExamples/USB_CompositeDevice/USB_CompositeDevice.launch b/lib/sdk/Applications/EvKitExamples/USB_CompositeDevice/USB_CompositeDevice.launch
similarity index 100%
rename from sdk/Applications/EvKitExamples/USB_CompositeDevice/USB_CompositeDevice.launch
rename to lib/sdk/Applications/EvKitExamples/USB_CompositeDevice/USB_CompositeDevice.launch
diff --git a/sdk/Applications/EvKitExamples/USB_CompositeDevice/descriptors.h b/lib/sdk/Applications/EvKitExamples/USB_CompositeDevice/descriptors.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/USB_CompositeDevice/descriptors.h
rename to lib/sdk/Applications/EvKitExamples/USB_CompositeDevice/descriptors.h
diff --git a/sdk/Applications/EvKitExamples/USB_CompositeDevice/main.c b/lib/sdk/Applications/EvKitExamples/USB_CompositeDevice/main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/USB_CompositeDevice/main.c
rename to lib/sdk/Applications/EvKitExamples/USB_CompositeDevice/main.c
diff --git a/sdk/Applications/EvKitExamples/USB_CompositeDevice/mscmem.c b/lib/sdk/Applications/EvKitExamples/USB_CompositeDevice/mscmem.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/USB_CompositeDevice/mscmem.c
rename to lib/sdk/Applications/EvKitExamples/USB_CompositeDevice/mscmem.c
diff --git a/sdk/Applications/EvKitExamples/USB_CompositeDevice/mscmem.h b/lib/sdk/Applications/EvKitExamples/USB_CompositeDevice/mscmem.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/USB_CompositeDevice/mscmem.h
rename to lib/sdk/Applications/EvKitExamples/USB_CompositeDevice/mscmem.h
diff --git a/sdk/Applications/EvKitExamples/USB_HIDKeyboard/.cproject b/lib/sdk/Applications/EvKitExamples/USB_HIDKeyboard/.cproject
similarity index 100%
rename from sdk/Applications/EvKitExamples/USB_HIDKeyboard/.cproject
rename to lib/sdk/Applications/EvKitExamples/USB_HIDKeyboard/.cproject
diff --git a/sdk/Applications/EvKitExamples/USB_HIDKeyboard/.project b/lib/sdk/Applications/EvKitExamples/USB_HIDKeyboard/.project
similarity index 100%
rename from sdk/Applications/EvKitExamples/USB_HIDKeyboard/.project
rename to lib/sdk/Applications/EvKitExamples/USB_HIDKeyboard/.project
diff --git a/sdk/Applications/EvKitExamples/Semaphore/.settings/language.settings.xml b/lib/sdk/Applications/EvKitExamples/USB_HIDKeyboard/.settings/language.settings.xml
similarity index 100%
rename from sdk/Applications/EvKitExamples/Semaphore/.settings/language.settings.xml
rename to lib/sdk/Applications/EvKitExamples/USB_HIDKeyboard/.settings/language.settings.xml
diff --git a/sdk/Applications/EvKitExamples/USB_HIDKeyboard/Makefile b/lib/sdk/Applications/EvKitExamples/USB_HIDKeyboard/Makefile
similarity index 100%
rename from sdk/Applications/EvKitExamples/USB_HIDKeyboard/Makefile
rename to lib/sdk/Applications/EvKitExamples/USB_HIDKeyboard/Makefile
diff --git a/sdk/Applications/EvKitExamples/USB_HIDKeyboard/USB_HIDKeyboard.launch b/lib/sdk/Applications/EvKitExamples/USB_HIDKeyboard/USB_HIDKeyboard.launch
similarity index 100%
rename from sdk/Applications/EvKitExamples/USB_HIDKeyboard/USB_HIDKeyboard.launch
rename to lib/sdk/Applications/EvKitExamples/USB_HIDKeyboard/USB_HIDKeyboard.launch
diff --git a/sdk/Applications/EvKitExamples/USB_HIDKeyboard/descriptors.h b/lib/sdk/Applications/EvKitExamples/USB_HIDKeyboard/descriptors.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/USB_HIDKeyboard/descriptors.h
rename to lib/sdk/Applications/EvKitExamples/USB_HIDKeyboard/descriptors.h
diff --git a/sdk/Applications/EvKitExamples/USB_HIDKeyboard/main.c b/lib/sdk/Applications/EvKitExamples/USB_HIDKeyboard/main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/USB_HIDKeyboard/main.c
rename to lib/sdk/Applications/EvKitExamples/USB_HIDKeyboard/main.c
diff --git a/sdk/Applications/EvKitExamples/USB_MassStorage/.cproject b/lib/sdk/Applications/EvKitExamples/USB_MassStorage/.cproject
similarity index 100%
rename from sdk/Applications/EvKitExamples/USB_MassStorage/.cproject
rename to lib/sdk/Applications/EvKitExamples/USB_MassStorage/.cproject
diff --git a/sdk/Applications/EvKitExamples/USB_MassStorage/.project b/lib/sdk/Applications/EvKitExamples/USB_MassStorage/.project
similarity index 100%
rename from sdk/Applications/EvKitExamples/USB_MassStorage/.project
rename to lib/sdk/Applications/EvKitExamples/USB_MassStorage/.project
diff --git a/sdk/Applications/EvKitExamples/TMR/.settings/language.settings.xml b/lib/sdk/Applications/EvKitExamples/USB_MassStorage/.settings/language.settings.xml
similarity index 100%
rename from sdk/Applications/EvKitExamples/TMR/.settings/language.settings.xml
rename to lib/sdk/Applications/EvKitExamples/USB_MassStorage/.settings/language.settings.xml
diff --git a/sdk/Applications/EvKitExamples/USB_MassStorage/Makefile b/lib/sdk/Applications/EvKitExamples/USB_MassStorage/Makefile
similarity index 100%
rename from sdk/Applications/EvKitExamples/USB_MassStorage/Makefile
rename to lib/sdk/Applications/EvKitExamples/USB_MassStorage/Makefile
diff --git a/sdk/Applications/EvKitExamples/USB_MassStorage/USB_MassStorage.launch b/lib/sdk/Applications/EvKitExamples/USB_MassStorage/USB_MassStorage.launch
similarity index 100%
rename from sdk/Applications/EvKitExamples/USB_MassStorage/USB_MassStorage.launch
rename to lib/sdk/Applications/EvKitExamples/USB_MassStorage/USB_MassStorage.launch
diff --git a/sdk/Applications/EvKitExamples/USB_MassStorage/descriptors.h b/lib/sdk/Applications/EvKitExamples/USB_MassStorage/descriptors.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/USB_MassStorage/descriptors.h
rename to lib/sdk/Applications/EvKitExamples/USB_MassStorage/descriptors.h
diff --git a/sdk/Applications/EvKitExamples/USB_MassStorage/main.c b/lib/sdk/Applications/EvKitExamples/USB_MassStorage/main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/USB_MassStorage/main.c
rename to lib/sdk/Applications/EvKitExamples/USB_MassStorage/main.c
diff --git a/sdk/Applications/EvKitExamples/USB_MassStorage/mscmem.c b/lib/sdk/Applications/EvKitExamples/USB_MassStorage/mscmem.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/USB_MassStorage/mscmem.c
rename to lib/sdk/Applications/EvKitExamples/USB_MassStorage/mscmem.c
diff --git a/sdk/Applications/EvKitExamples/USB_MassStorage/mscmem.h b/lib/sdk/Applications/EvKitExamples/USB_MassStorage/mscmem.h
similarity index 100%
rename from sdk/Applications/EvKitExamples/USB_MassStorage/mscmem.h
rename to lib/sdk/Applications/EvKitExamples/USB_MassStorage/mscmem.h
diff --git a/sdk/Applications/EvKitExamples/Watchdog/.cproject b/lib/sdk/Applications/EvKitExamples/Watchdog/.cproject
similarity index 100%
rename from sdk/Applications/EvKitExamples/Watchdog/.cproject
rename to lib/sdk/Applications/EvKitExamples/Watchdog/.cproject
diff --git a/sdk/Applications/EvKitExamples/Watchdog/.project b/lib/sdk/Applications/EvKitExamples/Watchdog/.project
similarity index 100%
rename from sdk/Applications/EvKitExamples/Watchdog/.project
rename to lib/sdk/Applications/EvKitExamples/Watchdog/.project
diff --git a/sdk/Applications/EvKitExamples/TRNG/.settings/language.settings.xml b/lib/sdk/Applications/EvKitExamples/Watchdog/.settings/language.settings.xml
similarity index 100%
rename from sdk/Applications/EvKitExamples/TRNG/.settings/language.settings.xml
rename to lib/sdk/Applications/EvKitExamples/Watchdog/.settings/language.settings.xml
diff --git a/sdk/Applications/EvKitExamples/Watchdog/ExampleInfo.ENU.xml b/lib/sdk/Applications/EvKitExamples/Watchdog/ExampleInfo.ENU.xml
similarity index 100%
rename from sdk/Applications/EvKitExamples/Watchdog/ExampleInfo.ENU.xml
rename to lib/sdk/Applications/EvKitExamples/Watchdog/ExampleInfo.ENU.xml
diff --git a/sdk/Applications/EvKitExamples/Watchdog/Makefile b/lib/sdk/Applications/EvKitExamples/Watchdog/Makefile
similarity index 100%
rename from sdk/Applications/EvKitExamples/Watchdog/Makefile
rename to lib/sdk/Applications/EvKitExamples/Watchdog/Makefile
diff --git a/sdk/Applications/EvKitExamples/Watchdog/Watchdog.launch b/lib/sdk/Applications/EvKitExamples/Watchdog/Watchdog.launch
similarity index 100%
rename from sdk/Applications/EvKitExamples/Watchdog/Watchdog.launch
rename to lib/sdk/Applications/EvKitExamples/Watchdog/Watchdog.launch
diff --git a/sdk/Applications/EvKitExamples/Watchdog/main.c b/lib/sdk/Applications/EvKitExamples/Watchdog/main.c
similarity index 100%
rename from sdk/Applications/EvKitExamples/Watchdog/main.c
rename to lib/sdk/Applications/EvKitExamples/Watchdog/main.c
diff --git a/sdk/Documentation/html/FirmwareSDKDirStruct.png b/lib/sdk/Documentation/html/FirmwareSDKDirStruct.png
similarity index 100%
rename from sdk/Documentation/html/FirmwareSDKDirStruct.png
rename to lib/sdk/Documentation/html/FirmwareSDKDirStruct.png
diff --git a/sdk/Documentation/html/FirmwareSDKDirStruct.svg b/lib/sdk/Documentation/html/FirmwareSDKDirStruct.svg
similarity index 100%
rename from sdk/Documentation/html/FirmwareSDKDirStruct.svg
rename to lib/sdk/Documentation/html/FirmwareSDKDirStruct.svg
diff --git a/sdk/Documentation/html/FirmwareSDKHierarchy.png b/lib/sdk/Documentation/html/FirmwareSDKHierarchy.png
similarity index 100%
rename from sdk/Documentation/html/FirmwareSDKHierarchy.png
rename to lib/sdk/Documentation/html/FirmwareSDKHierarchy.png
diff --git a/sdk/Documentation/html/FirmwareSDKHierarchy.svg b/lib/sdk/Documentation/html/FirmwareSDKHierarchy.svg
similarity index 100%
rename from sdk/Documentation/html/FirmwareSDKHierarchy.svg
rename to lib/sdk/Documentation/html/FirmwareSDKHierarchy.svg
diff --git a/sdk/Documentation/html/FreeSans.ttf b/lib/sdk/Documentation/html/FreeSans.ttf
similarity index 100%
rename from sdk/Documentation/html/FreeSans.ttf
rename to lib/sdk/Documentation/html/FreeSans.ttf
diff --git a/sdk/Documentation/html/MI_Logo_Small_Footer_RGB_150dpi.png b/lib/sdk/Documentation/html/MI_Logo_Small_Footer_RGB_150dpi.png
similarity index 100%
rename from sdk/Documentation/html/MI_Logo_Small_Footer_RGB_150dpi.png
rename to lib/sdk/Documentation/html/MI_Logo_Small_Footer_RGB_150dpi.png
diff --git a/sdk/Documentation/html/MI_Logo_Small_Pos_RGB_150dpi.png b/lib/sdk/Documentation/html/MI_Logo_Small_Pos_RGB_150dpi.png
similarity index 100%
rename from sdk/Documentation/html/MI_Logo_Small_Pos_RGB_150dpi.png
rename to lib/sdk/Documentation/html/MI_Logo_Small_Pos_RGB_150dpi.png
diff --git a/sdk/Documentation/html/adc_8h_source.html b/lib/sdk/Documentation/html/adc_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/adc_8h_source.html
rename to lib/sdk/Documentation/html/adc_8h_source.html
diff --git a/sdk/Documentation/html/adc__regs_8h_source.html b/lib/sdk/Documentation/html/adc__regs_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/adc__regs_8h_source.html
rename to lib/sdk/Documentation/html/adc__regs_8h_source.html
diff --git a/sdk/Documentation/html/annotated.html b/lib/sdk/Documentation/html/annotated.html
similarity index 100%
rename from sdk/Documentation/html/annotated.html
rename to lib/sdk/Documentation/html/annotated.html
diff --git a/sdk/Documentation/html/annotated_dup.js b/lib/sdk/Documentation/html/annotated_dup.js
similarity index 100%
rename from sdk/Documentation/html/annotated_dup.js
rename to lib/sdk/Documentation/html/annotated_dup.js
diff --git a/sdk/Documentation/html/arrowdown.png b/lib/sdk/Documentation/html/arrowdown.png
similarity index 100%
rename from sdk/Documentation/html/arrowdown.png
rename to lib/sdk/Documentation/html/arrowdown.png
diff --git a/sdk/Documentation/html/arrowright.png b/lib/sdk/Documentation/html/arrowright.png
similarity index 100%
rename from sdk/Documentation/html/arrowright.png
rename to lib/sdk/Documentation/html/arrowright.png
diff --git a/sdk/Documentation/html/bc_s.png b/lib/sdk/Documentation/html/bc_s.png
similarity index 100%
rename from sdk/Documentation/html/bc_s.png
rename to lib/sdk/Documentation/html/bc_s.png
diff --git a/sdk/Documentation/html/bdwn.png b/lib/sdk/Documentation/html/bdwn.png
similarity index 100%
rename from sdk/Documentation/html/bdwn.png
rename to lib/sdk/Documentation/html/bdwn.png
diff --git a/sdk/Documentation/html/board_8h_source.html b/lib/sdk/Documentation/html/board_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/board_8h_source.html
rename to lib/sdk/Documentation/html/board_8h_source.html
diff --git a/sdk/Documentation/html/cipher_8h_source.html b/lib/sdk/Documentation/html/cipher_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/cipher_8h_source.html
rename to lib/sdk/Documentation/html/cipher_8h_source.html
diff --git a/sdk/Documentation/html/classes.html b/lib/sdk/Documentation/html/classes.html
similarity index 100%
rename from sdk/Documentation/html/classes.html
rename to lib/sdk/Documentation/html/classes.html
diff --git a/sdk/Documentation/html/closed.png b/lib/sdk/Documentation/html/closed.png
similarity index 100%
rename from sdk/Documentation/html/closed.png
rename to lib/sdk/Documentation/html/closed.png
diff --git a/sdk/Documentation/html/crc_8h_source.html b/lib/sdk/Documentation/html/crc_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/crc_8h_source.html
rename to lib/sdk/Documentation/html/crc_8h_source.html
diff --git a/sdk/Documentation/html/dir_0de815313a737240a59d0050907c72a5.html b/lib/sdk/Documentation/html/dir_0de815313a737240a59d0050907c72a5.html
similarity index 100%
rename from sdk/Documentation/html/dir_0de815313a737240a59d0050907c72a5.html
rename to lib/sdk/Documentation/html/dir_0de815313a737240a59d0050907c72a5.html
diff --git a/sdk/Documentation/html/dir_1591e976cf2be5b2a5fc58e6820b0523.html b/lib/sdk/Documentation/html/dir_1591e976cf2be5b2a5fc58e6820b0523.html
similarity index 100%
rename from sdk/Documentation/html/dir_1591e976cf2be5b2a5fc58e6820b0523.html
rename to lib/sdk/Documentation/html/dir_1591e976cf2be5b2a5fc58e6820b0523.html
diff --git a/sdk/Documentation/html/dir_1f2f7bf2c9c3785a18a5ed279dfc7be8.html b/lib/sdk/Documentation/html/dir_1f2f7bf2c9c3785a18a5ed279dfc7be8.html
similarity index 100%
rename from sdk/Documentation/html/dir_1f2f7bf2c9c3785a18a5ed279dfc7be8.html
rename to lib/sdk/Documentation/html/dir_1f2f7bf2c9c3785a18a5ed279dfc7be8.html
diff --git a/sdk/Documentation/html/dir_2d7d6ffa0d44ce886c28ddb51e9a367e.html b/lib/sdk/Documentation/html/dir_2d7d6ffa0d44ce886c28ddb51e9a367e.html
similarity index 100%
rename from sdk/Documentation/html/dir_2d7d6ffa0d44ce886c28ddb51e9a367e.html
rename to lib/sdk/Documentation/html/dir_2d7d6ffa0d44ce886c28ddb51e9a367e.html
diff --git a/sdk/Documentation/html/dir_2ef37d258f9c483aac14ce2d0f9f780a.html b/lib/sdk/Documentation/html/dir_2ef37d258f9c483aac14ce2d0f9f780a.html
similarity index 100%
rename from sdk/Documentation/html/dir_2ef37d258f9c483aac14ce2d0f9f780a.html
rename to lib/sdk/Documentation/html/dir_2ef37d258f9c483aac14ce2d0f9f780a.html
diff --git a/sdk/Documentation/html/dir_3540c00680c2664f9f7e8f48ca1cab09.html b/lib/sdk/Documentation/html/dir_3540c00680c2664f9f7e8f48ca1cab09.html
similarity index 100%
rename from sdk/Documentation/html/dir_3540c00680c2664f9f7e8f48ca1cab09.html
rename to lib/sdk/Documentation/html/dir_3540c00680c2664f9f7e8f48ca1cab09.html
diff --git a/sdk/Documentation/html/dir_51d3d3d6b5d37e3cf040ada011e6ffd2.html b/lib/sdk/Documentation/html/dir_51d3d3d6b5d37e3cf040ada011e6ffd2.html
similarity index 100%
rename from sdk/Documentation/html/dir_51d3d3d6b5d37e3cf040ada011e6ffd2.html
rename to lib/sdk/Documentation/html/dir_51d3d3d6b5d37e3cf040ada011e6ffd2.html
diff --git a/sdk/Documentation/html/dir_54d94187d612fdae98c36926bfed92c3.html b/lib/sdk/Documentation/html/dir_54d94187d612fdae98c36926bfed92c3.html
similarity index 100%
rename from sdk/Documentation/html/dir_54d94187d612fdae98c36926bfed92c3.html
rename to lib/sdk/Documentation/html/dir_54d94187d612fdae98c36926bfed92c3.html
diff --git a/sdk/Documentation/html/dir_74b6a3b63f61c160c0f14b7a283a4c9b.html b/lib/sdk/Documentation/html/dir_74b6a3b63f61c160c0f14b7a283a4c9b.html
similarity index 100%
rename from sdk/Documentation/html/dir_74b6a3b63f61c160c0f14b7a283a4c9b.html
rename to lib/sdk/Documentation/html/dir_74b6a3b63f61c160c0f14b7a283a4c9b.html
diff --git a/sdk/Documentation/html/dir_8b84def7f92e4c1aeb1cb8246950e49a.html b/lib/sdk/Documentation/html/dir_8b84def7f92e4c1aeb1cb8246950e49a.html
similarity index 100%
rename from sdk/Documentation/html/dir_8b84def7f92e4c1aeb1cb8246950e49a.html
rename to lib/sdk/Documentation/html/dir_8b84def7f92e4c1aeb1cb8246950e49a.html
diff --git a/sdk/Documentation/html/dir_9f2a8f1ccad01dad74520aa17e6d69ff.html b/lib/sdk/Documentation/html/dir_9f2a8f1ccad01dad74520aa17e6d69ff.html
similarity index 100%
rename from sdk/Documentation/html/dir_9f2a8f1ccad01dad74520aa17e6d69ff.html
rename to lib/sdk/Documentation/html/dir_9f2a8f1ccad01dad74520aa17e6d69ff.html
diff --git a/sdk/Documentation/html/dir_a90765e41fb8b3d75926728d8eb0ba1f.html b/lib/sdk/Documentation/html/dir_a90765e41fb8b3d75926728d8eb0ba1f.html
similarity index 100%
rename from sdk/Documentation/html/dir_a90765e41fb8b3d75926728d8eb0ba1f.html
rename to lib/sdk/Documentation/html/dir_a90765e41fb8b3d75926728d8eb0ba1f.html
diff --git a/sdk/Documentation/html/dir_e83411d6ca1d5e9cb7a3d8dd81cd844c.html b/lib/sdk/Documentation/html/dir_e83411d6ca1d5e9cb7a3d8dd81cd844c.html
similarity index 100%
rename from sdk/Documentation/html/dir_e83411d6ca1d5e9cb7a3d8dd81cd844c.html
rename to lib/sdk/Documentation/html/dir_e83411d6ca1d5e9cb7a3d8dd81cd844c.html
diff --git a/sdk/Documentation/html/dir_ea8616b50ebe98e6a527573b9ab84a3e.html b/lib/sdk/Documentation/html/dir_ea8616b50ebe98e6a527573b9ab84a3e.html
similarity index 100%
rename from sdk/Documentation/html/dir_ea8616b50ebe98e6a527573b9ab84a3e.html
rename to lib/sdk/Documentation/html/dir_ea8616b50ebe98e6a527573b9ab84a3e.html
diff --git a/sdk/Documentation/html/dma_8h_source.html b/lib/sdk/Documentation/html/dma_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/dma_8h_source.html
rename to lib/sdk/Documentation/html/dma_8h_source.html
diff --git a/sdk/Documentation/html/dma__regs_8h_source.html b/lib/sdk/Documentation/html/dma__regs_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/dma__regs_8h_source.html
rename to lib/sdk/Documentation/html/dma__regs_8h_source.html
diff --git a/sdk/Documentation/html/doc.png b/lib/sdk/Documentation/html/doc.png
similarity index 100%
rename from sdk/Documentation/html/doc.png
rename to lib/sdk/Documentation/html/doc.png
diff --git a/sdk/Documentation/html/doxygen.css b/lib/sdk/Documentation/html/doxygen.css
similarity index 100%
rename from sdk/Documentation/html/doxygen.css
rename to lib/sdk/Documentation/html/doxygen.css
diff --git a/sdk/Documentation/html/doxygen.png b/lib/sdk/Documentation/html/doxygen.png
similarity index 100%
rename from sdk/Documentation/html/doxygen.png
rename to lib/sdk/Documentation/html/doxygen.png
diff --git a/sdk/Documentation/html/dynsections.js b/lib/sdk/Documentation/html/dynsections.js
similarity index 100%
rename from sdk/Documentation/html/dynsections.js
rename to lib/sdk/Documentation/html/dynsections.js
diff --git a/sdk/Documentation/html/emcc_8h_source.html b/lib/sdk/Documentation/html/emcc_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/emcc_8h_source.html
rename to lib/sdk/Documentation/html/emcc_8h_source.html
diff --git a/sdk/Documentation/html/emcc__regs_8h_source.html b/lib/sdk/Documentation/html/emcc__regs_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/emcc__regs_8h_source.html
rename to lib/sdk/Documentation/html/emcc__regs_8h_source.html
diff --git a/sdk/Documentation/html/flc_8h_source.html b/lib/sdk/Documentation/html/flc_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/flc_8h_source.html
rename to lib/sdk/Documentation/html/flc_8h_source.html
diff --git a/sdk/Documentation/html/flc__regs_8h_source.html b/lib/sdk/Documentation/html/flc__regs_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/flc__regs_8h_source.html
rename to lib/sdk/Documentation/html/flc__regs_8h_source.html
diff --git a/sdk/Documentation/html/folderclosed.png b/lib/sdk/Documentation/html/folderclosed.png
similarity index 100%
rename from sdk/Documentation/html/folderclosed.png
rename to lib/sdk/Documentation/html/folderclosed.png
diff --git a/sdk/Documentation/html/folderopen.png b/lib/sdk/Documentation/html/folderopen.png
similarity index 100%
rename from sdk/Documentation/html/folderopen.png
rename to lib/sdk/Documentation/html/folderopen.png
diff --git a/sdk/Documentation/html/functions.html b/lib/sdk/Documentation/html/functions.html
similarity index 100%
rename from sdk/Documentation/html/functions.html
rename to lib/sdk/Documentation/html/functions.html
diff --git a/sdk/Documentation/html/functions_b.html b/lib/sdk/Documentation/html/functions_b.html
similarity index 100%
rename from sdk/Documentation/html/functions_b.html
rename to lib/sdk/Documentation/html/functions_b.html
diff --git a/sdk/Documentation/html/functions_c.html b/lib/sdk/Documentation/html/functions_c.html
similarity index 100%
rename from sdk/Documentation/html/functions_c.html
rename to lib/sdk/Documentation/html/functions_c.html
diff --git a/sdk/Documentation/html/functions_d.html b/lib/sdk/Documentation/html/functions_d.html
similarity index 100%
rename from sdk/Documentation/html/functions_d.html
rename to lib/sdk/Documentation/html/functions_d.html
diff --git a/sdk/Documentation/html/functions_dup.js b/lib/sdk/Documentation/html/functions_dup.js
similarity index 100%
rename from sdk/Documentation/html/functions_dup.js
rename to lib/sdk/Documentation/html/functions_dup.js
diff --git a/sdk/Documentation/html/functions_e.html b/lib/sdk/Documentation/html/functions_e.html
similarity index 100%
rename from sdk/Documentation/html/functions_e.html
rename to lib/sdk/Documentation/html/functions_e.html
diff --git a/sdk/Documentation/html/functions_f.html b/lib/sdk/Documentation/html/functions_f.html
similarity index 100%
rename from sdk/Documentation/html/functions_f.html
rename to lib/sdk/Documentation/html/functions_f.html
diff --git a/sdk/Documentation/html/functions_g.html b/lib/sdk/Documentation/html/functions_g.html
similarity index 100%
rename from sdk/Documentation/html/functions_g.html
rename to lib/sdk/Documentation/html/functions_g.html
diff --git a/sdk/Documentation/html/functions_h.html b/lib/sdk/Documentation/html/functions_h.html
similarity index 100%
rename from sdk/Documentation/html/functions_h.html
rename to lib/sdk/Documentation/html/functions_h.html
diff --git a/sdk/Documentation/html/functions_i.html b/lib/sdk/Documentation/html/functions_i.html
similarity index 100%
rename from sdk/Documentation/html/functions_i.html
rename to lib/sdk/Documentation/html/functions_i.html
diff --git a/sdk/Documentation/html/functions_l.html b/lib/sdk/Documentation/html/functions_l.html
similarity index 100%
rename from sdk/Documentation/html/functions_l.html
rename to lib/sdk/Documentation/html/functions_l.html
diff --git a/sdk/Documentation/html/functions_m.html b/lib/sdk/Documentation/html/functions_m.html
similarity index 100%
rename from sdk/Documentation/html/functions_m.html
rename to lib/sdk/Documentation/html/functions_m.html
diff --git a/sdk/Documentation/html/functions_n.html b/lib/sdk/Documentation/html/functions_n.html
similarity index 100%
rename from sdk/Documentation/html/functions_n.html
rename to lib/sdk/Documentation/html/functions_n.html
diff --git a/sdk/Documentation/html/functions_o.html b/lib/sdk/Documentation/html/functions_o.html
similarity index 100%
rename from sdk/Documentation/html/functions_o.html
rename to lib/sdk/Documentation/html/functions_o.html
diff --git a/sdk/Documentation/html/functions_p.html b/lib/sdk/Documentation/html/functions_p.html
similarity index 100%
rename from sdk/Documentation/html/functions_p.html
rename to lib/sdk/Documentation/html/functions_p.html
diff --git a/sdk/Documentation/html/functions_q.html b/lib/sdk/Documentation/html/functions_q.html
similarity index 100%
rename from sdk/Documentation/html/functions_q.html
rename to lib/sdk/Documentation/html/functions_q.html
diff --git a/sdk/Documentation/html/functions_r.html b/lib/sdk/Documentation/html/functions_r.html
similarity index 100%
rename from sdk/Documentation/html/functions_r.html
rename to lib/sdk/Documentation/html/functions_r.html
diff --git a/sdk/Documentation/html/functions_s.html b/lib/sdk/Documentation/html/functions_s.html
similarity index 100%
rename from sdk/Documentation/html/functions_s.html
rename to lib/sdk/Documentation/html/functions_s.html
diff --git a/sdk/Documentation/html/functions_t.html b/lib/sdk/Documentation/html/functions_t.html
similarity index 100%
rename from sdk/Documentation/html/functions_t.html
rename to lib/sdk/Documentation/html/functions_t.html
diff --git a/sdk/Documentation/html/functions_u.html b/lib/sdk/Documentation/html/functions_u.html
similarity index 100%
rename from sdk/Documentation/html/functions_u.html
rename to lib/sdk/Documentation/html/functions_u.html
diff --git a/sdk/Documentation/html/functions_v.html b/lib/sdk/Documentation/html/functions_v.html
similarity index 100%
rename from sdk/Documentation/html/functions_v.html
rename to lib/sdk/Documentation/html/functions_v.html
diff --git a/sdk/Documentation/html/functions_vars.html b/lib/sdk/Documentation/html/functions_vars.html
similarity index 100%
rename from sdk/Documentation/html/functions_vars.html
rename to lib/sdk/Documentation/html/functions_vars.html
diff --git a/sdk/Documentation/html/functions_vars.js b/lib/sdk/Documentation/html/functions_vars.js
similarity index 100%
rename from sdk/Documentation/html/functions_vars.js
rename to lib/sdk/Documentation/html/functions_vars.js
diff --git a/sdk/Documentation/html/functions_vars_b.html b/lib/sdk/Documentation/html/functions_vars_b.html
similarity index 100%
rename from sdk/Documentation/html/functions_vars_b.html
rename to lib/sdk/Documentation/html/functions_vars_b.html
diff --git a/sdk/Documentation/html/functions_vars_c.html b/lib/sdk/Documentation/html/functions_vars_c.html
similarity index 100%
rename from sdk/Documentation/html/functions_vars_c.html
rename to lib/sdk/Documentation/html/functions_vars_c.html
diff --git a/sdk/Documentation/html/functions_vars_d.html b/lib/sdk/Documentation/html/functions_vars_d.html
similarity index 100%
rename from sdk/Documentation/html/functions_vars_d.html
rename to lib/sdk/Documentation/html/functions_vars_d.html
diff --git a/sdk/Documentation/html/functions_vars_e.html b/lib/sdk/Documentation/html/functions_vars_e.html
similarity index 100%
rename from sdk/Documentation/html/functions_vars_e.html
rename to lib/sdk/Documentation/html/functions_vars_e.html
diff --git a/sdk/Documentation/html/functions_vars_f.html b/lib/sdk/Documentation/html/functions_vars_f.html
similarity index 100%
rename from sdk/Documentation/html/functions_vars_f.html
rename to lib/sdk/Documentation/html/functions_vars_f.html
diff --git a/sdk/Documentation/html/functions_vars_g.html b/lib/sdk/Documentation/html/functions_vars_g.html
similarity index 100%
rename from sdk/Documentation/html/functions_vars_g.html
rename to lib/sdk/Documentation/html/functions_vars_g.html
diff --git a/sdk/Documentation/html/functions_vars_h.html b/lib/sdk/Documentation/html/functions_vars_h.html
similarity index 100%
rename from sdk/Documentation/html/functions_vars_h.html
rename to lib/sdk/Documentation/html/functions_vars_h.html
diff --git a/sdk/Documentation/html/functions_vars_i.html b/lib/sdk/Documentation/html/functions_vars_i.html
similarity index 100%
rename from sdk/Documentation/html/functions_vars_i.html
rename to lib/sdk/Documentation/html/functions_vars_i.html
diff --git a/sdk/Documentation/html/functions_vars_l.html b/lib/sdk/Documentation/html/functions_vars_l.html
similarity index 100%
rename from sdk/Documentation/html/functions_vars_l.html
rename to lib/sdk/Documentation/html/functions_vars_l.html
diff --git a/sdk/Documentation/html/functions_vars_m.html b/lib/sdk/Documentation/html/functions_vars_m.html
similarity index 100%
rename from sdk/Documentation/html/functions_vars_m.html
rename to lib/sdk/Documentation/html/functions_vars_m.html
diff --git a/sdk/Documentation/html/functions_vars_n.html b/lib/sdk/Documentation/html/functions_vars_n.html
similarity index 100%
rename from sdk/Documentation/html/functions_vars_n.html
rename to lib/sdk/Documentation/html/functions_vars_n.html
diff --git a/sdk/Documentation/html/functions_vars_o.html b/lib/sdk/Documentation/html/functions_vars_o.html
similarity index 100%
rename from sdk/Documentation/html/functions_vars_o.html
rename to lib/sdk/Documentation/html/functions_vars_o.html
diff --git a/sdk/Documentation/html/functions_vars_p.html b/lib/sdk/Documentation/html/functions_vars_p.html
similarity index 100%
rename from sdk/Documentation/html/functions_vars_p.html
rename to lib/sdk/Documentation/html/functions_vars_p.html
diff --git a/sdk/Documentation/html/functions_vars_q.html b/lib/sdk/Documentation/html/functions_vars_q.html
similarity index 100%
rename from sdk/Documentation/html/functions_vars_q.html
rename to lib/sdk/Documentation/html/functions_vars_q.html
diff --git a/sdk/Documentation/html/functions_vars_r.html b/lib/sdk/Documentation/html/functions_vars_r.html
similarity index 100%
rename from sdk/Documentation/html/functions_vars_r.html
rename to lib/sdk/Documentation/html/functions_vars_r.html
diff --git a/sdk/Documentation/html/functions_vars_s.html b/lib/sdk/Documentation/html/functions_vars_s.html
similarity index 100%
rename from sdk/Documentation/html/functions_vars_s.html
rename to lib/sdk/Documentation/html/functions_vars_s.html
diff --git a/sdk/Documentation/html/functions_vars_t.html b/lib/sdk/Documentation/html/functions_vars_t.html
similarity index 100%
rename from sdk/Documentation/html/functions_vars_t.html
rename to lib/sdk/Documentation/html/functions_vars_t.html
diff --git a/sdk/Documentation/html/functions_vars_u.html b/lib/sdk/Documentation/html/functions_vars_u.html
similarity index 100%
rename from sdk/Documentation/html/functions_vars_u.html
rename to lib/sdk/Documentation/html/functions_vars_u.html
diff --git a/sdk/Documentation/html/functions_vars_v.html b/lib/sdk/Documentation/html/functions_vars_v.html
similarity index 100%
rename from sdk/Documentation/html/functions_vars_v.html
rename to lib/sdk/Documentation/html/functions_vars_v.html
diff --git a/sdk/Documentation/html/functions_vars_w.html b/lib/sdk/Documentation/html/functions_vars_w.html
similarity index 100%
rename from sdk/Documentation/html/functions_vars_w.html
rename to lib/sdk/Documentation/html/functions_vars_w.html
diff --git a/sdk/Documentation/html/functions_vars_x.html b/lib/sdk/Documentation/html/functions_vars_x.html
similarity index 100%
rename from sdk/Documentation/html/functions_vars_x.html
rename to lib/sdk/Documentation/html/functions_vars_x.html
diff --git a/sdk/Documentation/html/functions_w.html b/lib/sdk/Documentation/html/functions_w.html
similarity index 100%
rename from sdk/Documentation/html/functions_w.html
rename to lib/sdk/Documentation/html/functions_w.html
diff --git a/sdk/Documentation/html/functions_x.html b/lib/sdk/Documentation/html/functions_x.html
similarity index 100%
rename from sdk/Documentation/html/functions_x.html
rename to lib/sdk/Documentation/html/functions_x.html
diff --git a/sdk/Documentation/html/gpio_8h_source.html b/lib/sdk/Documentation/html/gpio_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/gpio_8h_source.html
rename to lib/sdk/Documentation/html/gpio_8h_source.html
diff --git a/sdk/Documentation/html/gpio__regs_8h_source.html b/lib/sdk/Documentation/html/gpio__regs_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/gpio__regs_8h_source.html
rename to lib/sdk/Documentation/html/gpio__regs_8h_source.html
diff --git a/sdk/Documentation/html/group__ADC__CTRL.html b/lib/sdk/Documentation/html/group__ADC__CTRL.html
similarity index 100%
rename from sdk/Documentation/html/group__ADC__CTRL.html
rename to lib/sdk/Documentation/html/group__ADC__CTRL.html
diff --git a/sdk/Documentation/html/group__ADC__CTRL.js b/lib/sdk/Documentation/html/group__ADC__CTRL.js
similarity index 100%
rename from sdk/Documentation/html/group__ADC__CTRL.js
rename to lib/sdk/Documentation/html/group__ADC__CTRL.js
diff --git a/sdk/Documentation/html/group__ADC__DATA.html b/lib/sdk/Documentation/html/group__ADC__DATA.html
similarity index 100%
rename from sdk/Documentation/html/group__ADC__DATA.html
rename to lib/sdk/Documentation/html/group__ADC__DATA.html
diff --git a/sdk/Documentation/html/group__ADC__DATA.js b/lib/sdk/Documentation/html/group__ADC__DATA.js
similarity index 100%
rename from sdk/Documentation/html/group__ADC__DATA.js
rename to lib/sdk/Documentation/html/group__ADC__DATA.js
diff --git a/sdk/Documentation/html/group__ADC__INTR.html b/lib/sdk/Documentation/html/group__ADC__INTR.html
similarity index 100%
rename from sdk/Documentation/html/group__ADC__INTR.html
rename to lib/sdk/Documentation/html/group__ADC__INTR.html
diff --git a/sdk/Documentation/html/group__ADC__INTR.js b/lib/sdk/Documentation/html/group__ADC__INTR.js
similarity index 100%
rename from sdk/Documentation/html/group__ADC__INTR.js
rename to lib/sdk/Documentation/html/group__ADC__INTR.js
diff --git a/sdk/Documentation/html/group__ADC__LIMIT.html b/lib/sdk/Documentation/html/group__ADC__LIMIT.html
similarity index 100%
rename from sdk/Documentation/html/group__ADC__LIMIT.html
rename to lib/sdk/Documentation/html/group__ADC__LIMIT.html
diff --git a/sdk/Documentation/html/group__ADC__LIMIT.js b/lib/sdk/Documentation/html/group__ADC__LIMIT.js
similarity index 100%
rename from sdk/Documentation/html/group__ADC__LIMIT.js
rename to lib/sdk/Documentation/html/group__ADC__LIMIT.js
diff --git a/sdk/Documentation/html/group__ADC__Register__Offsets.html b/lib/sdk/Documentation/html/group__ADC__Register__Offsets.html
similarity index 100%
rename from sdk/Documentation/html/group__ADC__Register__Offsets.html
rename to lib/sdk/Documentation/html/group__ADC__Register__Offsets.html
diff --git a/sdk/Documentation/html/group__ADC__Register__Offsets.js b/lib/sdk/Documentation/html/group__ADC__Register__Offsets.js
similarity index 100%
rename from sdk/Documentation/html/group__ADC__Register__Offsets.js
rename to lib/sdk/Documentation/html/group__ADC__Register__Offsets.js
diff --git a/sdk/Documentation/html/group__ADC__STATUS.html b/lib/sdk/Documentation/html/group__ADC__STATUS.html
similarity index 100%
rename from sdk/Documentation/html/group__ADC__STATUS.html
rename to lib/sdk/Documentation/html/group__ADC__STATUS.html
diff --git a/sdk/Documentation/html/group__ADC__STATUS.js b/lib/sdk/Documentation/html/group__ADC__STATUS.js
similarity index 100%
rename from sdk/Documentation/html/group__ADC__STATUS.js
rename to lib/sdk/Documentation/html/group__ADC__STATUS.js
diff --git a/sdk/Documentation/html/group__DMA__CFG.html b/lib/sdk/Documentation/html/group__DMA__CFG.html
similarity index 100%
rename from sdk/Documentation/html/group__DMA__CFG.html
rename to lib/sdk/Documentation/html/group__DMA__CFG.html
diff --git a/sdk/Documentation/html/group__DMA__CFG.js b/lib/sdk/Documentation/html/group__DMA__CFG.js
similarity index 100%
rename from sdk/Documentation/html/group__DMA__CFG.js
rename to lib/sdk/Documentation/html/group__DMA__CFG.js
diff --git a/sdk/Documentation/html/group__DMA__CN.html b/lib/sdk/Documentation/html/group__DMA__CN.html
similarity index 100%
rename from sdk/Documentation/html/group__DMA__CN.html
rename to lib/sdk/Documentation/html/group__DMA__CN.html
diff --git a/sdk/Documentation/html/group__DMA__CN.js b/lib/sdk/Documentation/html/group__DMA__CN.js
similarity index 100%
rename from sdk/Documentation/html/group__DMA__CN.js
rename to lib/sdk/Documentation/html/group__DMA__CN.js
diff --git a/sdk/Documentation/html/group__DMA__CNT.html b/lib/sdk/Documentation/html/group__DMA__CNT.html
similarity index 100%
rename from sdk/Documentation/html/group__DMA__CNT.html
rename to lib/sdk/Documentation/html/group__DMA__CNT.html
diff --git a/sdk/Documentation/html/group__DMA__CNT.js b/lib/sdk/Documentation/html/group__DMA__CNT.js
similarity index 100%
rename from sdk/Documentation/html/group__DMA__CNT.js
rename to lib/sdk/Documentation/html/group__DMA__CNT.js
diff --git a/sdk/Documentation/html/group__DMA__CNT__RLD.html b/lib/sdk/Documentation/html/group__DMA__CNT__RLD.html
similarity index 100%
rename from sdk/Documentation/html/group__DMA__CNT__RLD.html
rename to lib/sdk/Documentation/html/group__DMA__CNT__RLD.html
diff --git a/sdk/Documentation/html/group__DMA__CNT__RLD.js b/lib/sdk/Documentation/html/group__DMA__CNT__RLD.js
similarity index 100%
rename from sdk/Documentation/html/group__DMA__CNT__RLD.js
rename to lib/sdk/Documentation/html/group__DMA__CNT__RLD.js
diff --git a/sdk/Documentation/html/group__DMA__DST.html b/lib/sdk/Documentation/html/group__DMA__DST.html
similarity index 100%
rename from sdk/Documentation/html/group__DMA__DST.html
rename to lib/sdk/Documentation/html/group__DMA__DST.html
diff --git a/sdk/Documentation/html/group__DMA__DST.js b/lib/sdk/Documentation/html/group__DMA__DST.js
similarity index 100%
rename from sdk/Documentation/html/group__DMA__DST.js
rename to lib/sdk/Documentation/html/group__DMA__DST.js
diff --git a/sdk/Documentation/html/group__DMA__DST__RLD.html b/lib/sdk/Documentation/html/group__DMA__DST__RLD.html
similarity index 100%
rename from sdk/Documentation/html/group__DMA__DST__RLD.html
rename to lib/sdk/Documentation/html/group__DMA__DST__RLD.html
diff --git a/sdk/Documentation/html/group__DMA__DST__RLD.js b/lib/sdk/Documentation/html/group__DMA__DST__RLD.js
similarity index 100%
rename from sdk/Documentation/html/group__DMA__DST__RLD.js
rename to lib/sdk/Documentation/html/group__DMA__DST__RLD.js
diff --git a/sdk/Documentation/html/group__DMA__INTR.html b/lib/sdk/Documentation/html/group__DMA__INTR.html
similarity index 100%
rename from sdk/Documentation/html/group__DMA__INTR.html
rename to lib/sdk/Documentation/html/group__DMA__INTR.html
diff --git a/sdk/Documentation/html/group__DMA__INTR.js b/lib/sdk/Documentation/html/group__DMA__INTR.js
similarity index 100%
rename from sdk/Documentation/html/group__DMA__INTR.js
rename to lib/sdk/Documentation/html/group__DMA__INTR.js
diff --git a/sdk/Documentation/html/group__DMA__Register__Offsets.html b/lib/sdk/Documentation/html/group__DMA__Register__Offsets.html
similarity index 100%
rename from sdk/Documentation/html/group__DMA__Register__Offsets.html
rename to lib/sdk/Documentation/html/group__DMA__Register__Offsets.html
diff --git a/sdk/Documentation/html/group__DMA__Register__Offsets.js b/lib/sdk/Documentation/html/group__DMA__Register__Offsets.js
similarity index 100%
rename from sdk/Documentation/html/group__DMA__Register__Offsets.js
rename to lib/sdk/Documentation/html/group__DMA__Register__Offsets.js
diff --git a/sdk/Documentation/html/group__DMA__SRC.html b/lib/sdk/Documentation/html/group__DMA__SRC.html
similarity index 100%
rename from sdk/Documentation/html/group__DMA__SRC.html
rename to lib/sdk/Documentation/html/group__DMA__SRC.html
diff --git a/sdk/Documentation/html/group__DMA__SRC.js b/lib/sdk/Documentation/html/group__DMA__SRC.js
similarity index 100%
rename from sdk/Documentation/html/group__DMA__SRC.js
rename to lib/sdk/Documentation/html/group__DMA__SRC.js
diff --git a/sdk/Documentation/html/group__DMA__SRC__RLD.html b/lib/sdk/Documentation/html/group__DMA__SRC__RLD.html
similarity index 100%
rename from sdk/Documentation/html/group__DMA__SRC__RLD.html
rename to lib/sdk/Documentation/html/group__DMA__SRC__RLD.html
diff --git a/sdk/Documentation/html/group__DMA__SRC__RLD.js b/lib/sdk/Documentation/html/group__DMA__SRC__RLD.js
similarity index 100%
rename from sdk/Documentation/html/group__DMA__SRC__RLD.js
rename to lib/sdk/Documentation/html/group__DMA__SRC__RLD.js
diff --git a/sdk/Documentation/html/group__DMA__ST.html b/lib/sdk/Documentation/html/group__DMA__ST.html
similarity index 100%
rename from sdk/Documentation/html/group__DMA__ST.html
rename to lib/sdk/Documentation/html/group__DMA__ST.html
diff --git a/sdk/Documentation/html/group__DMA__ST.js b/lib/sdk/Documentation/html/group__DMA__ST.js
similarity index 100%
rename from sdk/Documentation/html/group__DMA__ST.js
rename to lib/sdk/Documentation/html/group__DMA__ST.js
diff --git a/sdk/Documentation/html/group__EMCC__CACHE__CTRL.html b/lib/sdk/Documentation/html/group__EMCC__CACHE__CTRL.html
similarity index 100%
rename from sdk/Documentation/html/group__EMCC__CACHE__CTRL.html
rename to lib/sdk/Documentation/html/group__EMCC__CACHE__CTRL.html
diff --git a/sdk/Documentation/html/group__EMCC__CACHE__CTRL.js b/lib/sdk/Documentation/html/group__EMCC__CACHE__CTRL.js
similarity index 100%
rename from sdk/Documentation/html/group__EMCC__CACHE__CTRL.js
rename to lib/sdk/Documentation/html/group__EMCC__CACHE__CTRL.js
diff --git a/sdk/Documentation/html/group__EMCC__CACHE__ID.html b/lib/sdk/Documentation/html/group__EMCC__CACHE__ID.html
similarity index 100%
rename from sdk/Documentation/html/group__EMCC__CACHE__ID.html
rename to lib/sdk/Documentation/html/group__EMCC__CACHE__ID.html
diff --git a/sdk/Documentation/html/group__EMCC__CACHE__ID.js b/lib/sdk/Documentation/html/group__EMCC__CACHE__ID.js
similarity index 100%
rename from sdk/Documentation/html/group__EMCC__CACHE__ID.js
rename to lib/sdk/Documentation/html/group__EMCC__CACHE__ID.js
diff --git a/sdk/Documentation/html/group__EMCC__INVALIDATE.html b/lib/sdk/Documentation/html/group__EMCC__INVALIDATE.html
similarity index 100%
rename from sdk/Documentation/html/group__EMCC__INVALIDATE.html
rename to lib/sdk/Documentation/html/group__EMCC__INVALIDATE.html
diff --git a/sdk/Documentation/html/group__EMCC__INVALIDATE.js b/lib/sdk/Documentation/html/group__EMCC__INVALIDATE.js
similarity index 100%
rename from sdk/Documentation/html/group__EMCC__INVALIDATE.js
rename to lib/sdk/Documentation/html/group__EMCC__INVALIDATE.js
diff --git a/sdk/Documentation/html/group__EMCC__MEMCFG.html b/lib/sdk/Documentation/html/group__EMCC__MEMCFG.html
similarity index 100%
rename from sdk/Documentation/html/group__EMCC__MEMCFG.html
rename to lib/sdk/Documentation/html/group__EMCC__MEMCFG.html
diff --git a/sdk/Documentation/html/group__EMCC__MEMCFG.js b/lib/sdk/Documentation/html/group__EMCC__MEMCFG.js
similarity index 100%
rename from sdk/Documentation/html/group__EMCC__MEMCFG.js
rename to lib/sdk/Documentation/html/group__EMCC__MEMCFG.js
diff --git a/sdk/Documentation/html/group__EMCC__Register__Offsets.html b/lib/sdk/Documentation/html/group__EMCC__Register__Offsets.html
similarity index 100%
rename from sdk/Documentation/html/group__EMCC__Register__Offsets.html
rename to lib/sdk/Documentation/html/group__EMCC__Register__Offsets.html
diff --git a/sdk/Documentation/html/group__EMCC__Register__Offsets.js b/lib/sdk/Documentation/html/group__EMCC__Register__Offsets.js
similarity index 100%
rename from sdk/Documentation/html/group__EMCC__Register__Offsets.js
rename to lib/sdk/Documentation/html/group__EMCC__Register__Offsets.js
diff --git a/sdk/Documentation/html/group__FLC__ACNTL.html b/lib/sdk/Documentation/html/group__FLC__ACNTL.html
similarity index 100%
rename from sdk/Documentation/html/group__FLC__ACNTL.html
rename to lib/sdk/Documentation/html/group__FLC__ACNTL.html
diff --git a/sdk/Documentation/html/group__FLC__ACNTL.js b/lib/sdk/Documentation/html/group__FLC__ACNTL.js
similarity index 100%
rename from sdk/Documentation/html/group__FLC__ACNTL.js
rename to lib/sdk/Documentation/html/group__FLC__ACNTL.js
diff --git a/sdk/Documentation/html/group__FLC__ADDR.html b/lib/sdk/Documentation/html/group__FLC__ADDR.html
similarity index 100%
rename from sdk/Documentation/html/group__FLC__ADDR.html
rename to lib/sdk/Documentation/html/group__FLC__ADDR.html
diff --git a/sdk/Documentation/html/group__FLC__ADDR.js b/lib/sdk/Documentation/html/group__FLC__ADDR.js
similarity index 100%
rename from sdk/Documentation/html/group__FLC__ADDR.js
rename to lib/sdk/Documentation/html/group__FLC__ADDR.js
diff --git a/sdk/Documentation/html/group__FLC__CLKDIV.html b/lib/sdk/Documentation/html/group__FLC__CLKDIV.html
similarity index 100%
rename from sdk/Documentation/html/group__FLC__CLKDIV.html
rename to lib/sdk/Documentation/html/group__FLC__CLKDIV.html
diff --git a/sdk/Documentation/html/group__FLC__CLKDIV.js b/lib/sdk/Documentation/html/group__FLC__CLKDIV.js
similarity index 100%
rename from sdk/Documentation/html/group__FLC__CLKDIV.js
rename to lib/sdk/Documentation/html/group__FLC__CLKDIV.js
diff --git a/sdk/Documentation/html/group__FLC__CN.html b/lib/sdk/Documentation/html/group__FLC__CN.html
similarity index 100%
rename from sdk/Documentation/html/group__FLC__CN.html
rename to lib/sdk/Documentation/html/group__FLC__CN.html
diff --git a/sdk/Documentation/html/group__FLC__CN.js b/lib/sdk/Documentation/html/group__FLC__CN.js
similarity index 100%
rename from sdk/Documentation/html/group__FLC__CN.js
rename to lib/sdk/Documentation/html/group__FLC__CN.js
diff --git a/sdk/Documentation/html/group__FLC__DATA.html b/lib/sdk/Documentation/html/group__FLC__DATA.html
similarity index 100%
rename from sdk/Documentation/html/group__FLC__DATA.html
rename to lib/sdk/Documentation/html/group__FLC__DATA.html
diff --git a/sdk/Documentation/html/group__FLC__DATA.js b/lib/sdk/Documentation/html/group__FLC__DATA.js
similarity index 100%
rename from sdk/Documentation/html/group__FLC__DATA.js
rename to lib/sdk/Documentation/html/group__FLC__DATA.js
diff --git a/sdk/Documentation/html/group__FLC__INTR.html b/lib/sdk/Documentation/html/group__FLC__INTR.html
similarity index 100%
rename from sdk/Documentation/html/group__FLC__INTR.html
rename to lib/sdk/Documentation/html/group__FLC__INTR.html
diff --git a/sdk/Documentation/html/group__FLC__INTR.js b/lib/sdk/Documentation/html/group__FLC__INTR.js
similarity index 100%
rename from sdk/Documentation/html/group__FLC__INTR.js
rename to lib/sdk/Documentation/html/group__FLC__INTR.js
diff --git a/sdk/Documentation/html/group__FLC__Register__Offsets.html b/lib/sdk/Documentation/html/group__FLC__Register__Offsets.html
similarity index 100%
rename from sdk/Documentation/html/group__FLC__Register__Offsets.html
rename to lib/sdk/Documentation/html/group__FLC__Register__Offsets.html
diff --git a/sdk/Documentation/html/group__FLC__Register__Offsets.js b/lib/sdk/Documentation/html/group__FLC__Register__Offsets.js
similarity index 100%
rename from sdk/Documentation/html/group__FLC__Register__Offsets.js
rename to lib/sdk/Documentation/html/group__FLC__Register__Offsets.js
diff --git a/sdk/Documentation/html/group__GPIO__DS.html b/lib/sdk/Documentation/html/group__GPIO__DS.html
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__DS.html
rename to lib/sdk/Documentation/html/group__GPIO__DS.html
diff --git a/sdk/Documentation/html/group__GPIO__DS.js b/lib/sdk/Documentation/html/group__GPIO__DS.js
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__DS.js
rename to lib/sdk/Documentation/html/group__GPIO__DS.js
diff --git a/sdk/Documentation/html/group__GPIO__DS1.html b/lib/sdk/Documentation/html/group__GPIO__DS1.html
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__DS1.html
rename to lib/sdk/Documentation/html/group__GPIO__DS1.html
diff --git a/sdk/Documentation/html/group__GPIO__DS1.js b/lib/sdk/Documentation/html/group__GPIO__DS1.js
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__DS1.js
rename to lib/sdk/Documentation/html/group__GPIO__DS1.js
diff --git a/sdk/Documentation/html/group__GPIO__EN.html b/lib/sdk/Documentation/html/group__GPIO__EN.html
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__EN.html
rename to lib/sdk/Documentation/html/group__GPIO__EN.html
diff --git a/sdk/Documentation/html/group__GPIO__EN.js b/lib/sdk/Documentation/html/group__GPIO__EN.js
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__EN.js
rename to lib/sdk/Documentation/html/group__GPIO__EN.js
diff --git a/sdk/Documentation/html/group__GPIO__EN1.html b/lib/sdk/Documentation/html/group__GPIO__EN1.html
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__EN1.html
rename to lib/sdk/Documentation/html/group__GPIO__EN1.html
diff --git a/sdk/Documentation/html/group__GPIO__EN1.js b/lib/sdk/Documentation/html/group__GPIO__EN1.js
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__EN1.js
rename to lib/sdk/Documentation/html/group__GPIO__EN1.js
diff --git a/sdk/Documentation/html/group__GPIO__EN1__CLR.html b/lib/sdk/Documentation/html/group__GPIO__EN1__CLR.html
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__EN1__CLR.html
rename to lib/sdk/Documentation/html/group__GPIO__EN1__CLR.html
diff --git a/sdk/Documentation/html/group__GPIO__EN1__CLR.js b/lib/sdk/Documentation/html/group__GPIO__EN1__CLR.js
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__EN1__CLR.js
rename to lib/sdk/Documentation/html/group__GPIO__EN1__CLR.js
diff --git a/sdk/Documentation/html/group__GPIO__EN1__SET.html b/lib/sdk/Documentation/html/group__GPIO__EN1__SET.html
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__EN1__SET.html
rename to lib/sdk/Documentation/html/group__GPIO__EN1__SET.html
diff --git a/sdk/Documentation/html/group__GPIO__EN1__SET.js b/lib/sdk/Documentation/html/group__GPIO__EN1__SET.js
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__EN1__SET.js
rename to lib/sdk/Documentation/html/group__GPIO__EN1__SET.js
diff --git a/sdk/Documentation/html/group__GPIO__EN2.html b/lib/sdk/Documentation/html/group__GPIO__EN2.html
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__EN2.html
rename to lib/sdk/Documentation/html/group__GPIO__EN2.html
diff --git a/sdk/Documentation/html/group__GPIO__EN2.js b/lib/sdk/Documentation/html/group__GPIO__EN2.js
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__EN2.js
rename to lib/sdk/Documentation/html/group__GPIO__EN2.js
diff --git a/sdk/Documentation/html/group__GPIO__EN2__CLR.html b/lib/sdk/Documentation/html/group__GPIO__EN2__CLR.html
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__EN2__CLR.html
rename to lib/sdk/Documentation/html/group__GPIO__EN2__CLR.html
diff --git a/sdk/Documentation/html/group__GPIO__EN2__CLR.js b/lib/sdk/Documentation/html/group__GPIO__EN2__CLR.js
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__EN2__CLR.js
rename to lib/sdk/Documentation/html/group__GPIO__EN2__CLR.js
diff --git a/sdk/Documentation/html/group__GPIO__EN2__SET.html b/lib/sdk/Documentation/html/group__GPIO__EN2__SET.html
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__EN2__SET.html
rename to lib/sdk/Documentation/html/group__GPIO__EN2__SET.html
diff --git a/sdk/Documentation/html/group__GPIO__EN2__SET.js b/lib/sdk/Documentation/html/group__GPIO__EN2__SET.js
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__EN2__SET.js
rename to lib/sdk/Documentation/html/group__GPIO__EN2__SET.js
diff --git a/sdk/Documentation/html/group__GPIO__EN__CLR.html b/lib/sdk/Documentation/html/group__GPIO__EN__CLR.html
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__EN__CLR.html
rename to lib/sdk/Documentation/html/group__GPIO__EN__CLR.html
diff --git a/sdk/Documentation/html/group__GPIO__EN__CLR.js b/lib/sdk/Documentation/html/group__GPIO__EN__CLR.js
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__EN__CLR.js
rename to lib/sdk/Documentation/html/group__GPIO__EN__CLR.js
diff --git a/sdk/Documentation/html/group__GPIO__EN__SET.html b/lib/sdk/Documentation/html/group__GPIO__EN__SET.html
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__EN__SET.html
rename to lib/sdk/Documentation/html/group__GPIO__EN__SET.html
diff --git a/sdk/Documentation/html/group__GPIO__EN__SET.js b/lib/sdk/Documentation/html/group__GPIO__EN__SET.js
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__EN__SET.js
rename to lib/sdk/Documentation/html/group__GPIO__EN__SET.js
diff --git a/sdk/Documentation/html/group__GPIO__IN.html b/lib/sdk/Documentation/html/group__GPIO__IN.html
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__IN.html
rename to lib/sdk/Documentation/html/group__GPIO__IN.html
diff --git a/sdk/Documentation/html/group__GPIO__IN.js b/lib/sdk/Documentation/html/group__GPIO__IN.js
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__IN.js
rename to lib/sdk/Documentation/html/group__GPIO__IN.js
diff --git a/sdk/Documentation/html/group__GPIO__INT__CLR.html b/lib/sdk/Documentation/html/group__GPIO__INT__CLR.html
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__INT__CLR.html
rename to lib/sdk/Documentation/html/group__GPIO__INT__CLR.html
diff --git a/sdk/Documentation/html/group__GPIO__INT__CLR.js b/lib/sdk/Documentation/html/group__GPIO__INT__CLR.js
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__INT__CLR.js
rename to lib/sdk/Documentation/html/group__GPIO__INT__CLR.js
diff --git a/sdk/Documentation/html/group__GPIO__INT__DUAL__EDGE.html b/lib/sdk/Documentation/html/group__GPIO__INT__DUAL__EDGE.html
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__INT__DUAL__EDGE.html
rename to lib/sdk/Documentation/html/group__GPIO__INT__DUAL__EDGE.html
diff --git a/sdk/Documentation/html/group__GPIO__INT__DUAL__EDGE.js b/lib/sdk/Documentation/html/group__GPIO__INT__DUAL__EDGE.js
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__INT__DUAL__EDGE.js
rename to lib/sdk/Documentation/html/group__GPIO__INT__DUAL__EDGE.js
diff --git a/sdk/Documentation/html/group__GPIO__INT__EN.html b/lib/sdk/Documentation/html/group__GPIO__INT__EN.html
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__INT__EN.html
rename to lib/sdk/Documentation/html/group__GPIO__INT__EN.html
diff --git a/sdk/Documentation/html/group__GPIO__INT__EN.js b/lib/sdk/Documentation/html/group__GPIO__INT__EN.js
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__INT__EN.js
rename to lib/sdk/Documentation/html/group__GPIO__INT__EN.js
diff --git a/sdk/Documentation/html/group__GPIO__INT__EN__CLR.html b/lib/sdk/Documentation/html/group__GPIO__INT__EN__CLR.html
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__INT__EN__CLR.html
rename to lib/sdk/Documentation/html/group__GPIO__INT__EN__CLR.html
diff --git a/sdk/Documentation/html/group__GPIO__INT__EN__CLR.js b/lib/sdk/Documentation/html/group__GPIO__INT__EN__CLR.js
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__INT__EN__CLR.js
rename to lib/sdk/Documentation/html/group__GPIO__INT__EN__CLR.js
diff --git a/sdk/Documentation/html/group__GPIO__INT__EN__SET.html b/lib/sdk/Documentation/html/group__GPIO__INT__EN__SET.html
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__INT__EN__SET.html
rename to lib/sdk/Documentation/html/group__GPIO__INT__EN__SET.html
diff --git a/sdk/Documentation/html/group__GPIO__INT__EN__SET.js b/lib/sdk/Documentation/html/group__GPIO__INT__EN__SET.js
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__INT__EN__SET.js
rename to lib/sdk/Documentation/html/group__GPIO__INT__EN__SET.js
diff --git a/sdk/Documentation/html/group__GPIO__INT__MOD.html b/lib/sdk/Documentation/html/group__GPIO__INT__MOD.html
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__INT__MOD.html
rename to lib/sdk/Documentation/html/group__GPIO__INT__MOD.html
diff --git a/sdk/Documentation/html/group__GPIO__INT__MOD.js b/lib/sdk/Documentation/html/group__GPIO__INT__MOD.js
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__INT__MOD.js
rename to lib/sdk/Documentation/html/group__GPIO__INT__MOD.js
diff --git a/sdk/Documentation/html/group__GPIO__INT__POL.html b/lib/sdk/Documentation/html/group__GPIO__INT__POL.html
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__INT__POL.html
rename to lib/sdk/Documentation/html/group__GPIO__INT__POL.html
diff --git a/sdk/Documentation/html/group__GPIO__INT__POL.js b/lib/sdk/Documentation/html/group__GPIO__INT__POL.js
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__INT__POL.js
rename to lib/sdk/Documentation/html/group__GPIO__INT__POL.js
diff --git a/sdk/Documentation/html/group__GPIO__INT__STAT.html b/lib/sdk/Documentation/html/group__GPIO__INT__STAT.html
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__INT__STAT.html
rename to lib/sdk/Documentation/html/group__GPIO__INT__STAT.html
diff --git a/sdk/Documentation/html/group__GPIO__INT__STAT.js b/lib/sdk/Documentation/html/group__GPIO__INT__STAT.js
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__INT__STAT.js
rename to lib/sdk/Documentation/html/group__GPIO__INT__STAT.js
diff --git a/sdk/Documentation/html/group__GPIO__OUT.html b/lib/sdk/Documentation/html/group__GPIO__OUT.html
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__OUT.html
rename to lib/sdk/Documentation/html/group__GPIO__OUT.html
diff --git a/sdk/Documentation/html/group__GPIO__OUT.js b/lib/sdk/Documentation/html/group__GPIO__OUT.js
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__OUT.js
rename to lib/sdk/Documentation/html/group__GPIO__OUT.js
diff --git a/sdk/Documentation/html/group__GPIO__OUT__CLR.html b/lib/sdk/Documentation/html/group__GPIO__OUT__CLR.html
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__OUT__CLR.html
rename to lib/sdk/Documentation/html/group__GPIO__OUT__CLR.html
diff --git a/sdk/Documentation/html/group__GPIO__OUT__CLR.js b/lib/sdk/Documentation/html/group__GPIO__OUT__CLR.js
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__OUT__CLR.js
rename to lib/sdk/Documentation/html/group__GPIO__OUT__CLR.js
diff --git a/sdk/Documentation/html/group__GPIO__OUT__EN.html b/lib/sdk/Documentation/html/group__GPIO__OUT__EN.html
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__OUT__EN.html
rename to lib/sdk/Documentation/html/group__GPIO__OUT__EN.html
diff --git a/sdk/Documentation/html/group__GPIO__OUT__EN.js b/lib/sdk/Documentation/html/group__GPIO__OUT__EN.js
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__OUT__EN.js
rename to lib/sdk/Documentation/html/group__GPIO__OUT__EN.js
diff --git a/sdk/Documentation/html/group__GPIO__OUT__EN__CLR.html b/lib/sdk/Documentation/html/group__GPIO__OUT__EN__CLR.html
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__OUT__EN__CLR.html
rename to lib/sdk/Documentation/html/group__GPIO__OUT__EN__CLR.html
diff --git a/sdk/Documentation/html/group__GPIO__OUT__EN__CLR.js b/lib/sdk/Documentation/html/group__GPIO__OUT__EN__CLR.js
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__OUT__EN__CLR.js
rename to lib/sdk/Documentation/html/group__GPIO__OUT__EN__CLR.js
diff --git a/sdk/Documentation/html/group__GPIO__OUT__EN__SET.html b/lib/sdk/Documentation/html/group__GPIO__OUT__EN__SET.html
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__OUT__EN__SET.html
rename to lib/sdk/Documentation/html/group__GPIO__OUT__EN__SET.html
diff --git a/sdk/Documentation/html/group__GPIO__OUT__EN__SET.js b/lib/sdk/Documentation/html/group__GPIO__OUT__EN__SET.js
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__OUT__EN__SET.js
rename to lib/sdk/Documentation/html/group__GPIO__OUT__EN__SET.js
diff --git a/sdk/Documentation/html/group__GPIO__OUT__SET.html b/lib/sdk/Documentation/html/group__GPIO__OUT__SET.html
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__OUT__SET.html
rename to lib/sdk/Documentation/html/group__GPIO__OUT__SET.html
diff --git a/sdk/Documentation/html/group__GPIO__OUT__SET.js b/lib/sdk/Documentation/html/group__GPIO__OUT__SET.js
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__OUT__SET.js
rename to lib/sdk/Documentation/html/group__GPIO__OUT__SET.js
diff --git a/sdk/Documentation/html/group__GPIO__PAD__CFG1.html b/lib/sdk/Documentation/html/group__GPIO__PAD__CFG1.html
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__PAD__CFG1.html
rename to lib/sdk/Documentation/html/group__GPIO__PAD__CFG1.html
diff --git a/sdk/Documentation/html/group__GPIO__PAD__CFG1.js b/lib/sdk/Documentation/html/group__GPIO__PAD__CFG1.js
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__PAD__CFG1.js
rename to lib/sdk/Documentation/html/group__GPIO__PAD__CFG1.js
diff --git a/sdk/Documentation/html/group__GPIO__PAD__CFG2.html b/lib/sdk/Documentation/html/group__GPIO__PAD__CFG2.html
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__PAD__CFG2.html
rename to lib/sdk/Documentation/html/group__GPIO__PAD__CFG2.html
diff --git a/sdk/Documentation/html/group__GPIO__PAD__CFG2.js b/lib/sdk/Documentation/html/group__GPIO__PAD__CFG2.js
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__PAD__CFG2.js
rename to lib/sdk/Documentation/html/group__GPIO__PAD__CFG2.js
diff --git a/sdk/Documentation/html/group__GPIO__PS.html b/lib/sdk/Documentation/html/group__GPIO__PS.html
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__PS.html
rename to lib/sdk/Documentation/html/group__GPIO__PS.html
diff --git a/sdk/Documentation/html/group__GPIO__PS.js b/lib/sdk/Documentation/html/group__GPIO__PS.js
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__PS.js
rename to lib/sdk/Documentation/html/group__GPIO__PS.js
diff --git a/sdk/Documentation/html/group__GPIO__Register__Offsets.html b/lib/sdk/Documentation/html/group__GPIO__Register__Offsets.html
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__Register__Offsets.html
rename to lib/sdk/Documentation/html/group__GPIO__Register__Offsets.html
diff --git a/sdk/Documentation/html/group__GPIO__Register__Offsets.js b/lib/sdk/Documentation/html/group__GPIO__Register__Offsets.js
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__Register__Offsets.js
rename to lib/sdk/Documentation/html/group__GPIO__Register__Offsets.js
diff --git a/sdk/Documentation/html/group__GPIO__VSSEL.html b/lib/sdk/Documentation/html/group__GPIO__VSSEL.html
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__VSSEL.html
rename to lib/sdk/Documentation/html/group__GPIO__VSSEL.html
diff --git a/sdk/Documentation/html/group__GPIO__VSSEL.js b/lib/sdk/Documentation/html/group__GPIO__VSSEL.js
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__VSSEL.js
rename to lib/sdk/Documentation/html/group__GPIO__VSSEL.js
diff --git a/sdk/Documentation/html/group__GPIO__WAKE__EN.html b/lib/sdk/Documentation/html/group__GPIO__WAKE__EN.html
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__WAKE__EN.html
rename to lib/sdk/Documentation/html/group__GPIO__WAKE__EN.html
diff --git a/sdk/Documentation/html/group__GPIO__WAKE__EN.js b/lib/sdk/Documentation/html/group__GPIO__WAKE__EN.js
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__WAKE__EN.js
rename to lib/sdk/Documentation/html/group__GPIO__WAKE__EN.js
diff --git a/sdk/Documentation/html/group__GPIO__WAKE__EN__CLR.html b/lib/sdk/Documentation/html/group__GPIO__WAKE__EN__CLR.html
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__WAKE__EN__CLR.html
rename to lib/sdk/Documentation/html/group__GPIO__WAKE__EN__CLR.html
diff --git a/sdk/Documentation/html/group__GPIO__WAKE__EN__CLR.js b/lib/sdk/Documentation/html/group__GPIO__WAKE__EN__CLR.js
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__WAKE__EN__CLR.js
rename to lib/sdk/Documentation/html/group__GPIO__WAKE__EN__CLR.js
diff --git a/sdk/Documentation/html/group__GPIO__WAKE__EN__SET.html b/lib/sdk/Documentation/html/group__GPIO__WAKE__EN__SET.html
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__WAKE__EN__SET.html
rename to lib/sdk/Documentation/html/group__GPIO__WAKE__EN__SET.html
diff --git a/sdk/Documentation/html/group__GPIO__WAKE__EN__SET.js b/lib/sdk/Documentation/html/group__GPIO__WAKE__EN__SET.js
similarity index 100%
rename from sdk/Documentation/html/group__GPIO__WAKE__EN__SET.js
rename to lib/sdk/Documentation/html/group__GPIO__WAKE__EN__SET.js
diff --git a/sdk/Documentation/html/group__HTMR__CTRL.html b/lib/sdk/Documentation/html/group__HTMR__CTRL.html
similarity index 100%
rename from sdk/Documentation/html/group__HTMR__CTRL.html
rename to lib/sdk/Documentation/html/group__HTMR__CTRL.html
diff --git a/sdk/Documentation/html/group__HTMR__CTRL.js b/lib/sdk/Documentation/html/group__HTMR__CTRL.js
similarity index 100%
rename from sdk/Documentation/html/group__HTMR__CTRL.js
rename to lib/sdk/Documentation/html/group__HTMR__CTRL.js
diff --git a/sdk/Documentation/html/group__HTMR__RAS.html b/lib/sdk/Documentation/html/group__HTMR__RAS.html
similarity index 100%
rename from sdk/Documentation/html/group__HTMR__RAS.html
rename to lib/sdk/Documentation/html/group__HTMR__RAS.html
diff --git a/sdk/Documentation/html/group__HTMR__RAS.js b/lib/sdk/Documentation/html/group__HTMR__RAS.js
similarity index 100%
rename from sdk/Documentation/html/group__HTMR__RAS.js
rename to lib/sdk/Documentation/html/group__HTMR__RAS.js
diff --git a/sdk/Documentation/html/group__HTMR__RSSA.html b/lib/sdk/Documentation/html/group__HTMR__RSSA.html
similarity index 100%
rename from sdk/Documentation/html/group__HTMR__RSSA.html
rename to lib/sdk/Documentation/html/group__HTMR__RSSA.html
diff --git a/sdk/Documentation/html/group__HTMR__RSSA.js b/lib/sdk/Documentation/html/group__HTMR__RSSA.js
similarity index 100%
rename from sdk/Documentation/html/group__HTMR__RSSA.js
rename to lib/sdk/Documentation/html/group__HTMR__RSSA.js
diff --git a/sdk/Documentation/html/group__HTMR__Register__Offsets.html b/lib/sdk/Documentation/html/group__HTMR__Register__Offsets.html
similarity index 100%
rename from sdk/Documentation/html/group__HTMR__Register__Offsets.html
rename to lib/sdk/Documentation/html/group__HTMR__Register__Offsets.html
diff --git a/sdk/Documentation/html/group__HTMR__Register__Offsets.js b/lib/sdk/Documentation/html/group__HTMR__Register__Offsets.js
similarity index 100%
rename from sdk/Documentation/html/group__HTMR__Register__Offsets.js
rename to lib/sdk/Documentation/html/group__HTMR__Register__Offsets.js
diff --git a/sdk/Documentation/html/group__HTMR__SSEC.html b/lib/sdk/Documentation/html/group__HTMR__SSEC.html
similarity index 100%
rename from sdk/Documentation/html/group__HTMR__SSEC.html
rename to lib/sdk/Documentation/html/group__HTMR__SSEC.html
diff --git a/sdk/Documentation/html/group__HTMR__SSEC.js b/lib/sdk/Documentation/html/group__HTMR__SSEC.js
similarity index 100%
rename from sdk/Documentation/html/group__HTMR__SSEC.js
rename to lib/sdk/Documentation/html/group__HTMR__SSEC.js
diff --git a/sdk/Documentation/html/group__I2C__CLK__HI.html b/lib/sdk/Documentation/html/group__I2C__CLK__HI.html
similarity index 100%
rename from sdk/Documentation/html/group__I2C__CLK__HI.html
rename to lib/sdk/Documentation/html/group__I2C__CLK__HI.html
diff --git a/sdk/Documentation/html/group__I2C__CLK__HI.js b/lib/sdk/Documentation/html/group__I2C__CLK__HI.js
similarity index 100%
rename from sdk/Documentation/html/group__I2C__CLK__HI.js
rename to lib/sdk/Documentation/html/group__I2C__CLK__HI.js
diff --git a/sdk/Documentation/html/group__I2C__CLK__LO.html b/lib/sdk/Documentation/html/group__I2C__CLK__LO.html
similarity index 100%
rename from sdk/Documentation/html/group__I2C__CLK__LO.html
rename to lib/sdk/Documentation/html/group__I2C__CLK__LO.html
diff --git a/sdk/Documentation/html/group__I2C__CLK__LO.js b/lib/sdk/Documentation/html/group__I2C__CLK__LO.js
similarity index 100%
rename from sdk/Documentation/html/group__I2C__CLK__LO.js
rename to lib/sdk/Documentation/html/group__I2C__CLK__LO.js
diff --git a/sdk/Documentation/html/group__I2C__CTRL.html b/lib/sdk/Documentation/html/group__I2C__CTRL.html
similarity index 100%
rename from sdk/Documentation/html/group__I2C__CTRL.html
rename to lib/sdk/Documentation/html/group__I2C__CTRL.html
diff --git a/sdk/Documentation/html/group__I2C__CTRL.js b/lib/sdk/Documentation/html/group__I2C__CTRL.js
similarity index 100%
rename from sdk/Documentation/html/group__I2C__CTRL.js
rename to lib/sdk/Documentation/html/group__I2C__CTRL.js
diff --git a/sdk/Documentation/html/group__I2C__DMA.html b/lib/sdk/Documentation/html/group__I2C__DMA.html
similarity index 100%
rename from sdk/Documentation/html/group__I2C__DMA.html
rename to lib/sdk/Documentation/html/group__I2C__DMA.html
diff --git a/sdk/Documentation/html/group__I2C__DMA.js b/lib/sdk/Documentation/html/group__I2C__DMA.js
similarity index 100%
rename from sdk/Documentation/html/group__I2C__DMA.js
rename to lib/sdk/Documentation/html/group__I2C__DMA.js
diff --git a/sdk/Documentation/html/group__I2C__FIFO.html b/lib/sdk/Documentation/html/group__I2C__FIFO.html
similarity index 100%
rename from sdk/Documentation/html/group__I2C__FIFO.html
rename to lib/sdk/Documentation/html/group__I2C__FIFO.html
diff --git a/sdk/Documentation/html/group__I2C__FIFO.js b/lib/sdk/Documentation/html/group__I2C__FIFO.js
similarity index 100%
rename from sdk/Documentation/html/group__I2C__FIFO.js
rename to lib/sdk/Documentation/html/group__I2C__FIFO.js
diff --git a/sdk/Documentation/html/group__I2C__FIFO__LEN.html b/lib/sdk/Documentation/html/group__I2C__FIFO__LEN.html
similarity index 100%
rename from sdk/Documentation/html/group__I2C__FIFO__LEN.html
rename to lib/sdk/Documentation/html/group__I2C__FIFO__LEN.html
diff --git a/sdk/Documentation/html/group__I2C__FIFO__LEN.js b/lib/sdk/Documentation/html/group__I2C__FIFO__LEN.js
similarity index 100%
rename from sdk/Documentation/html/group__I2C__FIFO__LEN.js
rename to lib/sdk/Documentation/html/group__I2C__FIFO__LEN.js
diff --git a/sdk/Documentation/html/group__I2C__HS__CLK.html b/lib/sdk/Documentation/html/group__I2C__HS__CLK.html
similarity index 100%
rename from sdk/Documentation/html/group__I2C__HS__CLK.html
rename to lib/sdk/Documentation/html/group__I2C__HS__CLK.html
diff --git a/sdk/Documentation/html/group__I2C__HS__CLK.js b/lib/sdk/Documentation/html/group__I2C__HS__CLK.js
similarity index 100%
rename from sdk/Documentation/html/group__I2C__HS__CLK.js
rename to lib/sdk/Documentation/html/group__I2C__HS__CLK.js
diff --git a/sdk/Documentation/html/group__I2C__INT__EN0.html b/lib/sdk/Documentation/html/group__I2C__INT__EN0.html
similarity index 100%
rename from sdk/Documentation/html/group__I2C__INT__EN0.html
rename to lib/sdk/Documentation/html/group__I2C__INT__EN0.html
diff --git a/sdk/Documentation/html/group__I2C__INT__EN0.js b/lib/sdk/Documentation/html/group__I2C__INT__EN0.js
similarity index 100%
rename from sdk/Documentation/html/group__I2C__INT__EN0.js
rename to lib/sdk/Documentation/html/group__I2C__INT__EN0.js
diff --git a/sdk/Documentation/html/group__I2C__INT__EN1.html b/lib/sdk/Documentation/html/group__I2C__INT__EN1.html
similarity index 100%
rename from sdk/Documentation/html/group__I2C__INT__EN1.html
rename to lib/sdk/Documentation/html/group__I2C__INT__EN1.html
diff --git a/sdk/Documentation/html/group__I2C__INT__EN1.js b/lib/sdk/Documentation/html/group__I2C__INT__EN1.js
similarity index 100%
rename from sdk/Documentation/html/group__I2C__INT__EN1.js
rename to lib/sdk/Documentation/html/group__I2C__INT__EN1.js
diff --git a/sdk/Documentation/html/group__I2C__INT__FL0.html b/lib/sdk/Documentation/html/group__I2C__INT__FL0.html
similarity index 100%
rename from sdk/Documentation/html/group__I2C__INT__FL0.html
rename to lib/sdk/Documentation/html/group__I2C__INT__FL0.html
diff --git a/sdk/Documentation/html/group__I2C__INT__FL0.js b/lib/sdk/Documentation/html/group__I2C__INT__FL0.js
similarity index 100%
rename from sdk/Documentation/html/group__I2C__INT__FL0.js
rename to lib/sdk/Documentation/html/group__I2C__INT__FL0.js
diff --git a/sdk/Documentation/html/group__I2C__INT__FL1.html b/lib/sdk/Documentation/html/group__I2C__INT__FL1.html
similarity index 100%
rename from sdk/Documentation/html/group__I2C__INT__FL1.html
rename to lib/sdk/Documentation/html/group__I2C__INT__FL1.html
diff --git a/sdk/Documentation/html/group__I2C__INT__FL1.js b/lib/sdk/Documentation/html/group__I2C__INT__FL1.js
similarity index 100%
rename from sdk/Documentation/html/group__I2C__INT__FL1.js
rename to lib/sdk/Documentation/html/group__I2C__INT__FL1.js
diff --git a/sdk/Documentation/html/group__I2C__MASTER__CTRL.html b/lib/sdk/Documentation/html/group__I2C__MASTER__CTRL.html
similarity index 100%
rename from sdk/Documentation/html/group__I2C__MASTER__CTRL.html
rename to lib/sdk/Documentation/html/group__I2C__MASTER__CTRL.html
diff --git a/sdk/Documentation/html/group__I2C__MASTER__CTRL.js b/lib/sdk/Documentation/html/group__I2C__MASTER__CTRL.js
similarity index 100%
rename from sdk/Documentation/html/group__I2C__MASTER__CTRL.js
rename to lib/sdk/Documentation/html/group__I2C__MASTER__CTRL.js
diff --git a/sdk/Documentation/html/group__I2C__RX__CTRL0.html b/lib/sdk/Documentation/html/group__I2C__RX__CTRL0.html
similarity index 100%
rename from sdk/Documentation/html/group__I2C__RX__CTRL0.html
rename to lib/sdk/Documentation/html/group__I2C__RX__CTRL0.html
diff --git a/sdk/Documentation/html/group__I2C__RX__CTRL0.js b/lib/sdk/Documentation/html/group__I2C__RX__CTRL0.js
similarity index 100%
rename from sdk/Documentation/html/group__I2C__RX__CTRL0.js
rename to lib/sdk/Documentation/html/group__I2C__RX__CTRL0.js
diff --git a/sdk/Documentation/html/group__I2C__RX__CTRL1.html b/lib/sdk/Documentation/html/group__I2C__RX__CTRL1.html
similarity index 100%
rename from sdk/Documentation/html/group__I2C__RX__CTRL1.html
rename to lib/sdk/Documentation/html/group__I2C__RX__CTRL1.html
diff --git a/sdk/Documentation/html/group__I2C__RX__CTRL1.js b/lib/sdk/Documentation/html/group__I2C__RX__CTRL1.js
similarity index 100%
rename from sdk/Documentation/html/group__I2C__RX__CTRL1.js
rename to lib/sdk/Documentation/html/group__I2C__RX__CTRL1.js
diff --git a/sdk/Documentation/html/group__I2C__Register__Offsets.html b/lib/sdk/Documentation/html/group__I2C__Register__Offsets.html
similarity index 100%
rename from sdk/Documentation/html/group__I2C__Register__Offsets.html
rename to lib/sdk/Documentation/html/group__I2C__Register__Offsets.html
diff --git a/sdk/Documentation/html/group__I2C__Register__Offsets.js b/lib/sdk/Documentation/html/group__I2C__Register__Offsets.js
similarity index 100%
rename from sdk/Documentation/html/group__I2C__Register__Offsets.js
rename to lib/sdk/Documentation/html/group__I2C__Register__Offsets.js
diff --git a/sdk/Documentation/html/group__I2C__SLAVE__ADDR.html b/lib/sdk/Documentation/html/group__I2C__SLAVE__ADDR.html
similarity index 100%
rename from sdk/Documentation/html/group__I2C__SLAVE__ADDR.html
rename to lib/sdk/Documentation/html/group__I2C__SLAVE__ADDR.html
diff --git a/sdk/Documentation/html/group__I2C__SLAVE__ADDR.js b/lib/sdk/Documentation/html/group__I2C__SLAVE__ADDR.js
similarity index 100%
rename from sdk/Documentation/html/group__I2C__SLAVE__ADDR.js
rename to lib/sdk/Documentation/html/group__I2C__SLAVE__ADDR.js
diff --git a/sdk/Documentation/html/group__I2C__STATUS.html b/lib/sdk/Documentation/html/group__I2C__STATUS.html
similarity index 100%
rename from sdk/Documentation/html/group__I2C__STATUS.html
rename to lib/sdk/Documentation/html/group__I2C__STATUS.html
diff --git a/sdk/Documentation/html/group__I2C__STATUS.js b/lib/sdk/Documentation/html/group__I2C__STATUS.js
similarity index 100%
rename from sdk/Documentation/html/group__I2C__STATUS.js
rename to lib/sdk/Documentation/html/group__I2C__STATUS.js
diff --git a/sdk/Documentation/html/group__I2C__TIMEOUT.html b/lib/sdk/Documentation/html/group__I2C__TIMEOUT.html
similarity index 100%
rename from sdk/Documentation/html/group__I2C__TIMEOUT.html
rename to lib/sdk/Documentation/html/group__I2C__TIMEOUT.html
diff --git a/sdk/Documentation/html/group__I2C__TIMEOUT.js b/lib/sdk/Documentation/html/group__I2C__TIMEOUT.js
similarity index 100%
rename from sdk/Documentation/html/group__I2C__TIMEOUT.js
rename to lib/sdk/Documentation/html/group__I2C__TIMEOUT.js
diff --git a/sdk/Documentation/html/group__I2C__TX__CTRL0.html b/lib/sdk/Documentation/html/group__I2C__TX__CTRL0.html
similarity index 100%
rename from sdk/Documentation/html/group__I2C__TX__CTRL0.html
rename to lib/sdk/Documentation/html/group__I2C__TX__CTRL0.html
diff --git a/sdk/Documentation/html/group__I2C__TX__CTRL0.js b/lib/sdk/Documentation/html/group__I2C__TX__CTRL0.js
similarity index 100%
rename from sdk/Documentation/html/group__I2C__TX__CTRL0.js
rename to lib/sdk/Documentation/html/group__I2C__TX__CTRL0.js
diff --git a/sdk/Documentation/html/group__I2C__TX__CTRL1.html b/lib/sdk/Documentation/html/group__I2C__TX__CTRL1.html
similarity index 100%
rename from sdk/Documentation/html/group__I2C__TX__CTRL1.html
rename to lib/sdk/Documentation/html/group__I2C__TX__CTRL1.html
diff --git a/sdk/Documentation/html/group__I2C__TX__CTRL1.js b/lib/sdk/Documentation/html/group__I2C__TX__CTRL1.js
similarity index 100%
rename from sdk/Documentation/html/group__I2C__TX__CTRL1.js
rename to lib/sdk/Documentation/html/group__I2C__TX__CTRL1.js
diff --git a/sdk/Documentation/html/group__ICC__CACHE__CTRL.html b/lib/sdk/Documentation/html/group__ICC__CACHE__CTRL.html
similarity index 100%
rename from sdk/Documentation/html/group__ICC__CACHE__CTRL.html
rename to lib/sdk/Documentation/html/group__ICC__CACHE__CTRL.html
diff --git a/sdk/Documentation/html/group__ICC__CACHE__CTRL.js b/lib/sdk/Documentation/html/group__ICC__CACHE__CTRL.js
similarity index 100%
rename from sdk/Documentation/html/group__ICC__CACHE__CTRL.js
rename to lib/sdk/Documentation/html/group__ICC__CACHE__CTRL.js
diff --git a/sdk/Documentation/html/group__ICC__CACHE__ID.html b/lib/sdk/Documentation/html/group__ICC__CACHE__ID.html
similarity index 100%
rename from sdk/Documentation/html/group__ICC__CACHE__ID.html
rename to lib/sdk/Documentation/html/group__ICC__CACHE__ID.html
diff --git a/sdk/Documentation/html/group__ICC__CACHE__ID.js b/lib/sdk/Documentation/html/group__ICC__CACHE__ID.js
similarity index 100%
rename from sdk/Documentation/html/group__ICC__CACHE__ID.js
rename to lib/sdk/Documentation/html/group__ICC__CACHE__ID.js
diff --git a/sdk/Documentation/html/group__ICC__MEMCFG.html b/lib/sdk/Documentation/html/group__ICC__MEMCFG.html
similarity index 100%
rename from sdk/Documentation/html/group__ICC__MEMCFG.html
rename to lib/sdk/Documentation/html/group__ICC__MEMCFG.html
diff --git a/sdk/Documentation/html/group__ICC__MEMCFG.js b/lib/sdk/Documentation/html/group__ICC__MEMCFG.js
similarity index 100%
rename from sdk/Documentation/html/group__ICC__MEMCFG.js
rename to lib/sdk/Documentation/html/group__ICC__MEMCFG.js
diff --git a/sdk/Documentation/html/group__ICC__Register__Offsets.html b/lib/sdk/Documentation/html/group__ICC__Register__Offsets.html
similarity index 100%
rename from sdk/Documentation/html/group__ICC__Register__Offsets.html
rename to lib/sdk/Documentation/html/group__ICC__Register__Offsets.html
diff --git a/sdk/Documentation/html/group__ICC__Register__Offsets.js b/lib/sdk/Documentation/html/group__ICC__Register__Offsets.js
similarity index 100%
rename from sdk/Documentation/html/group__ICC__Register__Offsets.js
rename to lib/sdk/Documentation/html/group__ICC__Register__Offsets.js
diff --git a/sdk/Documentation/html/group__MX25__Commands.html b/lib/sdk/Documentation/html/group__MX25__Commands.html
similarity index 100%
rename from sdk/Documentation/html/group__MX25__Commands.html
rename to lib/sdk/Documentation/html/group__MX25__Commands.html
diff --git a/sdk/Documentation/html/group__MX25__Commands.js b/lib/sdk/Documentation/html/group__MX25__Commands.js
similarity index 100%
rename from sdk/Documentation/html/group__MX25__Commands.js
rename to lib/sdk/Documentation/html/group__MX25__Commands.js
diff --git a/sdk/Documentation/html/group__MXC__Error__Codes.html b/lib/sdk/Documentation/html/group__MXC__Error__Codes.html
similarity index 100%
rename from sdk/Documentation/html/group__MXC__Error__Codes.html
rename to lib/sdk/Documentation/html/group__MXC__Error__Codes.html
diff --git a/sdk/Documentation/html/group__MXC__Error__Codes.js b/lib/sdk/Documentation/html/group__MXC__Error__Codes.js
similarity index 100%
rename from sdk/Documentation/html/group__MXC__Error__Codes.js
rename to lib/sdk/Documentation/html/group__MXC__Error__Codes.js
diff --git a/sdk/Documentation/html/group__MXC__delay.html b/lib/sdk/Documentation/html/group__MXC__delay.html
similarity index 100%
rename from sdk/Documentation/html/group__MXC__delay.html
rename to lib/sdk/Documentation/html/group__MXC__delay.html
diff --git a/sdk/Documentation/html/group__MXC__delay.js b/lib/sdk/Documentation/html/group__MXC__delay.js
similarity index 100%
rename from sdk/Documentation/html/group__MXC__delay.js
rename to lib/sdk/Documentation/html/group__MXC__delay.js
diff --git a/sdk/Documentation/html/group__OWM__CFG.html b/lib/sdk/Documentation/html/group__OWM__CFG.html
similarity index 100%
rename from sdk/Documentation/html/group__OWM__CFG.html
rename to lib/sdk/Documentation/html/group__OWM__CFG.html
diff --git a/sdk/Documentation/html/group__OWM__CFG.js b/lib/sdk/Documentation/html/group__OWM__CFG.js
similarity index 100%
rename from sdk/Documentation/html/group__OWM__CFG.js
rename to lib/sdk/Documentation/html/group__OWM__CFG.js
diff --git a/sdk/Documentation/html/group__OWM__CLK__DIV__1US.html b/lib/sdk/Documentation/html/group__OWM__CLK__DIV__1US.html
similarity index 100%
rename from sdk/Documentation/html/group__OWM__CLK__DIV__1US.html
rename to lib/sdk/Documentation/html/group__OWM__CLK__DIV__1US.html
diff --git a/sdk/Documentation/html/group__OWM__CLK__DIV__1US.js b/lib/sdk/Documentation/html/group__OWM__CLK__DIV__1US.js
similarity index 100%
rename from sdk/Documentation/html/group__OWM__CLK__DIV__1US.js
rename to lib/sdk/Documentation/html/group__OWM__CLK__DIV__1US.js
diff --git a/sdk/Documentation/html/group__OWM__CTRL__STAT.html b/lib/sdk/Documentation/html/group__OWM__CTRL__STAT.html
similarity index 100%
rename from sdk/Documentation/html/group__OWM__CTRL__STAT.html
rename to lib/sdk/Documentation/html/group__OWM__CTRL__STAT.html
diff --git a/sdk/Documentation/html/group__OWM__CTRL__STAT.js b/lib/sdk/Documentation/html/group__OWM__CTRL__STAT.js
similarity index 100%
rename from sdk/Documentation/html/group__OWM__CTRL__STAT.js
rename to lib/sdk/Documentation/html/group__OWM__CTRL__STAT.js
diff --git a/sdk/Documentation/html/group__OWM__DATA.html b/lib/sdk/Documentation/html/group__OWM__DATA.html
similarity index 100%
rename from sdk/Documentation/html/group__OWM__DATA.html
rename to lib/sdk/Documentation/html/group__OWM__DATA.html
diff --git a/sdk/Documentation/html/group__OWM__DATA.js b/lib/sdk/Documentation/html/group__OWM__DATA.js
similarity index 100%
rename from sdk/Documentation/html/group__OWM__DATA.js
rename to lib/sdk/Documentation/html/group__OWM__DATA.js
diff --git a/sdk/Documentation/html/group__OWM__INTEN.html b/lib/sdk/Documentation/html/group__OWM__INTEN.html
similarity index 100%
rename from sdk/Documentation/html/group__OWM__INTEN.html
rename to lib/sdk/Documentation/html/group__OWM__INTEN.html
diff --git a/sdk/Documentation/html/group__OWM__INTEN.js b/lib/sdk/Documentation/html/group__OWM__INTEN.js
similarity index 100%
rename from sdk/Documentation/html/group__OWM__INTEN.js
rename to lib/sdk/Documentation/html/group__OWM__INTEN.js
diff --git a/sdk/Documentation/html/group__OWM__INTFL.html b/lib/sdk/Documentation/html/group__OWM__INTFL.html
similarity index 100%
rename from sdk/Documentation/html/group__OWM__INTFL.html
rename to lib/sdk/Documentation/html/group__OWM__INTFL.html
diff --git a/sdk/Documentation/html/group__OWM__INTFL.js b/lib/sdk/Documentation/html/group__OWM__INTFL.js
similarity index 100%
rename from sdk/Documentation/html/group__OWM__INTFL.js
rename to lib/sdk/Documentation/html/group__OWM__INTFL.js
diff --git a/sdk/Documentation/html/group__OWM__Register__Offsets.html b/lib/sdk/Documentation/html/group__OWM__Register__Offsets.html
similarity index 100%
rename from sdk/Documentation/html/group__OWM__Register__Offsets.html
rename to lib/sdk/Documentation/html/group__OWM__Register__Offsets.html
diff --git a/sdk/Documentation/html/group__OWM__Register__Offsets.js b/lib/sdk/Documentation/html/group__OWM__Register__Offsets.js
similarity index 100%
rename from sdk/Documentation/html/group__OWM__Register__Offsets.js
rename to lib/sdk/Documentation/html/group__OWM__Register__Offsets.js
diff --git a/sdk/Documentation/html/group__PT__LOOP.html b/lib/sdk/Documentation/html/group__PT__LOOP.html
similarity index 100%
rename from sdk/Documentation/html/group__PT__LOOP.html
rename to lib/sdk/Documentation/html/group__PT__LOOP.html
diff --git a/sdk/Documentation/html/group__PT__LOOP.js b/lib/sdk/Documentation/html/group__PT__LOOP.js
similarity index 100%
rename from sdk/Documentation/html/group__PT__LOOP.js
rename to lib/sdk/Documentation/html/group__PT__LOOP.js
diff --git a/sdk/Documentation/html/group__PT__RATE__LENGTH.html b/lib/sdk/Documentation/html/group__PT__RATE__LENGTH.html
similarity index 100%
rename from sdk/Documentation/html/group__PT__RATE__LENGTH.html
rename to lib/sdk/Documentation/html/group__PT__RATE__LENGTH.html
diff --git a/sdk/Documentation/html/group__PT__RATE__LENGTH.js b/lib/sdk/Documentation/html/group__PT__RATE__LENGTH.js
similarity index 100%
rename from sdk/Documentation/html/group__PT__RATE__LENGTH.js
rename to lib/sdk/Documentation/html/group__PT__RATE__LENGTH.js
diff --git a/sdk/Documentation/html/group__PT__RESTART.html b/lib/sdk/Documentation/html/group__PT__RESTART.html
similarity index 100%
rename from sdk/Documentation/html/group__PT__RESTART.html
rename to lib/sdk/Documentation/html/group__PT__RESTART.html
diff --git a/sdk/Documentation/html/group__PT__RESTART.js b/lib/sdk/Documentation/html/group__PT__RESTART.js
similarity index 100%
rename from sdk/Documentation/html/group__PT__RESTART.js
rename to lib/sdk/Documentation/html/group__PT__RESTART.js
diff --git a/sdk/Documentation/html/group__PT__Register__Offsets.html b/lib/sdk/Documentation/html/group__PT__Register__Offsets.html
similarity index 100%
rename from sdk/Documentation/html/group__PT__Register__Offsets.html
rename to lib/sdk/Documentation/html/group__PT__Register__Offsets.html
diff --git a/sdk/Documentation/html/group__PT__Register__Offsets.js b/lib/sdk/Documentation/html/group__PT__Register__Offsets.js
similarity index 100%
rename from sdk/Documentation/html/group__PT__Register__Offsets.js
rename to lib/sdk/Documentation/html/group__PT__Register__Offsets.js
diff --git a/sdk/Documentation/html/group__PWRSEQ__LPCN.html b/lib/sdk/Documentation/html/group__PWRSEQ__LPCN.html
similarity index 100%
rename from sdk/Documentation/html/group__PWRSEQ__LPCN.html
rename to lib/sdk/Documentation/html/group__PWRSEQ__LPCN.html
diff --git a/sdk/Documentation/html/group__PWRSEQ__LPCN.js b/lib/sdk/Documentation/html/group__PWRSEQ__LPCN.js
similarity index 100%
rename from sdk/Documentation/html/group__PWRSEQ__LPCN.js
rename to lib/sdk/Documentation/html/group__PWRSEQ__LPCN.js
diff --git a/sdk/Documentation/html/group__PWRSEQ__LPMEMSD.html b/lib/sdk/Documentation/html/group__PWRSEQ__LPMEMSD.html
similarity index 100%
rename from sdk/Documentation/html/group__PWRSEQ__LPMEMSD.html
rename to lib/sdk/Documentation/html/group__PWRSEQ__LPMEMSD.html
diff --git a/sdk/Documentation/html/group__PWRSEQ__LPMEMSD.js b/lib/sdk/Documentation/html/group__PWRSEQ__LPMEMSD.js
similarity index 100%
rename from sdk/Documentation/html/group__PWRSEQ__LPMEMSD.js
rename to lib/sdk/Documentation/html/group__PWRSEQ__LPMEMSD.js
diff --git a/sdk/Documentation/html/group__PWRSEQ__LPPWEN.html b/lib/sdk/Documentation/html/group__PWRSEQ__LPPWEN.html
similarity index 100%
rename from sdk/Documentation/html/group__PWRSEQ__LPPWEN.html
rename to lib/sdk/Documentation/html/group__PWRSEQ__LPPWEN.html
diff --git a/sdk/Documentation/html/group__PWRSEQ__LPPWEN.js b/lib/sdk/Documentation/html/group__PWRSEQ__LPPWEN.js
similarity index 100%
rename from sdk/Documentation/html/group__PWRSEQ__LPPWEN.js
rename to lib/sdk/Documentation/html/group__PWRSEQ__LPPWEN.js
diff --git a/sdk/Documentation/html/group__PWRSEQ__LPPWST.html b/lib/sdk/Documentation/html/group__PWRSEQ__LPPWST.html
similarity index 100%
rename from sdk/Documentation/html/group__PWRSEQ__LPPWST.html
rename to lib/sdk/Documentation/html/group__PWRSEQ__LPPWST.html
diff --git a/sdk/Documentation/html/group__PWRSEQ__LPPWST.js b/lib/sdk/Documentation/html/group__PWRSEQ__LPPWST.js
similarity index 100%
rename from sdk/Documentation/html/group__PWRSEQ__LPPWST.js
rename to lib/sdk/Documentation/html/group__PWRSEQ__LPPWST.js
diff --git a/sdk/Documentation/html/group__PWRSEQ__LPVDDPD.html b/lib/sdk/Documentation/html/group__PWRSEQ__LPVDDPD.html
similarity index 100%
rename from sdk/Documentation/html/group__PWRSEQ__LPVDDPD.html
rename to lib/sdk/Documentation/html/group__PWRSEQ__LPVDDPD.html
diff --git a/sdk/Documentation/html/group__PWRSEQ__LPVDDPD.js b/lib/sdk/Documentation/html/group__PWRSEQ__LPVDDPD.js
similarity index 100%
rename from sdk/Documentation/html/group__PWRSEQ__LPVDDPD.js
rename to lib/sdk/Documentation/html/group__PWRSEQ__LPVDDPD.js
diff --git a/sdk/Documentation/html/group__PWRSEQ__LPWKEN0.html b/lib/sdk/Documentation/html/group__PWRSEQ__LPWKEN0.html
similarity index 100%
rename from sdk/Documentation/html/group__PWRSEQ__LPWKEN0.html
rename to lib/sdk/Documentation/html/group__PWRSEQ__LPWKEN0.html
diff --git a/sdk/Documentation/html/group__PWRSEQ__LPWKEN0.js b/lib/sdk/Documentation/html/group__PWRSEQ__LPWKEN0.js
similarity index 100%
rename from sdk/Documentation/html/group__PWRSEQ__LPWKEN0.js
rename to lib/sdk/Documentation/html/group__PWRSEQ__LPWKEN0.js
diff --git a/sdk/Documentation/html/group__PWRSEQ__LPWKST0.html b/lib/sdk/Documentation/html/group__PWRSEQ__LPWKST0.html
similarity index 100%
rename from sdk/Documentation/html/group__PWRSEQ__LPWKST0.html
rename to lib/sdk/Documentation/html/group__PWRSEQ__LPWKST0.html
diff --git a/sdk/Documentation/html/group__PWRSEQ__LPWKST0.js b/lib/sdk/Documentation/html/group__PWRSEQ__LPWKST0.js
similarity index 100%
rename from sdk/Documentation/html/group__PWRSEQ__LPWKST0.js
rename to lib/sdk/Documentation/html/group__PWRSEQ__LPWKST0.js
diff --git a/sdk/Documentation/html/group__PWRSEQ__Register__Offsets.html b/lib/sdk/Documentation/html/group__PWRSEQ__Register__Offsets.html
similarity index 100%
rename from sdk/Documentation/html/group__PWRSEQ__Register__Offsets.html
rename to lib/sdk/Documentation/html/group__PWRSEQ__Register__Offsets.html
diff --git a/sdk/Documentation/html/group__PWRSEQ__Register__Offsets.js b/lib/sdk/Documentation/html/group__PWRSEQ__Register__Offsets.js
similarity index 100%
rename from sdk/Documentation/html/group__PWRSEQ__Register__Offsets.js
rename to lib/sdk/Documentation/html/group__PWRSEQ__Register__Offsets.js
diff --git a/sdk/Documentation/html/group__RPU__ADC.html b/lib/sdk/Documentation/html/group__RPU__ADC.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__ADC.html
rename to lib/sdk/Documentation/html/group__RPU__ADC.html
diff --git a/sdk/Documentation/html/group__RPU__ADC.js b/lib/sdk/Documentation/html/group__RPU__ADC.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__ADC.js
rename to lib/sdk/Documentation/html/group__RPU__ADC.js
diff --git a/sdk/Documentation/html/group__RPU__AUDIO.html b/lib/sdk/Documentation/html/group__RPU__AUDIO.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__AUDIO.html
rename to lib/sdk/Documentation/html/group__RPU__AUDIO.html
diff --git a/sdk/Documentation/html/group__RPU__AUDIO.js b/lib/sdk/Documentation/html/group__RPU__AUDIO.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__AUDIO.js
rename to lib/sdk/Documentation/html/group__RPU__AUDIO.js
diff --git a/sdk/Documentation/html/group__RPU__BBCR.html b/lib/sdk/Documentation/html/group__RPU__BBCR.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__BBCR.html
rename to lib/sdk/Documentation/html/group__RPU__BBCR.html
diff --git a/sdk/Documentation/html/group__RPU__BBCR.js b/lib/sdk/Documentation/html/group__RPU__BBCR.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__BBCR.js
rename to lib/sdk/Documentation/html/group__RPU__BBCR.js
diff --git a/sdk/Documentation/html/group__RPU__BBSIR.html b/lib/sdk/Documentation/html/group__RPU__BBSIR.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__BBSIR.html
rename to lib/sdk/Documentation/html/group__RPU__BBSIR.html
diff --git a/sdk/Documentation/html/group__RPU__BBSIR.js b/lib/sdk/Documentation/html/group__RPU__BBSIR.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__BBSIR.js
rename to lib/sdk/Documentation/html/group__RPU__BBSIR.js
diff --git a/sdk/Documentation/html/group__RPU__BTLE.html b/lib/sdk/Documentation/html/group__RPU__BTLE.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__BTLE.html
rename to lib/sdk/Documentation/html/group__RPU__BTLE.html
diff --git a/sdk/Documentation/html/group__RPU__BTLE.js b/lib/sdk/Documentation/html/group__RPU__BTLE.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__BTLE.js
rename to lib/sdk/Documentation/html/group__RPU__BTLE.js
diff --git a/sdk/Documentation/html/group__RPU__CRYPTO.html b/lib/sdk/Documentation/html/group__RPU__CRYPTO.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__CRYPTO.html
rename to lib/sdk/Documentation/html/group__RPU__CRYPTO.html
diff --git a/sdk/Documentation/html/group__RPU__CRYPTO.js b/lib/sdk/Documentation/html/group__RPU__CRYPTO.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__CRYPTO.js
rename to lib/sdk/Documentation/html/group__RPU__CRYPTO.js
diff --git a/sdk/Documentation/html/group__RPU__DCACHE.html b/lib/sdk/Documentation/html/group__RPU__DCACHE.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__DCACHE.html
rename to lib/sdk/Documentation/html/group__RPU__DCACHE.html
diff --git a/sdk/Documentation/html/group__RPU__DCACHE.js b/lib/sdk/Documentation/html/group__RPU__DCACHE.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__DCACHE.js
rename to lib/sdk/Documentation/html/group__RPU__DCACHE.js
diff --git a/sdk/Documentation/html/group__RPU__DMA0.html b/lib/sdk/Documentation/html/group__RPU__DMA0.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__DMA0.html
rename to lib/sdk/Documentation/html/group__RPU__DMA0.html
diff --git a/sdk/Documentation/html/group__RPU__DMA0.js b/lib/sdk/Documentation/html/group__RPU__DMA0.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__DMA0.js
rename to lib/sdk/Documentation/html/group__RPU__DMA0.js
diff --git a/sdk/Documentation/html/group__RPU__DMA1.html b/lib/sdk/Documentation/html/group__RPU__DMA1.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__DMA1.html
rename to lib/sdk/Documentation/html/group__RPU__DMA1.html
diff --git a/sdk/Documentation/html/group__RPU__DMA1.js b/lib/sdk/Documentation/html/group__RPU__DMA1.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__DMA1.js
rename to lib/sdk/Documentation/html/group__RPU__DMA1.js
diff --git a/sdk/Documentation/html/group__RPU__DVS.html b/lib/sdk/Documentation/html/group__RPU__DVS.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__DVS.html
rename to lib/sdk/Documentation/html/group__RPU__DVS.html
diff --git a/sdk/Documentation/html/group__RPU__DVS.js b/lib/sdk/Documentation/html/group__RPU__DVS.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__DVS.js
rename to lib/sdk/Documentation/html/group__RPU__DVS.js
diff --git a/sdk/Documentation/html/group__RPU__FCR.html b/lib/sdk/Documentation/html/group__RPU__FCR.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__FCR.html
rename to lib/sdk/Documentation/html/group__RPU__FCR.html
diff --git a/sdk/Documentation/html/group__RPU__FCR.js b/lib/sdk/Documentation/html/group__RPU__FCR.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__FCR.js
rename to lib/sdk/Documentation/html/group__RPU__FCR.js
diff --git a/sdk/Documentation/html/group__RPU__FLC0.html b/lib/sdk/Documentation/html/group__RPU__FLC0.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__FLC0.html
rename to lib/sdk/Documentation/html/group__RPU__FLC0.html
diff --git a/sdk/Documentation/html/group__RPU__FLC0.js b/lib/sdk/Documentation/html/group__RPU__FLC0.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__FLC0.js
rename to lib/sdk/Documentation/html/group__RPU__FLC0.js
diff --git a/sdk/Documentation/html/group__RPU__FLC1.html b/lib/sdk/Documentation/html/group__RPU__FLC1.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__FLC1.html
rename to lib/sdk/Documentation/html/group__RPU__FLC1.html
diff --git a/sdk/Documentation/html/group__RPU__FLC1.js b/lib/sdk/Documentation/html/group__RPU__FLC1.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__FLC1.js
rename to lib/sdk/Documentation/html/group__RPU__FLC1.js
diff --git a/sdk/Documentation/html/group__RPU__GCR.html b/lib/sdk/Documentation/html/group__RPU__GCR.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__GCR.html
rename to lib/sdk/Documentation/html/group__RPU__GCR.html
diff --git a/sdk/Documentation/html/group__RPU__GCR.js b/lib/sdk/Documentation/html/group__RPU__GCR.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__GCR.js
rename to lib/sdk/Documentation/html/group__RPU__GCR.js
diff --git a/sdk/Documentation/html/group__RPU__GPIO0.html b/lib/sdk/Documentation/html/group__RPU__GPIO0.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__GPIO0.html
rename to lib/sdk/Documentation/html/group__RPU__GPIO0.html
diff --git a/sdk/Documentation/html/group__RPU__GPIO0.js b/lib/sdk/Documentation/html/group__RPU__GPIO0.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__GPIO0.js
rename to lib/sdk/Documentation/html/group__RPU__GPIO0.js
diff --git a/sdk/Documentation/html/group__RPU__GPIO1.html b/lib/sdk/Documentation/html/group__RPU__GPIO1.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__GPIO1.html
rename to lib/sdk/Documentation/html/group__RPU__GPIO1.html
diff --git a/sdk/Documentation/html/group__RPU__GPIO1.js b/lib/sdk/Documentation/html/group__RPU__GPIO1.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__GPIO1.js
rename to lib/sdk/Documentation/html/group__RPU__GPIO1.js
diff --git a/sdk/Documentation/html/group__RPU__HTIMER0.html b/lib/sdk/Documentation/html/group__RPU__HTIMER0.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__HTIMER0.html
rename to lib/sdk/Documentation/html/group__RPU__HTIMER0.html
diff --git a/sdk/Documentation/html/group__RPU__HTIMER0.js b/lib/sdk/Documentation/html/group__RPU__HTIMER0.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__HTIMER0.js
rename to lib/sdk/Documentation/html/group__RPU__HTIMER0.js
diff --git a/sdk/Documentation/html/group__RPU__HTIMER1.html b/lib/sdk/Documentation/html/group__RPU__HTIMER1.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__HTIMER1.html
rename to lib/sdk/Documentation/html/group__RPU__HTIMER1.html
diff --git a/sdk/Documentation/html/group__RPU__HTIMER1.js b/lib/sdk/Documentation/html/group__RPU__HTIMER1.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__HTIMER1.js
rename to lib/sdk/Documentation/html/group__RPU__HTIMER1.js
diff --git a/sdk/Documentation/html/group__RPU__I2C0.html b/lib/sdk/Documentation/html/group__RPU__I2C0.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__I2C0.html
rename to lib/sdk/Documentation/html/group__RPU__I2C0.html
diff --git a/sdk/Documentation/html/group__RPU__I2C0.js b/lib/sdk/Documentation/html/group__RPU__I2C0.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__I2C0.js
rename to lib/sdk/Documentation/html/group__RPU__I2C0.js
diff --git a/sdk/Documentation/html/group__RPU__I2C1.html b/lib/sdk/Documentation/html/group__RPU__I2C1.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__I2C1.html
rename to lib/sdk/Documentation/html/group__RPU__I2C1.html
diff --git a/sdk/Documentation/html/group__RPU__I2C1.js b/lib/sdk/Documentation/html/group__RPU__I2C1.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__I2C1.js
rename to lib/sdk/Documentation/html/group__RPU__I2C1.js
diff --git a/sdk/Documentation/html/group__RPU__I2C2.html b/lib/sdk/Documentation/html/group__RPU__I2C2.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__I2C2.html
rename to lib/sdk/Documentation/html/group__RPU__I2C2.html
diff --git a/sdk/Documentation/html/group__RPU__I2C2.js b/lib/sdk/Documentation/html/group__RPU__I2C2.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__I2C2.js
rename to lib/sdk/Documentation/html/group__RPU__I2C2.js
diff --git a/sdk/Documentation/html/group__RPU__ICACHE0.html b/lib/sdk/Documentation/html/group__RPU__ICACHE0.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__ICACHE0.html
rename to lib/sdk/Documentation/html/group__RPU__ICACHE0.html
diff --git a/sdk/Documentation/html/group__RPU__ICACHE0.js b/lib/sdk/Documentation/html/group__RPU__ICACHE0.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__ICACHE0.js
rename to lib/sdk/Documentation/html/group__RPU__ICACHE0.js
diff --git a/sdk/Documentation/html/group__RPU__ICACHE1.html b/lib/sdk/Documentation/html/group__RPU__ICACHE1.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__ICACHE1.html
rename to lib/sdk/Documentation/html/group__RPU__ICACHE1.html
diff --git a/sdk/Documentation/html/group__RPU__ICACHE1.js b/lib/sdk/Documentation/html/group__RPU__ICACHE1.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__ICACHE1.js
rename to lib/sdk/Documentation/html/group__RPU__ICACHE1.js
diff --git a/sdk/Documentation/html/group__RPU__ICACHEXIP.html b/lib/sdk/Documentation/html/group__RPU__ICACHEXIP.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__ICACHEXIP.html
rename to lib/sdk/Documentation/html/group__RPU__ICACHEXIP.html
diff --git a/sdk/Documentation/html/group__RPU__ICACHEXIP.js b/lib/sdk/Documentation/html/group__RPU__ICACHEXIP.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__ICACHEXIP.js
rename to lib/sdk/Documentation/html/group__RPU__ICACHEXIP.js
diff --git a/sdk/Documentation/html/group__RPU__OWM.html b/lib/sdk/Documentation/html/group__RPU__OWM.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__OWM.html
rename to lib/sdk/Documentation/html/group__RPU__OWM.html
diff --git a/sdk/Documentation/html/group__RPU__OWM.js b/lib/sdk/Documentation/html/group__RPU__OWM.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__OWM.js
rename to lib/sdk/Documentation/html/group__RPU__OWM.js
diff --git a/sdk/Documentation/html/group__RPU__PT.html b/lib/sdk/Documentation/html/group__RPU__PT.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__PT.html
rename to lib/sdk/Documentation/html/group__RPU__PT.html
diff --git a/sdk/Documentation/html/group__RPU__PT.js b/lib/sdk/Documentation/html/group__RPU__PT.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__PT.js
rename to lib/sdk/Documentation/html/group__RPU__PT.js
diff --git a/sdk/Documentation/html/group__RPU__PWRSEQ.html b/lib/sdk/Documentation/html/group__RPU__PWRSEQ.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__PWRSEQ.html
rename to lib/sdk/Documentation/html/group__RPU__PWRSEQ.html
diff --git a/sdk/Documentation/html/group__RPU__PWRSEQ.js b/lib/sdk/Documentation/html/group__RPU__PWRSEQ.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__PWRSEQ.js
rename to lib/sdk/Documentation/html/group__RPU__PWRSEQ.js
diff --git a/sdk/Documentation/html/group__RPU__QSPI0.html b/lib/sdk/Documentation/html/group__RPU__QSPI0.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__QSPI0.html
rename to lib/sdk/Documentation/html/group__RPU__QSPI0.html
diff --git a/sdk/Documentation/html/group__RPU__QSPI0.js b/lib/sdk/Documentation/html/group__RPU__QSPI0.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__QSPI0.js
rename to lib/sdk/Documentation/html/group__RPU__QSPI0.js
diff --git a/sdk/Documentation/html/group__RPU__QSPI1.html b/lib/sdk/Documentation/html/group__RPU__QSPI1.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__QSPI1.html
rename to lib/sdk/Documentation/html/group__RPU__QSPI1.html
diff --git a/sdk/Documentation/html/group__RPU__QSPI1.js b/lib/sdk/Documentation/html/group__RPU__QSPI1.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__QSPI1.js
rename to lib/sdk/Documentation/html/group__RPU__QSPI1.js
diff --git a/sdk/Documentation/html/group__RPU__QSPI2.html b/lib/sdk/Documentation/html/group__RPU__QSPI2.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__QSPI2.html
rename to lib/sdk/Documentation/html/group__RPU__QSPI2.html
diff --git a/sdk/Documentation/html/group__RPU__QSPI2.js b/lib/sdk/Documentation/html/group__RPU__QSPI2.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__QSPI2.js
rename to lib/sdk/Documentation/html/group__RPU__QSPI2.js
diff --git a/sdk/Documentation/html/group__RPU__RTC.html b/lib/sdk/Documentation/html/group__RPU__RTC.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__RTC.html
rename to lib/sdk/Documentation/html/group__RPU__RTC.html
diff --git a/sdk/Documentation/html/group__RPU__RTC.js b/lib/sdk/Documentation/html/group__RPU__RTC.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__RTC.js
rename to lib/sdk/Documentation/html/group__RPU__RTC.js
diff --git a/sdk/Documentation/html/group__RPU__Register__Offsets.html b/lib/sdk/Documentation/html/group__RPU__Register__Offsets.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__Register__Offsets.html
rename to lib/sdk/Documentation/html/group__RPU__Register__Offsets.html
diff --git a/sdk/Documentation/html/group__RPU__Register__Offsets.js b/lib/sdk/Documentation/html/group__RPU__Register__Offsets.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__Register__Offsets.js
rename to lib/sdk/Documentation/html/group__RPU__Register__Offsets.js
diff --git a/sdk/Documentation/html/group__RPU__SDHCCTRL.html b/lib/sdk/Documentation/html/group__RPU__SDHCCTRL.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__SDHCCTRL.html
rename to lib/sdk/Documentation/html/group__RPU__SDHCCTRL.html
diff --git a/sdk/Documentation/html/group__RPU__SDHCCTRL.js b/lib/sdk/Documentation/html/group__RPU__SDHCCTRL.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__SDHCCTRL.js
rename to lib/sdk/Documentation/html/group__RPU__SDHCCTRL.js
diff --git a/sdk/Documentation/html/group__RPU__SDIO.html b/lib/sdk/Documentation/html/group__RPU__SDIO.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__SDIO.html
rename to lib/sdk/Documentation/html/group__RPU__SDIO.html
diff --git a/sdk/Documentation/html/group__RPU__SDIO.js b/lib/sdk/Documentation/html/group__RPU__SDIO.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__SDIO.js
rename to lib/sdk/Documentation/html/group__RPU__SDIO.js
diff --git a/sdk/Documentation/html/group__RPU__SDMA.html b/lib/sdk/Documentation/html/group__RPU__SDMA.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__SDMA.html
rename to lib/sdk/Documentation/html/group__RPU__SDMA.html
diff --git a/sdk/Documentation/html/group__RPU__SDMA.js b/lib/sdk/Documentation/html/group__RPU__SDMA.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__SDMA.js
rename to lib/sdk/Documentation/html/group__RPU__SDMA.js
diff --git a/sdk/Documentation/html/group__RPU__SEMA.html b/lib/sdk/Documentation/html/group__RPU__SEMA.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__SEMA.html
rename to lib/sdk/Documentation/html/group__RPU__SEMA.html
diff --git a/sdk/Documentation/html/group__RPU__SEMA.js b/lib/sdk/Documentation/html/group__RPU__SEMA.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__SEMA.js
rename to lib/sdk/Documentation/html/group__RPU__SEMA.js
diff --git a/sdk/Documentation/html/group__RPU__SIMO.html b/lib/sdk/Documentation/html/group__RPU__SIMO.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__SIMO.html
rename to lib/sdk/Documentation/html/group__RPU__SIMO.html
diff --git a/sdk/Documentation/html/group__RPU__SIMO.js b/lib/sdk/Documentation/html/group__RPU__SIMO.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__SIMO.js
rename to lib/sdk/Documentation/html/group__RPU__SIMO.js
diff --git a/sdk/Documentation/html/group__RPU__SIR.html b/lib/sdk/Documentation/html/group__RPU__SIR.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__SIR.html
rename to lib/sdk/Documentation/html/group__RPU__SIR.html
diff --git a/sdk/Documentation/html/group__RPU__SIR.js b/lib/sdk/Documentation/html/group__RPU__SIR.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__SIR.js
rename to lib/sdk/Documentation/html/group__RPU__SIR.js
diff --git a/sdk/Documentation/html/group__RPU__SMON.html b/lib/sdk/Documentation/html/group__RPU__SMON.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__SMON.html
rename to lib/sdk/Documentation/html/group__RPU__SMON.html
diff --git a/sdk/Documentation/html/group__RPU__SMON.js b/lib/sdk/Documentation/html/group__RPU__SMON.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__SMON.js
rename to lib/sdk/Documentation/html/group__RPU__SMON.js
diff --git a/sdk/Documentation/html/group__RPU__SPID.html b/lib/sdk/Documentation/html/group__RPU__SPID.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__SPID.html
rename to lib/sdk/Documentation/html/group__RPU__SPID.html
diff --git a/sdk/Documentation/html/group__RPU__SPID.js b/lib/sdk/Documentation/html/group__RPU__SPID.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__SPID.js
rename to lib/sdk/Documentation/html/group__RPU__SPID.js
diff --git a/sdk/Documentation/html/group__RPU__SPIXIPM.html b/lib/sdk/Documentation/html/group__RPU__SPIXIPM.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__SPIXIPM.html
rename to lib/sdk/Documentation/html/group__RPU__SPIXIPM.html
diff --git a/sdk/Documentation/html/group__RPU__SPIXIPM.js b/lib/sdk/Documentation/html/group__RPU__SPIXIPM.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__SPIXIPM.js
rename to lib/sdk/Documentation/html/group__RPU__SPIXIPM.js
diff --git a/sdk/Documentation/html/group__RPU__SPIXIPMC.html b/lib/sdk/Documentation/html/group__RPU__SPIXIPMC.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__SPIXIPMC.html
rename to lib/sdk/Documentation/html/group__RPU__SPIXIPMC.html
diff --git a/sdk/Documentation/html/group__RPU__SPIXIPMC.js b/lib/sdk/Documentation/html/group__RPU__SPIXIPMC.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__SPIXIPMC.js
rename to lib/sdk/Documentation/html/group__RPU__SPIXIPMC.js
diff --git a/sdk/Documentation/html/group__RPU__SPIXIPMFIFO.html b/lib/sdk/Documentation/html/group__RPU__SPIXIPMFIFO.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__SPIXIPMFIFO.html
rename to lib/sdk/Documentation/html/group__RPU__SPIXIPMFIFO.html
diff --git a/sdk/Documentation/html/group__RPU__SPIXIPMFIFO.js b/lib/sdk/Documentation/html/group__RPU__SPIXIPMFIFO.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__SPIXIPMFIFO.js
rename to lib/sdk/Documentation/html/group__RPU__SPIXIPMFIFO.js
diff --git a/sdk/Documentation/html/group__RPU__SRAM0.html b/lib/sdk/Documentation/html/group__RPU__SRAM0.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__SRAM0.html
rename to lib/sdk/Documentation/html/group__RPU__SRAM0.html
diff --git a/sdk/Documentation/html/group__RPU__SRAM0.js b/lib/sdk/Documentation/html/group__RPU__SRAM0.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__SRAM0.js
rename to lib/sdk/Documentation/html/group__RPU__SRAM0.js
diff --git a/sdk/Documentation/html/group__RPU__SRAM1.html b/lib/sdk/Documentation/html/group__RPU__SRAM1.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__SRAM1.html
rename to lib/sdk/Documentation/html/group__RPU__SRAM1.html
diff --git a/sdk/Documentation/html/group__RPU__SRAM1.js b/lib/sdk/Documentation/html/group__RPU__SRAM1.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__SRAM1.js
rename to lib/sdk/Documentation/html/group__RPU__SRAM1.js
diff --git a/sdk/Documentation/html/group__RPU__SRAM2.html b/lib/sdk/Documentation/html/group__RPU__SRAM2.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__SRAM2.html
rename to lib/sdk/Documentation/html/group__RPU__SRAM2.html
diff --git a/sdk/Documentation/html/group__RPU__SRAM2.js b/lib/sdk/Documentation/html/group__RPU__SRAM2.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__SRAM2.js
rename to lib/sdk/Documentation/html/group__RPU__SRAM2.js
diff --git a/sdk/Documentation/html/group__RPU__SRAM3.html b/lib/sdk/Documentation/html/group__RPU__SRAM3.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__SRAM3.html
rename to lib/sdk/Documentation/html/group__RPU__SRAM3.html
diff --git a/sdk/Documentation/html/group__RPU__SRAM3.js b/lib/sdk/Documentation/html/group__RPU__SRAM3.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__SRAM3.js
rename to lib/sdk/Documentation/html/group__RPU__SRAM3.js
diff --git a/sdk/Documentation/html/group__RPU__SRAM4.html b/lib/sdk/Documentation/html/group__RPU__SRAM4.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__SRAM4.html
rename to lib/sdk/Documentation/html/group__RPU__SRAM4.html
diff --git a/sdk/Documentation/html/group__RPU__SRAM4.js b/lib/sdk/Documentation/html/group__RPU__SRAM4.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__SRAM4.js
rename to lib/sdk/Documentation/html/group__RPU__SRAM4.js
diff --git a/sdk/Documentation/html/group__RPU__SRAM5.html b/lib/sdk/Documentation/html/group__RPU__SRAM5.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__SRAM5.html
rename to lib/sdk/Documentation/html/group__RPU__SRAM5.html
diff --git a/sdk/Documentation/html/group__RPU__SRAM5.js b/lib/sdk/Documentation/html/group__RPU__SRAM5.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__SRAM5.js
rename to lib/sdk/Documentation/html/group__RPU__SRAM5.js
diff --git a/sdk/Documentation/html/group__RPU__SRAM6.html b/lib/sdk/Documentation/html/group__RPU__SRAM6.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__SRAM6.html
rename to lib/sdk/Documentation/html/group__RPU__SRAM6.html
diff --git a/sdk/Documentation/html/group__RPU__SRAM6.js b/lib/sdk/Documentation/html/group__RPU__SRAM6.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__SRAM6.js
rename to lib/sdk/Documentation/html/group__RPU__SRAM6.js
diff --git a/sdk/Documentation/html/group__RPU__TMR0.html b/lib/sdk/Documentation/html/group__RPU__TMR0.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__TMR0.html
rename to lib/sdk/Documentation/html/group__RPU__TMR0.html
diff --git a/sdk/Documentation/html/group__RPU__TMR0.js b/lib/sdk/Documentation/html/group__RPU__TMR0.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__TMR0.js
rename to lib/sdk/Documentation/html/group__RPU__TMR0.js
diff --git a/sdk/Documentation/html/group__RPU__TMR1.html b/lib/sdk/Documentation/html/group__RPU__TMR1.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__TMR1.html
rename to lib/sdk/Documentation/html/group__RPU__TMR1.html
diff --git a/sdk/Documentation/html/group__RPU__TMR1.js b/lib/sdk/Documentation/html/group__RPU__TMR1.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__TMR1.js
rename to lib/sdk/Documentation/html/group__RPU__TMR1.js
diff --git a/sdk/Documentation/html/group__RPU__TMR2.html b/lib/sdk/Documentation/html/group__RPU__TMR2.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__TMR2.html
rename to lib/sdk/Documentation/html/group__RPU__TMR2.html
diff --git a/sdk/Documentation/html/group__RPU__TMR2.js b/lib/sdk/Documentation/html/group__RPU__TMR2.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__TMR2.js
rename to lib/sdk/Documentation/html/group__RPU__TMR2.js
diff --git a/sdk/Documentation/html/group__RPU__TMR3.html b/lib/sdk/Documentation/html/group__RPU__TMR3.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__TMR3.html
rename to lib/sdk/Documentation/html/group__RPU__TMR3.html
diff --git a/sdk/Documentation/html/group__RPU__TMR3.js b/lib/sdk/Documentation/html/group__RPU__TMR3.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__TMR3.js
rename to lib/sdk/Documentation/html/group__RPU__TMR3.js
diff --git a/sdk/Documentation/html/group__RPU__TMR4.html b/lib/sdk/Documentation/html/group__RPU__TMR4.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__TMR4.html
rename to lib/sdk/Documentation/html/group__RPU__TMR4.html
diff --git a/sdk/Documentation/html/group__RPU__TMR4.js b/lib/sdk/Documentation/html/group__RPU__TMR4.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__TMR4.js
rename to lib/sdk/Documentation/html/group__RPU__TMR4.js
diff --git a/sdk/Documentation/html/group__RPU__TMR5.html b/lib/sdk/Documentation/html/group__RPU__TMR5.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__TMR5.html
rename to lib/sdk/Documentation/html/group__RPU__TMR5.html
diff --git a/sdk/Documentation/html/group__RPU__TMR5.js b/lib/sdk/Documentation/html/group__RPU__TMR5.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__TMR5.js
rename to lib/sdk/Documentation/html/group__RPU__TMR5.js
diff --git a/sdk/Documentation/html/group__RPU__TRNG.html b/lib/sdk/Documentation/html/group__RPU__TRNG.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__TRNG.html
rename to lib/sdk/Documentation/html/group__RPU__TRNG.html
diff --git a/sdk/Documentation/html/group__RPU__TRNG.js b/lib/sdk/Documentation/html/group__RPU__TRNG.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__TRNG.js
rename to lib/sdk/Documentation/html/group__RPU__TRNG.js
diff --git a/sdk/Documentation/html/group__RPU__UART0.html b/lib/sdk/Documentation/html/group__RPU__UART0.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__UART0.html
rename to lib/sdk/Documentation/html/group__RPU__UART0.html
diff --git a/sdk/Documentation/html/group__RPU__UART0.js b/lib/sdk/Documentation/html/group__RPU__UART0.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__UART0.js
rename to lib/sdk/Documentation/html/group__RPU__UART0.js
diff --git a/sdk/Documentation/html/group__RPU__UART1.html b/lib/sdk/Documentation/html/group__RPU__UART1.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__UART1.html
rename to lib/sdk/Documentation/html/group__RPU__UART1.html
diff --git a/sdk/Documentation/html/group__RPU__UART1.js b/lib/sdk/Documentation/html/group__RPU__UART1.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__UART1.js
rename to lib/sdk/Documentation/html/group__RPU__UART1.js
diff --git a/sdk/Documentation/html/group__RPU__UART2.html b/lib/sdk/Documentation/html/group__RPU__UART2.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__UART2.html
rename to lib/sdk/Documentation/html/group__RPU__UART2.html
diff --git a/sdk/Documentation/html/group__RPU__UART2.js b/lib/sdk/Documentation/html/group__RPU__UART2.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__UART2.js
rename to lib/sdk/Documentation/html/group__RPU__UART2.js
diff --git a/sdk/Documentation/html/group__RPU__USBHS.html b/lib/sdk/Documentation/html/group__RPU__USBHS.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__USBHS.html
rename to lib/sdk/Documentation/html/group__RPU__USBHS.html
diff --git a/sdk/Documentation/html/group__RPU__USBHS.js b/lib/sdk/Documentation/html/group__RPU__USBHS.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__USBHS.js
rename to lib/sdk/Documentation/html/group__RPU__USBHS.js
diff --git a/sdk/Documentation/html/group__RPU__WDT0.html b/lib/sdk/Documentation/html/group__RPU__WDT0.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__WDT0.html
rename to lib/sdk/Documentation/html/group__RPU__WDT0.html
diff --git a/sdk/Documentation/html/group__RPU__WDT0.js b/lib/sdk/Documentation/html/group__RPU__WDT0.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__WDT0.js
rename to lib/sdk/Documentation/html/group__RPU__WDT0.js
diff --git a/sdk/Documentation/html/group__RPU__WDT1.html b/lib/sdk/Documentation/html/group__RPU__WDT1.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__WDT1.html
rename to lib/sdk/Documentation/html/group__RPU__WDT1.html
diff --git a/sdk/Documentation/html/group__RPU__WDT1.js b/lib/sdk/Documentation/html/group__RPU__WDT1.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__WDT1.js
rename to lib/sdk/Documentation/html/group__RPU__WDT1.js
diff --git a/sdk/Documentation/html/group__RPU__WDT2.html b/lib/sdk/Documentation/html/group__RPU__WDT2.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__WDT2.html
rename to lib/sdk/Documentation/html/group__RPU__WDT2.html
diff --git a/sdk/Documentation/html/group__RPU__WDT2.js b/lib/sdk/Documentation/html/group__RPU__WDT2.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__WDT2.js
rename to lib/sdk/Documentation/html/group__RPU__WDT2.js
diff --git a/sdk/Documentation/html/group__RPU__WUT.html b/lib/sdk/Documentation/html/group__RPU__WUT.html
similarity index 100%
rename from sdk/Documentation/html/group__RPU__WUT.html
rename to lib/sdk/Documentation/html/group__RPU__WUT.html
diff --git a/sdk/Documentation/html/group__RPU__WUT.js b/lib/sdk/Documentation/html/group__RPU__WUT.js
similarity index 100%
rename from sdk/Documentation/html/group__RPU__WUT.js
rename to lib/sdk/Documentation/html/group__RPU__WUT.js
diff --git a/sdk/Documentation/html/group__RTC__CTRL.html b/lib/sdk/Documentation/html/group__RTC__CTRL.html
similarity index 100%
rename from sdk/Documentation/html/group__RTC__CTRL.html
rename to lib/sdk/Documentation/html/group__RTC__CTRL.html
diff --git a/sdk/Documentation/html/group__RTC__CTRL.js b/lib/sdk/Documentation/html/group__RTC__CTRL.js
similarity index 100%
rename from sdk/Documentation/html/group__RTC__CTRL.js
rename to lib/sdk/Documentation/html/group__RTC__CTRL.js
diff --git a/sdk/Documentation/html/group__RTC__OSCCTRL.html b/lib/sdk/Documentation/html/group__RTC__OSCCTRL.html
similarity index 100%
rename from sdk/Documentation/html/group__RTC__OSCCTRL.html
rename to lib/sdk/Documentation/html/group__RTC__OSCCTRL.html
diff --git a/sdk/Documentation/html/group__RTC__OSCCTRL.js b/lib/sdk/Documentation/html/group__RTC__OSCCTRL.js
similarity index 100%
rename from sdk/Documentation/html/group__RTC__OSCCTRL.js
rename to lib/sdk/Documentation/html/group__RTC__OSCCTRL.js
diff --git a/sdk/Documentation/html/group__RTC__RAS.html b/lib/sdk/Documentation/html/group__RTC__RAS.html
similarity index 100%
rename from sdk/Documentation/html/group__RTC__RAS.html
rename to lib/sdk/Documentation/html/group__RTC__RAS.html
diff --git a/sdk/Documentation/html/group__RTC__RAS.js b/lib/sdk/Documentation/html/group__RTC__RAS.js
similarity index 100%
rename from sdk/Documentation/html/group__RTC__RAS.js
rename to lib/sdk/Documentation/html/group__RTC__RAS.js
diff --git a/sdk/Documentation/html/group__RTC__RSSA.html b/lib/sdk/Documentation/html/group__RTC__RSSA.html
similarity index 100%
rename from sdk/Documentation/html/group__RTC__RSSA.html
rename to lib/sdk/Documentation/html/group__RTC__RSSA.html
diff --git a/sdk/Documentation/html/group__RTC__RSSA.js b/lib/sdk/Documentation/html/group__RTC__RSSA.js
similarity index 100%
rename from sdk/Documentation/html/group__RTC__RSSA.js
rename to lib/sdk/Documentation/html/group__RTC__RSSA.js
diff --git a/sdk/Documentation/html/group__RTC__Register__Offsets.html b/lib/sdk/Documentation/html/group__RTC__Register__Offsets.html
similarity index 100%
rename from sdk/Documentation/html/group__RTC__Register__Offsets.html
rename to lib/sdk/Documentation/html/group__RTC__Register__Offsets.html
diff --git a/sdk/Documentation/html/group__RTC__Register__Offsets.js b/lib/sdk/Documentation/html/group__RTC__Register__Offsets.js
similarity index 100%
rename from sdk/Documentation/html/group__RTC__Register__Offsets.js
rename to lib/sdk/Documentation/html/group__RTC__Register__Offsets.js
diff --git a/sdk/Documentation/html/group__RTC__SSEC.html b/lib/sdk/Documentation/html/group__RTC__SSEC.html
similarity index 100%
rename from sdk/Documentation/html/group__RTC__SSEC.html
rename to lib/sdk/Documentation/html/group__RTC__SSEC.html
diff --git a/sdk/Documentation/html/group__RTC__SSEC.js b/lib/sdk/Documentation/html/group__RTC__SSEC.js
similarity index 100%
rename from sdk/Documentation/html/group__RTC__SSEC.js
rename to lib/sdk/Documentation/html/group__RTC__SSEC.js
diff --git a/sdk/Documentation/html/group__RTC__TRIM.html b/lib/sdk/Documentation/html/group__RTC__TRIM.html
similarity index 100%
rename from sdk/Documentation/html/group__RTC__TRIM.html
rename to lib/sdk/Documentation/html/group__RTC__TRIM.html
diff --git a/sdk/Documentation/html/group__RTC__TRIM.js b/lib/sdk/Documentation/html/group__RTC__TRIM.js
similarity index 100%
rename from sdk/Documentation/html/group__RTC__TRIM.js
rename to lib/sdk/Documentation/html/group__RTC__TRIM.js
diff --git a/sdk/Documentation/html/group__SDHC__ADMA__ADDR__0.html b/lib/sdk/Documentation/html/group__SDHC__ADMA__ADDR__0.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__ADMA__ADDR__0.html
rename to lib/sdk/Documentation/html/group__SDHC__ADMA__ADDR__0.html
diff --git a/sdk/Documentation/html/group__SDHC__ADMA__ADDR__0.js b/lib/sdk/Documentation/html/group__SDHC__ADMA__ADDR__0.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__ADMA__ADDR__0.js
rename to lib/sdk/Documentation/html/group__SDHC__ADMA__ADDR__0.js
diff --git a/sdk/Documentation/html/group__SDHC__ADMA__ADDR__1.html b/lib/sdk/Documentation/html/group__SDHC__ADMA__ADDR__1.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__ADMA__ADDR__1.html
rename to lib/sdk/Documentation/html/group__SDHC__ADMA__ADDR__1.html
diff --git a/sdk/Documentation/html/group__SDHC__ADMA__ADDR__1.js b/lib/sdk/Documentation/html/group__SDHC__ADMA__ADDR__1.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__ADMA__ADDR__1.js
rename to lib/sdk/Documentation/html/group__SDHC__ADMA__ADDR__1.js
diff --git a/sdk/Documentation/html/group__SDHC__ADMA__ER.html b/lib/sdk/Documentation/html/group__SDHC__ADMA__ER.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__ADMA__ER.html
rename to lib/sdk/Documentation/html/group__SDHC__ADMA__ER.html
diff --git a/sdk/Documentation/html/group__SDHC__ADMA__ER.js b/lib/sdk/Documentation/html/group__SDHC__ADMA__ER.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__ADMA__ER.js
rename to lib/sdk/Documentation/html/group__SDHC__ADMA__ER.js
diff --git a/sdk/Documentation/html/group__SDHC__ARG__1.html b/lib/sdk/Documentation/html/group__SDHC__ARG__1.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__ARG__1.html
rename to lib/sdk/Documentation/html/group__SDHC__ARG__1.html
diff --git a/sdk/Documentation/html/group__SDHC__ARG__1.js b/lib/sdk/Documentation/html/group__SDHC__ARG__1.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__ARG__1.js
rename to lib/sdk/Documentation/html/group__SDHC__ARG__1.js
diff --git a/sdk/Documentation/html/group__SDHC__AUTO__CMD__ER.html b/lib/sdk/Documentation/html/group__SDHC__AUTO__CMD__ER.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__AUTO__CMD__ER.html
rename to lib/sdk/Documentation/html/group__SDHC__AUTO__CMD__ER.html
diff --git a/sdk/Documentation/html/group__SDHC__AUTO__CMD__ER.js b/lib/sdk/Documentation/html/group__SDHC__AUTO__CMD__ER.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__AUTO__CMD__ER.js
rename to lib/sdk/Documentation/html/group__SDHC__AUTO__CMD__ER.js
diff --git a/sdk/Documentation/html/group__SDHC__BLK__CNT.html b/lib/sdk/Documentation/html/group__SDHC__BLK__CNT.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__BLK__CNT.html
rename to lib/sdk/Documentation/html/group__SDHC__BLK__CNT.html
diff --git a/sdk/Documentation/html/group__SDHC__BLK__CNT.js b/lib/sdk/Documentation/html/group__SDHC__BLK__CNT.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__BLK__CNT.js
rename to lib/sdk/Documentation/html/group__SDHC__BLK__CNT.js
diff --git a/sdk/Documentation/html/group__SDHC__BLK__GAP.html b/lib/sdk/Documentation/html/group__SDHC__BLK__GAP.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__BLK__GAP.html
rename to lib/sdk/Documentation/html/group__SDHC__BLK__GAP.html
diff --git a/sdk/Documentation/html/group__SDHC__BLK__GAP.js b/lib/sdk/Documentation/html/group__SDHC__BLK__GAP.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__BLK__GAP.js
rename to lib/sdk/Documentation/html/group__SDHC__BLK__GAP.js
diff --git a/sdk/Documentation/html/group__SDHC__BLK__SIZE.html b/lib/sdk/Documentation/html/group__SDHC__BLK__SIZE.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__BLK__SIZE.html
rename to lib/sdk/Documentation/html/group__SDHC__BLK__SIZE.html
diff --git a/sdk/Documentation/html/group__SDHC__BLK__SIZE.js b/lib/sdk/Documentation/html/group__SDHC__BLK__SIZE.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__BLK__SIZE.js
rename to lib/sdk/Documentation/html/group__SDHC__BLK__SIZE.js
diff --git a/sdk/Documentation/html/group__SDHC__BUFFER.html b/lib/sdk/Documentation/html/group__SDHC__BUFFER.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__BUFFER.html
rename to lib/sdk/Documentation/html/group__SDHC__BUFFER.html
diff --git a/sdk/Documentation/html/group__SDHC__BUFFER.js b/lib/sdk/Documentation/html/group__SDHC__BUFFER.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__BUFFER.js
rename to lib/sdk/Documentation/html/group__SDHC__BUFFER.js
diff --git a/sdk/Documentation/html/group__SDHC__CFG__0.html b/lib/sdk/Documentation/html/group__SDHC__CFG__0.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__CFG__0.html
rename to lib/sdk/Documentation/html/group__SDHC__CFG__0.html
diff --git a/sdk/Documentation/html/group__SDHC__CFG__0.js b/lib/sdk/Documentation/html/group__SDHC__CFG__0.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__CFG__0.js
rename to lib/sdk/Documentation/html/group__SDHC__CFG__0.js
diff --git a/sdk/Documentation/html/group__SDHC__CFG__1.html b/lib/sdk/Documentation/html/group__SDHC__CFG__1.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__CFG__1.html
rename to lib/sdk/Documentation/html/group__SDHC__CFG__1.html
diff --git a/sdk/Documentation/html/group__SDHC__CFG__1.js b/lib/sdk/Documentation/html/group__SDHC__CFG__1.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__CFG__1.js
rename to lib/sdk/Documentation/html/group__SDHC__CFG__1.js
diff --git a/sdk/Documentation/html/group__SDHC__CLK__CN.html b/lib/sdk/Documentation/html/group__SDHC__CLK__CN.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__CLK__CN.html
rename to lib/sdk/Documentation/html/group__SDHC__CLK__CN.html
diff --git a/sdk/Documentation/html/group__SDHC__CLK__CN.js b/lib/sdk/Documentation/html/group__SDHC__CLK__CN.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__CLK__CN.js
rename to lib/sdk/Documentation/html/group__SDHC__CLK__CN.js
diff --git a/sdk/Documentation/html/group__SDHC__CMD.html b/lib/sdk/Documentation/html/group__SDHC__CMD.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__CMD.html
rename to lib/sdk/Documentation/html/group__SDHC__CMD.html
diff --git a/sdk/Documentation/html/group__SDHC__CMD.js b/lib/sdk/Documentation/html/group__SDHC__CMD.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__CMD.js
rename to lib/sdk/Documentation/html/group__SDHC__CMD.js
diff --git a/sdk/Documentation/html/group__SDHC__ER__INT__EN.html b/lib/sdk/Documentation/html/group__SDHC__ER__INT__EN.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__ER__INT__EN.html
rename to lib/sdk/Documentation/html/group__SDHC__ER__INT__EN.html
diff --git a/sdk/Documentation/html/group__SDHC__ER__INT__EN.js b/lib/sdk/Documentation/html/group__SDHC__ER__INT__EN.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__ER__INT__EN.js
rename to lib/sdk/Documentation/html/group__SDHC__ER__INT__EN.js
diff --git a/sdk/Documentation/html/group__SDHC__ER__INT__SIGNAL.html b/lib/sdk/Documentation/html/group__SDHC__ER__INT__SIGNAL.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__ER__INT__SIGNAL.html
rename to lib/sdk/Documentation/html/group__SDHC__ER__INT__SIGNAL.html
diff --git a/sdk/Documentation/html/group__SDHC__ER__INT__SIGNAL.js b/lib/sdk/Documentation/html/group__SDHC__ER__INT__SIGNAL.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__ER__INT__SIGNAL.js
rename to lib/sdk/Documentation/html/group__SDHC__ER__INT__SIGNAL.js
diff --git a/sdk/Documentation/html/group__SDHC__ER__INT__STAT.html b/lib/sdk/Documentation/html/group__SDHC__ER__INT__STAT.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__ER__INT__STAT.html
rename to lib/sdk/Documentation/html/group__SDHC__ER__INT__STAT.html
diff --git a/sdk/Documentation/html/group__SDHC__ER__INT__STAT.js b/lib/sdk/Documentation/html/group__SDHC__ER__INT__STAT.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__ER__INT__STAT.js
rename to lib/sdk/Documentation/html/group__SDHC__ER__INT__STAT.js
diff --git a/sdk/Documentation/html/group__SDHC__FORCE__CMD.html b/lib/sdk/Documentation/html/group__SDHC__FORCE__CMD.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__FORCE__CMD.html
rename to lib/sdk/Documentation/html/group__SDHC__FORCE__CMD.html
diff --git a/sdk/Documentation/html/group__SDHC__FORCE__CMD.js b/lib/sdk/Documentation/html/group__SDHC__FORCE__CMD.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__FORCE__CMD.js
rename to lib/sdk/Documentation/html/group__SDHC__FORCE__CMD.js
diff --git a/sdk/Documentation/html/group__SDHC__FORCE__EVENT__INT__STAT.html b/lib/sdk/Documentation/html/group__SDHC__FORCE__EVENT__INT__STAT.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__FORCE__EVENT__INT__STAT.html
rename to lib/sdk/Documentation/html/group__SDHC__FORCE__EVENT__INT__STAT.html
diff --git a/sdk/Documentation/html/group__SDHC__FORCE__EVENT__INT__STAT.js b/lib/sdk/Documentation/html/group__SDHC__FORCE__EVENT__INT__STAT.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__FORCE__EVENT__INT__STAT.js
rename to lib/sdk/Documentation/html/group__SDHC__FORCE__EVENT__INT__STAT.js
diff --git a/sdk/Documentation/html/group__SDHC__HOST__CN__1.html b/lib/sdk/Documentation/html/group__SDHC__HOST__CN__1.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__HOST__CN__1.html
rename to lib/sdk/Documentation/html/group__SDHC__HOST__CN__1.html
diff --git a/sdk/Documentation/html/group__SDHC__HOST__CN__1.js b/lib/sdk/Documentation/html/group__SDHC__HOST__CN__1.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__HOST__CN__1.js
rename to lib/sdk/Documentation/html/group__SDHC__HOST__CN__1.js
diff --git a/sdk/Documentation/html/group__SDHC__HOST__CN__2.html b/lib/sdk/Documentation/html/group__SDHC__HOST__CN__2.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__HOST__CN__2.html
rename to lib/sdk/Documentation/html/group__SDHC__HOST__CN__2.html
diff --git a/sdk/Documentation/html/group__SDHC__HOST__CN__2.js b/lib/sdk/Documentation/html/group__SDHC__HOST__CN__2.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__HOST__CN__2.js
rename to lib/sdk/Documentation/html/group__SDHC__HOST__CN__2.js
diff --git a/sdk/Documentation/html/group__SDHC__HOST__CN__VER.html b/lib/sdk/Documentation/html/group__SDHC__HOST__CN__VER.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__HOST__CN__VER.html
rename to lib/sdk/Documentation/html/group__SDHC__HOST__CN__VER.html
diff --git a/sdk/Documentation/html/group__SDHC__HOST__CN__VER.js b/lib/sdk/Documentation/html/group__SDHC__HOST__CN__VER.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__HOST__CN__VER.js
rename to lib/sdk/Documentation/html/group__SDHC__HOST__CN__VER.js
diff --git a/sdk/Documentation/html/group__SDHC__INT__EN.html b/lib/sdk/Documentation/html/group__SDHC__INT__EN.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__INT__EN.html
rename to lib/sdk/Documentation/html/group__SDHC__INT__EN.html
diff --git a/sdk/Documentation/html/group__SDHC__INT__EN.js b/lib/sdk/Documentation/html/group__SDHC__INT__EN.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__INT__EN.js
rename to lib/sdk/Documentation/html/group__SDHC__INT__EN.js
diff --git a/sdk/Documentation/html/group__SDHC__INT__SIGNAL.html b/lib/sdk/Documentation/html/group__SDHC__INT__SIGNAL.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__INT__SIGNAL.html
rename to lib/sdk/Documentation/html/group__SDHC__INT__SIGNAL.html
diff --git a/sdk/Documentation/html/group__SDHC__INT__SIGNAL.js b/lib/sdk/Documentation/html/group__SDHC__INT__SIGNAL.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__INT__SIGNAL.js
rename to lib/sdk/Documentation/html/group__SDHC__INT__SIGNAL.js
diff --git a/sdk/Documentation/html/group__SDHC__INT__STAT.html b/lib/sdk/Documentation/html/group__SDHC__INT__STAT.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__INT__STAT.html
rename to lib/sdk/Documentation/html/group__SDHC__INT__STAT.html
diff --git a/sdk/Documentation/html/group__SDHC__INT__STAT.js b/lib/sdk/Documentation/html/group__SDHC__INT__STAT.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__INT__STAT.js
rename to lib/sdk/Documentation/html/group__SDHC__INT__STAT.js
diff --git a/sdk/Documentation/html/group__SDHC__MAX__CURR__CFG.html b/lib/sdk/Documentation/html/group__SDHC__MAX__CURR__CFG.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__MAX__CURR__CFG.html
rename to lib/sdk/Documentation/html/group__SDHC__MAX__CURR__CFG.html
diff --git a/sdk/Documentation/html/group__SDHC__MAX__CURR__CFG.js b/lib/sdk/Documentation/html/group__SDHC__MAX__CURR__CFG.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__MAX__CURR__CFG.js
rename to lib/sdk/Documentation/html/group__SDHC__MAX__CURR__CFG.js
diff --git a/sdk/Documentation/html/group__SDHC__PRESENT.html b/lib/sdk/Documentation/html/group__SDHC__PRESENT.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__PRESENT.html
rename to lib/sdk/Documentation/html/group__SDHC__PRESENT.html
diff --git a/sdk/Documentation/html/group__SDHC__PRESENT.js b/lib/sdk/Documentation/html/group__SDHC__PRESENT.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__PRESENT.js
rename to lib/sdk/Documentation/html/group__SDHC__PRESENT.js
diff --git a/sdk/Documentation/html/group__SDHC__PRESET__0.html b/lib/sdk/Documentation/html/group__SDHC__PRESET__0.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__PRESET__0.html
rename to lib/sdk/Documentation/html/group__SDHC__PRESET__0.html
diff --git a/sdk/Documentation/html/group__SDHC__PRESET__0.js b/lib/sdk/Documentation/html/group__SDHC__PRESET__0.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__PRESET__0.js
rename to lib/sdk/Documentation/html/group__SDHC__PRESET__0.js
diff --git a/sdk/Documentation/html/group__SDHC__PRESET__1.html b/lib/sdk/Documentation/html/group__SDHC__PRESET__1.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__PRESET__1.html
rename to lib/sdk/Documentation/html/group__SDHC__PRESET__1.html
diff --git a/sdk/Documentation/html/group__SDHC__PRESET__1.js b/lib/sdk/Documentation/html/group__SDHC__PRESET__1.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__PRESET__1.js
rename to lib/sdk/Documentation/html/group__SDHC__PRESET__1.js
diff --git a/sdk/Documentation/html/group__SDHC__PRESET__2.html b/lib/sdk/Documentation/html/group__SDHC__PRESET__2.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__PRESET__2.html
rename to lib/sdk/Documentation/html/group__SDHC__PRESET__2.html
diff --git a/sdk/Documentation/html/group__SDHC__PRESET__2.js b/lib/sdk/Documentation/html/group__SDHC__PRESET__2.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__PRESET__2.js
rename to lib/sdk/Documentation/html/group__SDHC__PRESET__2.js
diff --git a/sdk/Documentation/html/group__SDHC__PRESET__3.html b/lib/sdk/Documentation/html/group__SDHC__PRESET__3.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__PRESET__3.html
rename to lib/sdk/Documentation/html/group__SDHC__PRESET__3.html
diff --git a/sdk/Documentation/html/group__SDHC__PRESET__3.js b/lib/sdk/Documentation/html/group__SDHC__PRESET__3.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__PRESET__3.js
rename to lib/sdk/Documentation/html/group__SDHC__PRESET__3.js
diff --git a/sdk/Documentation/html/group__SDHC__PRESET__4.html b/lib/sdk/Documentation/html/group__SDHC__PRESET__4.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__PRESET__4.html
rename to lib/sdk/Documentation/html/group__SDHC__PRESET__4.html
diff --git a/sdk/Documentation/html/group__SDHC__PRESET__4.js b/lib/sdk/Documentation/html/group__SDHC__PRESET__4.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__PRESET__4.js
rename to lib/sdk/Documentation/html/group__SDHC__PRESET__4.js
diff --git a/sdk/Documentation/html/group__SDHC__PRESET__5.html b/lib/sdk/Documentation/html/group__SDHC__PRESET__5.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__PRESET__5.html
rename to lib/sdk/Documentation/html/group__SDHC__PRESET__5.html
diff --git a/sdk/Documentation/html/group__SDHC__PRESET__5.js b/lib/sdk/Documentation/html/group__SDHC__PRESET__5.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__PRESET__5.js
rename to lib/sdk/Documentation/html/group__SDHC__PRESET__5.js
diff --git a/sdk/Documentation/html/group__SDHC__PRESET__6.html b/lib/sdk/Documentation/html/group__SDHC__PRESET__6.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__PRESET__6.html
rename to lib/sdk/Documentation/html/group__SDHC__PRESET__6.html
diff --git a/sdk/Documentation/html/group__SDHC__PRESET__6.js b/lib/sdk/Documentation/html/group__SDHC__PRESET__6.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__PRESET__6.js
rename to lib/sdk/Documentation/html/group__SDHC__PRESET__6.js
diff --git a/sdk/Documentation/html/group__SDHC__PRESET__7.html b/lib/sdk/Documentation/html/group__SDHC__PRESET__7.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__PRESET__7.html
rename to lib/sdk/Documentation/html/group__SDHC__PRESET__7.html
diff --git a/sdk/Documentation/html/group__SDHC__PRESET__7.js b/lib/sdk/Documentation/html/group__SDHC__PRESET__7.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__PRESET__7.js
rename to lib/sdk/Documentation/html/group__SDHC__PRESET__7.js
diff --git a/sdk/Documentation/html/group__SDHC__PWR.html b/lib/sdk/Documentation/html/group__SDHC__PWR.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__PWR.html
rename to lib/sdk/Documentation/html/group__SDHC__PWR.html
diff --git a/sdk/Documentation/html/group__SDHC__PWR.js b/lib/sdk/Documentation/html/group__SDHC__PWR.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__PWR.js
rename to lib/sdk/Documentation/html/group__SDHC__PWR.js
diff --git a/sdk/Documentation/html/group__SDHC__RESP.html b/lib/sdk/Documentation/html/group__SDHC__RESP.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__RESP.html
rename to lib/sdk/Documentation/html/group__SDHC__RESP.html
diff --git a/sdk/Documentation/html/group__SDHC__RESP.js b/lib/sdk/Documentation/html/group__SDHC__RESP.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__RESP.js
rename to lib/sdk/Documentation/html/group__SDHC__RESP.js
diff --git a/sdk/Documentation/html/group__SDHC__Register__Offsets.html b/lib/sdk/Documentation/html/group__SDHC__Register__Offsets.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__Register__Offsets.html
rename to lib/sdk/Documentation/html/group__SDHC__Register__Offsets.html
diff --git a/sdk/Documentation/html/group__SDHC__Register__Offsets.js b/lib/sdk/Documentation/html/group__SDHC__Register__Offsets.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__Register__Offsets.js
rename to lib/sdk/Documentation/html/group__SDHC__Register__Offsets.js
diff --git a/sdk/Documentation/html/group__SDHC__SDMA.html b/lib/sdk/Documentation/html/group__SDHC__SDMA.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__SDMA.html
rename to lib/sdk/Documentation/html/group__SDHC__SDMA.html
diff --git a/sdk/Documentation/html/group__SDHC__SDMA.js b/lib/sdk/Documentation/html/group__SDHC__SDMA.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__SDMA.js
rename to lib/sdk/Documentation/html/group__SDHC__SDMA.js
diff --git a/sdk/Documentation/html/group__SDHC__SLOT__INT.html b/lib/sdk/Documentation/html/group__SDHC__SLOT__INT.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__SLOT__INT.html
rename to lib/sdk/Documentation/html/group__SDHC__SLOT__INT.html
diff --git a/sdk/Documentation/html/group__SDHC__SLOT__INT.js b/lib/sdk/Documentation/html/group__SDHC__SLOT__INT.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__SLOT__INT.js
rename to lib/sdk/Documentation/html/group__SDHC__SLOT__INT.js
diff --git a/sdk/Documentation/html/group__SDHC__SW__RESET.html b/lib/sdk/Documentation/html/group__SDHC__SW__RESET.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__SW__RESET.html
rename to lib/sdk/Documentation/html/group__SDHC__SW__RESET.html
diff --git a/sdk/Documentation/html/group__SDHC__SW__RESET.js b/lib/sdk/Documentation/html/group__SDHC__SW__RESET.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__SW__RESET.js
rename to lib/sdk/Documentation/html/group__SDHC__SW__RESET.js
diff --git a/sdk/Documentation/html/group__SDHC__TO.html b/lib/sdk/Documentation/html/group__SDHC__TO.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__TO.html
rename to lib/sdk/Documentation/html/group__SDHC__TO.html
diff --git a/sdk/Documentation/html/group__SDHC__TO.js b/lib/sdk/Documentation/html/group__SDHC__TO.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__TO.js
rename to lib/sdk/Documentation/html/group__SDHC__TO.js
diff --git a/sdk/Documentation/html/group__SDHC__TRANS.html b/lib/sdk/Documentation/html/group__SDHC__TRANS.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__TRANS.html
rename to lib/sdk/Documentation/html/group__SDHC__TRANS.html
diff --git a/sdk/Documentation/html/group__SDHC__TRANS.js b/lib/sdk/Documentation/html/group__SDHC__TRANS.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__TRANS.js
rename to lib/sdk/Documentation/html/group__SDHC__TRANS.js
diff --git a/sdk/Documentation/html/group__SDHC__WAKEUP.html b/lib/sdk/Documentation/html/group__SDHC__WAKEUP.html
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__WAKEUP.html
rename to lib/sdk/Documentation/html/group__SDHC__WAKEUP.html
diff --git a/sdk/Documentation/html/group__SDHC__WAKEUP.js b/lib/sdk/Documentation/html/group__SDHC__WAKEUP.js
similarity index 100%
rename from sdk/Documentation/html/group__SDHC__WAKEUP.js
rename to lib/sdk/Documentation/html/group__SDHC__WAKEUP.js
diff --git a/sdk/Documentation/html/group__SEMA__Register__Offsets.html b/lib/sdk/Documentation/html/group__SEMA__Register__Offsets.html
similarity index 100%
rename from sdk/Documentation/html/group__SEMA__Register__Offsets.html
rename to lib/sdk/Documentation/html/group__SEMA__Register__Offsets.html
diff --git a/sdk/Documentation/html/group__SEMA__Register__Offsets.js b/lib/sdk/Documentation/html/group__SEMA__Register__Offsets.js
similarity index 100%
rename from sdk/Documentation/html/group__SEMA__Register__Offsets.js
rename to lib/sdk/Documentation/html/group__SEMA__Register__Offsets.js
diff --git a/sdk/Documentation/html/group__SEMA__SEMAPHORES.html b/lib/sdk/Documentation/html/group__SEMA__SEMAPHORES.html
similarity index 100%
rename from sdk/Documentation/html/group__SEMA__SEMAPHORES.html
rename to lib/sdk/Documentation/html/group__SEMA__SEMAPHORES.html
diff --git a/sdk/Documentation/html/group__SEMA__SEMAPHORES.js b/lib/sdk/Documentation/html/group__SEMA__SEMAPHORES.js
similarity index 100%
rename from sdk/Documentation/html/group__SEMA__SEMAPHORES.js
rename to lib/sdk/Documentation/html/group__SEMA__SEMAPHORES.js
diff --git a/sdk/Documentation/html/group__SEMA__STATUS.html b/lib/sdk/Documentation/html/group__SEMA__STATUS.html
similarity index 100%
rename from sdk/Documentation/html/group__SEMA__STATUS.html
rename to lib/sdk/Documentation/html/group__SEMA__STATUS.html
diff --git a/sdk/Documentation/html/group__SEMA__STATUS.js b/lib/sdk/Documentation/html/group__SEMA__STATUS.js
similarity index 100%
rename from sdk/Documentation/html/group__SEMA__STATUS.js
rename to lib/sdk/Documentation/html/group__SEMA__STATUS.js
diff --git a/sdk/Documentation/html/group__SPI17Y__CLK__CFG.html b/lib/sdk/Documentation/html/group__SPI17Y__CLK__CFG.html
similarity index 100%
rename from sdk/Documentation/html/group__SPI17Y__CLK__CFG.html
rename to lib/sdk/Documentation/html/group__SPI17Y__CLK__CFG.html
diff --git a/sdk/Documentation/html/group__SPI17Y__CLK__CFG.js b/lib/sdk/Documentation/html/group__SPI17Y__CLK__CFG.js
similarity index 100%
rename from sdk/Documentation/html/group__SPI17Y__CLK__CFG.js
rename to lib/sdk/Documentation/html/group__SPI17Y__CLK__CFG.js
diff --git a/sdk/Documentation/html/group__SPI17Y__CTRL0.html b/lib/sdk/Documentation/html/group__SPI17Y__CTRL0.html
similarity index 100%
rename from sdk/Documentation/html/group__SPI17Y__CTRL0.html
rename to lib/sdk/Documentation/html/group__SPI17Y__CTRL0.html
diff --git a/sdk/Documentation/html/group__SPI17Y__CTRL0.js b/lib/sdk/Documentation/html/group__SPI17Y__CTRL0.js
similarity index 100%
rename from sdk/Documentation/html/group__SPI17Y__CTRL0.js
rename to lib/sdk/Documentation/html/group__SPI17Y__CTRL0.js
diff --git a/sdk/Documentation/html/group__SPI17Y__CTRL1.html b/lib/sdk/Documentation/html/group__SPI17Y__CTRL1.html
similarity index 100%
rename from sdk/Documentation/html/group__SPI17Y__CTRL1.html
rename to lib/sdk/Documentation/html/group__SPI17Y__CTRL1.html
diff --git a/sdk/Documentation/html/group__SPI17Y__CTRL1.js b/lib/sdk/Documentation/html/group__SPI17Y__CTRL1.js
similarity index 100%
rename from sdk/Documentation/html/group__SPI17Y__CTRL1.js
rename to lib/sdk/Documentation/html/group__SPI17Y__CTRL1.js
diff --git a/sdk/Documentation/html/group__SPI17Y__CTRL2.html b/lib/sdk/Documentation/html/group__SPI17Y__CTRL2.html
similarity index 100%
rename from sdk/Documentation/html/group__SPI17Y__CTRL2.html
rename to lib/sdk/Documentation/html/group__SPI17Y__CTRL2.html
diff --git a/sdk/Documentation/html/group__SPI17Y__CTRL2.js b/lib/sdk/Documentation/html/group__SPI17Y__CTRL2.js
similarity index 100%
rename from sdk/Documentation/html/group__SPI17Y__CTRL2.js
rename to lib/sdk/Documentation/html/group__SPI17Y__CTRL2.js
diff --git a/sdk/Documentation/html/group__SPI17Y__DATA16.html b/lib/sdk/Documentation/html/group__SPI17Y__DATA16.html
similarity index 100%
rename from sdk/Documentation/html/group__SPI17Y__DATA16.html
rename to lib/sdk/Documentation/html/group__SPI17Y__DATA16.html
diff --git a/sdk/Documentation/html/group__SPI17Y__DATA16.js b/lib/sdk/Documentation/html/group__SPI17Y__DATA16.js
similarity index 100%
rename from sdk/Documentation/html/group__SPI17Y__DATA16.js
rename to lib/sdk/Documentation/html/group__SPI17Y__DATA16.js
diff --git a/sdk/Documentation/html/group__SPI17Y__DATA32.html b/lib/sdk/Documentation/html/group__SPI17Y__DATA32.html
similarity index 100%
rename from sdk/Documentation/html/group__SPI17Y__DATA32.html
rename to lib/sdk/Documentation/html/group__SPI17Y__DATA32.html
diff --git a/sdk/Documentation/html/group__SPI17Y__DATA32.js b/lib/sdk/Documentation/html/group__SPI17Y__DATA32.js
similarity index 100%
rename from sdk/Documentation/html/group__SPI17Y__DATA32.js
rename to lib/sdk/Documentation/html/group__SPI17Y__DATA32.js
diff --git a/sdk/Documentation/html/group__SPI17Y__DATA8.html b/lib/sdk/Documentation/html/group__SPI17Y__DATA8.html
similarity index 100%
rename from sdk/Documentation/html/group__SPI17Y__DATA8.html
rename to lib/sdk/Documentation/html/group__SPI17Y__DATA8.html
diff --git a/sdk/Documentation/html/group__SPI17Y__DATA8.js b/lib/sdk/Documentation/html/group__SPI17Y__DATA8.js
similarity index 100%
rename from sdk/Documentation/html/group__SPI17Y__DATA8.js
rename to lib/sdk/Documentation/html/group__SPI17Y__DATA8.js
diff --git a/sdk/Documentation/html/group__SPI17Y__DMA.html b/lib/sdk/Documentation/html/group__SPI17Y__DMA.html
similarity index 100%
rename from sdk/Documentation/html/group__SPI17Y__DMA.html
rename to lib/sdk/Documentation/html/group__SPI17Y__DMA.html
diff --git a/sdk/Documentation/html/group__SPI17Y__DMA.js b/lib/sdk/Documentation/html/group__SPI17Y__DMA.js
similarity index 100%
rename from sdk/Documentation/html/group__SPI17Y__DMA.js
rename to lib/sdk/Documentation/html/group__SPI17Y__DMA.js
diff --git a/sdk/Documentation/html/group__SPI17Y__INT__EN.html b/lib/sdk/Documentation/html/group__SPI17Y__INT__EN.html
similarity index 100%
rename from sdk/Documentation/html/group__SPI17Y__INT__EN.html
rename to lib/sdk/Documentation/html/group__SPI17Y__INT__EN.html
diff --git a/sdk/Documentation/html/group__SPI17Y__INT__EN.js b/lib/sdk/Documentation/html/group__SPI17Y__INT__EN.js
similarity index 100%
rename from sdk/Documentation/html/group__SPI17Y__INT__EN.js
rename to lib/sdk/Documentation/html/group__SPI17Y__INT__EN.js
diff --git a/sdk/Documentation/html/group__SPI17Y__INT__FL.html b/lib/sdk/Documentation/html/group__SPI17Y__INT__FL.html
similarity index 100%
rename from sdk/Documentation/html/group__SPI17Y__INT__FL.html
rename to lib/sdk/Documentation/html/group__SPI17Y__INT__FL.html
diff --git a/sdk/Documentation/html/group__SPI17Y__INT__FL.js b/lib/sdk/Documentation/html/group__SPI17Y__INT__FL.js
similarity index 100%
rename from sdk/Documentation/html/group__SPI17Y__INT__FL.js
rename to lib/sdk/Documentation/html/group__SPI17Y__INT__FL.js
diff --git a/sdk/Documentation/html/group__SPI17Y__Register__Offsets.html b/lib/sdk/Documentation/html/group__SPI17Y__Register__Offsets.html
similarity index 100%
rename from sdk/Documentation/html/group__SPI17Y__Register__Offsets.html
rename to lib/sdk/Documentation/html/group__SPI17Y__Register__Offsets.html
diff --git a/sdk/Documentation/html/group__SPI17Y__Register__Offsets.js b/lib/sdk/Documentation/html/group__SPI17Y__Register__Offsets.js
similarity index 100%
rename from sdk/Documentation/html/group__SPI17Y__Register__Offsets.js
rename to lib/sdk/Documentation/html/group__SPI17Y__Register__Offsets.js
diff --git a/sdk/Documentation/html/group__SPI17Y__SS__TIME.html b/lib/sdk/Documentation/html/group__SPI17Y__SS__TIME.html
similarity index 100%
rename from sdk/Documentation/html/group__SPI17Y__SS__TIME.html
rename to lib/sdk/Documentation/html/group__SPI17Y__SS__TIME.html
diff --git a/sdk/Documentation/html/group__SPI17Y__SS__TIME.js b/lib/sdk/Documentation/html/group__SPI17Y__SS__TIME.js
similarity index 100%
rename from sdk/Documentation/html/group__SPI17Y__SS__TIME.js
rename to lib/sdk/Documentation/html/group__SPI17Y__SS__TIME.js
diff --git a/sdk/Documentation/html/group__SPI17Y__STAT.html b/lib/sdk/Documentation/html/group__SPI17Y__STAT.html
similarity index 100%
rename from sdk/Documentation/html/group__SPI17Y__STAT.html
rename to lib/sdk/Documentation/html/group__SPI17Y__STAT.html
diff --git a/sdk/Documentation/html/group__SPI17Y__STAT.js b/lib/sdk/Documentation/html/group__SPI17Y__STAT.js
similarity index 100%
rename from sdk/Documentation/html/group__SPI17Y__STAT.js
rename to lib/sdk/Documentation/html/group__SPI17Y__STAT.js
diff --git a/sdk/Documentation/html/group__SPI17Y__WAKE__EN.html b/lib/sdk/Documentation/html/group__SPI17Y__WAKE__EN.html
similarity index 100%
rename from sdk/Documentation/html/group__SPI17Y__WAKE__EN.html
rename to lib/sdk/Documentation/html/group__SPI17Y__WAKE__EN.html
diff --git a/sdk/Documentation/html/group__SPI17Y__WAKE__EN.js b/lib/sdk/Documentation/html/group__SPI17Y__WAKE__EN.js
similarity index 100%
rename from sdk/Documentation/html/group__SPI17Y__WAKE__EN.js
rename to lib/sdk/Documentation/html/group__SPI17Y__WAKE__EN.js
diff --git a/sdk/Documentation/html/group__SPI17Y__WAKE__FL.html b/lib/sdk/Documentation/html/group__SPI17Y__WAKE__FL.html
similarity index 100%
rename from sdk/Documentation/html/group__SPI17Y__WAKE__FL.html
rename to lib/sdk/Documentation/html/group__SPI17Y__WAKE__FL.html
diff --git a/sdk/Documentation/html/group__SPI17Y__WAKE__FL.js b/lib/sdk/Documentation/html/group__SPI17Y__WAKE__FL.js
similarity index 100%
rename from sdk/Documentation/html/group__SPI17Y__WAKE__FL.js
rename to lib/sdk/Documentation/html/group__SPI17Y__WAKE__FL.js
diff --git a/sdk/Documentation/html/group__SPIXFC__CONFIG.html b/lib/sdk/Documentation/html/group__SPIXFC__CONFIG.html
similarity index 100%
rename from sdk/Documentation/html/group__SPIXFC__CONFIG.html
rename to lib/sdk/Documentation/html/group__SPIXFC__CONFIG.html
diff --git a/sdk/Documentation/html/group__SPIXFC__CONFIG.js b/lib/sdk/Documentation/html/group__SPIXFC__CONFIG.js
similarity index 100%
rename from sdk/Documentation/html/group__SPIXFC__CONFIG.js
rename to lib/sdk/Documentation/html/group__SPIXFC__CONFIG.js
diff --git a/sdk/Documentation/html/group__SPIXFC__FIFO__CTRL.html b/lib/sdk/Documentation/html/group__SPIXFC__FIFO__CTRL.html
similarity index 100%
rename from sdk/Documentation/html/group__SPIXFC__FIFO__CTRL.html
rename to lib/sdk/Documentation/html/group__SPIXFC__FIFO__CTRL.html
diff --git a/sdk/Documentation/html/group__SPIXFC__FIFO__CTRL.js b/lib/sdk/Documentation/html/group__SPIXFC__FIFO__CTRL.js
similarity index 100%
rename from sdk/Documentation/html/group__SPIXFC__FIFO__CTRL.js
rename to lib/sdk/Documentation/html/group__SPIXFC__FIFO__CTRL.js
diff --git a/sdk/Documentation/html/group__SPIXFC__GEN__CTRL.html b/lib/sdk/Documentation/html/group__SPIXFC__GEN__CTRL.html
similarity index 100%
rename from sdk/Documentation/html/group__SPIXFC__GEN__CTRL.html
rename to lib/sdk/Documentation/html/group__SPIXFC__GEN__CTRL.html
diff --git a/sdk/Documentation/html/group__SPIXFC__GEN__CTRL.js b/lib/sdk/Documentation/html/group__SPIXFC__GEN__CTRL.js
similarity index 100%
rename from sdk/Documentation/html/group__SPIXFC__GEN__CTRL.js
rename to lib/sdk/Documentation/html/group__SPIXFC__GEN__CTRL.js
diff --git a/sdk/Documentation/html/group__SPIXFC__INTEN.html b/lib/sdk/Documentation/html/group__SPIXFC__INTEN.html
similarity index 100%
rename from sdk/Documentation/html/group__SPIXFC__INTEN.html
rename to lib/sdk/Documentation/html/group__SPIXFC__INTEN.html
diff --git a/sdk/Documentation/html/group__SPIXFC__INTEN.js b/lib/sdk/Documentation/html/group__SPIXFC__INTEN.js
similarity index 100%
rename from sdk/Documentation/html/group__SPIXFC__INTEN.js
rename to lib/sdk/Documentation/html/group__SPIXFC__INTEN.js
diff --git a/sdk/Documentation/html/group__SPIXFC__INTFL.html b/lib/sdk/Documentation/html/group__SPIXFC__INTFL.html
similarity index 100%
rename from sdk/Documentation/html/group__SPIXFC__INTFL.html
rename to lib/sdk/Documentation/html/group__SPIXFC__INTFL.html
diff --git a/sdk/Documentation/html/group__SPIXFC__INTFL.js b/lib/sdk/Documentation/html/group__SPIXFC__INTFL.js
similarity index 100%
rename from sdk/Documentation/html/group__SPIXFC__INTFL.js
rename to lib/sdk/Documentation/html/group__SPIXFC__INTFL.js
diff --git a/sdk/Documentation/html/group__SPIXFC__Register__Offsets.html b/lib/sdk/Documentation/html/group__SPIXFC__Register__Offsets.html
similarity index 100%
rename from sdk/Documentation/html/group__SPIXFC__Register__Offsets.html
rename to lib/sdk/Documentation/html/group__SPIXFC__Register__Offsets.html
diff --git a/sdk/Documentation/html/group__SPIXFC__Register__Offsets.js b/lib/sdk/Documentation/html/group__SPIXFC__Register__Offsets.js
similarity index 100%
rename from sdk/Documentation/html/group__SPIXFC__Register__Offsets.js
rename to lib/sdk/Documentation/html/group__SPIXFC__Register__Offsets.js
diff --git a/sdk/Documentation/html/group__SPIXFC__SPCTRL.html b/lib/sdk/Documentation/html/group__SPIXFC__SPCTRL.html
similarity index 100%
rename from sdk/Documentation/html/group__SPIXFC__SPCTRL.html
rename to lib/sdk/Documentation/html/group__SPIXFC__SPCTRL.html
diff --git a/sdk/Documentation/html/group__SPIXFC__SPCTRL.js b/lib/sdk/Documentation/html/group__SPIXFC__SPCTRL.js
similarity index 100%
rename from sdk/Documentation/html/group__SPIXFC__SPCTRL.js
rename to lib/sdk/Documentation/html/group__SPIXFC__SPCTRL.js
diff --git a/sdk/Documentation/html/group__SPIXFC__SS__POL.html b/lib/sdk/Documentation/html/group__SPIXFC__SS__POL.html
similarity index 100%
rename from sdk/Documentation/html/group__SPIXFC__SS__POL.html
rename to lib/sdk/Documentation/html/group__SPIXFC__SS__POL.html
diff --git a/sdk/Documentation/html/group__SPIXFC__SS__POL.js b/lib/sdk/Documentation/html/group__SPIXFC__SS__POL.js
similarity index 100%
rename from sdk/Documentation/html/group__SPIXFC__SS__POL.js
rename to lib/sdk/Documentation/html/group__SPIXFC__SS__POL.js
diff --git a/sdk/Documentation/html/group__SPIXF__CFG.html b/lib/sdk/Documentation/html/group__SPIXF__CFG.html
similarity index 100%
rename from sdk/Documentation/html/group__SPIXF__CFG.html
rename to lib/sdk/Documentation/html/group__SPIXF__CFG.html
diff --git a/sdk/Documentation/html/group__SPIXF__CFG.js b/lib/sdk/Documentation/html/group__SPIXF__CFG.js
similarity index 100%
rename from sdk/Documentation/html/group__SPIXF__CFG.js
rename to lib/sdk/Documentation/html/group__SPIXF__CFG.js
diff --git a/sdk/Documentation/html/group__SPIXF__FETCH__CTRL.html b/lib/sdk/Documentation/html/group__SPIXF__FETCH__CTRL.html
similarity index 100%
rename from sdk/Documentation/html/group__SPIXF__FETCH__CTRL.html
rename to lib/sdk/Documentation/html/group__SPIXF__FETCH__CTRL.html
diff --git a/sdk/Documentation/html/group__SPIXF__FETCH__CTRL.js b/lib/sdk/Documentation/html/group__SPIXF__FETCH__CTRL.js
similarity index 100%
rename from sdk/Documentation/html/group__SPIXF__FETCH__CTRL.js
rename to lib/sdk/Documentation/html/group__SPIXF__FETCH__CTRL.js
diff --git a/sdk/Documentation/html/group__SPIXF__IO__CTRL.html b/lib/sdk/Documentation/html/group__SPIXF__IO__CTRL.html
similarity index 100%
rename from sdk/Documentation/html/group__SPIXF__IO__CTRL.html
rename to lib/sdk/Documentation/html/group__SPIXF__IO__CTRL.html
diff --git a/sdk/Documentation/html/group__SPIXF__IO__CTRL.js b/lib/sdk/Documentation/html/group__SPIXF__IO__CTRL.js
similarity index 100%
rename from sdk/Documentation/html/group__SPIXF__IO__CTRL.js
rename to lib/sdk/Documentation/html/group__SPIXF__IO__CTRL.js
diff --git a/sdk/Documentation/html/group__SPIXF__MEMSECCN.html b/lib/sdk/Documentation/html/group__SPIXF__MEMSECCN.html
similarity index 100%
rename from sdk/Documentation/html/group__SPIXF__MEMSECCN.html
rename to lib/sdk/Documentation/html/group__SPIXF__MEMSECCN.html
diff --git a/sdk/Documentation/html/group__SPIXF__MEMSECCN.js b/lib/sdk/Documentation/html/group__SPIXF__MEMSECCN.js
similarity index 100%
rename from sdk/Documentation/html/group__SPIXF__MEMSECCN.js
rename to lib/sdk/Documentation/html/group__SPIXF__MEMSECCN.js
diff --git a/sdk/Documentation/html/group__SPIXF__MODE__CTRL.html b/lib/sdk/Documentation/html/group__SPIXF__MODE__CTRL.html
similarity index 100%
rename from sdk/Documentation/html/group__SPIXF__MODE__CTRL.html
rename to lib/sdk/Documentation/html/group__SPIXF__MODE__CTRL.html
diff --git a/sdk/Documentation/html/group__SPIXF__MODE__CTRL.js b/lib/sdk/Documentation/html/group__SPIXF__MODE__CTRL.js
similarity index 100%
rename from sdk/Documentation/html/group__SPIXF__MODE__CTRL.js
rename to lib/sdk/Documentation/html/group__SPIXF__MODE__CTRL.js
diff --git a/sdk/Documentation/html/group__SPIXF__MODE__DATA.html b/lib/sdk/Documentation/html/group__SPIXF__MODE__DATA.html
similarity index 100%
rename from sdk/Documentation/html/group__SPIXF__MODE__DATA.html
rename to lib/sdk/Documentation/html/group__SPIXF__MODE__DATA.html
diff --git a/sdk/Documentation/html/group__SPIXF__MODE__DATA.js b/lib/sdk/Documentation/html/group__SPIXF__MODE__DATA.js
similarity index 100%
rename from sdk/Documentation/html/group__SPIXF__MODE__DATA.js
rename to lib/sdk/Documentation/html/group__SPIXF__MODE__DATA.js
diff --git a/sdk/Documentation/html/group__SPIXF__Register__Offsets.html b/lib/sdk/Documentation/html/group__SPIXF__Register__Offsets.html
similarity index 100%
rename from sdk/Documentation/html/group__SPIXF__Register__Offsets.html
rename to lib/sdk/Documentation/html/group__SPIXF__Register__Offsets.html
diff --git a/sdk/Documentation/html/group__SPIXF__Register__Offsets.js b/lib/sdk/Documentation/html/group__SPIXF__Register__Offsets.js
similarity index 100%
rename from sdk/Documentation/html/group__SPIXF__Register__Offsets.js
rename to lib/sdk/Documentation/html/group__SPIXF__Register__Offsets.js
diff --git a/sdk/Documentation/html/group__SPIXF__SCLK__FB__CTRL.html b/lib/sdk/Documentation/html/group__SPIXF__SCLK__FB__CTRL.html
similarity index 100%
rename from sdk/Documentation/html/group__SPIXF__SCLK__FB__CTRL.html
rename to lib/sdk/Documentation/html/group__SPIXF__SCLK__FB__CTRL.html
diff --git a/sdk/Documentation/html/group__SPIXF__SCLK__FB__CTRL.js b/lib/sdk/Documentation/html/group__SPIXF__SCLK__FB__CTRL.js
similarity index 100%
rename from sdk/Documentation/html/group__SPIXF__SCLK__FB__CTRL.js
rename to lib/sdk/Documentation/html/group__SPIXF__SCLK__FB__CTRL.js
diff --git a/sdk/Documentation/html/group__SPIXR__BRG__CTRL.html b/lib/sdk/Documentation/html/group__SPIXR__BRG__CTRL.html
similarity index 100%
rename from sdk/Documentation/html/group__SPIXR__BRG__CTRL.html
rename to lib/sdk/Documentation/html/group__SPIXR__BRG__CTRL.html
diff --git a/sdk/Documentation/html/group__SPIXR__BRG__CTRL.js b/lib/sdk/Documentation/html/group__SPIXR__BRG__CTRL.js
similarity index 100%
rename from sdk/Documentation/html/group__SPIXR__BRG__CTRL.js
rename to lib/sdk/Documentation/html/group__SPIXR__BRG__CTRL.js
diff --git a/sdk/Documentation/html/group__SPIXR__CTRL1.html b/lib/sdk/Documentation/html/group__SPIXR__CTRL1.html
similarity index 100%
rename from sdk/Documentation/html/group__SPIXR__CTRL1.html
rename to lib/sdk/Documentation/html/group__SPIXR__CTRL1.html
diff --git a/sdk/Documentation/html/group__SPIXR__CTRL1.js b/lib/sdk/Documentation/html/group__SPIXR__CTRL1.js
similarity index 100%
rename from sdk/Documentation/html/group__SPIXR__CTRL1.js
rename to lib/sdk/Documentation/html/group__SPIXR__CTRL1.js
diff --git a/sdk/Documentation/html/group__SPIXR__CTRL2.html b/lib/sdk/Documentation/html/group__SPIXR__CTRL2.html
similarity index 100%
rename from sdk/Documentation/html/group__SPIXR__CTRL2.html
rename to lib/sdk/Documentation/html/group__SPIXR__CTRL2.html
diff --git a/sdk/Documentation/html/group__SPIXR__CTRL2.js b/lib/sdk/Documentation/html/group__SPIXR__CTRL2.js
similarity index 100%
rename from sdk/Documentation/html/group__SPIXR__CTRL2.js
rename to lib/sdk/Documentation/html/group__SPIXR__CTRL2.js
diff --git a/sdk/Documentation/html/group__SPIXR__CTRL3.html b/lib/sdk/Documentation/html/group__SPIXR__CTRL3.html
similarity index 100%
rename from sdk/Documentation/html/group__SPIXR__CTRL3.html
rename to lib/sdk/Documentation/html/group__SPIXR__CTRL3.html
diff --git a/sdk/Documentation/html/group__SPIXR__CTRL3.js b/lib/sdk/Documentation/html/group__SPIXR__CTRL3.js
similarity index 100%
rename from sdk/Documentation/html/group__SPIXR__CTRL3.js
rename to lib/sdk/Documentation/html/group__SPIXR__CTRL3.js
diff --git a/sdk/Documentation/html/group__SPIXR__CTRL4.html b/lib/sdk/Documentation/html/group__SPIXR__CTRL4.html
similarity index 100%
rename from sdk/Documentation/html/group__SPIXR__CTRL4.html
rename to lib/sdk/Documentation/html/group__SPIXR__CTRL4.html
diff --git a/sdk/Documentation/html/group__SPIXR__CTRL4.js b/lib/sdk/Documentation/html/group__SPIXR__CTRL4.js
similarity index 100%
rename from sdk/Documentation/html/group__SPIXR__CTRL4.js
rename to lib/sdk/Documentation/html/group__SPIXR__CTRL4.js
diff --git a/sdk/Documentation/html/group__SPIXR__DATA16.html b/lib/sdk/Documentation/html/group__SPIXR__DATA16.html
similarity index 100%
rename from sdk/Documentation/html/group__SPIXR__DATA16.html
rename to lib/sdk/Documentation/html/group__SPIXR__DATA16.html
diff --git a/sdk/Documentation/html/group__SPIXR__DATA16.js b/lib/sdk/Documentation/html/group__SPIXR__DATA16.js
similarity index 100%
rename from sdk/Documentation/html/group__SPIXR__DATA16.js
rename to lib/sdk/Documentation/html/group__SPIXR__DATA16.js
diff --git a/sdk/Documentation/html/group__SPIXR__DATA32.html b/lib/sdk/Documentation/html/group__SPIXR__DATA32.html
similarity index 100%
rename from sdk/Documentation/html/group__SPIXR__DATA32.html
rename to lib/sdk/Documentation/html/group__SPIXR__DATA32.html
diff --git a/sdk/Documentation/html/group__SPIXR__DATA32.js b/lib/sdk/Documentation/html/group__SPIXR__DATA32.js
similarity index 100%
rename from sdk/Documentation/html/group__SPIXR__DATA32.js
rename to lib/sdk/Documentation/html/group__SPIXR__DATA32.js
diff --git a/sdk/Documentation/html/group__SPIXR__DATA8.html b/lib/sdk/Documentation/html/group__SPIXR__DATA8.html
similarity index 100%
rename from sdk/Documentation/html/group__SPIXR__DATA8.html
rename to lib/sdk/Documentation/html/group__SPIXR__DATA8.html
diff --git a/sdk/Documentation/html/group__SPIXR__DATA8.js b/lib/sdk/Documentation/html/group__SPIXR__DATA8.js
similarity index 100%
rename from sdk/Documentation/html/group__SPIXR__DATA8.js
rename to lib/sdk/Documentation/html/group__SPIXR__DATA8.js
diff --git a/sdk/Documentation/html/group__SPIXR__DMA.html b/lib/sdk/Documentation/html/group__SPIXR__DMA.html
similarity index 100%
rename from sdk/Documentation/html/group__SPIXR__DMA.html
rename to lib/sdk/Documentation/html/group__SPIXR__DMA.html
diff --git a/sdk/Documentation/html/group__SPIXR__DMA.js b/lib/sdk/Documentation/html/group__SPIXR__DMA.js
similarity index 100%
rename from sdk/Documentation/html/group__SPIXR__DMA.js
rename to lib/sdk/Documentation/html/group__SPIXR__DMA.js
diff --git a/sdk/Documentation/html/group__SPIXR__I2S__CTRL.html b/lib/sdk/Documentation/html/group__SPIXR__I2S__CTRL.html
similarity index 100%
rename from sdk/Documentation/html/group__SPIXR__I2S__CTRL.html
rename to lib/sdk/Documentation/html/group__SPIXR__I2S__CTRL.html
diff --git a/sdk/Documentation/html/group__SPIXR__I2S__CTRL.js b/lib/sdk/Documentation/html/group__SPIXR__I2S__CTRL.js
similarity index 100%
rename from sdk/Documentation/html/group__SPIXR__I2S__CTRL.js
rename to lib/sdk/Documentation/html/group__SPIXR__I2S__CTRL.js
diff --git a/sdk/Documentation/html/group__SPIXR__IRQ.html b/lib/sdk/Documentation/html/group__SPIXR__IRQ.html
similarity index 100%
rename from sdk/Documentation/html/group__SPIXR__IRQ.html
rename to lib/sdk/Documentation/html/group__SPIXR__IRQ.html
diff --git a/sdk/Documentation/html/group__SPIXR__IRQ.js b/lib/sdk/Documentation/html/group__SPIXR__IRQ.js
similarity index 100%
rename from sdk/Documentation/html/group__SPIXR__IRQ.js
rename to lib/sdk/Documentation/html/group__SPIXR__IRQ.js
diff --git a/sdk/Documentation/html/group__SPIXR__IRQE.html b/lib/sdk/Documentation/html/group__SPIXR__IRQE.html
similarity index 100%
rename from sdk/Documentation/html/group__SPIXR__IRQE.html
rename to lib/sdk/Documentation/html/group__SPIXR__IRQE.html
diff --git a/sdk/Documentation/html/group__SPIXR__IRQE.js b/lib/sdk/Documentation/html/group__SPIXR__IRQE.js
similarity index 100%
rename from sdk/Documentation/html/group__SPIXR__IRQE.js
rename to lib/sdk/Documentation/html/group__SPIXR__IRQE.js
diff --git a/sdk/Documentation/html/group__SPIXR__Register__Offsets.html b/lib/sdk/Documentation/html/group__SPIXR__Register__Offsets.html
similarity index 100%
rename from sdk/Documentation/html/group__SPIXR__Register__Offsets.html
rename to lib/sdk/Documentation/html/group__SPIXR__Register__Offsets.html
diff --git a/sdk/Documentation/html/group__SPIXR__Register__Offsets.js b/lib/sdk/Documentation/html/group__SPIXR__Register__Offsets.js
similarity index 100%
rename from sdk/Documentation/html/group__SPIXR__Register__Offsets.js
rename to lib/sdk/Documentation/html/group__SPIXR__Register__Offsets.js
diff --git a/sdk/Documentation/html/group__SPIXR__STAT.html b/lib/sdk/Documentation/html/group__SPIXR__STAT.html
similarity index 100%
rename from sdk/Documentation/html/group__SPIXR__STAT.html
rename to lib/sdk/Documentation/html/group__SPIXR__STAT.html
diff --git a/sdk/Documentation/html/group__SPIXR__STAT.js b/lib/sdk/Documentation/html/group__SPIXR__STAT.js
similarity index 100%
rename from sdk/Documentation/html/group__SPIXR__STAT.js
rename to lib/sdk/Documentation/html/group__SPIXR__STAT.js
diff --git a/sdk/Documentation/html/group__SPIXR__WAKE.html b/lib/sdk/Documentation/html/group__SPIXR__WAKE.html
similarity index 100%
rename from sdk/Documentation/html/group__SPIXR__WAKE.html
rename to lib/sdk/Documentation/html/group__SPIXR__WAKE.html
diff --git a/sdk/Documentation/html/group__SPIXR__WAKE.js b/lib/sdk/Documentation/html/group__SPIXR__WAKE.js
similarity index 100%
rename from sdk/Documentation/html/group__SPIXR__WAKE.js
rename to lib/sdk/Documentation/html/group__SPIXR__WAKE.js
diff --git a/sdk/Documentation/html/group__SPIXR__WAKEE.html b/lib/sdk/Documentation/html/group__SPIXR__WAKEE.html
similarity index 100%
rename from sdk/Documentation/html/group__SPIXR__WAKEE.html
rename to lib/sdk/Documentation/html/group__SPIXR__WAKEE.html
diff --git a/sdk/Documentation/html/group__SPIXR__WAKEE.js b/lib/sdk/Documentation/html/group__SPIXR__WAKEE.js
similarity index 100%
rename from sdk/Documentation/html/group__SPIXR__WAKEE.js
rename to lib/sdk/Documentation/html/group__SPIXR__WAKEE.js
diff --git a/sdk/Documentation/html/group__SPIXR__XMEM__CTRL.html b/lib/sdk/Documentation/html/group__SPIXR__XMEM__CTRL.html
similarity index 100%
rename from sdk/Documentation/html/group__SPIXR__XMEM__CTRL.html
rename to lib/sdk/Documentation/html/group__SPIXR__XMEM__CTRL.html
diff --git a/sdk/Documentation/html/group__SPIXR__XMEM__CTRL.js b/lib/sdk/Documentation/html/group__SPIXR__XMEM__CTRL.js
similarity index 100%
rename from sdk/Documentation/html/group__SPIXR__XMEM__CTRL.js
rename to lib/sdk/Documentation/html/group__SPIXR__XMEM__CTRL.js
diff --git a/sdk/Documentation/html/group__TMR__CN.html b/lib/sdk/Documentation/html/group__TMR__CN.html
similarity index 100%
rename from sdk/Documentation/html/group__TMR__CN.html
rename to lib/sdk/Documentation/html/group__TMR__CN.html
diff --git a/sdk/Documentation/html/group__TMR__CN.js b/lib/sdk/Documentation/html/group__TMR__CN.js
similarity index 100%
rename from sdk/Documentation/html/group__TMR__CN.js
rename to lib/sdk/Documentation/html/group__TMR__CN.js
diff --git a/sdk/Documentation/html/group__TMR__INTR.html b/lib/sdk/Documentation/html/group__TMR__INTR.html
similarity index 100%
rename from sdk/Documentation/html/group__TMR__INTR.html
rename to lib/sdk/Documentation/html/group__TMR__INTR.html
diff --git a/sdk/Documentation/html/group__TMR__INTR.js b/lib/sdk/Documentation/html/group__TMR__INTR.js
similarity index 100%
rename from sdk/Documentation/html/group__TMR__INTR.js
rename to lib/sdk/Documentation/html/group__TMR__INTR.js
diff --git a/sdk/Documentation/html/group__TMR__NOLCMP.html b/lib/sdk/Documentation/html/group__TMR__NOLCMP.html
similarity index 100%
rename from sdk/Documentation/html/group__TMR__NOLCMP.html
rename to lib/sdk/Documentation/html/group__TMR__NOLCMP.html
diff --git a/sdk/Documentation/html/group__TMR__NOLCMP.js b/lib/sdk/Documentation/html/group__TMR__NOLCMP.js
similarity index 100%
rename from sdk/Documentation/html/group__TMR__NOLCMP.js
rename to lib/sdk/Documentation/html/group__TMR__NOLCMP.js
diff --git a/sdk/Documentation/html/group__TMR__Register__Offsets.html b/lib/sdk/Documentation/html/group__TMR__Register__Offsets.html
similarity index 100%
rename from sdk/Documentation/html/group__TMR__Register__Offsets.html
rename to lib/sdk/Documentation/html/group__TMR__Register__Offsets.html
diff --git a/sdk/Documentation/html/group__TMR__Register__Offsets.js b/lib/sdk/Documentation/html/group__TMR__Register__Offsets.js
similarity index 100%
rename from sdk/Documentation/html/group__TMR__Register__Offsets.js
rename to lib/sdk/Documentation/html/group__TMR__Register__Offsets.js
diff --git a/sdk/Documentation/html/group__TPU__CIPHER__CTRL.html b/lib/sdk/Documentation/html/group__TPU__CIPHER__CTRL.html
similarity index 100%
rename from sdk/Documentation/html/group__TPU__CIPHER__CTRL.html
rename to lib/sdk/Documentation/html/group__TPU__CIPHER__CTRL.html
diff --git a/sdk/Documentation/html/group__TPU__CIPHER__CTRL.js b/lib/sdk/Documentation/html/group__TPU__CIPHER__CTRL.js
similarity index 100%
rename from sdk/Documentation/html/group__TPU__CIPHER__CTRL.js
rename to lib/sdk/Documentation/html/group__TPU__CIPHER__CTRL.js
diff --git a/sdk/Documentation/html/group__TPU__CIPHER__INIT.html b/lib/sdk/Documentation/html/group__TPU__CIPHER__INIT.html
similarity index 100%
rename from sdk/Documentation/html/group__TPU__CIPHER__INIT.html
rename to lib/sdk/Documentation/html/group__TPU__CIPHER__INIT.html
diff --git a/sdk/Documentation/html/group__TPU__CIPHER__INIT.js b/lib/sdk/Documentation/html/group__TPU__CIPHER__INIT.js
similarity index 100%
rename from sdk/Documentation/html/group__TPU__CIPHER__INIT.js
rename to lib/sdk/Documentation/html/group__TPU__CIPHER__INIT.js
diff --git a/sdk/Documentation/html/group__TPU__CIPHER__KEY.html b/lib/sdk/Documentation/html/group__TPU__CIPHER__KEY.html
similarity index 100%
rename from sdk/Documentation/html/group__TPU__CIPHER__KEY.html
rename to lib/sdk/Documentation/html/group__TPU__CIPHER__KEY.html
diff --git a/sdk/Documentation/html/group__TPU__CIPHER__KEY.js b/lib/sdk/Documentation/html/group__TPU__CIPHER__KEY.js
similarity index 100%
rename from sdk/Documentation/html/group__TPU__CIPHER__KEY.js
rename to lib/sdk/Documentation/html/group__TPU__CIPHER__KEY.js
diff --git a/sdk/Documentation/html/group__TPU__CRC__CTRL.html b/lib/sdk/Documentation/html/group__TPU__CRC__CTRL.html
similarity index 100%
rename from sdk/Documentation/html/group__TPU__CRC__CTRL.html
rename to lib/sdk/Documentation/html/group__TPU__CRC__CTRL.html
diff --git a/sdk/Documentation/html/group__TPU__CRC__CTRL.js b/lib/sdk/Documentation/html/group__TPU__CRC__CTRL.js
similarity index 100%
rename from sdk/Documentation/html/group__TPU__CRC__CTRL.js
rename to lib/sdk/Documentation/html/group__TPU__CRC__CTRL.js
diff --git a/sdk/Documentation/html/group__TPU__CRC__POLY.html b/lib/sdk/Documentation/html/group__TPU__CRC__POLY.html
similarity index 100%
rename from sdk/Documentation/html/group__TPU__CRC__POLY.html
rename to lib/sdk/Documentation/html/group__TPU__CRC__POLY.html
diff --git a/sdk/Documentation/html/group__TPU__CRC__POLY.js b/lib/sdk/Documentation/html/group__TPU__CRC__POLY.js
similarity index 100%
rename from sdk/Documentation/html/group__TPU__CRC__POLY.js
rename to lib/sdk/Documentation/html/group__TPU__CRC__POLY.js
diff --git a/sdk/Documentation/html/group__TPU__CRC__PRNG.html b/lib/sdk/Documentation/html/group__TPU__CRC__PRNG.html
similarity index 100%
rename from sdk/Documentation/html/group__TPU__CRC__PRNG.html
rename to lib/sdk/Documentation/html/group__TPU__CRC__PRNG.html
diff --git a/sdk/Documentation/html/group__TPU__CRC__PRNG.js b/lib/sdk/Documentation/html/group__TPU__CRC__PRNG.js
similarity index 100%
rename from sdk/Documentation/html/group__TPU__CRC__PRNG.js
rename to lib/sdk/Documentation/html/group__TPU__CRC__PRNG.js
diff --git a/sdk/Documentation/html/group__TPU__CRC__VAL.html b/lib/sdk/Documentation/html/group__TPU__CRC__VAL.html
similarity index 100%
rename from sdk/Documentation/html/group__TPU__CRC__VAL.html
rename to lib/sdk/Documentation/html/group__TPU__CRC__VAL.html
diff --git a/sdk/Documentation/html/group__TPU__CRC__VAL.js b/lib/sdk/Documentation/html/group__TPU__CRC__VAL.js
similarity index 100%
rename from sdk/Documentation/html/group__TPU__CRC__VAL.js
rename to lib/sdk/Documentation/html/group__TPU__CRC__VAL.js
diff --git a/sdk/Documentation/html/group__TPU__CTRL.html b/lib/sdk/Documentation/html/group__TPU__CTRL.html
similarity index 100%
rename from sdk/Documentation/html/group__TPU__CTRL.html
rename to lib/sdk/Documentation/html/group__TPU__CTRL.html
diff --git a/sdk/Documentation/html/group__TPU__CTRL.js b/lib/sdk/Documentation/html/group__TPU__CTRL.js
similarity index 100%
rename from sdk/Documentation/html/group__TPU__CTRL.js
rename to lib/sdk/Documentation/html/group__TPU__CTRL.js
diff --git a/sdk/Documentation/html/group__TPU__DIN.html b/lib/sdk/Documentation/html/group__TPU__DIN.html
similarity index 100%
rename from sdk/Documentation/html/group__TPU__DIN.html
rename to lib/sdk/Documentation/html/group__TPU__DIN.html
diff --git a/sdk/Documentation/html/group__TPU__DIN.js b/lib/sdk/Documentation/html/group__TPU__DIN.js
similarity index 100%
rename from sdk/Documentation/html/group__TPU__DIN.js
rename to lib/sdk/Documentation/html/group__TPU__DIN.js
diff --git a/sdk/Documentation/html/group__TPU__DMA__CNT.html b/lib/sdk/Documentation/html/group__TPU__DMA__CNT.html
similarity index 100%
rename from sdk/Documentation/html/group__TPU__DMA__CNT.html
rename to lib/sdk/Documentation/html/group__TPU__DMA__CNT.html
diff --git a/sdk/Documentation/html/group__TPU__DMA__CNT.js b/lib/sdk/Documentation/html/group__TPU__DMA__CNT.js
similarity index 100%
rename from sdk/Documentation/html/group__TPU__DMA__CNT.js
rename to lib/sdk/Documentation/html/group__TPU__DMA__CNT.js
diff --git a/sdk/Documentation/html/group__TPU__DMA__DEST.html b/lib/sdk/Documentation/html/group__TPU__DMA__DEST.html
similarity index 100%
rename from sdk/Documentation/html/group__TPU__DMA__DEST.html
rename to lib/sdk/Documentation/html/group__TPU__DMA__DEST.html
diff --git a/sdk/Documentation/html/group__TPU__DMA__DEST.js b/lib/sdk/Documentation/html/group__TPU__DMA__DEST.js
similarity index 100%
rename from sdk/Documentation/html/group__TPU__DMA__DEST.js
rename to lib/sdk/Documentation/html/group__TPU__DMA__DEST.js
diff --git a/sdk/Documentation/html/group__TPU__DMA__SRC.html b/lib/sdk/Documentation/html/group__TPU__DMA__SRC.html
similarity index 100%
rename from sdk/Documentation/html/group__TPU__DMA__SRC.html
rename to lib/sdk/Documentation/html/group__TPU__DMA__SRC.html
diff --git a/sdk/Documentation/html/group__TPU__DMA__SRC.js b/lib/sdk/Documentation/html/group__TPU__DMA__SRC.js
similarity index 100%
rename from sdk/Documentation/html/group__TPU__DMA__SRC.js
rename to lib/sdk/Documentation/html/group__TPU__DMA__SRC.js
diff --git a/sdk/Documentation/html/group__TPU__DOUT.html b/lib/sdk/Documentation/html/group__TPU__DOUT.html
similarity index 100%
rename from sdk/Documentation/html/group__TPU__DOUT.html
rename to lib/sdk/Documentation/html/group__TPU__DOUT.html
diff --git a/sdk/Documentation/html/group__TPU__DOUT.js b/lib/sdk/Documentation/html/group__TPU__DOUT.js
similarity index 100%
rename from sdk/Documentation/html/group__TPU__DOUT.js
rename to lib/sdk/Documentation/html/group__TPU__DOUT.js
diff --git a/sdk/Documentation/html/group__TPU__HAM__ECC.html b/lib/sdk/Documentation/html/group__TPU__HAM__ECC.html
similarity index 100%
rename from sdk/Documentation/html/group__TPU__HAM__ECC.html
rename to lib/sdk/Documentation/html/group__TPU__HAM__ECC.html
diff --git a/sdk/Documentation/html/group__TPU__HAM__ECC.js b/lib/sdk/Documentation/html/group__TPU__HAM__ECC.js
similarity index 100%
rename from sdk/Documentation/html/group__TPU__HAM__ECC.js
rename to lib/sdk/Documentation/html/group__TPU__HAM__ECC.js
diff --git a/sdk/Documentation/html/group__TPU__HASH__CTRL.html b/lib/sdk/Documentation/html/group__TPU__HASH__CTRL.html
similarity index 100%
rename from sdk/Documentation/html/group__TPU__HASH__CTRL.html
rename to lib/sdk/Documentation/html/group__TPU__HASH__CTRL.html
diff --git a/sdk/Documentation/html/group__TPU__HASH__CTRL.js b/lib/sdk/Documentation/html/group__TPU__HASH__CTRL.js
similarity index 100%
rename from sdk/Documentation/html/group__TPU__HASH__CTRL.js
rename to lib/sdk/Documentation/html/group__TPU__HASH__CTRL.js
diff --git a/sdk/Documentation/html/group__TPU__HASH__DIGEST.html b/lib/sdk/Documentation/html/group__TPU__HASH__DIGEST.html
similarity index 100%
rename from sdk/Documentation/html/group__TPU__HASH__DIGEST.html
rename to lib/sdk/Documentation/html/group__TPU__HASH__DIGEST.html
diff --git a/sdk/Documentation/html/group__TPU__HASH__DIGEST.js b/lib/sdk/Documentation/html/group__TPU__HASH__DIGEST.js
similarity index 100%
rename from sdk/Documentation/html/group__TPU__HASH__DIGEST.js
rename to lib/sdk/Documentation/html/group__TPU__HASH__DIGEST.js
diff --git a/sdk/Documentation/html/group__TPU__HASH__MSG__SZ.html b/lib/sdk/Documentation/html/group__TPU__HASH__MSG__SZ.html
similarity index 100%
rename from sdk/Documentation/html/group__TPU__HASH__MSG__SZ.html
rename to lib/sdk/Documentation/html/group__TPU__HASH__MSG__SZ.html
diff --git a/sdk/Documentation/html/group__TPU__HASH__MSG__SZ.js b/lib/sdk/Documentation/html/group__TPU__HASH__MSG__SZ.js
similarity index 100%
rename from sdk/Documentation/html/group__TPU__HASH__MSG__SZ.js
rename to lib/sdk/Documentation/html/group__TPU__HASH__MSG__SZ.js
diff --git a/sdk/Documentation/html/group__TPU__MAA__CTRL.html b/lib/sdk/Documentation/html/group__TPU__MAA__CTRL.html
similarity index 100%
rename from sdk/Documentation/html/group__TPU__MAA__CTRL.html
rename to lib/sdk/Documentation/html/group__TPU__MAA__CTRL.html
diff --git a/sdk/Documentation/html/group__TPU__MAA__CTRL.js b/lib/sdk/Documentation/html/group__TPU__MAA__CTRL.js
similarity index 100%
rename from sdk/Documentation/html/group__TPU__MAA__CTRL.js
rename to lib/sdk/Documentation/html/group__TPU__MAA__CTRL.js
diff --git a/sdk/Documentation/html/group__TPU__MAA__MAWS.html b/lib/sdk/Documentation/html/group__TPU__MAA__MAWS.html
similarity index 100%
rename from sdk/Documentation/html/group__TPU__MAA__MAWS.html
rename to lib/sdk/Documentation/html/group__TPU__MAA__MAWS.html
diff --git a/sdk/Documentation/html/group__TPU__MAA__MAWS.js b/lib/sdk/Documentation/html/group__TPU__MAA__MAWS.js
similarity index 100%
rename from sdk/Documentation/html/group__TPU__MAA__MAWS.js
rename to lib/sdk/Documentation/html/group__TPU__MAA__MAWS.js
diff --git a/sdk/Documentation/html/group__TPU__Register__Offsets.html b/lib/sdk/Documentation/html/group__TPU__Register__Offsets.html
similarity index 100%
rename from sdk/Documentation/html/group__TPU__Register__Offsets.html
rename to lib/sdk/Documentation/html/group__TPU__Register__Offsets.html
diff --git a/sdk/Documentation/html/group__TPU__Register__Offsets.js b/lib/sdk/Documentation/html/group__TPU__Register__Offsets.js
similarity index 100%
rename from sdk/Documentation/html/group__TPU__Register__Offsets.js
rename to lib/sdk/Documentation/html/group__TPU__Register__Offsets.js
diff --git a/sdk/Documentation/html/group__TRNG__CN.html b/lib/sdk/Documentation/html/group__TRNG__CN.html
similarity index 100%
rename from sdk/Documentation/html/group__TRNG__CN.html
rename to lib/sdk/Documentation/html/group__TRNG__CN.html
diff --git a/sdk/Documentation/html/group__TRNG__CN.js b/lib/sdk/Documentation/html/group__TRNG__CN.js
similarity index 100%
rename from sdk/Documentation/html/group__TRNG__CN.js
rename to lib/sdk/Documentation/html/group__TRNG__CN.js
diff --git a/sdk/Documentation/html/group__TRNG__DATA.html b/lib/sdk/Documentation/html/group__TRNG__DATA.html
similarity index 100%
rename from sdk/Documentation/html/group__TRNG__DATA.html
rename to lib/sdk/Documentation/html/group__TRNG__DATA.html
diff --git a/sdk/Documentation/html/group__TRNG__DATA.js b/lib/sdk/Documentation/html/group__TRNG__DATA.js
similarity index 100%
rename from sdk/Documentation/html/group__TRNG__DATA.js
rename to lib/sdk/Documentation/html/group__TRNG__DATA.js
diff --git a/sdk/Documentation/html/group__TRNG__Register__Offsets.html b/lib/sdk/Documentation/html/group__TRNG__Register__Offsets.html
similarity index 100%
rename from sdk/Documentation/html/group__TRNG__Register__Offsets.html
rename to lib/sdk/Documentation/html/group__TRNG__Register__Offsets.html
diff --git a/sdk/Documentation/html/group__TRNG__Register__Offsets.js b/lib/sdk/Documentation/html/group__TRNG__Register__Offsets.js
similarity index 100%
rename from sdk/Documentation/html/group__TRNG__Register__Offsets.js
rename to lib/sdk/Documentation/html/group__TRNG__Register__Offsets.js
diff --git a/sdk/Documentation/html/group__TRNG__ST.html b/lib/sdk/Documentation/html/group__TRNG__ST.html
similarity index 100%
rename from sdk/Documentation/html/group__TRNG__ST.html
rename to lib/sdk/Documentation/html/group__TRNG__ST.html
diff --git a/sdk/Documentation/html/group__TRNG__ST.js b/lib/sdk/Documentation/html/group__TRNG__ST.js
similarity index 100%
rename from sdk/Documentation/html/group__TRNG__ST.js
rename to lib/sdk/Documentation/html/group__TRNG__ST.js
diff --git a/sdk/Documentation/html/group__UART__BAUD0.html b/lib/sdk/Documentation/html/group__UART__BAUD0.html
similarity index 100%
rename from sdk/Documentation/html/group__UART__BAUD0.html
rename to lib/sdk/Documentation/html/group__UART__BAUD0.html
diff --git a/sdk/Documentation/html/group__UART__BAUD0.js b/lib/sdk/Documentation/html/group__UART__BAUD0.js
similarity index 100%
rename from sdk/Documentation/html/group__UART__BAUD0.js
rename to lib/sdk/Documentation/html/group__UART__BAUD0.js
diff --git a/sdk/Documentation/html/group__UART__BAUD1.html b/lib/sdk/Documentation/html/group__UART__BAUD1.html
similarity index 100%
rename from sdk/Documentation/html/group__UART__BAUD1.html
rename to lib/sdk/Documentation/html/group__UART__BAUD1.html
diff --git a/sdk/Documentation/html/group__UART__BAUD1.js b/lib/sdk/Documentation/html/group__UART__BAUD1.js
similarity index 100%
rename from sdk/Documentation/html/group__UART__BAUD1.js
rename to lib/sdk/Documentation/html/group__UART__BAUD1.js
diff --git a/sdk/Documentation/html/group__UART__CTRL.html b/lib/sdk/Documentation/html/group__UART__CTRL.html
similarity index 100%
rename from sdk/Documentation/html/group__UART__CTRL.html
rename to lib/sdk/Documentation/html/group__UART__CTRL.html
diff --git a/sdk/Documentation/html/group__UART__CTRL.js b/lib/sdk/Documentation/html/group__UART__CTRL.js
similarity index 100%
rename from sdk/Documentation/html/group__UART__CTRL.js
rename to lib/sdk/Documentation/html/group__UART__CTRL.js
diff --git a/sdk/Documentation/html/group__UART__DMA.html b/lib/sdk/Documentation/html/group__UART__DMA.html
similarity index 100%
rename from sdk/Documentation/html/group__UART__DMA.html
rename to lib/sdk/Documentation/html/group__UART__DMA.html
diff --git a/sdk/Documentation/html/group__UART__DMA.js b/lib/sdk/Documentation/html/group__UART__DMA.js
similarity index 100%
rename from sdk/Documentation/html/group__UART__DMA.js
rename to lib/sdk/Documentation/html/group__UART__DMA.js
diff --git a/sdk/Documentation/html/group__UART__FIFO.html b/lib/sdk/Documentation/html/group__UART__FIFO.html
similarity index 100%
rename from sdk/Documentation/html/group__UART__FIFO.html
rename to lib/sdk/Documentation/html/group__UART__FIFO.html
diff --git a/sdk/Documentation/html/group__UART__FIFO.js b/lib/sdk/Documentation/html/group__UART__FIFO.js
similarity index 100%
rename from sdk/Documentation/html/group__UART__FIFO.js
rename to lib/sdk/Documentation/html/group__UART__FIFO.js
diff --git a/sdk/Documentation/html/group__UART__INT__EN.html b/lib/sdk/Documentation/html/group__UART__INT__EN.html
similarity index 100%
rename from sdk/Documentation/html/group__UART__INT__EN.html
rename to lib/sdk/Documentation/html/group__UART__INT__EN.html
diff --git a/sdk/Documentation/html/group__UART__INT__EN.js b/lib/sdk/Documentation/html/group__UART__INT__EN.js
similarity index 100%
rename from sdk/Documentation/html/group__UART__INT__EN.js
rename to lib/sdk/Documentation/html/group__UART__INT__EN.js
diff --git a/sdk/Documentation/html/group__UART__INT__FL.html b/lib/sdk/Documentation/html/group__UART__INT__FL.html
similarity index 100%
rename from sdk/Documentation/html/group__UART__INT__FL.html
rename to lib/sdk/Documentation/html/group__UART__INT__FL.html
diff --git a/sdk/Documentation/html/group__UART__INT__FL.js b/lib/sdk/Documentation/html/group__UART__INT__FL.js
similarity index 100%
rename from sdk/Documentation/html/group__UART__INT__FL.js
rename to lib/sdk/Documentation/html/group__UART__INT__FL.js
diff --git a/sdk/Documentation/html/group__UART__Register__Offsets.html b/lib/sdk/Documentation/html/group__UART__Register__Offsets.html
similarity index 100%
rename from sdk/Documentation/html/group__UART__Register__Offsets.html
rename to lib/sdk/Documentation/html/group__UART__Register__Offsets.html
diff --git a/sdk/Documentation/html/group__UART__Register__Offsets.js b/lib/sdk/Documentation/html/group__UART__Register__Offsets.js
similarity index 100%
rename from sdk/Documentation/html/group__UART__Register__Offsets.js
rename to lib/sdk/Documentation/html/group__UART__Register__Offsets.js
diff --git a/sdk/Documentation/html/group__UART__STATUS.html b/lib/sdk/Documentation/html/group__UART__STATUS.html
similarity index 100%
rename from sdk/Documentation/html/group__UART__STATUS.html
rename to lib/sdk/Documentation/html/group__UART__STATUS.html
diff --git a/sdk/Documentation/html/group__UART__STATUS.js b/lib/sdk/Documentation/html/group__UART__STATUS.js
similarity index 100%
rename from sdk/Documentation/html/group__UART__STATUS.js
rename to lib/sdk/Documentation/html/group__UART__STATUS.js
diff --git a/sdk/Documentation/html/group__UART__THRESH__CTRL.html b/lib/sdk/Documentation/html/group__UART__THRESH__CTRL.html
similarity index 100%
rename from sdk/Documentation/html/group__UART__THRESH__CTRL.html
rename to lib/sdk/Documentation/html/group__UART__THRESH__CTRL.html
diff --git a/sdk/Documentation/html/group__UART__THRESH__CTRL.js b/lib/sdk/Documentation/html/group__UART__THRESH__CTRL.js
similarity index 100%
rename from sdk/Documentation/html/group__UART__THRESH__CTRL.js
rename to lib/sdk/Documentation/html/group__UART__THRESH__CTRL.js
diff --git a/sdk/Documentation/html/group__UART__TX__FIFO.html b/lib/sdk/Documentation/html/group__UART__TX__FIFO.html
similarity index 100%
rename from sdk/Documentation/html/group__UART__TX__FIFO.html
rename to lib/sdk/Documentation/html/group__UART__TX__FIFO.html
diff --git a/sdk/Documentation/html/group__UART__TX__FIFO.js b/lib/sdk/Documentation/html/group__UART__TX__FIFO.js
similarity index 100%
rename from sdk/Documentation/html/group__UART__TX__FIFO.js
rename to lib/sdk/Documentation/html/group__UART__TX__FIFO.js
diff --git a/sdk/Documentation/html/group__WDT__CTRL.html b/lib/sdk/Documentation/html/group__WDT__CTRL.html
similarity index 100%
rename from sdk/Documentation/html/group__WDT__CTRL.html
rename to lib/sdk/Documentation/html/group__WDT__CTRL.html
diff --git a/sdk/Documentation/html/group__WDT__CTRL.js b/lib/sdk/Documentation/html/group__WDT__CTRL.js
similarity index 100%
rename from sdk/Documentation/html/group__WDT__CTRL.js
rename to lib/sdk/Documentation/html/group__WDT__CTRL.js
diff --git a/sdk/Documentation/html/group__WDT__RST.html b/lib/sdk/Documentation/html/group__WDT__RST.html
similarity index 100%
rename from sdk/Documentation/html/group__WDT__RST.html
rename to lib/sdk/Documentation/html/group__WDT__RST.html
diff --git a/sdk/Documentation/html/group__WDT__RST.js b/lib/sdk/Documentation/html/group__WDT__RST.js
similarity index 100%
rename from sdk/Documentation/html/group__WDT__RST.js
rename to lib/sdk/Documentation/html/group__WDT__RST.js
diff --git a/sdk/Documentation/html/group__WDT__Register__Offsets.html b/lib/sdk/Documentation/html/group__WDT__Register__Offsets.html
similarity index 100%
rename from sdk/Documentation/html/group__WDT__Register__Offsets.html
rename to lib/sdk/Documentation/html/group__WDT__Register__Offsets.html
diff --git a/sdk/Documentation/html/group__WDT__Register__Offsets.js b/lib/sdk/Documentation/html/group__WDT__Register__Offsets.js
similarity index 100%
rename from sdk/Documentation/html/group__WDT__Register__Offsets.js
rename to lib/sdk/Documentation/html/group__WDT__Register__Offsets.js
diff --git a/sdk/Documentation/html/group__adc.html b/lib/sdk/Documentation/html/group__adc.html
similarity index 100%
rename from sdk/Documentation/html/group__adc.html
rename to lib/sdk/Documentation/html/group__adc.html
diff --git a/sdk/Documentation/html/group__adc.js b/lib/sdk/Documentation/html/group__adc.js
similarity index 100%
rename from sdk/Documentation/html/group__adc.js
rename to lib/sdk/Documentation/html/group__adc.js
diff --git a/sdk/Documentation/html/group__adc__registers.html b/lib/sdk/Documentation/html/group__adc__registers.html
similarity index 100%
rename from sdk/Documentation/html/group__adc__registers.html
rename to lib/sdk/Documentation/html/group__adc__registers.html
diff --git a/sdk/Documentation/html/group__adc__registers.js b/lib/sdk/Documentation/html/group__adc__registers.js
similarity index 100%
rename from sdk/Documentation/html/group__adc__registers.js
rename to lib/sdk/Documentation/html/group__adc__registers.js
diff --git a/sdk/Documentation/html/group__cipher.html b/lib/sdk/Documentation/html/group__cipher.html
similarity index 100%
rename from sdk/Documentation/html/group__cipher.html
rename to lib/sdk/Documentation/html/group__cipher.html
diff --git a/sdk/Documentation/html/group__cipher.js b/lib/sdk/Documentation/html/group__cipher.js
similarity index 100%
rename from sdk/Documentation/html/group__cipher.js
rename to lib/sdk/Documentation/html/group__cipher.js
diff --git a/sdk/Documentation/html/group__crc.html b/lib/sdk/Documentation/html/group__crc.html
similarity index 100%
rename from sdk/Documentation/html/group__crc.html
rename to lib/sdk/Documentation/html/group__crc.html
diff --git a/sdk/Documentation/html/group__crc.js b/lib/sdk/Documentation/html/group__crc.js
similarity index 100%
rename from sdk/Documentation/html/group__crc.js
rename to lib/sdk/Documentation/html/group__crc.js
diff --git a/sdk/Documentation/html/group__dma.html b/lib/sdk/Documentation/html/group__dma.html
similarity index 100%
rename from sdk/Documentation/html/group__dma.html
rename to lib/sdk/Documentation/html/group__dma.html
diff --git a/sdk/Documentation/html/group__dma.js b/lib/sdk/Documentation/html/group__dma.js
similarity index 100%
rename from sdk/Documentation/html/group__dma.js
rename to lib/sdk/Documentation/html/group__dma.js
diff --git a/sdk/Documentation/html/group__dma__registers.html b/lib/sdk/Documentation/html/group__dma__registers.html
similarity index 100%
rename from sdk/Documentation/html/group__dma__registers.html
rename to lib/sdk/Documentation/html/group__dma__registers.html
diff --git a/sdk/Documentation/html/group__dma__registers.js b/lib/sdk/Documentation/html/group__dma__registers.js
similarity index 100%
rename from sdk/Documentation/html/group__dma__registers.js
rename to lib/sdk/Documentation/html/group__dma__registers.js
diff --git a/sdk/Documentation/html/group__emcc.html b/lib/sdk/Documentation/html/group__emcc.html
similarity index 100%
rename from sdk/Documentation/html/group__emcc.html
rename to lib/sdk/Documentation/html/group__emcc.html
diff --git a/sdk/Documentation/html/group__emcc.js b/lib/sdk/Documentation/html/group__emcc.js
similarity index 100%
rename from sdk/Documentation/html/group__emcc.js
rename to lib/sdk/Documentation/html/group__emcc.js
diff --git a/sdk/Documentation/html/group__emcc__registers.html b/lib/sdk/Documentation/html/group__emcc__registers.html
similarity index 100%
rename from sdk/Documentation/html/group__emcc__registers.html
rename to lib/sdk/Documentation/html/group__emcc__registers.html
diff --git a/sdk/Documentation/html/group__emcc__registers.js b/lib/sdk/Documentation/html/group__emcc__registers.js
similarity index 100%
rename from sdk/Documentation/html/group__emcc__registers.js
rename to lib/sdk/Documentation/html/group__emcc__registers.js
diff --git a/sdk/Documentation/html/group__flc.html b/lib/sdk/Documentation/html/group__flc.html
similarity index 100%
rename from sdk/Documentation/html/group__flc.html
rename to lib/sdk/Documentation/html/group__flc.html
diff --git a/sdk/Documentation/html/group__flc.js b/lib/sdk/Documentation/html/group__flc.js
similarity index 100%
rename from sdk/Documentation/html/group__flc.js
rename to lib/sdk/Documentation/html/group__flc.js
diff --git a/sdk/Documentation/html/group__flc__registers.html b/lib/sdk/Documentation/html/group__flc__registers.html
similarity index 100%
rename from sdk/Documentation/html/group__flc__registers.html
rename to lib/sdk/Documentation/html/group__flc__registers.html
diff --git a/sdk/Documentation/html/group__flc__registers.js b/lib/sdk/Documentation/html/group__flc__registers.js
similarity index 100%
rename from sdk/Documentation/html/group__flc__registers.js
rename to lib/sdk/Documentation/html/group__flc__registers.js
diff --git a/sdk/Documentation/html/group__gpio.html b/lib/sdk/Documentation/html/group__gpio.html
similarity index 100%
rename from sdk/Documentation/html/group__gpio.html
rename to lib/sdk/Documentation/html/group__gpio.html
diff --git a/sdk/Documentation/html/group__gpio.js b/lib/sdk/Documentation/html/group__gpio.js
similarity index 100%
rename from sdk/Documentation/html/group__gpio.js
rename to lib/sdk/Documentation/html/group__gpio.js
diff --git a/sdk/Documentation/html/group__gpio__pin.html b/lib/sdk/Documentation/html/group__gpio__pin.html
similarity index 100%
rename from sdk/Documentation/html/group__gpio__pin.html
rename to lib/sdk/Documentation/html/group__gpio__pin.html
diff --git a/sdk/Documentation/html/group__gpio__pin.js b/lib/sdk/Documentation/html/group__gpio__pin.js
similarity index 100%
rename from sdk/Documentation/html/group__gpio__pin.js
rename to lib/sdk/Documentation/html/group__gpio__pin.js
diff --git a/sdk/Documentation/html/group__gpio__port.html b/lib/sdk/Documentation/html/group__gpio__port.html
similarity index 100%
rename from sdk/Documentation/html/group__gpio__port.html
rename to lib/sdk/Documentation/html/group__gpio__port.html
diff --git a/sdk/Documentation/html/group__gpio__port.js b/lib/sdk/Documentation/html/group__gpio__port.js
similarity index 100%
rename from sdk/Documentation/html/group__gpio__port.js
rename to lib/sdk/Documentation/html/group__gpio__port.js
diff --git a/sdk/Documentation/html/group__gpio__port__pin.html b/lib/sdk/Documentation/html/group__gpio__port__pin.html
similarity index 100%
rename from sdk/Documentation/html/group__gpio__port__pin.html
rename to lib/sdk/Documentation/html/group__gpio__port__pin.html
diff --git a/sdk/Documentation/html/group__gpio__port__pin.js b/lib/sdk/Documentation/html/group__gpio__port__pin.js
similarity index 100%
rename from sdk/Documentation/html/group__gpio__port__pin.js
rename to lib/sdk/Documentation/html/group__gpio__port__pin.js
diff --git a/sdk/Documentation/html/group__gpio__registers.html b/lib/sdk/Documentation/html/group__gpio__registers.html
similarity index 100%
rename from sdk/Documentation/html/group__gpio__registers.html
rename to lib/sdk/Documentation/html/group__gpio__registers.html
diff --git a/sdk/Documentation/html/group__gpio__registers.js b/lib/sdk/Documentation/html/group__gpio__registers.js
similarity index 100%
rename from sdk/Documentation/html/group__gpio__registers.js
rename to lib/sdk/Documentation/html/group__gpio__registers.js
diff --git a/sdk/Documentation/html/group__hash.html b/lib/sdk/Documentation/html/group__hash.html
similarity index 100%
rename from sdk/Documentation/html/group__hash.html
rename to lib/sdk/Documentation/html/group__hash.html
diff --git a/sdk/Documentation/html/group__hash.js b/lib/sdk/Documentation/html/group__hash.js
similarity index 100%
rename from sdk/Documentation/html/group__hash.js
rename to lib/sdk/Documentation/html/group__hash.js
diff --git a/sdk/Documentation/html/group__htmr.html b/lib/sdk/Documentation/html/group__htmr.html
similarity index 100%
rename from sdk/Documentation/html/group__htmr.html
rename to lib/sdk/Documentation/html/group__htmr.html
diff --git a/sdk/Documentation/html/group__htmr.js b/lib/sdk/Documentation/html/group__htmr.js
similarity index 100%
rename from sdk/Documentation/html/group__htmr.js
rename to lib/sdk/Documentation/html/group__htmr.js
diff --git a/sdk/Documentation/html/group__htmr__registers.html b/lib/sdk/Documentation/html/group__htmr__registers.html
similarity index 100%
rename from sdk/Documentation/html/group__htmr__registers.html
rename to lib/sdk/Documentation/html/group__htmr__registers.html
diff --git a/sdk/Documentation/html/group__htmr__registers.js b/lib/sdk/Documentation/html/group__htmr__registers.js
similarity index 100%
rename from sdk/Documentation/html/group__htmr__registers.js
rename to lib/sdk/Documentation/html/group__htmr__registers.js
diff --git a/sdk/Documentation/html/group__i2c.html b/lib/sdk/Documentation/html/group__i2c.html
similarity index 100%
rename from sdk/Documentation/html/group__i2c.html
rename to lib/sdk/Documentation/html/group__i2c.html
diff --git a/sdk/Documentation/html/group__i2c.js b/lib/sdk/Documentation/html/group__i2c.js
similarity index 100%
rename from sdk/Documentation/html/group__i2c.js
rename to lib/sdk/Documentation/html/group__i2c.js
diff --git a/sdk/Documentation/html/group__i2c__registers.html b/lib/sdk/Documentation/html/group__i2c__registers.html
similarity index 100%
rename from sdk/Documentation/html/group__i2c__registers.html
rename to lib/sdk/Documentation/html/group__i2c__registers.html
diff --git a/sdk/Documentation/html/group__i2c__registers.js b/lib/sdk/Documentation/html/group__i2c__registers.js
similarity index 100%
rename from sdk/Documentation/html/group__i2c__registers.js
rename to lib/sdk/Documentation/html/group__i2c__registers.js
diff --git a/sdk/Documentation/html/group__icc__registers.html b/lib/sdk/Documentation/html/group__icc__registers.html
similarity index 100%
rename from sdk/Documentation/html/group__icc__registers.html
rename to lib/sdk/Documentation/html/group__icc__registers.html
diff --git a/sdk/Documentation/html/group__icc__registers.js b/lib/sdk/Documentation/html/group__icc__registers.js
similarity index 100%
rename from sdk/Documentation/html/group__icc__registers.js
rename to lib/sdk/Documentation/html/group__icc__registers.js
diff --git a/sdk/Documentation/html/group__led__bsp.html b/lib/sdk/Documentation/html/group__led__bsp.html
similarity index 100%
rename from sdk/Documentation/html/group__led__bsp.html
rename to lib/sdk/Documentation/html/group__led__bsp.html
diff --git a/sdk/Documentation/html/group__led__bsp.js b/lib/sdk/Documentation/html/group__led__bsp.js
similarity index 100%
rename from sdk/Documentation/html/group__led__bsp.js
rename to lib/sdk/Documentation/html/group__led__bsp.js
diff --git a/sdk/Documentation/html/group__maa.html b/lib/sdk/Documentation/html/group__maa.html
similarity index 100%
rename from sdk/Documentation/html/group__maa.html
rename to lib/sdk/Documentation/html/group__maa.html
diff --git a/sdk/Documentation/html/group__maa.js b/lib/sdk/Documentation/html/group__maa.js
similarity index 100%
rename from sdk/Documentation/html/group__maa.js
rename to lib/sdk/Documentation/html/group__maa.js
diff --git a/sdk/Documentation/html/group__mx25__driver.html b/lib/sdk/Documentation/html/group__mx25__driver.html
similarity index 100%
rename from sdk/Documentation/html/group__mx25__driver.html
rename to lib/sdk/Documentation/html/group__mx25__driver.html
diff --git a/sdk/Documentation/html/group__mx25__driver.js b/lib/sdk/Documentation/html/group__mx25__driver.js
similarity index 100%
rename from sdk/Documentation/html/group__mx25__driver.js
rename to lib/sdk/Documentation/html/group__mx25__driver.js
diff --git a/sdk/Documentation/html/group__mxc__assertions.html b/lib/sdk/Documentation/html/group__mxc__assertions.html
similarity index 100%
rename from sdk/Documentation/html/group__mxc__assertions.html
rename to lib/sdk/Documentation/html/group__mxc__assertions.html
diff --git a/sdk/Documentation/html/group__mxc__assertions.js b/lib/sdk/Documentation/html/group__mxc__assertions.js
similarity index 100%
rename from sdk/Documentation/html/group__mxc__assertions.js
rename to lib/sdk/Documentation/html/group__mxc__assertions.js
diff --git a/sdk/Documentation/html/group__mxc__lock__utilities.html b/lib/sdk/Documentation/html/group__mxc__lock__utilities.html
similarity index 100%
rename from sdk/Documentation/html/group__mxc__lock__utilities.html
rename to lib/sdk/Documentation/html/group__mxc__lock__utilities.html
diff --git a/sdk/Documentation/html/group__mxc__lock__utilities.js b/lib/sdk/Documentation/html/group__mxc__lock__utilities.js
similarity index 100%
rename from sdk/Documentation/html/group__mxc__lock__utilities.js
rename to lib/sdk/Documentation/html/group__mxc__lock__utilities.js
diff --git a/sdk/Documentation/html/group__owm.html b/lib/sdk/Documentation/html/group__owm.html
similarity index 100%
rename from sdk/Documentation/html/group__owm.html
rename to lib/sdk/Documentation/html/group__owm.html
diff --git a/sdk/Documentation/html/group__owm.js b/lib/sdk/Documentation/html/group__owm.js
similarity index 100%
rename from sdk/Documentation/html/group__owm.js
rename to lib/sdk/Documentation/html/group__owm.js
diff --git a/sdk/Documentation/html/group__owm__registers.html b/lib/sdk/Documentation/html/group__owm__registers.html
similarity index 100%
rename from sdk/Documentation/html/group__owm__registers.html
rename to lib/sdk/Documentation/html/group__owm__registers.html
diff --git a/sdk/Documentation/html/group__owm__registers.js b/lib/sdk/Documentation/html/group__owm__registers.js
similarity index 100%
rename from sdk/Documentation/html/group__owm__registers.js
rename to lib/sdk/Documentation/html/group__owm__registers.js
diff --git a/sdk/Documentation/html/group__pt.html b/lib/sdk/Documentation/html/group__pt.html
similarity index 100%
rename from sdk/Documentation/html/group__pt.html
rename to lib/sdk/Documentation/html/group__pt.html
diff --git a/sdk/Documentation/html/group__pt.js b/lib/sdk/Documentation/html/group__pt.js
similarity index 100%
rename from sdk/Documentation/html/group__pt.js
rename to lib/sdk/Documentation/html/group__pt.js
diff --git a/sdk/Documentation/html/group__pt__registers.html b/lib/sdk/Documentation/html/group__pt__registers.html
similarity index 100%
rename from sdk/Documentation/html/group__pt__registers.html
rename to lib/sdk/Documentation/html/group__pt__registers.html
diff --git a/sdk/Documentation/html/group__pt__registers.js b/lib/sdk/Documentation/html/group__pt__registers.js
similarity index 100%
rename from sdk/Documentation/html/group__pt__registers.js
rename to lib/sdk/Documentation/html/group__pt__registers.js
diff --git a/sdk/Documentation/html/group__pushbutton__evkit.html b/lib/sdk/Documentation/html/group__pushbutton__evkit.html
similarity index 100%
rename from sdk/Documentation/html/group__pushbutton__evkit.html
rename to lib/sdk/Documentation/html/group__pushbutton__evkit.html
diff --git a/sdk/Documentation/html/group__pushbutton__evkit.js b/lib/sdk/Documentation/html/group__pushbutton__evkit.js
similarity index 100%
rename from sdk/Documentation/html/group__pushbutton__evkit.js
rename to lib/sdk/Documentation/html/group__pushbutton__evkit.js
diff --git a/sdk/Documentation/html/group__pwrseq.html b/lib/sdk/Documentation/html/group__pwrseq.html
similarity index 100%
rename from sdk/Documentation/html/group__pwrseq.html
rename to lib/sdk/Documentation/html/group__pwrseq.html
diff --git a/sdk/Documentation/html/group__pwrseq.js b/lib/sdk/Documentation/html/group__pwrseq.js
similarity index 100%
rename from sdk/Documentation/html/group__pwrseq.js
rename to lib/sdk/Documentation/html/group__pwrseq.js
diff --git a/sdk/Documentation/html/group__pwrseq__registers.html b/lib/sdk/Documentation/html/group__pwrseq__registers.html
similarity index 100%
rename from sdk/Documentation/html/group__pwrseq__registers.html
rename to lib/sdk/Documentation/html/group__pwrseq__registers.html
diff --git a/sdk/Documentation/html/group__pwrseq__registers.js b/lib/sdk/Documentation/html/group__pwrseq__registers.js
similarity index 100%
rename from sdk/Documentation/html/group__pwrseq__registers.js
rename to lib/sdk/Documentation/html/group__pwrseq__registers.js
diff --git a/sdk/Documentation/html/group__rpu.html b/lib/sdk/Documentation/html/group__rpu.html
similarity index 100%
rename from sdk/Documentation/html/group__rpu.html
rename to lib/sdk/Documentation/html/group__rpu.html
diff --git a/sdk/Documentation/html/group__rpu.js b/lib/sdk/Documentation/html/group__rpu.js
similarity index 100%
rename from sdk/Documentation/html/group__rpu.js
rename to lib/sdk/Documentation/html/group__rpu.js
diff --git a/sdk/Documentation/html/group__rpu__registers.html b/lib/sdk/Documentation/html/group__rpu__registers.html
similarity index 100%
rename from sdk/Documentation/html/group__rpu__registers.html
rename to lib/sdk/Documentation/html/group__rpu__registers.html
diff --git a/sdk/Documentation/html/group__rpu__registers.js b/lib/sdk/Documentation/html/group__rpu__registers.js
similarity index 100%
rename from sdk/Documentation/html/group__rpu__registers.js
rename to lib/sdk/Documentation/html/group__rpu__registers.js
diff --git a/sdk/Documentation/html/group__rtc.html b/lib/sdk/Documentation/html/group__rtc.html
similarity index 100%
rename from sdk/Documentation/html/group__rtc.html
rename to lib/sdk/Documentation/html/group__rtc.html
diff --git a/sdk/Documentation/html/group__rtc.js b/lib/sdk/Documentation/html/group__rtc.js
similarity index 100%
rename from sdk/Documentation/html/group__rtc.js
rename to lib/sdk/Documentation/html/group__rtc.js
diff --git a/sdk/Documentation/html/group__rtc__registers.html b/lib/sdk/Documentation/html/group__rtc__registers.html
similarity index 100%
rename from sdk/Documentation/html/group__rtc__registers.html
rename to lib/sdk/Documentation/html/group__rtc__registers.html
diff --git a/sdk/Documentation/html/group__rtc__registers.js b/lib/sdk/Documentation/html/group__rtc__registers.js
similarity index 100%
rename from sdk/Documentation/html/group__rtc__registers.js
rename to lib/sdk/Documentation/html/group__rtc__registers.js
diff --git a/sdk/Documentation/html/group__sdhc.html b/lib/sdk/Documentation/html/group__sdhc.html
similarity index 100%
rename from sdk/Documentation/html/group__sdhc.html
rename to lib/sdk/Documentation/html/group__sdhc.html
diff --git a/sdk/Documentation/html/group__sdhc.js b/lib/sdk/Documentation/html/group__sdhc.js
similarity index 100%
rename from sdk/Documentation/html/group__sdhc.js
rename to lib/sdk/Documentation/html/group__sdhc.js
diff --git a/sdk/Documentation/html/group__sdhc__async.html b/lib/sdk/Documentation/html/group__sdhc__async.html
similarity index 100%
rename from sdk/Documentation/html/group__sdhc__async.html
rename to lib/sdk/Documentation/html/group__sdhc__async.html
diff --git a/sdk/Documentation/html/group__sdhc__registers.html b/lib/sdk/Documentation/html/group__sdhc__registers.html
similarity index 100%
rename from sdk/Documentation/html/group__sdhc__registers.html
rename to lib/sdk/Documentation/html/group__sdhc__registers.html
diff --git a/sdk/Documentation/html/group__sdhc__registers.js b/lib/sdk/Documentation/html/group__sdhc__registers.js
similarity index 100%
rename from sdk/Documentation/html/group__sdhc__registers.js
rename to lib/sdk/Documentation/html/group__sdhc__registers.js
diff --git a/sdk/Documentation/html/group__sema.html b/lib/sdk/Documentation/html/group__sema.html
similarity index 100%
rename from sdk/Documentation/html/group__sema.html
rename to lib/sdk/Documentation/html/group__sema.html
diff --git a/sdk/Documentation/html/group__sema.js b/lib/sdk/Documentation/html/group__sema.js
similarity index 100%
rename from sdk/Documentation/html/group__sema.js
rename to lib/sdk/Documentation/html/group__sema.js
diff --git a/sdk/Documentation/html/group__sema__registers.html b/lib/sdk/Documentation/html/group__sema__registers.html
similarity index 100%
rename from sdk/Documentation/html/group__sema__registers.html
rename to lib/sdk/Documentation/html/group__sema__registers.html
diff --git a/sdk/Documentation/html/group__sema__registers.js b/lib/sdk/Documentation/html/group__sema__registers.js
similarity index 100%
rename from sdk/Documentation/html/group__sema__registers.js
rename to lib/sdk/Documentation/html/group__sema__registers.js
diff --git a/sdk/Documentation/html/group__spi.html b/lib/sdk/Documentation/html/group__spi.html
similarity index 100%
rename from sdk/Documentation/html/group__spi.html
rename to lib/sdk/Documentation/html/group__spi.html
diff --git a/sdk/Documentation/html/group__spi.js b/lib/sdk/Documentation/html/group__spi.js
similarity index 100%
rename from sdk/Documentation/html/group__spi.js
rename to lib/sdk/Documentation/html/group__spi.js
diff --git a/sdk/Documentation/html/group__spi17y.html b/lib/sdk/Documentation/html/group__spi17y.html
similarity index 100%
rename from sdk/Documentation/html/group__spi17y.html
rename to lib/sdk/Documentation/html/group__spi17y.html
diff --git a/sdk/Documentation/html/group__spi17y.js b/lib/sdk/Documentation/html/group__spi17y.js
similarity index 100%
rename from sdk/Documentation/html/group__spi17y.js
rename to lib/sdk/Documentation/html/group__spi17y.js
diff --git a/sdk/Documentation/html/group__spi17y__registers.html b/lib/sdk/Documentation/html/group__spi17y__registers.html
similarity index 100%
rename from sdk/Documentation/html/group__spi17y__registers.html
rename to lib/sdk/Documentation/html/group__spi17y__registers.html
diff --git a/sdk/Documentation/html/group__spi17y__registers.js b/lib/sdk/Documentation/html/group__spi17y__registers.js
similarity index 100%
rename from sdk/Documentation/html/group__spi17y__registers.js
rename to lib/sdk/Documentation/html/group__spi17y__registers.js
diff --git a/sdk/Documentation/html/group__spi__async.html b/lib/sdk/Documentation/html/group__spi__async.html
similarity index 100%
rename from sdk/Documentation/html/group__spi__async.html
rename to lib/sdk/Documentation/html/group__spi__async.html
diff --git a/sdk/Documentation/html/group__spixf.html b/lib/sdk/Documentation/html/group__spixf.html
similarity index 100%
rename from sdk/Documentation/html/group__spixf.html
rename to lib/sdk/Documentation/html/group__spixf.html
diff --git a/sdk/Documentation/html/group__spixf.js b/lib/sdk/Documentation/html/group__spixf.js
similarity index 100%
rename from sdk/Documentation/html/group__spixf.js
rename to lib/sdk/Documentation/html/group__spixf.js
diff --git a/sdk/Documentation/html/group__spixf__registers.html b/lib/sdk/Documentation/html/group__spixf__registers.html
similarity index 100%
rename from sdk/Documentation/html/group__spixf__registers.html
rename to lib/sdk/Documentation/html/group__spixf__registers.html
diff --git a/sdk/Documentation/html/group__spixf__registers.js b/lib/sdk/Documentation/html/group__spixf__registers.js
similarity index 100%
rename from sdk/Documentation/html/group__spixf__registers.js
rename to lib/sdk/Documentation/html/group__spixf__registers.js
diff --git a/sdk/Documentation/html/group__spixfc.html b/lib/sdk/Documentation/html/group__spixfc.html
similarity index 100%
rename from sdk/Documentation/html/group__spixfc.html
rename to lib/sdk/Documentation/html/group__spixfc.html
diff --git a/sdk/Documentation/html/group__spixfc.js b/lib/sdk/Documentation/html/group__spixfc.js
similarity index 100%
rename from sdk/Documentation/html/group__spixfc.js
rename to lib/sdk/Documentation/html/group__spixfc.js
diff --git a/sdk/Documentation/html/group__spixfc__registers.html b/lib/sdk/Documentation/html/group__spixfc__registers.html
similarity index 100%
rename from sdk/Documentation/html/group__spixfc__registers.html
rename to lib/sdk/Documentation/html/group__spixfc__registers.html
diff --git a/sdk/Documentation/html/group__spixfc__registers.js b/lib/sdk/Documentation/html/group__spixfc__registers.js
similarity index 100%
rename from sdk/Documentation/html/group__spixfc__registers.js
rename to lib/sdk/Documentation/html/group__spixfc__registers.js
diff --git a/sdk/Documentation/html/group__spixr.html b/lib/sdk/Documentation/html/group__spixr.html
similarity index 100%
rename from sdk/Documentation/html/group__spixr.html
rename to lib/sdk/Documentation/html/group__spixr.html
diff --git a/sdk/Documentation/html/group__spixr.js b/lib/sdk/Documentation/html/group__spixr.js
similarity index 100%
rename from sdk/Documentation/html/group__spixr.js
rename to lib/sdk/Documentation/html/group__spixr.js
diff --git a/sdk/Documentation/html/group__spixr__registers.html b/lib/sdk/Documentation/html/group__spixr__registers.html
similarity index 100%
rename from sdk/Documentation/html/group__spixr__registers.html
rename to lib/sdk/Documentation/html/group__spixr__registers.html
diff --git a/sdk/Documentation/html/group__spixr__registers.js b/lib/sdk/Documentation/html/group__spixr__registers.js
similarity index 100%
rename from sdk/Documentation/html/group__spixr__registers.js
rename to lib/sdk/Documentation/html/group__spixr__registers.js
diff --git a/sdk/Documentation/html/group__tmr.html b/lib/sdk/Documentation/html/group__tmr.html
similarity index 100%
rename from sdk/Documentation/html/group__tmr.html
rename to lib/sdk/Documentation/html/group__tmr.html
diff --git a/sdk/Documentation/html/group__tmr.js b/lib/sdk/Documentation/html/group__tmr.js
similarity index 100%
rename from sdk/Documentation/html/group__tmr.js
rename to lib/sdk/Documentation/html/group__tmr.js
diff --git a/sdk/Documentation/html/group__tmr__registers.html b/lib/sdk/Documentation/html/group__tmr__registers.html
similarity index 100%
rename from sdk/Documentation/html/group__tmr__registers.html
rename to lib/sdk/Documentation/html/group__tmr__registers.html
diff --git a/sdk/Documentation/html/group__tmr__registers.js b/lib/sdk/Documentation/html/group__tmr__registers.js
similarity index 100%
rename from sdk/Documentation/html/group__tmr__registers.js
rename to lib/sdk/Documentation/html/group__tmr__registers.js
diff --git a/sdk/Documentation/html/group__tmr__utils.html b/lib/sdk/Documentation/html/group__tmr__utils.html
similarity index 100%
rename from sdk/Documentation/html/group__tmr__utils.html
rename to lib/sdk/Documentation/html/group__tmr__utils.html
diff --git a/sdk/Documentation/html/group__tmr__utils.js b/lib/sdk/Documentation/html/group__tmr__utils.js
similarity index 100%
rename from sdk/Documentation/html/group__tmr__utils.js
rename to lib/sdk/Documentation/html/group__tmr__utils.js
diff --git a/sdk/Documentation/html/group__tpu.html b/lib/sdk/Documentation/html/group__tpu.html
similarity index 100%
rename from sdk/Documentation/html/group__tpu.html
rename to lib/sdk/Documentation/html/group__tpu.html
diff --git a/sdk/Documentation/html/group__tpu.js b/lib/sdk/Documentation/html/group__tpu.js
similarity index 100%
rename from sdk/Documentation/html/group__tpu.js
rename to lib/sdk/Documentation/html/group__tpu.js
diff --git a/sdk/Documentation/html/group__tpu__registers.html b/lib/sdk/Documentation/html/group__tpu__registers.html
similarity index 100%
rename from sdk/Documentation/html/group__tpu__registers.html
rename to lib/sdk/Documentation/html/group__tpu__registers.html
diff --git a/sdk/Documentation/html/group__tpu__registers.js b/lib/sdk/Documentation/html/group__tpu__registers.js
similarity index 100%
rename from sdk/Documentation/html/group__tpu__registers.js
rename to lib/sdk/Documentation/html/group__tpu__registers.js
diff --git a/sdk/Documentation/html/group__trng__registers.html b/lib/sdk/Documentation/html/group__trng__registers.html
similarity index 100%
rename from sdk/Documentation/html/group__trng__registers.html
rename to lib/sdk/Documentation/html/group__trng__registers.html
diff --git a/sdk/Documentation/html/group__trng__registers.js b/lib/sdk/Documentation/html/group__trng__registers.js
similarity index 100%
rename from sdk/Documentation/html/group__trng__registers.js
rename to lib/sdk/Documentation/html/group__trng__registers.js
diff --git a/sdk/Documentation/html/group__uart.html b/lib/sdk/Documentation/html/group__uart.html
similarity index 100%
rename from sdk/Documentation/html/group__uart.html
rename to lib/sdk/Documentation/html/group__uart.html
diff --git a/sdk/Documentation/html/group__uart.js b/lib/sdk/Documentation/html/group__uart.js
similarity index 100%
rename from sdk/Documentation/html/group__uart.js
rename to lib/sdk/Documentation/html/group__uart.js
diff --git a/sdk/Documentation/html/group__uart__registers.html b/lib/sdk/Documentation/html/group__uart__registers.html
similarity index 100%
rename from sdk/Documentation/html/group__uart__registers.html
rename to lib/sdk/Documentation/html/group__uart__registers.html
diff --git a/sdk/Documentation/html/group__uart__registers.js b/lib/sdk/Documentation/html/group__uart__registers.js
similarity index 100%
rename from sdk/Documentation/html/group__uart__registers.js
rename to lib/sdk/Documentation/html/group__uart__registers.js
diff --git a/sdk/Documentation/html/group__wdt.html b/lib/sdk/Documentation/html/group__wdt.html
similarity index 100%
rename from sdk/Documentation/html/group__wdt.html
rename to lib/sdk/Documentation/html/group__wdt.html
diff --git a/sdk/Documentation/html/group__wdt.js b/lib/sdk/Documentation/html/group__wdt.js
similarity index 100%
rename from sdk/Documentation/html/group__wdt.js
rename to lib/sdk/Documentation/html/group__wdt.js
diff --git a/sdk/Documentation/html/group__wdt__registers.html b/lib/sdk/Documentation/html/group__wdt__registers.html
similarity index 100%
rename from sdk/Documentation/html/group__wdt__registers.html
rename to lib/sdk/Documentation/html/group__wdt__registers.html
diff --git a/sdk/Documentation/html/group__wdt__registers.js b/lib/sdk/Documentation/html/group__wdt__registers.js
similarity index 100%
rename from sdk/Documentation/html/group__wdt__registers.js
rename to lib/sdk/Documentation/html/group__wdt__registers.js
diff --git a/sdk/Documentation/html/hash_8h_source.html b/lib/sdk/Documentation/html/hash_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/hash_8h_source.html
rename to lib/sdk/Documentation/html/hash_8h_source.html
diff --git a/sdk/Documentation/html/htmr_8h_source.html b/lib/sdk/Documentation/html/htmr_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/htmr_8h_source.html
rename to lib/sdk/Documentation/html/htmr_8h_source.html
diff --git a/sdk/Documentation/html/htmr__regs_8h_source.html b/lib/sdk/Documentation/html/htmr__regs_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/htmr__regs_8h_source.html
rename to lib/sdk/Documentation/html/htmr__regs_8h_source.html
diff --git a/sdk/Documentation/html/i2c_8h_source.html b/lib/sdk/Documentation/html/i2c_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/i2c_8h_source.html
rename to lib/sdk/Documentation/html/i2c_8h_source.html
diff --git a/sdk/Documentation/html/i2c__regs_8h_source.html b/lib/sdk/Documentation/html/i2c__regs_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/i2c__regs_8h_source.html
rename to lib/sdk/Documentation/html/i2c__regs_8h_source.html
diff --git a/sdk/Documentation/html/icc_8h_source.html b/lib/sdk/Documentation/html/icc_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/icc_8h_source.html
rename to lib/sdk/Documentation/html/icc_8h_source.html
diff --git a/sdk/Documentation/html/icc__regs_8h_source.html b/lib/sdk/Documentation/html/icc__regs_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/icc__regs_8h_source.html
rename to lib/sdk/Documentation/html/icc__regs_8h_source.html
diff --git a/sdk/Documentation/html/index.html b/lib/sdk/Documentation/html/index.html
similarity index 100%
rename from sdk/Documentation/html/index.html
rename to lib/sdk/Documentation/html/index.html
diff --git a/sdk/Documentation/html/jquery.js b/lib/sdk/Documentation/html/jquery.js
similarity index 100%
rename from sdk/Documentation/html/jquery.js
rename to lib/sdk/Documentation/html/jquery.js
diff --git a/sdk/Documentation/html/led_8h_source.html b/lib/sdk/Documentation/html/led_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/led_8h_source.html
rename to lib/sdk/Documentation/html/led_8h_source.html
diff --git a/sdk/Documentation/html/lp_8h_source.html b/lib/sdk/Documentation/html/lp_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/lp_8h_source.html
rename to lib/sdk/Documentation/html/lp_8h_source.html
diff --git a/sdk/Documentation/html/maa_8h_source.html b/lib/sdk/Documentation/html/maa_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/maa_8h_source.html
rename to lib/sdk/Documentation/html/maa_8h_source.html
diff --git a/sdk/Documentation/html/max32665_8h_source.html b/lib/sdk/Documentation/html/max32665_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/max32665_8h_source.html
rename to lib/sdk/Documentation/html/max32665_8h_source.html
diff --git a/sdk/Documentation/html/maximlogoweb.svg b/lib/sdk/Documentation/html/maximlogoweb.svg
similarity index 100%
rename from sdk/Documentation/html/maximlogoweb.svg
rename to lib/sdk/Documentation/html/maximlogoweb.svg
diff --git a/sdk/Documentation/html/md_API_Overview_and_Usage.html b/lib/sdk/Documentation/html/md_API_Overview_and_Usage.html
similarity index 100%
rename from sdk/Documentation/html/md_API_Overview_and_Usage.html
rename to lib/sdk/Documentation/html/md_API_Overview_and_Usage.html
diff --git a/sdk/Documentation/html/mem__utils_8h_source.html b/lib/sdk/Documentation/html/mem__utils_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/mem__utils_8h_source.html
rename to lib/sdk/Documentation/html/mem__utils_8h_source.html
diff --git a/sdk/Documentation/html/modules.html b/lib/sdk/Documentation/html/modules.html
similarity index 100%
rename from sdk/Documentation/html/modules.html
rename to lib/sdk/Documentation/html/modules.html
diff --git a/sdk/Documentation/html/modules.js b/lib/sdk/Documentation/html/modules.js
similarity index 100%
rename from sdk/Documentation/html/modules.js
rename to lib/sdk/Documentation/html/modules.js
diff --git a/sdk/Documentation/html/mx25_8h_source.html b/lib/sdk/Documentation/html/mx25_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/mx25_8h_source.html
rename to lib/sdk/Documentation/html/mx25_8h_source.html
diff --git a/sdk/Documentation/html/mxc__assert_8h_source.html b/lib/sdk/Documentation/html/mxc__assert_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/mxc__assert_8h_source.html
rename to lib/sdk/Documentation/html/mxc__assert_8h_source.html
diff --git a/sdk/Documentation/html/mxc__config_8h_source.html b/lib/sdk/Documentation/html/mxc__config_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/mxc__config_8h_source.html
rename to lib/sdk/Documentation/html/mxc__config_8h_source.html
diff --git a/sdk/Documentation/html/mxc__delay_8h_source.html b/lib/sdk/Documentation/html/mxc__delay_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/mxc__delay_8h_source.html
rename to lib/sdk/Documentation/html/mxc__delay_8h_source.html
diff --git a/sdk/Documentation/html/mxc__device_8h_source.html b/lib/sdk/Documentation/html/mxc__device_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/mxc__device_8h_source.html
rename to lib/sdk/Documentation/html/mxc__device_8h_source.html
diff --git a/sdk/Documentation/html/mxc__errors_8h_source.html b/lib/sdk/Documentation/html/mxc__errors_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/mxc__errors_8h_source.html
rename to lib/sdk/Documentation/html/mxc__errors_8h_source.html
diff --git a/sdk/Documentation/html/mxc__lock_8h_source.html b/lib/sdk/Documentation/html/mxc__lock_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/mxc__lock_8h_source.html
rename to lib/sdk/Documentation/html/mxc__lock_8h_source.html
diff --git a/sdk/Documentation/html/mxc__pins_8h_source.html b/lib/sdk/Documentation/html/mxc__pins_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/mxc__pins_8h_source.html
rename to lib/sdk/Documentation/html/mxc__pins_8h_source.html
diff --git a/sdk/Documentation/html/mxc__sys_8h_source.html b/lib/sdk/Documentation/html/mxc__sys_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/mxc__sys_8h_source.html
rename to lib/sdk/Documentation/html/mxc__sys_8h_source.html
diff --git a/sdk/Documentation/html/nav_f.png b/lib/sdk/Documentation/html/nav_f.png
similarity index 100%
rename from sdk/Documentation/html/nav_f.png
rename to lib/sdk/Documentation/html/nav_f.png
diff --git a/sdk/Documentation/html/nav_g.png b/lib/sdk/Documentation/html/nav_g.png
similarity index 100%
rename from sdk/Documentation/html/nav_g.png
rename to lib/sdk/Documentation/html/nav_g.png
diff --git a/sdk/Documentation/html/nav_h.png b/lib/sdk/Documentation/html/nav_h.png
similarity index 100%
rename from sdk/Documentation/html/nav_h.png
rename to lib/sdk/Documentation/html/nav_h.png
diff --git a/sdk/Documentation/html/navtree.css b/lib/sdk/Documentation/html/navtree.css
similarity index 100%
rename from sdk/Documentation/html/navtree.css
rename to lib/sdk/Documentation/html/navtree.css
diff --git a/sdk/Documentation/html/navtree.js b/lib/sdk/Documentation/html/navtree.js
similarity index 100%
rename from sdk/Documentation/html/navtree.js
rename to lib/sdk/Documentation/html/navtree.js
diff --git a/sdk/Documentation/html/navtreedata.js b/lib/sdk/Documentation/html/navtreedata.js
similarity index 100%
rename from sdk/Documentation/html/navtreedata.js
rename to lib/sdk/Documentation/html/navtreedata.js
diff --git a/sdk/Documentation/html/navtreeindex0.js b/lib/sdk/Documentation/html/navtreeindex0.js
similarity index 100%
rename from sdk/Documentation/html/navtreeindex0.js
rename to lib/sdk/Documentation/html/navtreeindex0.js
diff --git a/sdk/Documentation/html/navtreeindex1.js b/lib/sdk/Documentation/html/navtreeindex1.js
similarity index 100%
rename from sdk/Documentation/html/navtreeindex1.js
rename to lib/sdk/Documentation/html/navtreeindex1.js
diff --git a/sdk/Documentation/html/navtreeindex10.js b/lib/sdk/Documentation/html/navtreeindex10.js
similarity index 100%
rename from sdk/Documentation/html/navtreeindex10.js
rename to lib/sdk/Documentation/html/navtreeindex10.js
diff --git a/sdk/Documentation/html/navtreeindex11.js b/lib/sdk/Documentation/html/navtreeindex11.js
similarity index 100%
rename from sdk/Documentation/html/navtreeindex11.js
rename to lib/sdk/Documentation/html/navtreeindex11.js
diff --git a/sdk/Documentation/html/navtreeindex12.js b/lib/sdk/Documentation/html/navtreeindex12.js
similarity index 100%
rename from sdk/Documentation/html/navtreeindex12.js
rename to lib/sdk/Documentation/html/navtreeindex12.js
diff --git a/sdk/Documentation/html/navtreeindex13.js b/lib/sdk/Documentation/html/navtreeindex13.js
similarity index 100%
rename from sdk/Documentation/html/navtreeindex13.js
rename to lib/sdk/Documentation/html/navtreeindex13.js
diff --git a/sdk/Documentation/html/navtreeindex14.js b/lib/sdk/Documentation/html/navtreeindex14.js
similarity index 100%
rename from sdk/Documentation/html/navtreeindex14.js
rename to lib/sdk/Documentation/html/navtreeindex14.js
diff --git a/sdk/Documentation/html/navtreeindex15.js b/lib/sdk/Documentation/html/navtreeindex15.js
similarity index 100%
rename from sdk/Documentation/html/navtreeindex15.js
rename to lib/sdk/Documentation/html/navtreeindex15.js
diff --git a/sdk/Documentation/html/navtreeindex16.js b/lib/sdk/Documentation/html/navtreeindex16.js
similarity index 100%
rename from sdk/Documentation/html/navtreeindex16.js
rename to lib/sdk/Documentation/html/navtreeindex16.js
diff --git a/sdk/Documentation/html/navtreeindex17.js b/lib/sdk/Documentation/html/navtreeindex17.js
similarity index 100%
rename from sdk/Documentation/html/navtreeindex17.js
rename to lib/sdk/Documentation/html/navtreeindex17.js
diff --git a/sdk/Documentation/html/navtreeindex18.js b/lib/sdk/Documentation/html/navtreeindex18.js
similarity index 100%
rename from sdk/Documentation/html/navtreeindex18.js
rename to lib/sdk/Documentation/html/navtreeindex18.js
diff --git a/sdk/Documentation/html/navtreeindex19.js b/lib/sdk/Documentation/html/navtreeindex19.js
similarity index 100%
rename from sdk/Documentation/html/navtreeindex19.js
rename to lib/sdk/Documentation/html/navtreeindex19.js
diff --git a/sdk/Documentation/html/navtreeindex2.js b/lib/sdk/Documentation/html/navtreeindex2.js
similarity index 100%
rename from sdk/Documentation/html/navtreeindex2.js
rename to lib/sdk/Documentation/html/navtreeindex2.js
diff --git a/sdk/Documentation/html/navtreeindex20.js b/lib/sdk/Documentation/html/navtreeindex20.js
similarity index 100%
rename from sdk/Documentation/html/navtreeindex20.js
rename to lib/sdk/Documentation/html/navtreeindex20.js
diff --git a/sdk/Documentation/html/navtreeindex21.js b/lib/sdk/Documentation/html/navtreeindex21.js
similarity index 100%
rename from sdk/Documentation/html/navtreeindex21.js
rename to lib/sdk/Documentation/html/navtreeindex21.js
diff --git a/sdk/Documentation/html/navtreeindex22.js b/lib/sdk/Documentation/html/navtreeindex22.js
similarity index 100%
rename from sdk/Documentation/html/navtreeindex22.js
rename to lib/sdk/Documentation/html/navtreeindex22.js
diff --git a/sdk/Documentation/html/navtreeindex23.js b/lib/sdk/Documentation/html/navtreeindex23.js
similarity index 100%
rename from sdk/Documentation/html/navtreeindex23.js
rename to lib/sdk/Documentation/html/navtreeindex23.js
diff --git a/sdk/Documentation/html/navtreeindex24.js b/lib/sdk/Documentation/html/navtreeindex24.js
similarity index 100%
rename from sdk/Documentation/html/navtreeindex24.js
rename to lib/sdk/Documentation/html/navtreeindex24.js
diff --git a/sdk/Documentation/html/navtreeindex3.js b/lib/sdk/Documentation/html/navtreeindex3.js
similarity index 100%
rename from sdk/Documentation/html/navtreeindex3.js
rename to lib/sdk/Documentation/html/navtreeindex3.js
diff --git a/sdk/Documentation/html/navtreeindex4.js b/lib/sdk/Documentation/html/navtreeindex4.js
similarity index 100%
rename from sdk/Documentation/html/navtreeindex4.js
rename to lib/sdk/Documentation/html/navtreeindex4.js
diff --git a/sdk/Documentation/html/navtreeindex5.js b/lib/sdk/Documentation/html/navtreeindex5.js
similarity index 100%
rename from sdk/Documentation/html/navtreeindex5.js
rename to lib/sdk/Documentation/html/navtreeindex5.js
diff --git a/sdk/Documentation/html/navtreeindex6.js b/lib/sdk/Documentation/html/navtreeindex6.js
similarity index 100%
rename from sdk/Documentation/html/navtreeindex6.js
rename to lib/sdk/Documentation/html/navtreeindex6.js
diff --git a/sdk/Documentation/html/navtreeindex7.js b/lib/sdk/Documentation/html/navtreeindex7.js
similarity index 100%
rename from sdk/Documentation/html/navtreeindex7.js
rename to lib/sdk/Documentation/html/navtreeindex7.js
diff --git a/sdk/Documentation/html/navtreeindex8.js b/lib/sdk/Documentation/html/navtreeindex8.js
similarity index 100%
rename from sdk/Documentation/html/navtreeindex8.js
rename to lib/sdk/Documentation/html/navtreeindex8.js
diff --git a/sdk/Documentation/html/navtreeindex9.js b/lib/sdk/Documentation/html/navtreeindex9.js
similarity index 100%
rename from sdk/Documentation/html/navtreeindex9.js
rename to lib/sdk/Documentation/html/navtreeindex9.js
diff --git a/sdk/Documentation/html/nvic__table_8h_source.html b/lib/sdk/Documentation/html/nvic__table_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/nvic__table_8h_source.html
rename to lib/sdk/Documentation/html/nvic__table_8h_source.html
diff --git a/sdk/Documentation/html/open.png b/lib/sdk/Documentation/html/open.png
similarity index 100%
rename from sdk/Documentation/html/open.png
rename to lib/sdk/Documentation/html/open.png
diff --git a/sdk/Documentation/html/owm_8h_source.html b/lib/sdk/Documentation/html/owm_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/owm_8h_source.html
rename to lib/sdk/Documentation/html/owm_8h_source.html
diff --git a/sdk/Documentation/html/owm__regs_8h_source.html b/lib/sdk/Documentation/html/owm__regs_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/owm__regs_8h_source.html
rename to lib/sdk/Documentation/html/owm__regs_8h_source.html
diff --git a/sdk/Documentation/html/pages.html b/lib/sdk/Documentation/html/pages.html
similarity index 100%
rename from sdk/Documentation/html/pages.html
rename to lib/sdk/Documentation/html/pages.html
diff --git a/sdk/Documentation/html/pb_8h_source.html b/lib/sdk/Documentation/html/pb_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/pb_8h_source.html
rename to lib/sdk/Documentation/html/pb_8h_source.html
diff --git a/sdk/Documentation/html/pt_8h_source.html b/lib/sdk/Documentation/html/pt_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/pt_8h_source.html
rename to lib/sdk/Documentation/html/pt_8h_source.html
diff --git a/sdk/Documentation/html/pt__regs_8h_source.html b/lib/sdk/Documentation/html/pt__regs_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/pt__regs_8h_source.html
rename to lib/sdk/Documentation/html/pt__regs_8h_source.html
diff --git a/sdk/Documentation/html/pwrseq__regs_8h_source.html b/lib/sdk/Documentation/html/pwrseq__regs_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/pwrseq__regs_8h_source.html
rename to lib/sdk/Documentation/html/pwrseq__regs_8h_source.html
diff --git a/sdk/Documentation/html/resize.js b/lib/sdk/Documentation/html/resize.js
similarity index 100%
rename from sdk/Documentation/html/resize.js
rename to lib/sdk/Documentation/html/resize.js
diff --git a/sdk/Documentation/html/rpu_8h_source.html b/lib/sdk/Documentation/html/rpu_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/rpu_8h_source.html
rename to lib/sdk/Documentation/html/rpu_8h_source.html
diff --git a/sdk/Documentation/html/rpu__regs_8h_source.html b/lib/sdk/Documentation/html/rpu__regs_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/rpu__regs_8h_source.html
rename to lib/sdk/Documentation/html/rpu__regs_8h_source.html
diff --git a/sdk/Documentation/html/rtc_8h_source.html b/lib/sdk/Documentation/html/rtc_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/rtc_8h_source.html
rename to lib/sdk/Documentation/html/rtc_8h_source.html
diff --git a/sdk/Documentation/html/rtc__regs_8h_source.html b/lib/sdk/Documentation/html/rtc__regs_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/rtc__regs_8h_source.html
rename to lib/sdk/Documentation/html/rtc__regs_8h_source.html
diff --git a/sdk/Documentation/html/sdhc_8h_source.html b/lib/sdk/Documentation/html/sdhc_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/sdhc_8h_source.html
rename to lib/sdk/Documentation/html/sdhc_8h_source.html
diff --git a/sdk/Documentation/html/sdhc__regs_8h_source.html b/lib/sdk/Documentation/html/sdhc__regs_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/sdhc__regs_8h_source.html
rename to lib/sdk/Documentation/html/sdhc__regs_8h_source.html
diff --git a/sdk/Documentation/html/sema_8h_source.html b/lib/sdk/Documentation/html/sema_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/sema_8h_source.html
rename to lib/sdk/Documentation/html/sema_8h_source.html
diff --git a/sdk/Documentation/html/sema__regs_8h_source.html b/lib/sdk/Documentation/html/sema__regs_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/sema__regs_8h_source.html
rename to lib/sdk/Documentation/html/sema__regs_8h_source.html
diff --git a/sdk/Documentation/html/spi17y_8h_source.html b/lib/sdk/Documentation/html/spi17y_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/spi17y_8h_source.html
rename to lib/sdk/Documentation/html/spi17y_8h_source.html
diff --git a/sdk/Documentation/html/spi17y__regs_8h_source.html b/lib/sdk/Documentation/html/spi17y__regs_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/spi17y__regs_8h_source.html
rename to lib/sdk/Documentation/html/spi17y__regs_8h_source.html
diff --git a/sdk/Documentation/html/spi_8h_source.html b/lib/sdk/Documentation/html/spi_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/spi_8h_source.html
rename to lib/sdk/Documentation/html/spi_8h_source.html
diff --git a/sdk/Documentation/html/spixf_8h_source.html b/lib/sdk/Documentation/html/spixf_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/spixf_8h_source.html
rename to lib/sdk/Documentation/html/spixf_8h_source.html
diff --git a/sdk/Documentation/html/spixf__regs_8h_source.html b/lib/sdk/Documentation/html/spixf__regs_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/spixf__regs_8h_source.html
rename to lib/sdk/Documentation/html/spixf__regs_8h_source.html
diff --git a/sdk/Documentation/html/spixfc_8h_source.html b/lib/sdk/Documentation/html/spixfc_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/spixfc_8h_source.html
rename to lib/sdk/Documentation/html/spixfc_8h_source.html
diff --git a/sdk/Documentation/html/spixfc__regs_8h_source.html b/lib/sdk/Documentation/html/spixfc__regs_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/spixfc__regs_8h_source.html
rename to lib/sdk/Documentation/html/spixfc__regs_8h_source.html
diff --git a/sdk/Documentation/html/spixr_8h_source.html b/lib/sdk/Documentation/html/spixr_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/spixr_8h_source.html
rename to lib/sdk/Documentation/html/spixr_8h_source.html
diff --git a/sdk/Documentation/html/spixr__regs_8h_source.html b/lib/sdk/Documentation/html/spixr__regs_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/spixr__regs_8h_source.html
rename to lib/sdk/Documentation/html/spixr__regs_8h_source.html
diff --git a/sdk/Documentation/html/splitbar.png b/lib/sdk/Documentation/html/splitbar.png
similarity index 100%
rename from sdk/Documentation/html/splitbar.png
rename to lib/sdk/Documentation/html/splitbar.png
diff --git a/sdk/Documentation/html/structgpio__cfg__t.html b/lib/sdk/Documentation/html/structgpio__cfg__t.html
similarity index 100%
rename from sdk/Documentation/html/structgpio__cfg__t.html
rename to lib/sdk/Documentation/html/structgpio__cfg__t.html
diff --git a/sdk/Documentation/html/structgpio__cfg__t.js b/lib/sdk/Documentation/html/structgpio__cfg__t.js
similarity index 100%
rename from sdk/Documentation/html/structgpio__cfg__t.js
rename to lib/sdk/Documentation/html/structgpio__cfg__t.js
diff --git a/sdk/Documentation/html/structi2c__req.html b/lib/sdk/Documentation/html/structi2c__req.html
similarity index 100%
rename from sdk/Documentation/html/structi2c__req.html
rename to lib/sdk/Documentation/html/structi2c__req.html
diff --git a/sdk/Documentation/html/structi2c__req.js b/lib/sdk/Documentation/html/structi2c__req.js
similarity index 100%
rename from sdk/Documentation/html/structi2c__req.js
rename to lib/sdk/Documentation/html/structi2c__req.js
diff --git a/sdk/Documentation/html/structmxc__adc__regs__t.html b/lib/sdk/Documentation/html/structmxc__adc__regs__t.html
similarity index 100%
rename from sdk/Documentation/html/structmxc__adc__regs__t.html
rename to lib/sdk/Documentation/html/structmxc__adc__regs__t.html
diff --git a/sdk/Documentation/html/structmxc__adc__regs__t.js b/lib/sdk/Documentation/html/structmxc__adc__regs__t.js
similarity index 100%
rename from sdk/Documentation/html/structmxc__adc__regs__t.js
rename to lib/sdk/Documentation/html/structmxc__adc__regs__t.js
diff --git a/sdk/Documentation/html/structmxc__dma__ch__regs__t.html b/lib/sdk/Documentation/html/structmxc__dma__ch__regs__t.html
similarity index 100%
rename from sdk/Documentation/html/structmxc__dma__ch__regs__t.html
rename to lib/sdk/Documentation/html/structmxc__dma__ch__regs__t.html
diff --git a/sdk/Documentation/html/structmxc__dma__ch__regs__t.js b/lib/sdk/Documentation/html/structmxc__dma__ch__regs__t.js
similarity index 100%
rename from sdk/Documentation/html/structmxc__dma__ch__regs__t.js
rename to lib/sdk/Documentation/html/structmxc__dma__ch__regs__t.js
diff --git a/sdk/Documentation/html/structmxc__dma__regs__t.html b/lib/sdk/Documentation/html/structmxc__dma__regs__t.html
similarity index 100%
rename from sdk/Documentation/html/structmxc__dma__regs__t.html
rename to lib/sdk/Documentation/html/structmxc__dma__regs__t.html
diff --git a/sdk/Documentation/html/structmxc__dma__regs__t.js b/lib/sdk/Documentation/html/structmxc__dma__regs__t.js
similarity index 100%
rename from sdk/Documentation/html/structmxc__dma__regs__t.js
rename to lib/sdk/Documentation/html/structmxc__dma__regs__t.js
diff --git a/sdk/Documentation/html/structmxc__emcc__regs__t.html b/lib/sdk/Documentation/html/structmxc__emcc__regs__t.html
similarity index 100%
rename from sdk/Documentation/html/structmxc__emcc__regs__t.html
rename to lib/sdk/Documentation/html/structmxc__emcc__regs__t.html
diff --git a/sdk/Documentation/html/structmxc__emcc__regs__t.js b/lib/sdk/Documentation/html/structmxc__emcc__regs__t.js
similarity index 100%
rename from sdk/Documentation/html/structmxc__emcc__regs__t.js
rename to lib/sdk/Documentation/html/structmxc__emcc__regs__t.js
diff --git a/sdk/Documentation/html/structmxc__flc__regs__t.html b/lib/sdk/Documentation/html/structmxc__flc__regs__t.html
similarity index 100%
rename from sdk/Documentation/html/structmxc__flc__regs__t.html
rename to lib/sdk/Documentation/html/structmxc__flc__regs__t.html
diff --git a/sdk/Documentation/html/structmxc__flc__regs__t.js b/lib/sdk/Documentation/html/structmxc__flc__regs__t.js
similarity index 100%
rename from sdk/Documentation/html/structmxc__flc__regs__t.js
rename to lib/sdk/Documentation/html/structmxc__flc__regs__t.js
diff --git a/sdk/Documentation/html/structmxc__gpio__regs__t.html b/lib/sdk/Documentation/html/structmxc__gpio__regs__t.html
similarity index 100%
rename from sdk/Documentation/html/structmxc__gpio__regs__t.html
rename to lib/sdk/Documentation/html/structmxc__gpio__regs__t.html
diff --git a/sdk/Documentation/html/structmxc__gpio__regs__t.js b/lib/sdk/Documentation/html/structmxc__gpio__regs__t.js
similarity index 100%
rename from sdk/Documentation/html/structmxc__gpio__regs__t.js
rename to lib/sdk/Documentation/html/structmxc__gpio__regs__t.js
diff --git a/sdk/Documentation/html/structmxc__htmr__regs__t.html b/lib/sdk/Documentation/html/structmxc__htmr__regs__t.html
similarity index 100%
rename from sdk/Documentation/html/structmxc__htmr__regs__t.html
rename to lib/sdk/Documentation/html/structmxc__htmr__regs__t.html
diff --git a/sdk/Documentation/html/structmxc__htmr__regs__t.js b/lib/sdk/Documentation/html/structmxc__htmr__regs__t.js
similarity index 100%
rename from sdk/Documentation/html/structmxc__htmr__regs__t.js
rename to lib/sdk/Documentation/html/structmxc__htmr__regs__t.js
diff --git a/sdk/Documentation/html/structmxc__i2c__regs__t.html b/lib/sdk/Documentation/html/structmxc__i2c__regs__t.html
similarity index 100%
rename from sdk/Documentation/html/structmxc__i2c__regs__t.html
rename to lib/sdk/Documentation/html/structmxc__i2c__regs__t.html
diff --git a/sdk/Documentation/html/structmxc__i2c__regs__t.js b/lib/sdk/Documentation/html/structmxc__i2c__regs__t.js
similarity index 100%
rename from sdk/Documentation/html/structmxc__i2c__regs__t.js
rename to lib/sdk/Documentation/html/structmxc__i2c__regs__t.js
diff --git a/sdk/Documentation/html/structmxc__icc__regs__t.html b/lib/sdk/Documentation/html/structmxc__icc__regs__t.html
similarity index 100%
rename from sdk/Documentation/html/structmxc__icc__regs__t.html
rename to lib/sdk/Documentation/html/structmxc__icc__regs__t.html
diff --git a/sdk/Documentation/html/structmxc__icc__regs__t.js b/lib/sdk/Documentation/html/structmxc__icc__regs__t.js
similarity index 100%
rename from sdk/Documentation/html/structmxc__icc__regs__t.js
rename to lib/sdk/Documentation/html/structmxc__icc__regs__t.js
diff --git a/sdk/Documentation/html/structmxc__owm__regs__t.html b/lib/sdk/Documentation/html/structmxc__owm__regs__t.html
similarity index 100%
rename from sdk/Documentation/html/structmxc__owm__regs__t.html
rename to lib/sdk/Documentation/html/structmxc__owm__regs__t.html
diff --git a/sdk/Documentation/html/structmxc__owm__regs__t.js b/lib/sdk/Documentation/html/structmxc__owm__regs__t.js
similarity index 100%
rename from sdk/Documentation/html/structmxc__owm__regs__t.js
rename to lib/sdk/Documentation/html/structmxc__owm__regs__t.js
diff --git a/sdk/Documentation/html/structmxc__pt__regs__t.html b/lib/sdk/Documentation/html/structmxc__pt__regs__t.html
similarity index 100%
rename from sdk/Documentation/html/structmxc__pt__regs__t.html
rename to lib/sdk/Documentation/html/structmxc__pt__regs__t.html
diff --git a/sdk/Documentation/html/structmxc__pt__regs__t.js b/lib/sdk/Documentation/html/structmxc__pt__regs__t.js
similarity index 100%
rename from sdk/Documentation/html/structmxc__pt__regs__t.js
rename to lib/sdk/Documentation/html/structmxc__pt__regs__t.js
diff --git a/sdk/Documentation/html/structmxc__pwrseq__regs__t.html b/lib/sdk/Documentation/html/structmxc__pwrseq__regs__t.html
similarity index 100%
rename from sdk/Documentation/html/structmxc__pwrseq__regs__t.html
rename to lib/sdk/Documentation/html/structmxc__pwrseq__regs__t.html
diff --git a/sdk/Documentation/html/structmxc__pwrseq__regs__t.js b/lib/sdk/Documentation/html/structmxc__pwrseq__regs__t.js
similarity index 100%
rename from sdk/Documentation/html/structmxc__pwrseq__regs__t.js
rename to lib/sdk/Documentation/html/structmxc__pwrseq__regs__t.js
diff --git a/sdk/Documentation/html/structmxc__rpu__regs__t.html b/lib/sdk/Documentation/html/structmxc__rpu__regs__t.html
similarity index 100%
rename from sdk/Documentation/html/structmxc__rpu__regs__t.html
rename to lib/sdk/Documentation/html/structmxc__rpu__regs__t.html
diff --git a/sdk/Documentation/html/structmxc__rpu__regs__t.js b/lib/sdk/Documentation/html/structmxc__rpu__regs__t.js
similarity index 100%
rename from sdk/Documentation/html/structmxc__rpu__regs__t.js
rename to lib/sdk/Documentation/html/structmxc__rpu__regs__t.js
diff --git a/sdk/Documentation/html/structmxc__rtc__regs__t.html b/lib/sdk/Documentation/html/structmxc__rtc__regs__t.html
similarity index 100%
rename from sdk/Documentation/html/structmxc__rtc__regs__t.html
rename to lib/sdk/Documentation/html/structmxc__rtc__regs__t.html
diff --git a/sdk/Documentation/html/structmxc__rtc__regs__t.js b/lib/sdk/Documentation/html/structmxc__rtc__regs__t.js
similarity index 100%
rename from sdk/Documentation/html/structmxc__rtc__regs__t.js
rename to lib/sdk/Documentation/html/structmxc__rtc__regs__t.js
diff --git a/sdk/Documentation/html/structmxc__sdhc__regs__t.html b/lib/sdk/Documentation/html/structmxc__sdhc__regs__t.html
similarity index 100%
rename from sdk/Documentation/html/structmxc__sdhc__regs__t.html
rename to lib/sdk/Documentation/html/structmxc__sdhc__regs__t.html
diff --git a/sdk/Documentation/html/structmxc__sdhc__regs__t.js b/lib/sdk/Documentation/html/structmxc__sdhc__regs__t.js
similarity index 100%
rename from sdk/Documentation/html/structmxc__sdhc__regs__t.js
rename to lib/sdk/Documentation/html/structmxc__sdhc__regs__t.js
diff --git a/sdk/Documentation/html/structmxc__sema__regs__t.html b/lib/sdk/Documentation/html/structmxc__sema__regs__t.html
similarity index 100%
rename from sdk/Documentation/html/structmxc__sema__regs__t.html
rename to lib/sdk/Documentation/html/structmxc__sema__regs__t.html
diff --git a/sdk/Documentation/html/structmxc__sema__regs__t.js b/lib/sdk/Documentation/html/structmxc__sema__regs__t.js
similarity index 100%
rename from sdk/Documentation/html/structmxc__sema__regs__t.js
rename to lib/sdk/Documentation/html/structmxc__sema__regs__t.js
diff --git a/sdk/Documentation/html/structmxc__spi17y__regs__t.html b/lib/sdk/Documentation/html/structmxc__spi17y__regs__t.html
similarity index 100%
rename from sdk/Documentation/html/structmxc__spi17y__regs__t.html
rename to lib/sdk/Documentation/html/structmxc__spi17y__regs__t.html
diff --git a/sdk/Documentation/html/structmxc__spi17y__regs__t.js b/lib/sdk/Documentation/html/structmxc__spi17y__regs__t.js
similarity index 100%
rename from sdk/Documentation/html/structmxc__spi17y__regs__t.js
rename to lib/sdk/Documentation/html/structmxc__spi17y__regs__t.js
diff --git a/sdk/Documentation/html/structmxc__spixf__regs__t.html b/lib/sdk/Documentation/html/structmxc__spixf__regs__t.html
similarity index 100%
rename from sdk/Documentation/html/structmxc__spixf__regs__t.html
rename to lib/sdk/Documentation/html/structmxc__spixf__regs__t.html
diff --git a/sdk/Documentation/html/structmxc__spixf__regs__t.js b/lib/sdk/Documentation/html/structmxc__spixf__regs__t.js
similarity index 100%
rename from sdk/Documentation/html/structmxc__spixf__regs__t.js
rename to lib/sdk/Documentation/html/structmxc__spixf__regs__t.js
diff --git a/sdk/Documentation/html/structmxc__spixfc__regs__t.html b/lib/sdk/Documentation/html/structmxc__spixfc__regs__t.html
similarity index 100%
rename from sdk/Documentation/html/structmxc__spixfc__regs__t.html
rename to lib/sdk/Documentation/html/structmxc__spixfc__regs__t.html
diff --git a/sdk/Documentation/html/structmxc__spixfc__regs__t.js b/lib/sdk/Documentation/html/structmxc__spixfc__regs__t.js
similarity index 100%
rename from sdk/Documentation/html/structmxc__spixfc__regs__t.js
rename to lib/sdk/Documentation/html/structmxc__spixfc__regs__t.js
diff --git a/sdk/Documentation/html/structmxc__spixr__regs__t.html b/lib/sdk/Documentation/html/structmxc__spixr__regs__t.html
similarity index 100%
rename from sdk/Documentation/html/structmxc__spixr__regs__t.html
rename to lib/sdk/Documentation/html/structmxc__spixr__regs__t.html
diff --git a/sdk/Documentation/html/structmxc__spixr__regs__t.js b/lib/sdk/Documentation/html/structmxc__spixr__regs__t.js
similarity index 100%
rename from sdk/Documentation/html/structmxc__spixr__regs__t.js
rename to lib/sdk/Documentation/html/structmxc__spixr__regs__t.js
diff --git a/sdk/Documentation/html/structmxc__tmr__regs__t.html b/lib/sdk/Documentation/html/structmxc__tmr__regs__t.html
similarity index 100%
rename from sdk/Documentation/html/structmxc__tmr__regs__t.html
rename to lib/sdk/Documentation/html/structmxc__tmr__regs__t.html
diff --git a/sdk/Documentation/html/structmxc__tmr__regs__t.js b/lib/sdk/Documentation/html/structmxc__tmr__regs__t.js
similarity index 100%
rename from sdk/Documentation/html/structmxc__tmr__regs__t.js
rename to lib/sdk/Documentation/html/structmxc__tmr__regs__t.js
diff --git a/sdk/Documentation/html/structmxc__tpu__regs__t.html b/lib/sdk/Documentation/html/structmxc__tpu__regs__t.html
similarity index 100%
rename from sdk/Documentation/html/structmxc__tpu__regs__t.html
rename to lib/sdk/Documentation/html/structmxc__tpu__regs__t.html
diff --git a/sdk/Documentation/html/structmxc__tpu__regs__t.js b/lib/sdk/Documentation/html/structmxc__tpu__regs__t.js
similarity index 100%
rename from sdk/Documentation/html/structmxc__tpu__regs__t.js
rename to lib/sdk/Documentation/html/structmxc__tpu__regs__t.js
diff --git a/sdk/Documentation/html/structmxc__trng__regs__t.html b/lib/sdk/Documentation/html/structmxc__trng__regs__t.html
similarity index 100%
rename from sdk/Documentation/html/structmxc__trng__regs__t.html
rename to lib/sdk/Documentation/html/structmxc__trng__regs__t.html
diff --git a/sdk/Documentation/html/structmxc__trng__regs__t.js b/lib/sdk/Documentation/html/structmxc__trng__regs__t.js
similarity index 100%
rename from sdk/Documentation/html/structmxc__trng__regs__t.js
rename to lib/sdk/Documentation/html/structmxc__trng__regs__t.js
diff --git a/sdk/Documentation/html/structmxc__uart__regs__t.html b/lib/sdk/Documentation/html/structmxc__uart__regs__t.html
similarity index 100%
rename from sdk/Documentation/html/structmxc__uart__regs__t.html
rename to lib/sdk/Documentation/html/structmxc__uart__regs__t.html
diff --git a/sdk/Documentation/html/structmxc__uart__regs__t.js b/lib/sdk/Documentation/html/structmxc__uart__regs__t.js
similarity index 100%
rename from sdk/Documentation/html/structmxc__uart__regs__t.js
rename to lib/sdk/Documentation/html/structmxc__uart__regs__t.js
diff --git a/sdk/Documentation/html/structmxc__wdt__regs__t.html b/lib/sdk/Documentation/html/structmxc__wdt__regs__t.html
similarity index 100%
rename from sdk/Documentation/html/structmxc__wdt__regs__t.html
rename to lib/sdk/Documentation/html/structmxc__wdt__regs__t.html
diff --git a/sdk/Documentation/html/structmxc__wdt__regs__t.js b/lib/sdk/Documentation/html/structmxc__wdt__regs__t.js
similarity index 100%
rename from sdk/Documentation/html/structmxc__wdt__regs__t.js
rename to lib/sdk/Documentation/html/structmxc__wdt__regs__t.js
diff --git a/sdk/Documentation/html/structowm__cfg__t.html b/lib/sdk/Documentation/html/structowm__cfg__t.html
similarity index 100%
rename from sdk/Documentation/html/structowm__cfg__t.html
rename to lib/sdk/Documentation/html/structowm__cfg__t.html
diff --git a/sdk/Documentation/html/structowm__cfg__t.js b/lib/sdk/Documentation/html/structowm__cfg__t.js
similarity index 100%
rename from sdk/Documentation/html/structowm__cfg__t.js
rename to lib/sdk/Documentation/html/structowm__cfg__t.js
diff --git a/sdk/Documentation/html/structpt__pt__cfg__t.html b/lib/sdk/Documentation/html/structpt__pt__cfg__t.html
similarity index 100%
rename from sdk/Documentation/html/structpt__pt__cfg__t.html
rename to lib/sdk/Documentation/html/structpt__pt__cfg__t.html
diff --git a/sdk/Documentation/html/structpt__pt__cfg__t.js b/lib/sdk/Documentation/html/structpt__pt__cfg__t.js
similarity index 100%
rename from sdk/Documentation/html/structpt__pt__cfg__t.js
rename to lib/sdk/Documentation/html/structpt__pt__cfg__t.js
diff --git a/sdk/Documentation/html/structsdhc__cfg__t.html b/lib/sdk/Documentation/html/structsdhc__cfg__t.html
similarity index 100%
rename from sdk/Documentation/html/structsdhc__cfg__t.html
rename to lib/sdk/Documentation/html/structsdhc__cfg__t.html
diff --git a/sdk/Documentation/html/structsdhc__cfg__t.js b/lib/sdk/Documentation/html/structsdhc__cfg__t.js
similarity index 100%
rename from sdk/Documentation/html/structsdhc__cfg__t.js
rename to lib/sdk/Documentation/html/structsdhc__cfg__t.js
diff --git a/sdk/Documentation/html/structsdhc__cmd__cfg__t.html b/lib/sdk/Documentation/html/structsdhc__cmd__cfg__t.html
similarity index 100%
rename from sdk/Documentation/html/structsdhc__cmd__cfg__t.html
rename to lib/sdk/Documentation/html/structsdhc__cmd__cfg__t.html
diff --git a/sdk/Documentation/html/structsdhc__cmd__cfg__t.js b/lib/sdk/Documentation/html/structsdhc__cmd__cfg__t.js
similarity index 100%
rename from sdk/Documentation/html/structsdhc__cmd__cfg__t.js
rename to lib/sdk/Documentation/html/structsdhc__cmd__cfg__t.js
diff --git a/sdk/Documentation/html/structspi17y__req.html b/lib/sdk/Documentation/html/structspi17y__req.html
similarity index 100%
rename from sdk/Documentation/html/structspi17y__req.html
rename to lib/sdk/Documentation/html/structspi17y__req.html
diff --git a/sdk/Documentation/html/structspi17y__req.js b/lib/sdk/Documentation/html/structspi17y__req.js
similarity index 100%
rename from sdk/Documentation/html/structspi17y__req.js
rename to lib/sdk/Documentation/html/structspi17y__req.js
diff --git a/sdk/Documentation/html/structspi__req.html b/lib/sdk/Documentation/html/structspi__req.html
similarity index 100%
rename from sdk/Documentation/html/structspi__req.html
rename to lib/sdk/Documentation/html/structspi__req.html
diff --git a/sdk/Documentation/html/structspi__req.js b/lib/sdk/Documentation/html/structspi__req.js
similarity index 100%
rename from sdk/Documentation/html/structspi__req.js
rename to lib/sdk/Documentation/html/structspi__req.js
diff --git a/sdk/Documentation/html/structspixf__req__t.html b/lib/sdk/Documentation/html/structspixf__req__t.html
similarity index 100%
rename from sdk/Documentation/html/structspixf__req__t.html
rename to lib/sdk/Documentation/html/structspixf__req__t.html
diff --git a/sdk/Documentation/html/structspixf__req__t.js b/lib/sdk/Documentation/html/structspixf__req__t.js
similarity index 100%
rename from sdk/Documentation/html/structspixf__req__t.js
rename to lib/sdk/Documentation/html/structspixf__req__t.js
diff --git a/sdk/Documentation/html/structspixfc__cfg__t.html b/lib/sdk/Documentation/html/structspixfc__cfg__t.html
similarity index 100%
rename from sdk/Documentation/html/structspixfc__cfg__t.html
rename to lib/sdk/Documentation/html/structspixfc__cfg__t.html
diff --git a/sdk/Documentation/html/structspixfc__cfg__t.js b/lib/sdk/Documentation/html/structspixfc__cfg__t.js
similarity index 100%
rename from sdk/Documentation/html/structspixfc__cfg__t.js
rename to lib/sdk/Documentation/html/structspixfc__cfg__t.js
diff --git a/sdk/Documentation/html/structspixfc__req.html b/lib/sdk/Documentation/html/structspixfc__req.html
similarity index 100%
rename from sdk/Documentation/html/structspixfc__req.html
rename to lib/sdk/Documentation/html/structspixfc__req.html
diff --git a/sdk/Documentation/html/structspixfc__req.js b/lib/sdk/Documentation/html/structspixfc__req.js
similarity index 100%
rename from sdk/Documentation/html/structspixfc__req.js
rename to lib/sdk/Documentation/html/structspixfc__req.js
diff --git a/sdk/Documentation/html/structspixr__cfg__t.html b/lib/sdk/Documentation/html/structspixr__cfg__t.html
similarity index 100%
rename from sdk/Documentation/html/structspixr__cfg__t.html
rename to lib/sdk/Documentation/html/structspixr__cfg__t.html
diff --git a/sdk/Documentation/html/structspixr__cfg__t.js b/lib/sdk/Documentation/html/structspixr__cfg__t.js
similarity index 100%
rename from sdk/Documentation/html/structspixr__cfg__t.js
rename to lib/sdk/Documentation/html/structspixr__cfg__t.js
diff --git a/sdk/Documentation/html/structsys__cfg__spi17y__t.html b/lib/sdk/Documentation/html/structsys__cfg__spi17y__t.html
similarity index 100%
rename from sdk/Documentation/html/structsys__cfg__spi17y__t.html
rename to lib/sdk/Documentation/html/structsys__cfg__spi17y__t.html
diff --git a/sdk/Documentation/html/structsys__cfg__spi17y__t.js b/lib/sdk/Documentation/html/structsys__cfg__spi17y__t.js
similarity index 100%
rename from sdk/Documentation/html/structsys__cfg__spi17y__t.js
rename to lib/sdk/Documentation/html/structsys__cfg__spi17y__t.js
diff --git a/sdk/Documentation/html/structsys__cfg__spixr__t.html b/lib/sdk/Documentation/html/structsys__cfg__spixr__t.html
similarity index 100%
rename from sdk/Documentation/html/structsys__cfg__spixr__t.html
rename to lib/sdk/Documentation/html/structsys__cfg__spixr__t.html
diff --git a/sdk/Documentation/html/structsys__cfg__spixr__t.js b/lib/sdk/Documentation/html/structsys__cfg__spixr__t.js
similarity index 100%
rename from sdk/Documentation/html/structsys__cfg__spixr__t.js
rename to lib/sdk/Documentation/html/structsys__cfg__spixr__t.js
diff --git a/sdk/Documentation/html/structsys__cfg__uart__t.html b/lib/sdk/Documentation/html/structsys__cfg__uart__t.html
similarity index 100%
rename from sdk/Documentation/html/structsys__cfg__uart__t.html
rename to lib/sdk/Documentation/html/structsys__cfg__uart__t.html
diff --git a/sdk/Documentation/html/structsys__cfg__uart__t.js b/lib/sdk/Documentation/html/structsys__cfg__uart__t.js
similarity index 100%
rename from sdk/Documentation/html/structsys__cfg__uart__t.js
rename to lib/sdk/Documentation/html/structsys__cfg__uart__t.js
diff --git a/sdk/Documentation/html/structtmr__cfg__t.html b/lib/sdk/Documentation/html/structtmr__cfg__t.html
similarity index 100%
rename from sdk/Documentation/html/structtmr__cfg__t.html
rename to lib/sdk/Documentation/html/structtmr__cfg__t.html
diff --git a/sdk/Documentation/html/structtmr__cfg__t.js b/lib/sdk/Documentation/html/structtmr__cfg__t.js
similarity index 100%
rename from sdk/Documentation/html/structtmr__cfg__t.js
rename to lib/sdk/Documentation/html/structtmr__cfg__t.js
diff --git a/sdk/Documentation/html/structtmr__pwm__cfg__t.html b/lib/sdk/Documentation/html/structtmr__pwm__cfg__t.html
similarity index 100%
rename from sdk/Documentation/html/structtmr__pwm__cfg__t.html
rename to lib/sdk/Documentation/html/structtmr__pwm__cfg__t.html
diff --git a/sdk/Documentation/html/structtmr__pwm__cfg__t.js b/lib/sdk/Documentation/html/structtmr__pwm__cfg__t.js
similarity index 100%
rename from sdk/Documentation/html/structtmr__pwm__cfg__t.js
rename to lib/sdk/Documentation/html/structtmr__pwm__cfg__t.js
diff --git a/sdk/Documentation/html/structuart__cfg__t.html b/lib/sdk/Documentation/html/structuart__cfg__t.html
similarity index 100%
rename from sdk/Documentation/html/structuart__cfg__t.html
rename to lib/sdk/Documentation/html/structuart__cfg__t.html
diff --git a/sdk/Documentation/html/structuart__cfg__t.js b/lib/sdk/Documentation/html/structuart__cfg__t.js
similarity index 100%
rename from sdk/Documentation/html/structuart__cfg__t.js
rename to lib/sdk/Documentation/html/structuart__cfg__t.js
diff --git a/sdk/Documentation/html/structuart__req.html b/lib/sdk/Documentation/html/structuart__req.html
similarity index 100%
rename from sdk/Documentation/html/structuart__req.html
rename to lib/sdk/Documentation/html/structuart__req.html
diff --git a/sdk/Documentation/html/structuart__req.js b/lib/sdk/Documentation/html/structuart__req.js
similarity index 100%
rename from sdk/Documentation/html/structuart__req.js
rename to lib/sdk/Documentation/html/structuart__req.js
diff --git a/sdk/Documentation/html/sync_off.png b/lib/sdk/Documentation/html/sync_off.png
similarity index 100%
rename from sdk/Documentation/html/sync_off.png
rename to lib/sdk/Documentation/html/sync_off.png
diff --git a/sdk/Documentation/html/sync_on.png b/lib/sdk/Documentation/html/sync_on.png
similarity index 100%
rename from sdk/Documentation/html/sync_on.png
rename to lib/sdk/Documentation/html/sync_on.png
diff --git a/sdk/Documentation/html/system__max32665_8h_source.html b/lib/sdk/Documentation/html/system__max32665_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/system__max32665_8h_source.html
rename to lib/sdk/Documentation/html/system__max32665_8h_source.html
diff --git a/sdk/Documentation/html/tab_a.png b/lib/sdk/Documentation/html/tab_a.png
similarity index 100%
rename from sdk/Documentation/html/tab_a.png
rename to lib/sdk/Documentation/html/tab_a.png
diff --git a/sdk/Documentation/html/tab_b.png b/lib/sdk/Documentation/html/tab_b.png
similarity index 100%
rename from sdk/Documentation/html/tab_b.png
rename to lib/sdk/Documentation/html/tab_b.png
diff --git a/sdk/Documentation/html/tab_h.png b/lib/sdk/Documentation/html/tab_h.png
similarity index 100%
rename from sdk/Documentation/html/tab_h.png
rename to lib/sdk/Documentation/html/tab_h.png
diff --git a/sdk/Documentation/html/tab_s.png b/lib/sdk/Documentation/html/tab_s.png
similarity index 100%
rename from sdk/Documentation/html/tab_s.png
rename to lib/sdk/Documentation/html/tab_s.png
diff --git a/sdk/Documentation/html/tabs.css b/lib/sdk/Documentation/html/tabs.css
similarity index 100%
rename from sdk/Documentation/html/tabs.css
rename to lib/sdk/Documentation/html/tabs.css
diff --git a/sdk/Documentation/html/tmr_8h_source.html b/lib/sdk/Documentation/html/tmr_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/tmr_8h_source.html
rename to lib/sdk/Documentation/html/tmr_8h_source.html
diff --git a/sdk/Documentation/html/tmr__regs_8h_source.html b/lib/sdk/Documentation/html/tmr__regs_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/tmr__regs_8h_source.html
rename to lib/sdk/Documentation/html/tmr__regs_8h_source.html
diff --git a/sdk/Documentation/html/tmr__utils_8h_source.html b/lib/sdk/Documentation/html/tmr__utils_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/tmr__utils_8h_source.html
rename to lib/sdk/Documentation/html/tmr__utils_8h_source.html
diff --git a/sdk/Documentation/html/tpu__regs_8h_source.html b/lib/sdk/Documentation/html/tpu__regs_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/tpu__regs_8h_source.html
rename to lib/sdk/Documentation/html/tpu__regs_8h_source.html
diff --git a/sdk/Documentation/html/trng_8h_source.html b/lib/sdk/Documentation/html/trng_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/trng_8h_source.html
rename to lib/sdk/Documentation/html/trng_8h_source.html
diff --git a/sdk/Documentation/html/trng__regs_8h_source.html b/lib/sdk/Documentation/html/trng__regs_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/trng__regs_8h_source.html
rename to lib/sdk/Documentation/html/trng__regs_8h_source.html
diff --git a/sdk/Documentation/html/uart_8h_source.html b/lib/sdk/Documentation/html/uart_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/uart_8h_source.html
rename to lib/sdk/Documentation/html/uart_8h_source.html
diff --git a/sdk/Documentation/html/uart__regs_8h_source.html b/lib/sdk/Documentation/html/uart__regs_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/uart__regs_8h_source.html
rename to lib/sdk/Documentation/html/uart__regs_8h_source.html
diff --git a/sdk/Documentation/html/unionspi__regs__t.html b/lib/sdk/Documentation/html/unionspi__regs__t.html
similarity index 100%
rename from sdk/Documentation/html/unionspi__regs__t.html
rename to lib/sdk/Documentation/html/unionspi__regs__t.html
diff --git a/sdk/Documentation/html/unionspi__regs__t.js b/lib/sdk/Documentation/html/unionspi__regs__t.js
similarity index 100%
rename from sdk/Documentation/html/unionspi__regs__t.js
rename to lib/sdk/Documentation/html/unionspi__regs__t.js
diff --git a/sdk/Documentation/html/wdt_8h_source.html b/lib/sdk/Documentation/html/wdt_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/wdt_8h_source.html
rename to lib/sdk/Documentation/html/wdt_8h_source.html
diff --git a/sdk/Documentation/html/wdt__regs_8h_source.html b/lib/sdk/Documentation/html/wdt__regs_8h_source.html
similarity index 100%
rename from sdk/Documentation/html/wdt__regs_8h_source.html
rename to lib/sdk/Documentation/html/wdt__regs_8h_source.html
diff --git a/sdk/Documentation/index.html b/lib/sdk/Documentation/index.html
similarity index 100%
rename from sdk/Documentation/index.html
rename to lib/sdk/Documentation/index.html
diff --git a/sdk/Libraries/Boards/EvKit_V1/Include/board.h b/lib/sdk/Libraries/Boards/EvKit_V1/Include/board.h
similarity index 100%
rename from sdk/Libraries/Boards/EvKit_V1/Include/board.h
rename to lib/sdk/Libraries/Boards/EvKit_V1/Include/board.h
diff --git a/sdk/Libraries/Boards/EvKit_V1/Source/board.c b/lib/sdk/Libraries/Boards/EvKit_V1/Source/board.c
similarity index 100%
rename from sdk/Libraries/Boards/EvKit_V1/Source/board.c
rename to lib/sdk/Libraries/Boards/EvKit_V1/Source/board.c
diff --git a/sdk/Libraries/Boards/EvKit_V1/adapters.txt b/lib/sdk/Libraries/Boards/EvKit_V1/adapters.txt
similarity index 100%
rename from sdk/Libraries/Boards/EvKit_V1/adapters.txt
rename to lib/sdk/Libraries/Boards/EvKit_V1/adapters.txt
diff --git a/sdk/Libraries/Boards/EvKit_V1/board.mk b/lib/sdk/Libraries/Boards/EvKit_V1/board.mk
similarity index 100%
rename from sdk/Libraries/Boards/EvKit_V1/board.mk
rename to lib/sdk/Libraries/Boards/EvKit_V1/board.mk
diff --git a/sdk/Libraries/Boards/EvKit_V1/examples.txt b/lib/sdk/Libraries/Boards/EvKit_V1/examples.txt
similarity index 100%
rename from sdk/Libraries/Boards/EvKit_V1/examples.txt
rename to lib/sdk/Libraries/Boards/EvKit_V1/examples.txt
diff --git a/sdk/Libraries/Boards/Include/led.h b/lib/sdk/Libraries/Boards/Include/led.h
similarity index 100%
rename from sdk/Libraries/Boards/Include/led.h
rename to lib/sdk/Libraries/Boards/Include/led.h
diff --git a/sdk/Libraries/Boards/Include/mx25.h b/lib/sdk/Libraries/Boards/Include/mx25.h
similarity index 100%
rename from sdk/Libraries/Boards/Include/mx25.h
rename to lib/sdk/Libraries/Boards/Include/mx25.h
diff --git a/sdk/Libraries/Boards/Include/pb.h b/lib/sdk/Libraries/Boards/Include/pb.h
similarity index 100%
rename from sdk/Libraries/Boards/Include/pb.h
rename to lib/sdk/Libraries/Boards/Include/pb.h
diff --git a/sdk/Libraries/Boards/Source/led.c b/lib/sdk/Libraries/Boards/Source/led.c
similarity index 100%
rename from sdk/Libraries/Boards/Source/led.c
rename to lib/sdk/Libraries/Boards/Source/led.c
diff --git a/sdk/Libraries/Boards/Source/mx25.c b/lib/sdk/Libraries/Boards/Source/mx25.c
similarity index 100%
rename from sdk/Libraries/Boards/Source/mx25.c
rename to lib/sdk/Libraries/Boards/Source/mx25.c
diff --git a/sdk/Libraries/Boards/Source/pb.c b/lib/sdk/Libraries/Boards/Source/pb.c
similarity index 100%
rename from sdk/Libraries/Boards/Source/pb.c
rename to lib/sdk/Libraries/Boards/Source/pb.c
diff --git a/sdk/Libraries/Boards/Source/stdio.c b/lib/sdk/Libraries/Boards/Source/stdio.c
similarity index 100%
rename from sdk/Libraries/Boards/Source/stdio.c
rename to lib/sdk/Libraries/Boards/Source/stdio.c
diff --git a/sdk/Libraries/Boards/card10/Include/board.h b/lib/sdk/Libraries/Boards/card10/Include/board.h
similarity index 100%
rename from sdk/Libraries/Boards/card10/Include/board.h
rename to lib/sdk/Libraries/Boards/card10/Include/board.h
diff --git a/sdk/Libraries/Boards/card10/Source/board.c b/lib/sdk/Libraries/Boards/card10/Source/board.c
similarity index 100%
rename from sdk/Libraries/Boards/card10/Source/board.c
rename to lib/sdk/Libraries/Boards/card10/Source/board.c
diff --git a/sdk/Libraries/Boards/card10/board.mk b/lib/sdk/Libraries/Boards/card10/board.mk
similarity index 100%
rename from sdk/Libraries/Boards/card10/board.mk
rename to lib/sdk/Libraries/Boards/card10/board.mk
diff --git a/lib/sdk/Libraries/Boards/card10/meson.build b/lib/sdk/Libraries/Boards/card10/meson.build
new file mode 100644
index 0000000000000000000000000000000000000000..7d28fc04443375d7a07f4ad0dbe3dd9e57370116
--- /dev/null
+++ b/lib/sdk/Libraries/Boards/card10/meson.build
@@ -0,0 +1,23 @@
+includes = include_directories(
+  './Include/',
+  '../Include/',
+)
+
+sources = files(
+  './Source/board.c',
+  '../Source/led.c',
+  '../Source/mx25.c',
+  '../Source/pb.c',
+  '../Source/stdio.c',
+)
+
+board_card10_lib = static_library(
+  'board-card10',
+  sources,
+  include_directories: includes,
+  dependencies: periphdriver,
+)
+
+board_card10 = declare_dependency(
+  include_directories: includes,
+)
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/adc_regs.h b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/adc_regs.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/adc_regs.h
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/adc_regs.h
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/aes_key_regs.h b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/aes_key_regs.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/aes_key_regs.h
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/aes_key_regs.h
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/audio_regs.h b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/audio_regs.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/audio_regs.h
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/audio_regs.h
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/dma_regs.h b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/dma_regs.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/dma_regs.h
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/dma_regs.h
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/dvs_regs.h b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/dvs_regs.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/dvs_regs.h
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/dvs_regs.h
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/emcc_regs.h b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/emcc_regs.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/emcc_regs.h
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/emcc_regs.h
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/fcr_regs.h b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/fcr_regs.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/fcr_regs.h
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/fcr_regs.h
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/flc_regs.h b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/flc_regs.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/flc_regs.h
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/flc_regs.h
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/gcr_regs.h b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/gcr_regs.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/gcr_regs.h
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/gcr_regs.h
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/gpio_regs.h b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/gpio_regs.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/gpio_regs.h
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/gpio_regs.h
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/htmr_regs.h b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/htmr_regs.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/htmr_regs.h
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/htmr_regs.h
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/i2c_regs.h b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/i2c_regs.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/i2c_regs.h
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/i2c_regs.h
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/icc_regs.h b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/icc_regs.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/icc_regs.h
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/icc_regs.h
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/max32665.h b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/max32665.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/max32665.h
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/max32665.h
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/max32665.svd b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/max32665.svd
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/max32665.svd
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/max32665.svd
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/mcr_regs.h b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/mcr_regs.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/mcr_regs.h
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/mcr_regs.h
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/mxc_device.h b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/mxc_device.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/mxc_device.h
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/mxc_device.h
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/owm_regs.h b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/owm_regs.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/owm_regs.h
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/owm_regs.h
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/pt_regs.h b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/pt_regs.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/pt_regs.h
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/pt_regs.h
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/ptg_regs.h b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/ptg_regs.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/ptg_regs.h
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/ptg_regs.h
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/pwrseq_regs.h b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/pwrseq_regs.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/pwrseq_regs.h
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/pwrseq_regs.h
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/rpu_regs.h b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/rpu_regs.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/rpu_regs.h
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/rpu_regs.h
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/rtc_regs.h b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/rtc_regs.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/rtc_regs.h
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/rtc_regs.h
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/sdhc_regs.h b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/sdhc_regs.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/sdhc_regs.h
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/sdhc_regs.h
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/sdma_regs.h b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/sdma_regs.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/sdma_regs.h
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/sdma_regs.h
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/sema_regs.h b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/sema_regs.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/sema_regs.h
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/sema_regs.h
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/simo_regs.h b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/simo_regs.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/simo_regs.h
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/simo_regs.h
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/sir_regs.h b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/sir_regs.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/sir_regs.h
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/sir_regs.h
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/smon_regs.h b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/smon_regs.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/smon_regs.h
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/smon_regs.h
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/spi17y_regs.h b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/spi17y_regs.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/spi17y_regs.h
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/spi17y_regs.h
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/spixf_fifo_regs.h b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/spixf_fifo_regs.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/spixf_fifo_regs.h
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/spixf_fifo_regs.h
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/spixf_regs.h b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/spixf_regs.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/spixf_regs.h
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/spixf_regs.h
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/spixfc_regs.h b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/spixfc_regs.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/spixfc_regs.h
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/spixfc_regs.h
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/spixr_regs.h b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/spixr_regs.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/spixr_regs.h
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/spixr_regs.h
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/system_max32665.h b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/system_max32665.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/system_max32665.h
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/system_max32665.h
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/tmr_regs.h b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/tmr_regs.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/tmr_regs.h
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/tmr_regs.h
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/tpu_regs.h b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/tpu_regs.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/tpu_regs.h
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/tpu_regs.h
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/trng_regs.h b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/trng_regs.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/trng_regs.h
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/trng_regs.h
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/uart_regs.h b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/uart_regs.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/uart_regs.h
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/uart_regs.h
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/usbhs_regs.h b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/usbhs_regs.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/usbhs_regs.h
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/usbhs_regs.h
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/wdt_regs.h b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/wdt_regs.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/wdt_regs.h
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/wdt_regs.h
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/wut_regs.h b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/wut_regs.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/wut_regs.h
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Include/wut_regs.h
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/GCC/gcc.mk b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/GCC/gcc.mk
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/GCC/gcc.mk
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/GCC/gcc.mk
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/GCC/max32665.ld b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/GCC/max32665.ld
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/GCC/max32665.ld
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/GCC/max32665.ld
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/GCC/max32665.mk b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/GCC/max32665.mk
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/GCC/max32665.mk
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/GCC/max32665.mk
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/GCC/max32665_app.ld b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/GCC/max32665_app.ld
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/GCC/max32665_app.ld
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/GCC/max32665_app.ld
diff --git a/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/GCC/max32665_core0.ld b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/GCC/max32665_core0.ld
new file mode 100644
index 0000000000000000000000000000000000000000..12c8bdaf96f139580693d4390d9c7d26d4b76453
--- /dev/null
+++ b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/GCC/max32665_core0.ld
@@ -0,0 +1,147 @@
+/*******************************************************************************
+ * Copyright (C) 2017 Maxim Integrated Products, Inc., All Rights Reserved.
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a
+ * copy of this software and associated documentation files (the "Software"),
+ * to deal in the Software without restriction, including without limitation
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ * and/or sell copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included
+ * in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+ * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ * IN NO EVENT SHALL MAXIM INTEGRATED BE LIABLE FOR ANY CLAIM, DAMAGES
+ * OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+ * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ *
+ * Except as contained in this notice, the name of Maxim Integrated
+ * Products, Inc. shall not be used except as stated in the Maxim Integrated
+ * Products, Inc. Branding Policy.
+ *
+ * The mere transfer of this software does not imply any licenses
+ * of trade secrets, proprietary technology, copyrights, patents,
+ * trademarks, maskwork rights, or any other form of intellectual
+ * property whatsoever. Maxim Integrated Products, Inc. retains all
+ * ownership rights.
+ *
+ * $Date: 2018-12-03 22:29:43 +0000 (Mon, 03 Dec 2018) $ 
+ * $Revision: 39576 $
+ *
+ ******************************************************************************/
+
+/* SPID and SPIX Sections here are maximum possible sizes */
+/* If used, they should be adjusted for the external Flash/RAM size */
+MEMORY {
+    SPIX (rx)  : ORIGIN = 0x08000000, LENGTH = 128M
+    FLASH (rx) : ORIGIN = 0x10000000, LENGTH = 256k
+    SRAM (rwx) : ORIGIN = 0x20000000, LENGTH = 256k
+    SPID (r)   : ORIGIN = 0x80000000, LENGTH = 512M
+}
+
+SECTIONS {
+    .text :
+    {
+        _text = .;
+        KEEP(*(.isr_vector))
+        *(.text*)    /* program code */
+        *(.rodata*)  /* read-only data: "const" */
+        
+        KEEP(*(.init))
+        KEEP(*(.fini))
+
+        /* C++ Exception handling */
+        KEEP(*(.eh_frame*))
+        _etext = .;
+    } > FLASH
+    
+    /* This section will keep the SPIX data until loaded into the external device */
+    /* Upon initialization of SPIX (user code needs to do this) */
+    .xip_section :
+    {
+        KEEP(*(.xip_section*))
+    } > SPIX AT>FLASH
+
+    __load_start_xip = LOADADDR(.xip_section);
+    __load_length_xip = SIZEOF(.xip_section);
+
+    /* it's used for C++ exception handling      */
+    /* we need to keep this to avoid overlapping */
+    .ARM.exidx :
+    {
+        __exidx_start = .;
+        *(.ARM.exidx*)
+        __exidx_end = .;
+    } > FLASH
+
+    .data :
+    {
+        _data = ALIGN(., 4);
+        *(.data*)           /*read-write initialized data: initialized global variable*/
+        *(.spix_config*)    /* SPIX configuration functions need to be run from SRAM */
+        *(.flashprog*)      /* Flash program */
+        
+
+        /* These array sections are used by __libc_init_array to call static C++ constructors */
+        . = ALIGN(4);
+        /* preinit data */
+        PROVIDE_HIDDEN (__preinit_array_start = .);
+        KEEP(*(.preinit_array))
+        PROVIDE_HIDDEN (__preinit_array_end = .);
+
+        . = ALIGN(4);
+        /* init data */
+        PROVIDE_HIDDEN (__init_array_start = .);
+        KEEP(*(SORT(.init_array.*)))
+        KEEP(*(.init_array))
+        PROVIDE_HIDDEN (__init_array_end = .);
+
+        . = ALIGN(4);
+        /* finit data */
+        PROVIDE_HIDDEN (__fini_array_start = .);
+        KEEP(*(SORT(.fini_array.*)))
+        KEEP(*(.fini_array))
+        PROVIDE_HIDDEN (__fini_array_end = .);
+
+        _edata = ALIGN(., 4);
+    } > SRAM AT>FLASH
+    __load_data = LOADADDR(.data);
+
+    .bss :
+    {
+        . = ALIGN(4);
+        _bss = .;
+        *(.bss*)     /*read-write zero initialized data: uninitialzed global variable*/
+        *(COMMON)
+        _ebss = ALIGN(., 4);
+    } > SRAM
+
+    /* Setup the stack for Core 1, it will only be used if the user code
+     * includes a definition of Stack_Size_Core1, which defines the space
+     * reserved above the main core's stack for core 1's stack */
+
+    __StackTop_Core1 = ORIGIN(SRAM) + LENGTH(SRAM);
+    __StackLimit_Core1 = DEFINED(Stack_Size_Core1) ? __StackTop_Core1 - Stack_Size_Core1 : __StackTop_Core1;
+
+    /* Set stack top to end of RAM, and stack limit move down by Stack_Size. 
+     * If core 1 is used, set the stack to the bottom of Core 1's stack region */
+
+    __StackTop = DEFINED(Stack_Size_Core1) ? __StackLimit_Core1 : ORIGIN(SRAM) + LENGTH(SRAM);
+    __StackLimit = __StackTop - Stack_Size;
+
+    .heap (COPY):
+    {
+        . = ALIGN(4);
+        *(.heap*)
+        __HeapLimit = ABSOLUTE(__StackLimit);
+    } > SRAM
+
+    PROVIDE(__stack = __StackTop);
+
+    /* Check if data + heap + stack(s) exceeds RAM limit */
+    ASSERT(__StackLimit >= _ebss, "region RAM overflowed with stack")
+}
diff --git a/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/GCC/max32665_core1.ld b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/GCC/max32665_core1.ld
new file mode 100644
index 0000000000000000000000000000000000000000..3978179d2ab8db41f85f9fd5411a3f973d1ff863
--- /dev/null
+++ b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/GCC/max32665_core1.ld
@@ -0,0 +1,147 @@
+/*******************************************************************************
+ * Copyright (C) 2017 Maxim Integrated Products, Inc., All Rights Reserved.
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a
+ * copy of this software and associated documentation files (the "Software"),
+ * to deal in the Software without restriction, including without limitation
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ * and/or sell copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included
+ * in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+ * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ * IN NO EVENT SHALL MAXIM INTEGRATED BE LIABLE FOR ANY CLAIM, DAMAGES
+ * OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+ * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ *
+ * Except as contained in this notice, the name of Maxim Integrated
+ * Products, Inc. shall not be used except as stated in the Maxim Integrated
+ * Products, Inc. Branding Policy.
+ *
+ * The mere transfer of this software does not imply any licenses
+ * of trade secrets, proprietary technology, copyrights, patents,
+ * trademarks, maskwork rights, or any other form of intellectual
+ * property whatsoever. Maxim Integrated Products, Inc. retains all
+ * ownership rights.
+ *
+ * $Date: 2018-12-03 22:29:43 +0000 (Mon, 03 Dec 2018) $ 
+ * $Revision: 39576 $
+ *
+ ******************************************************************************/
+
+/* SPID and SPIX Sections here are maximum possible sizes */
+/* If used, they should be adjusted for the external Flash/RAM size */
+MEMORY {
+    SPIX (rx)  : ORIGIN = 0x08000000, LENGTH = 128M
+    FLASH (rx) : ORIGIN = 0x10040000, LENGTH = 256k
+    SRAM (rwx) : ORIGIN = 0x20040000, LENGTH = 256k
+    SPID (r)   : ORIGIN = 0x80000000, LENGTH = 512M
+}
+
+SECTIONS {
+    .text :
+    {
+        _text = .;
+        KEEP(*(.isr_vector))
+        *(.text*)    /* program code */
+        *(.rodata*)  /* read-only data: "const" */
+        
+        KEEP(*(.init))
+        KEEP(*(.fini))
+
+        /* C++ Exception handling */
+        KEEP(*(.eh_frame*))
+        _etext = .;
+    } > FLASH
+    
+    /* This section will keep the SPIX data until loaded into the external device */
+    /* Upon initialization of SPIX (user code needs to do this) */
+    .xip_section :
+    {
+        KEEP(*(.xip_section*))
+    } > SPIX AT>FLASH
+
+    __load_start_xip = LOADADDR(.xip_section);
+    __load_length_xip = SIZEOF(.xip_section);
+
+    /* it's used for C++ exception handling      */
+    /* we need to keep this to avoid overlapping */
+    .ARM.exidx :
+    {
+        __exidx_start = .;
+        *(.ARM.exidx*)
+        __exidx_end = .;
+    } > FLASH
+
+    .data :
+    {
+        _data = ALIGN(., 4);
+        *(.data*)           /*read-write initialized data: initialized global variable*/
+        *(.spix_config*)    /* SPIX configuration functions need to be run from SRAM */
+        *(.flashprog*)      /* Flash program */
+        
+
+        /* These array sections are used by __libc_init_array to call static C++ constructors */
+        . = ALIGN(4);
+        /* preinit data */
+        PROVIDE_HIDDEN (__preinit_array_start = .);
+        KEEP(*(.preinit_array))
+        PROVIDE_HIDDEN (__preinit_array_end = .);
+
+        . = ALIGN(4);
+        /* init data */
+        PROVIDE_HIDDEN (__init_array_start = .);
+        KEEP(*(SORT(.init_array.*)))
+        KEEP(*(.init_array))
+        PROVIDE_HIDDEN (__init_array_end = .);
+
+        . = ALIGN(4);
+        /* finit data */
+        PROVIDE_HIDDEN (__fini_array_start = .);
+        KEEP(*(SORT(.fini_array.*)))
+        KEEP(*(.fini_array))
+        PROVIDE_HIDDEN (__fini_array_end = .);
+
+        _edata = ALIGN(., 4);
+    } > SRAM AT>FLASH
+    __load_data = LOADADDR(.data);
+
+    .bss :
+    {
+        . = ALIGN(4);
+        _bss = .;
+        *(.bss*)     /*read-write zero initialized data: uninitialzed global variable*/
+        *(COMMON)
+        _ebss = ALIGN(., 4);
+    } > SRAM
+
+    /* Setup the stack for Core 1, it will only be used if the user code
+     * includes a definition of Stack_Size_Core1, which defines the space
+     * reserved above the main core's stack for core 1's stack */
+
+    __StackTop_Core1 = ORIGIN(SRAM) + LENGTH(SRAM);
+    __StackLimit_Core1 = DEFINED(Stack_Size_Core1) ? __StackTop_Core1 - Stack_Size_Core1 : __StackTop_Core1;
+
+    /* Set stack top to end of RAM, and stack limit move down by Stack_Size. 
+     * If core 1 is used, set the stack to the bottom of Core 1's stack region */
+
+    __StackTop = DEFINED(Stack_Size_Core1) ? __StackLimit_Core1 : ORIGIN(SRAM) + LENGTH(SRAM);
+    __StackLimit = __StackTop - Stack_Size;
+
+    .heap (COPY):
+    {
+        . = ALIGN(4);
+        *(.heap*)
+        __HeapLimit = ABSOLUTE(__StackLimit);
+    } > SRAM
+
+    PROVIDE(__stack = __StackTop);
+
+    /* Check if data + heap + stack(s) exceeds RAM limit */
+    ASSERT(__StackLimit >= _ebss, "region RAM overflowed with stack")
+}
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/GCC/max32665_ram.ld b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/GCC/max32665_ram.ld
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/GCC/max32665_ram.ld
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/GCC/max32665_ram.ld
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/GCC/max32665_spix.ld b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/GCC/max32665_spix.ld
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/GCC/max32665_spix.ld
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/GCC/max32665_spix.ld
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/GCC/startup_max32665.S b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/GCC/startup_max32665.S
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/GCC/startup_max32665.S
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/GCC/startup_max32665.S
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/heap.c b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/heap.c
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/heap.c
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/heap.c
diff --git a/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/system_max32665.c b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/system_max32665.c
similarity index 100%
rename from sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/system_max32665.c
rename to lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/system_max32665.c
diff --git a/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/system_max32665_core1.c b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/system_max32665_core1.c
new file mode 100644
index 0000000000000000000000000000000000000000..d8f211ff3715d4462e93b535c6ceacfea14753c8
--- /dev/null
+++ b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/system_max32665_core1.c
@@ -0,0 +1,147 @@
+/*******************************************************************************
+ * Copyright (C) 2016 Maxim Integrated Products, Inc., All Rights Reserved.
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a
+ * copy of this software and associated documentation files (the "Software"),
+ * to deal in the Software without restriction, including without limitation
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ * and/or sell copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included
+ * in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+ * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ * IN NO EVENT SHALL MAXIM INTEGRATED BE LIABLE FOR ANY CLAIM, DAMAGES
+ * OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+ * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ *
+ * Except as contained in this notice, the name of Maxim Integrated
+ * Products, Inc. shall not be used except as stated in the Maxim Integrated
+ * Products, Inc. Branding Policy.
+ *
+ * The mere transfer of this software does not imply any licenses
+ * of trade secrets, proprietary technology, copyrights, patents,
+ * trademarks, maskwork rights, or any other form of intellectual
+ * property whatsoever. Maxim Integrated Products, Inc. retains all
+ * ownership rights.
+ *
+ * $Date: 2018-11-07 19:23:01 +0000 (Wed, 07 Nov 2018) $
+ * $Revision: 39007 $
+ *
+ ******************************************************************************/
+
+#include <string.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include "max32665.h"
+#include "mxc_sys.h"
+#include "gcr_regs.h"
+#include "icc_regs.h"
+#include "pwrseq_regs.h"
+
+// Backup mode entry point
+extern void Reset_Handler(void);
+
+extern void (* const __isr_vector[])(void);
+
+// Part defaults to HIRC/2 out of reset
+uint32_t SystemCoreClock = HIRC_FREQ >> 1; 
+
+__weak void SystemCoreClockUpdate(void)
+{
+    uint32_t base_freq, div, clk_src;
+
+    // Determine the clock source and frequency
+    clk_src = (MXC_GCR->clkcn & MXC_F_GCR_CLKCN_CLKSEL);
+    switch (clk_src)
+    {
+        case MXC_S_GCR_CLKCN_CLKSEL_HIRC:
+            base_freq = HIRC_FREQ;
+            break;
+        case MXC_S_GCR_CLKCN_CLKSEL_XTAL32M:
+            base_freq = XTAL32M_FREQ;
+            break;
+        case MXC_S_GCR_CLKCN_CLKSEL_LIRC8:
+            base_freq = LIRC8_FREQ;
+            break;
+        case MXC_S_GCR_CLKCN_CLKSEL_HIRC96:
+            base_freq = HIRC96_FREQ;
+            break;
+        case MXC_S_GCR_CLKCN_CLKSEL_HIRC8:
+            base_freq = HIRC8_FREQ;
+            break;
+        case MXC_S_GCR_CLKCN_CLKSEL_XTAL32K:
+            base_freq = XTAL32K_FREQ;
+            break;
+        default:
+	    // Values 001 and 111 are reserved, and should never be encountered.
+	    base_freq = HIRC_FREQ;
+            break;
+    }
+    // Clock divider is retrieved to compute system clock
+    div = (MXC_GCR->clkcn & MXC_F_GCR_CLKCN_PSC) >> MXC_F_GCR_CLKCN_PSC_POS;
+
+    SystemCoreClock = base_freq >> div;
+}
+
+/* This function is called before C runtime initialization and can be
+ * implemented by the application for early initializations. If a value other
+ * than '0' is returned, the C runtime initialization will be skipped.
+ *
+ * You may over-ride this function in your program by defining a custom 
+ *  PreInit(), but care should be taken to reproduce the initialization steps
+ *  or a non-functional system may result.
+ */
+__weak int PreInit(void)
+{
+    // Do nothing
+    return 0;
+}
+
+// This function can be implemented by the application to initialize the board
+__weak int Board_Init(void)
+{
+    // Do nothing
+    return 0;
+}
+
+/* This function is called just before control is transferred to main().
+ *
+ * You may over-ride this function in your program by defining a custom 
+ *  SystemInit(), but care should be taken to reproduce the initialization
+ *  steps or a non-functional system may result.
+ */
+__weak void SystemInit(void)
+{
+    /* Configure the interrupt controller to use the application vector 
+     * table in flash. Initially, VTOR points to the ROM's table.
+     */
+    SCB->VTOR = (unsigned long)&__isr_vector;
+
+    /* Enable FPU on Cortex-M4, which occupies coprocessor slots 10 & 11
+     * Grant full access, per "Table B3-24 CPACR bit assignments".
+     * DDI0403D "ARMv7-M Architecture Reference Manual"
+     */
+    SCB->CPACR |= SCB_CPACR_CP10_Msk | SCB_CPACR_CP11_Msk;
+    __DSB();
+    __ISB();
+
+    // Enable ICache1 Clock
+    MXC_GCR->perckcn1 &= ~(1 << 22);
+
+    // Invalidate cache and wait until ready
+    MXC_ICC1->invalidate = 1;
+    while (!(MXC_ICC1->cache_ctrl & MXC_F_ICC_CACHE_CTRL_CACHE_RDY));
+
+    // Enable Cache
+    MXC_ICC1->cache_ctrl |= MXC_F_ICC_CACHE_CTRL_CACHE_EN;
+
+    SystemCoreClockUpdate();
+
+    // No board init on core1
+    //Board_Init();
+}
diff --git a/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/meson.build b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/meson.build
new file mode 100644
index 0000000000000000000000000000000000000000..9f9b1f64f2e74448f68a8b009f9474ecd1d6ae41
--- /dev/null
+++ b/lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/meson.build
@@ -0,0 +1,68 @@
+#############################################################
+# For applications using just core0 or not dual-binaries
+#############################################################
+
+sources = files(
+  './Source/GCC/startup_max32665.S',
+  './Source/system_max32665.c',
+  './Source/heap.c',
+)
+
+max32665_startup_lib = static_library(
+  'max32665-startup',
+  sources,
+  dependencies: periphdriver,
+)
+
+max32665_startup = declare_dependency(
+  link_args: [
+    '-T', meson.current_source_dir() + 'Source/GCC/max32665.ld',
+    '--entry', 'Reset_Handler',
+  ],
+)
+
+#############################################################
+# For core0 applications with dual-binaries
+#############################################################
+
+sources = files(
+  './Source/GCC/startup_max32665.S',
+  './Source/system_max32665.c',
+  './Source/heap.c',
+)
+
+max32665_startup_core0_lib = static_library(
+  'max32665-startup-core0',
+  sources,
+  dependencies: periphdriver,
+)
+
+max32665_startup_core0 = declare_dependency(
+  link_args: [
+    '-T', meson.current_source_dir() + 'Source/GCC/max32665_core0.ld',
+    '--entry', 'Reset_Handler',
+  ],
+)
+
+#############################################################
+# For core1 applications with dual-binaries
+#############################################################
+
+sources = files(
+  './Source/GCC/startup_max32665.S',
+  './Source/system_max32665_core1.c',
+  './Source/heap.c',
+)
+
+max32665_startup_core1_lib = static_library(
+  'max32665-startup-core1',
+  sources,
+  dependencies: periphdriver,
+)
+
+max32665_startup_core1 = declare_dependency(
+  link_args: [
+    '-T', meson.current_source_dir() + 'Source/GCC/max32665_core1.ld',
+    '--entry', 'Reset_Handler',
+  ],
+)
diff --git a/sdk/Libraries/CMSIS/Include/arm_common_tables.h b/lib/sdk/Libraries/CMSIS/Include/arm_common_tables.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Include/arm_common_tables.h
rename to lib/sdk/Libraries/CMSIS/Include/arm_common_tables.h
diff --git a/sdk/Libraries/CMSIS/Include/arm_const_structs.h b/lib/sdk/Libraries/CMSIS/Include/arm_const_structs.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Include/arm_const_structs.h
rename to lib/sdk/Libraries/CMSIS/Include/arm_const_structs.h
diff --git a/sdk/Libraries/CMSIS/Include/arm_math.h b/lib/sdk/Libraries/CMSIS/Include/arm_math.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Include/arm_math.h
rename to lib/sdk/Libraries/CMSIS/Include/arm_math.h
diff --git a/sdk/Libraries/CMSIS/Include/core_cm3.h b/lib/sdk/Libraries/CMSIS/Include/core_cm3.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Include/core_cm3.h
rename to lib/sdk/Libraries/CMSIS/Include/core_cm3.h
diff --git a/sdk/Libraries/CMSIS/Include/core_cm4.h b/lib/sdk/Libraries/CMSIS/Include/core_cm4.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Include/core_cm4.h
rename to lib/sdk/Libraries/CMSIS/Include/core_cm4.h
diff --git a/sdk/Libraries/CMSIS/Include/core_cm4_simd.h b/lib/sdk/Libraries/CMSIS/Include/core_cm4_simd.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Include/core_cm4_simd.h
rename to lib/sdk/Libraries/CMSIS/Include/core_cm4_simd.h
diff --git a/sdk/Libraries/CMSIS/Include/core_cmFunc.h b/lib/sdk/Libraries/CMSIS/Include/core_cmFunc.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Include/core_cmFunc.h
rename to lib/sdk/Libraries/CMSIS/Include/core_cmFunc.h
diff --git a/sdk/Libraries/CMSIS/Include/core_cmInstr.h b/lib/sdk/Libraries/CMSIS/Include/core_cmInstr.h
similarity index 100%
rename from sdk/Libraries/CMSIS/Include/core_cmInstr.h
rename to lib/sdk/Libraries/CMSIS/Include/core_cmInstr.h
diff --git a/sdk/Libraries/CMSIS/Lib/GCC/libarm_cortexM3l_math.a b/lib/sdk/Libraries/CMSIS/Lib/GCC/libarm_cortexM3l_math.a
similarity index 100%
rename from sdk/Libraries/CMSIS/Lib/GCC/libarm_cortexM3l_math.a
rename to lib/sdk/Libraries/CMSIS/Lib/GCC/libarm_cortexM3l_math.a
diff --git a/sdk/Libraries/CMSIS/Lib/GCC/libarm_cortexM4l_math.a b/lib/sdk/Libraries/CMSIS/Lib/GCC/libarm_cortexM4l_math.a
similarity index 100%
rename from sdk/Libraries/CMSIS/Lib/GCC/libarm_cortexM4l_math.a
rename to lib/sdk/Libraries/CMSIS/Lib/GCC/libarm_cortexM4l_math.a
diff --git a/sdk/Libraries/CMSIS/Lib/GCC/libarm_cortexM4lf_math.a b/lib/sdk/Libraries/CMSIS/Lib/GCC/libarm_cortexM4lf_math.a
similarity index 100%
rename from sdk/Libraries/CMSIS/Lib/GCC/libarm_cortexM4lf_math.a
rename to lib/sdk/Libraries/CMSIS/Lib/GCC/libarm_cortexM4lf_math.a
diff --git a/sdk/Libraries/CMSIS/Lib/license.txt b/lib/sdk/Libraries/CMSIS/Lib/license.txt
similarity index 100%
rename from sdk/Libraries/CMSIS/Lib/license.txt
rename to lib/sdk/Libraries/CMSIS/Lib/license.txt
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/AUTHORS b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/AUTHORS
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/AUTHORS
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/AUTHORS
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/COPYING b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/COPYING
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/COPYING
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/COPYING
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ChangeLog b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ChangeLog
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ChangeLog
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ChangeLog
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/Makefile.am b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/Makefile.am
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/Makefile.am
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/Makefile.am
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/Makefile.in b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/Makefile.in
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/Makefile.in
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/Makefile.in
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/NEWS b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/NEWS
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/NEWS
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/NEWS
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/README b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/README
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/README
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/README
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ReadMeFirst.url b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ReadMeFirst.url
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ReadMeFirst.url
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ReadMeFirst.url
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/aclocal.m4 b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/aclocal.m4
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/aclocal.m4
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/aclocal.m4
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/build-aux/compile b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/build-aux/compile
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/build-aux/compile
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/build-aux/compile
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/build-aux/config.guess b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/build-aux/config.guess
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/build-aux/config.guess
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/build-aux/config.guess
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/build-aux/config.sub b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/build-aux/config.sub
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/build-aux/config.sub
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/build-aux/config.sub
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/build-aux/depcomp b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/build-aux/depcomp
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/build-aux/depcomp
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/build-aux/depcomp
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/build-aux/install-sh b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/build-aux/install-sh
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/build-aux/install-sh
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/build-aux/install-sh
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/build-aux/ltmain.sh b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/build-aux/ltmain.sh
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/build-aux/ltmain.sh
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/build-aux/ltmain.sh
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/build-aux/missing b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/build-aux/missing
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/build-aux/missing
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/build-aux/missing
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/build-aux/test-driver b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/build-aux/test-driver
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/build-aux/test-driver
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/build-aux/test-driver
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/1024/client-cert.der b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/1024/client-cert.der
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/1024/client-cert.der
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/1024/client-cert.der
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/1024/client-cert.pem b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/1024/client-cert.pem
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/1024/client-cert.pem
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/1024/client-cert.pem
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/1024/client-key.der b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/1024/client-key.der
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/1024/client-key.der
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/1024/client-key.der
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/1024/client-key.pem b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/1024/client-key.pem
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/1024/client-key.pem
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/1024/client-key.pem
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/1024/dh1024.der b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/1024/dh1024.der
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/1024/dh1024.der
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/1024/dh1024.der
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/1024/dh1024.pem b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/1024/dh1024.pem
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/1024/dh1024.pem
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/1024/dh1024.pem
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/1024/dsa1024.der b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/1024/dsa1024.der
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/1024/dsa1024.der
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/1024/dsa1024.der
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/1024/dsa1024.pem b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/1024/dsa1024.pem
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/1024/dsa1024.pem
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/1024/dsa1024.pem
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/1024/include.am b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/1024/include.am
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/1024/include.am
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/1024/include.am
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/1024/rsa1024.der b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/1024/rsa1024.der
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/1024/rsa1024.der
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/1024/rsa1024.der
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/ca-cert.der b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/ca-cert.der
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/ca-cert.der
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/ca-cert.der
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/ca-cert.pem b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/ca-cert.pem
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/ca-cert.pem
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/ca-cert.pem
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/ca-key.der b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/ca-key.der
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/ca-key.der
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/ca-key.der
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/ca-key.pem b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/ca-key.pem
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/ca-key.pem
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/ca-key.pem
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/client-cert.der b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/client-cert.der
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/client-cert.der
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/client-cert.der
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/client-cert.pem b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/client-cert.pem
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/client-cert.pem
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/client-cert.pem
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/client-ecc-cert.pem b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/client-ecc-cert.pem
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/client-ecc-cert.pem
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/client-ecc-cert.pem
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/client-key.der b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/client-key.der
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/client-key.der
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/client-key.der
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/client-key.pem b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/client-key.pem
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/client-key.pem
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/client-key.pem
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/client-keyEnc.pem b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/client-keyEnc.pem
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/client-keyEnc.pem
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/client-keyEnc.pem
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/crl/cliCrl.pem b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/crl/cliCrl.pem
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/crl/cliCrl.pem
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/crl/cliCrl.pem
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/crl/crl.pem b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/crl/crl.pem
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/crl/crl.pem
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/crl/crl.pem
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/crl/crl.revoked b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/crl/crl.revoked
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/crl/crl.revoked
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/crl/crl.revoked
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/crl/eccCliCRL.pem b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/crl/eccCliCRL.pem
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/crl/eccCliCRL.pem
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/crl/eccCliCRL.pem
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/crl/eccSrvCRL.pem b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/crl/eccSrvCRL.pem
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/crl/eccSrvCRL.pem
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/crl/eccSrvCRL.pem
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/crl/include.am b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/crl/include.am
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/crl/include.am
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/crl/include.am
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/dh2048.der b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/dh2048.der
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/dh2048.der
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/dh2048.der
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/dh2048.pem b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/dh2048.pem
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/dh2048.pem
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/dh2048.pem
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/dsa2048.der b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/dsa2048.der
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/dsa2048.der
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/dsa2048.der
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/ecc-client-key.pem b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/ecc-client-key.pem
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/ecc-client-key.pem
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/ecc-client-key.pem
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/ecc-key.der b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/ecc-key.der
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/ecc-key.der
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/ecc-key.der
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/ecc-key.pem b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/ecc-key.pem
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/ecc-key.pem
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/ecc-key.pem
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/ecc-keyPkcs8.pem b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/ecc-keyPkcs8.pem
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/ecc-keyPkcs8.pem
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/ecc-keyPkcs8.pem
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/include.am b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/include.am
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/include.am
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/include.am
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/ntru-cert.pem b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/ntru-cert.pem
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/ntru-cert.pem
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/ntru-cert.pem
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/ntru-key.raw b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/ntru-key.raw
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/ntru-key.raw
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/ntru-key.raw
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/rsa2048.der b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/rsa2048.der
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/rsa2048.der
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/rsa2048.der
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-cert.der b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-cert.der
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-cert.der
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-cert.der
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-cert.pem b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-cert.pem
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-cert.pem
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-cert.pem
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-ecc-rsa.pem b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-ecc-rsa.pem
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-ecc-rsa.pem
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-ecc-rsa.pem
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-ecc.pem b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-ecc.pem
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-ecc.pem
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-ecc.pem
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-key.der b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-key.der
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-key.der
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-key.der
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-key.pem b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-key.pem
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-key.pem
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-key.pem
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-keyEnc.pem b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-keyEnc.pem
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-keyEnc.pem
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-keyEnc.pem
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-keyPkcs8.pem b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-keyPkcs8.pem
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-keyPkcs8.pem
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-keyPkcs8.pem
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-keyPkcs8Enc.pem b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-keyPkcs8Enc.pem
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-keyPkcs8Enc.pem
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-keyPkcs8Enc.pem
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-keyPkcs8Enc12.pem b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-keyPkcs8Enc12.pem
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-keyPkcs8Enc12.pem
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-keyPkcs8Enc12.pem
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-keyPkcs8Enc2.pem b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-keyPkcs8Enc2.pem
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-keyPkcs8Enc2.pem
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/server-keyPkcs8Enc2.pem
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/taoCert.txt b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/taoCert.txt
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/taoCert.txt
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/certs/taoCert.txt
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/config.in b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/config.in
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/config.in
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/config.in
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/configure b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/configure
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/configure
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/configure
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/configure.ac b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/configure.ac
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/configure.ac
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/configure.ac
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/benchmark/benchmark.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/benchmark/benchmark.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/benchmark/benchmark.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/benchmark/benchmark.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/benchmark/benchmark.sln b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/benchmark/benchmark.sln
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/benchmark/benchmark.sln
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/benchmark/benchmark.sln
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/benchmark/benchmark.vcproj b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/benchmark/benchmark.vcproj
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/benchmark/benchmark.vcproj
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/benchmark/benchmark.vcproj
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/benchmark/include.am b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/benchmark/include.am
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/benchmark/include.am
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/benchmark/include.am
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/aes.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/aes.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/aes.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/aes.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/aes_asm.asm b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/aes_asm.asm
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/aes_asm.asm
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/aes_asm.asm
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/aes_asm.s b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/aes_asm.s
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/aes_asm.s
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/aes_asm.s
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/arc4.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/arc4.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/arc4.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/arc4.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/asm.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/asm.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/asm.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/asm.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/asn.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/asn.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/asn.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/asn.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/blake2b.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/blake2b.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/blake2b.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/blake2b.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/camellia.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/camellia.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/camellia.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/camellia.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/coding.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/coding.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/coding.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/coding.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/compress.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/compress.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/compress.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/compress.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/des3.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/des3.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/des3.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/des3.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/dh.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/dh.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/dh.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/dh.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/dsa.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/dsa.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/dsa.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/dsa.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/ecc.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/ecc.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/ecc.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/ecc.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/ecc_fp.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/ecc_fp.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/ecc_fp.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/ecc_fp.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/error.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/error.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/error.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/error.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fips.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fips.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fips.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fips.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fips_test.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fips_test.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fips_test.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fips_test.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mont_small.i b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mont_small.i
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mont_small.i
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mont_small.i
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_12.i b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_12.i
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_12.i
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_12.i
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_17.i b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_17.i
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_17.i
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_17.i
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_20.i b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_20.i
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_20.i
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_20.i
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_24.i b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_24.i
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_24.i
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_24.i
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_28.i b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_28.i
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_28.i
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_28.i
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_3.i b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_3.i
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_3.i
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_3.i
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_32.i b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_32.i
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_32.i
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_32.i
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_4.i b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_4.i
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_4.i
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_4.i
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_48.i b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_48.i
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_48.i
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_48.i
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_6.i b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_6.i
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_6.i
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_6.i
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_64.i b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_64.i
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_64.i
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_64.i
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_7.i b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_7.i
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_7.i
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_7.i
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_8.i b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_8.i
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_8.i
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_8.i
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_9.i b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_9.i
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_9.i
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_9.i
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_small_set.i b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_small_set.i
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_small_set.i
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_mul_comba_small_set.i
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_12.i b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_12.i
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_12.i
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_12.i
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_17.i b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_17.i
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_17.i
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_17.i
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_20.i b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_20.i
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_20.i
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_20.i
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_24.i b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_24.i
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_24.i
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_24.i
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_28.i b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_28.i
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_28.i
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_28.i
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_3.i b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_3.i
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_3.i
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_3.i
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_32.i b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_32.i
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_32.i
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_32.i
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_4.i b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_4.i
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_4.i
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_4.i
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_48.i b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_48.i
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_48.i
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_48.i
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_6.i b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_6.i
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_6.i
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_6.i
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_64.i b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_64.i
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_64.i
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_64.i
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_7.i b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_7.i
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_7.i
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_7.i
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_8.i b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_8.i
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_8.i
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_8.i
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_9.i b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_9.i
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_9.i
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_9.i
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_small_set.i b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_small_set.i
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_small_set.i
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/fp_sqr_comba_small_set.i
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/hc128.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/hc128.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/hc128.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/hc128.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/hmac.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/hmac.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/hmac.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/hmac.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/include.am b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/include.am
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/include.am
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/include.am
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/integer.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/integer.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/integer.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/integer.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/logging.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/logging.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/logging.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/logging.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/md2.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/md2.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/md2.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/md2.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/md4.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/md4.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/md4.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/md4.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/md5.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/md5.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/md5.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/md5.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/memory.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/memory.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/memory.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/memory.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/misc.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/misc.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/misc.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/misc.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/pkcs7.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/pkcs7.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/pkcs7.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/pkcs7.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/pwdbased.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/pwdbased.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/pwdbased.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/pwdbased.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/rabbit.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/rabbit.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/rabbit.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/rabbit.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/random.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/random.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/random.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/random.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/ripemd.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/ripemd.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/ripemd.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/ripemd.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/rsa.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/rsa.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/rsa.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/rsa.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/sha.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/sha.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/sha.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/sha.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/sha256.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/sha256.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/sha256.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/sha256.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/sha512.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/sha512.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/sha512.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/sha512.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/tfm.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/tfm.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/tfm.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/tfm.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/wc_port.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/wc_port.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/wc_port.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/wc_port.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/wolfcrypt_first.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/wolfcrypt_first.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/wolfcrypt_first.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/wolfcrypt_first.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/wolfcrypt_last.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/wolfcrypt_last.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/wolfcrypt_last.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/src/wolfcrypt_last.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/test/include.am b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/test/include.am
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/test/include.am
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/test/include.am
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/test/test.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/test/test.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/test/test.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/test/test.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/test/test.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/test/test.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/test/test.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/test/test.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/test/test.sln b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/test/test.sln
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/test/test.sln
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/test/test.sln
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/test/test.vcproj b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/test/test.vcproj
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/test/test.vcproj
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/ctaocrypt/test/test.vcproj
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl-ios.xcodeproj/project.pbxproj b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl-ios.xcodeproj/project.pbxproj
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl-ios.xcodeproj/project.pbxproj
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl-ios.xcodeproj/project.pbxproj
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl-iphone.xcodeproj/project.pbxproj b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl-iphone.xcodeproj/project.pbxproj
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl-iphone.xcodeproj/project.pbxproj
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl-iphone.xcodeproj/project.pbxproj
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl-ntru.sln b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl-ntru.sln
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl-ntru.sln
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl-ntru.sln
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl-ntru.vcproj b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl-ntru.vcproj
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl-ntru.vcproj
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl-ntru.vcproj
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl.sln b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl.sln
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl.sln
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl.sln
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl.vcproj b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl.vcproj
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl.vcproj
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl.vcproj
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl.vcxproj b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl.vcxproj
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl.vcxproj
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl.vcxproj
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/callbacks.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/callbacks.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/callbacks.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/callbacks.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/certs_test.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/certs_test.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/certs_test.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/certs_test.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/crl.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/crl.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/crl.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/crl.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/aes.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/aes.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/aes.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/aes.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/arc4.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/arc4.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/arc4.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/arc4.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/asn.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/asn.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/asn.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/asn.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/asn_public.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/asn_public.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/asn_public.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/asn_public.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/blake2-impl.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/blake2-impl.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/blake2-impl.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/blake2-impl.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/blake2-int.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/blake2-int.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/blake2-int.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/blake2-int.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/blake2.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/blake2.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/blake2.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/blake2.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/camellia.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/camellia.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/camellia.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/camellia.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/coding.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/coding.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/coding.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/coding.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/compress.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/compress.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/compress.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/compress.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/des3.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/des3.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/des3.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/des3.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/dh.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/dh.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/dh.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/dh.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/dsa.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/dsa.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/dsa.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/dsa.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/ecc.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/ecc.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/ecc.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/ecc.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/error-crypt.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/error-crypt.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/error-crypt.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/error-crypt.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/fips_test.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/fips_test.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/fips_test.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/fips_test.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/hc128.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/hc128.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/hc128.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/hc128.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/hmac.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/hmac.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/hmac.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/hmac.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/include.am b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/include.am
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/include.am
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/include.am
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/integer.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/integer.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/integer.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/integer.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/logging.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/logging.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/logging.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/logging.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/md2.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/md2.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/md2.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/md2.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/md4.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/md4.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/md4.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/md4.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/md5.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/md5.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/md5.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/md5.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/memory.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/memory.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/memory.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/memory.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/misc.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/misc.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/misc.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/misc.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/mpi_class.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/mpi_class.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/mpi_class.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/mpi_class.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/mpi_superclass.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/mpi_superclass.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/mpi_superclass.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/mpi_superclass.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/pkcs7.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/pkcs7.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/pkcs7.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/pkcs7.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/pwdbased.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/pwdbased.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/pwdbased.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/pwdbased.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/rabbit.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/rabbit.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/rabbit.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/rabbit.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/random.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/random.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/random.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/random.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/ripemd.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/ripemd.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/ripemd.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/ripemd.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/rsa.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/rsa.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/rsa.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/rsa.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/settings.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/settings.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/settings.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/settings.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/sha.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/sha.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/sha.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/sha.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/sha256.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/sha256.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/sha256.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/sha256.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/sha512.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/sha512.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/sha512.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/sha512.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/tfm.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/tfm.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/tfm.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/tfm.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/types.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/types.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/types.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/types.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/visibility.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/visibility.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/visibility.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/visibility.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/wc_port.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/wc_port.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/wc_port.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ctaocrypt/wc_port.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/error-ssl.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/error-ssl.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/error-ssl.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/error-ssl.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/include.am b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/include.am
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/include.am
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/include.am
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/internal.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/internal.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/internal.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/internal.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ocsp.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ocsp.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ocsp.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ocsp.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/asn1.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/asn1.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/asn1.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/asn1.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/bio.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/bio.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/bio.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/bio.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/bn.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/bn.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/bn.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/bn.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/conf.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/conf.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/conf.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/conf.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/crypto.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/crypto.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/crypto.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/crypto.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/des.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/des.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/des.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/des.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/dh.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/dh.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/dh.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/dh.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/dsa.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/dsa.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/dsa.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/dsa.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/ec.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/ec.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/ec.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/ec.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/ecdsa.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/ecdsa.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/ecdsa.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/ecdsa.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/engine.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/engine.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/engine.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/engine.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/err.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/err.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/err.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/err.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/evp.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/evp.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/evp.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/evp.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/hmac.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/hmac.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/hmac.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/hmac.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/include.am b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/include.am
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/include.am
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/include.am
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/lhash.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/lhash.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/lhash.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/lhash.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/md4.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/md4.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/md4.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/md4.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/md5.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/md5.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/md5.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/md5.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/ocsp.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/ocsp.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/ocsp.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/ocsp.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/opensslconf.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/opensslconf.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/opensslconf.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/opensslconf.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/opensslv.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/opensslv.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/opensslv.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/opensslv.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/ossl_typ.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/ossl_typ.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/ossl_typ.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/ossl_typ.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/pem.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/pem.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/pem.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/pem.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/pkcs12.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/pkcs12.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/pkcs12.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/pkcs12.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/rand.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/rand.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/rand.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/rand.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/ripemd.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/ripemd.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/ripemd.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/ripemd.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/rsa.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/rsa.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/rsa.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/rsa.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/sha.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/sha.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/sha.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/sha.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/ssl.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/ssl.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/ssl.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/ssl.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/stack.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/stack.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/stack.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/stack.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/ui.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/ui.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/ui.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/ui.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/x509.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/x509.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/x509.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/x509.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/x509v3.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/x509v3.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/x509v3.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/x509v3.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/options.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/options.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/options.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/options.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/options.h.in b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/options.h.in
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/options.h.in
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/options.h.in
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/sniffer.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/sniffer.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/sniffer.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/sniffer.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/sniffer_error.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/sniffer_error.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/sniffer_error.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/sniffer_error.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/sniffer_error.rc b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/sniffer_error.rc
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/sniffer_error.rc
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/sniffer_error.rc
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ssl.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ssl.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ssl.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/ssl.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/test.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/test.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/test.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/test.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/version.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/version.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/version.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/version.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/version.h.in b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/version.h.in
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/version.h.in
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl/version.h.in
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl64.sln b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl64.sln
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl64.sln
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/cyassl64.sln
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/doc/README.txt b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/doc/README.txt
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/doc/README.txt
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/doc/README.txt
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/doc/include.am b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/doc/include.am
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/doc/include.am
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/doc/include.am
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/client/client-ntru.vcproj b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/client/client-ntru.vcproj
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/client/client-ntru.vcproj
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/client/client-ntru.vcproj
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/client/client.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/client/client.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/client/client.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/client/client.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/client/client.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/client/client.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/client/client.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/client/client.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/client/client.sln b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/client/client.sln
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/client/client.sln
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/client/client.sln
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/client/client.vcproj b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/client/client.vcproj
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/client/client.vcproj
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/client/client.vcproj
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/client/client.vcxproj b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/client/client.vcxproj
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/client/client.vcxproj
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/client/client.vcxproj
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/client/include.am b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/client/include.am
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/client/include.am
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/client/include.am
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoclient/echoclient-ntru.vcproj b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoclient/echoclient-ntru.vcproj
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoclient/echoclient-ntru.vcproj
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoclient/echoclient-ntru.vcproj
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoclient/echoclient.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoclient/echoclient.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoclient/echoclient.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoclient/echoclient.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoclient/echoclient.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoclient/echoclient.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoclient/echoclient.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoclient/echoclient.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoclient/echoclient.sln b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoclient/echoclient.sln
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoclient/echoclient.sln
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoclient/echoclient.sln
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoclient/echoclient.vcproj b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoclient/echoclient.vcproj
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoclient/echoclient.vcproj
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoclient/echoclient.vcproj
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoclient/echoclient.vcxproj b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoclient/echoclient.vcxproj
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoclient/echoclient.vcxproj
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoclient/echoclient.vcxproj
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoclient/include.am b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoclient/include.am
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoclient/include.am
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoclient/include.am
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoserver/echoserver-ntru.vcproj b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoserver/echoserver-ntru.vcproj
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoserver/echoserver-ntru.vcproj
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoserver/echoserver-ntru.vcproj
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoserver/echoserver.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoserver/echoserver.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoserver/echoserver.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoserver/echoserver.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoserver/echoserver.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoserver/echoserver.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoserver/echoserver.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoserver/echoserver.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoserver/echoserver.sln b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoserver/echoserver.sln
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoserver/echoserver.sln
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoserver/echoserver.sln
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoserver/echoserver.vcproj b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoserver/echoserver.vcproj
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoserver/echoserver.vcproj
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoserver/echoserver.vcproj
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoserver/echoserver.vcxproj b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoserver/echoserver.vcxproj
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoserver/echoserver.vcxproj
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoserver/echoserver.vcxproj
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoserver/include.am b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoserver/include.am
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoserver/include.am
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/echoserver/include.am
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/server/include.am b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/server/include.am
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/server/include.am
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/server/include.am
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/server/server-ntru.vcproj b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/server/server-ntru.vcproj
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/server/server-ntru.vcproj
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/server/server-ntru.vcproj
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/server/server.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/server/server.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/server/server.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/server/server.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/server/server.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/server/server.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/server/server.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/server/server.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/server/server.sln b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/server/server.sln
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/server/server.sln
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/server/server.sln
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/server/server.vcproj b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/server/server.vcproj
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/server/server.vcproj
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/server/server.vcproj
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/server/server.vcxproj b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/server/server.vcxproj
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/server/server.vcxproj
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/examples/server/server.vcxproj
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/gencertbuf.pl b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/gencertbuf.pl
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/gencertbuf.pl
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/gencertbuf.pl
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/input b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/input
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/input
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/input
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/lib/dummy b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/lib/dummy
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/lib/dummy
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/lib/dummy
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_add_am_macro.m4 b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_add_am_macro.m4
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_add_am_macro.m4
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_add_am_macro.m4
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_am_jobserver.m4 b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_am_jobserver.m4
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_am_jobserver.m4
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_am_jobserver.m4
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_am_macros.m4 b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_am_macros.m4
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_am_macros.m4
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_am_macros.m4
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_append_compile_flags.m4 b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_append_compile_flags.m4
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_append_compile_flags.m4
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_append_compile_flags.m4
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_append_flag.m4 b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_append_flag.m4
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_append_flag.m4
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_append_flag.m4
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_append_to_file.m4 b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_append_to_file.m4
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_append_to_file.m4
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_append_to_file.m4
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_check_compile_flag.m4 b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_check_compile_flag.m4
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_check_compile_flag.m4
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_check_compile_flag.m4
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_check_link_flag.m4 b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_check_link_flag.m4
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_check_link_flag.m4
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_check_link_flag.m4
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_count_cpus.m4 b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_count_cpus.m4
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_count_cpus.m4
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_count_cpus.m4
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_create_generic_config.m4 b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_create_generic_config.m4
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_create_generic_config.m4
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_create_generic_config.m4
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_debug.m4 b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_debug.m4
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_debug.m4
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_debug.m4
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_file_escapes.m4 b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_file_escapes.m4
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_file_escapes.m4
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_file_escapes.m4
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_harden_compiler_flags.m4 b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_harden_compiler_flags.m4
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_harden_compiler_flags.m4
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_harden_compiler_flags.m4
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_print_to_file.m4 b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_print_to_file.m4
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_print_to_file.m4
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_print_to_file.m4
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_pthread.m4 b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_pthread.m4
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_pthread.m4
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_pthread.m4
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_tls.m4 b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_tls.m4
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_tls.m4
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_tls.m4
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_vcs_checkout.m4 b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_vcs_checkout.m4
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_vcs_checkout.m4
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ax_vcs_checkout.m4
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/hexversion.m4 b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/hexversion.m4
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/hexversion.m4
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/hexversion.m4
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/lib_socket_nsl.m4 b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/lib_socket_nsl.m4
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/lib_socket_nsl.m4
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/lib_socket_nsl.m4
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/libtool.m4 b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/libtool.m4
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/libtool.m4
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/libtool.m4
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ltoptions.m4 b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ltoptions.m4
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ltoptions.m4
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ltoptions.m4
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ltsugar.m4 b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ltsugar.m4
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ltsugar.m4
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ltsugar.m4
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ltversion.m4 b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ltversion.m4
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ltversion.m4
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/ltversion.m4
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/lt~obsolete.m4 b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/lt~obsolete.m4
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/lt~obsolete.m4
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/lt~obsolete.m4
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/visibility.m4 b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/visibility.m4
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/visibility.m4
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/visibility.m4
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/wolfssl_darwin_clang.m4 b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/wolfssl_darwin_clang.m4
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/wolfssl_darwin_clang.m4
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/m4/wolfssl_darwin_clang.m4
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/PIC32MZ-serial.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/PIC32MZ-serial.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/PIC32MZ-serial.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/PIC32MZ-serial.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/README b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/README
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/README
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/README
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/crypto.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/crypto.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/crypto.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/crypto.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/crypto.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/crypto.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/crypto.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/crypto.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/ctaocrypt_mcapi.X/Makefile b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/ctaocrypt_mcapi.X/Makefile
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/ctaocrypt_mcapi.X/Makefile
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/ctaocrypt_mcapi.X/Makefile
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/ctaocrypt_mcapi.X/nbproject/configurations.xml b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/ctaocrypt_mcapi.X/nbproject/configurations.xml
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/ctaocrypt_mcapi.X/nbproject/configurations.xml
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/ctaocrypt_mcapi.X/nbproject/configurations.xml
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/ctaocrypt_mcapi.X/nbproject/include.am b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/ctaocrypt_mcapi.X/nbproject/include.am
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/ctaocrypt_mcapi.X/nbproject/include.am
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/ctaocrypt_mcapi.X/nbproject/include.am
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/ctaocrypt_mcapi.X/nbproject/project.xml b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/ctaocrypt_mcapi.X/nbproject/project.xml
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/ctaocrypt_mcapi.X/nbproject/project.xml
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/ctaocrypt_mcapi.X/nbproject/project.xml
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/ctaocrypt_test.X/Makefile b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/ctaocrypt_test.X/Makefile
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/ctaocrypt_test.X/Makefile
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/ctaocrypt_test.X/Makefile
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/ctaocrypt_test.X/nbproject/configurations.xml b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/ctaocrypt_test.X/nbproject/configurations.xml
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/ctaocrypt_test.X/nbproject/configurations.xml
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/ctaocrypt_test.X/nbproject/configurations.xml
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/ctaocrypt_test.X/nbproject/include.am b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/ctaocrypt_test.X/nbproject/include.am
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/ctaocrypt_test.X/nbproject/include.am
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/ctaocrypt_test.X/nbproject/include.am
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/ctaocrypt_test.X/nbproject/project.xml b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/ctaocrypt_test.X/nbproject/project.xml
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/ctaocrypt_test.X/nbproject/project.xml
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/ctaocrypt_test.X/nbproject/project.xml
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/cyassl.X/Makefile b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/cyassl.X/Makefile
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/cyassl.X/Makefile
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/cyassl.X/Makefile
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/cyassl.X/nbproject/configurations.xml b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/cyassl.X/nbproject/configurations.xml
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/cyassl.X/nbproject/configurations.xml
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/cyassl.X/nbproject/configurations.xml
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/cyassl.X/nbproject/include.am b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/cyassl.X/nbproject/include.am
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/cyassl.X/nbproject/include.am
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/cyassl.X/nbproject/include.am
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/cyassl.X/nbproject/project.xml b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/cyassl.X/nbproject/project.xml
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/cyassl.X/nbproject/project.xml
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/cyassl.X/nbproject/project.xml
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/include.am b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/include.am
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/include.am
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/include.am
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/mcapi_test.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/mcapi_test.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/mcapi_test.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/mcapi_test.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/zlib.X/Makefile b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/zlib.X/Makefile
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/zlib.X/Makefile
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/zlib.X/Makefile
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/zlib.X/nbproject/configurations.xml b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/zlib.X/nbproject/configurations.xml
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/zlib.X/nbproject/configurations.xml
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/zlib.X/nbproject/configurations.xml
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/zlib.X/nbproject/include.am b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/zlib.X/nbproject/include.am
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/zlib.X/nbproject/include.am
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/zlib.X/nbproject/include.am
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/zlib.X/nbproject/project.xml b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/zlib.X/nbproject/project.xml
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/zlib.X/nbproject/project.xml
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mcapi/zlib.X/nbproject/project.xml
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/PIC32MZ-serial.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/PIC32MZ-serial.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/PIC32MZ-serial.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/PIC32MZ-serial.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/README b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/README
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/README
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/README
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/benchmark_main.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/benchmark_main.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/benchmark_main.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/benchmark_main.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/ctaocrypt_benchmark.X/Makefile b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/ctaocrypt_benchmark.X/Makefile
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/ctaocrypt_benchmark.X/Makefile
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/ctaocrypt_benchmark.X/Makefile
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/ctaocrypt_benchmark.X/nbproject/configurations.xml b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/ctaocrypt_benchmark.X/nbproject/configurations.xml
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/ctaocrypt_benchmark.X/nbproject/configurations.xml
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/ctaocrypt_benchmark.X/nbproject/configurations.xml
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/ctaocrypt_benchmark.X/nbproject/include.am b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/ctaocrypt_benchmark.X/nbproject/include.am
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/ctaocrypt_benchmark.X/nbproject/include.am
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/ctaocrypt_benchmark.X/nbproject/include.am
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/ctaocrypt_benchmark.X/nbproject/project.xml b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/ctaocrypt_benchmark.X/nbproject/project.xml
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/ctaocrypt_benchmark.X/nbproject/project.xml
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/ctaocrypt_benchmark.X/nbproject/project.xml
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/ctaocrypt_test.X/Makefile b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/ctaocrypt_test.X/Makefile
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/ctaocrypt_test.X/Makefile
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/ctaocrypt_test.X/Makefile
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/ctaocrypt_test.X/nbproject/configurations.xml b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/ctaocrypt_test.X/nbproject/configurations.xml
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/ctaocrypt_test.X/nbproject/configurations.xml
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/ctaocrypt_test.X/nbproject/configurations.xml
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/ctaocrypt_test.X/nbproject/include.am b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/ctaocrypt_test.X/nbproject/include.am
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/ctaocrypt_test.X/nbproject/include.am
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/ctaocrypt_test.X/nbproject/include.am
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/ctaocrypt_test.X/nbproject/project.xml b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/ctaocrypt_test.X/nbproject/project.xml
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/ctaocrypt_test.X/nbproject/project.xml
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/ctaocrypt_test.X/nbproject/project.xml
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/cyassl.X/Makefile b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/cyassl.X/Makefile
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/cyassl.X/Makefile
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/cyassl.X/Makefile
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/cyassl.X/nbproject/configurations.xml b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/cyassl.X/nbproject/configurations.xml
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/cyassl.X/nbproject/configurations.xml
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/cyassl.X/nbproject/configurations.xml
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/cyassl.X/nbproject/include.am b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/cyassl.X/nbproject/include.am
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/cyassl.X/nbproject/include.am
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/cyassl.X/nbproject/include.am
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/cyassl.X/nbproject/project.xml b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/cyassl.X/nbproject/project.xml
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/cyassl.X/nbproject/project.xml
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/cyassl.X/nbproject/project.xml
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/include.am b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/include.am
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/include.am
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/include.am
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/test_main.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/test_main.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/test_main.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/mplabx/test_main.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/quit b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/quit
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/quit
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/quit
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/rpm/include.am b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/rpm/include.am
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/rpm/include.am
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/rpm/include.am
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/rpm/spec.in b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/rpm/spec.in
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/rpm/spec.in
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/rpm/spec.in
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/src/crl.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/src/crl.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/src/crl.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/src/crl.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/src/include.am b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/src/include.am
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/src/include.am
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/src/include.am
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/src/internal.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/src/internal.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/src/internal.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/src/internal.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/src/io.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/src/io.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/src/io.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/src/io.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/src/keys.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/src/keys.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/src/keys.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/src/keys.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/src/ocsp.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/src/ocsp.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/src/ocsp.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/src/ocsp.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/src/sniffer.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/src/sniffer.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/src/sniffer.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/src/sniffer.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/src/ssl.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/src/ssl.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/src/ssl.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/src/ssl.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/src/tls.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/src/tls.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/src/tls.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/src/tls.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/sslSniffer/sslSniffer.vcproj b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/sslSniffer/sslSniffer.vcproj
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/sslSniffer/sslSniffer.vcproj
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/sslSniffer/sslSniffer.vcproj
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/sslSniffer/sslSniffer.vcxproj b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/sslSniffer/sslSniffer.vcxproj
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/sslSniffer/sslSniffer.vcxproj
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/sslSniffer/sslSniffer.vcxproj
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/sslSniffer/sslSnifferTest/include.am b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/sslSniffer/sslSnifferTest/include.am
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/sslSniffer/sslSnifferTest/include.am
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/sslSniffer/sslSnifferTest/include.am
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/sslSniffer/sslSnifferTest/snifftest.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/sslSniffer/sslSnifferTest/snifftest.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/sslSniffer/sslSnifferTest/snifftest.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/sslSniffer/sslSnifferTest/snifftest.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/sslSniffer/sslSnifferTest/sslSniffTest.vcproj b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/sslSniffer/sslSnifferTest/sslSniffTest.vcproj
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/sslSniffer/sslSnifferTest/sslSniffTest.vcproj
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/sslSniffer/sslSnifferTest/sslSniffTest.vcproj
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/stamp-h.in b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/stamp-h.in
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/stamp-h.in
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/stamp-h.in
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/support/cyassl.pc b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/support/cyassl.pc
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/support/cyassl.pc
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/support/cyassl.pc
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/support/cyassl.pc.in b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/support/cyassl.pc.in
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/support/cyassl.pc.in
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/support/cyassl.pc.in
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/support/include.am b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/support/include.am
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/support/include.am
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/support/include.am
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/swig/PythonBuild.sh b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/swig/PythonBuild.sh
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/swig/PythonBuild.sh
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/swig/PythonBuild.sh
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/swig/README b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/swig/README
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/swig/README
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/swig/README
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/swig/cyassl.i b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/swig/cyassl.i
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/swig/cyassl.i
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/swig/cyassl.i
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/swig/cyassl_adds.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/swig/cyassl_adds.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/swig/cyassl_adds.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/swig/cyassl_adds.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/swig/include.am b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/swig/include.am
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/swig/include.am
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/swig/include.am
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/swig/python_cyassl.vcproj b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/swig/python_cyassl.vcproj
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/swig/python_cyassl.vcproj
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/swig/python_cyassl.vcproj
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/swig/rsasign.py b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/swig/rsasign.py
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/swig/rsasign.py
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/swig/rsasign.py
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/swig/runme.py b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/swig/runme.py
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/swig/runme.py
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/swig/runme.py
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/tests/api.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/tests/api.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/tests/api.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/tests/api.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/tests/hash.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/tests/hash.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/tests/hash.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/tests/hash.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/tests/include.am b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/tests/include.am
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/tests/include.am
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/tests/include.am
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/tests/suites.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/tests/suites.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/tests/suites.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/tests/suites.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/tests/test-dtls.conf b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/tests/test-dtls.conf
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/tests/test-dtls.conf
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/tests/test-dtls.conf
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/tests/test.conf b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/tests/test.conf
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/tests/test.conf
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/tests/test.conf
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/tests/unit.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/tests/unit.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/tests/unit.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/tests/unit.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/tests/unit.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/tests/unit.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/tests/unit.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/tests/unit.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/testsuite/include.am b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/testsuite/include.am
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/testsuite/include.am
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/testsuite/include.am
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/testsuite/testsuite-ntru.vcproj b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/testsuite/testsuite-ntru.vcproj
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/testsuite/testsuite-ntru.vcproj
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/testsuite/testsuite-ntru.vcproj
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/testsuite/testsuite.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/testsuite/testsuite.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/testsuite/testsuite.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/testsuite/testsuite.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/testsuite/testsuite.sln b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/testsuite/testsuite.sln
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/testsuite/testsuite.sln
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/testsuite/testsuite.sln
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/testsuite/testsuite.vcproj b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/testsuite/testsuite.vcproj
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/testsuite/testsuite.vcproj
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/testsuite/testsuite.vcproj
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/testsuite/testsuite.vcxproj b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/testsuite/testsuite.vcxproj
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/testsuite/testsuite.vcxproj
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/testsuite/testsuite.vcxproj
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/valgrind-error.sh b/lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/valgrind-error.sh
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/valgrind-error.sh
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/CyaSSL/valgrind-error.sh
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/FreeRTOS_CLI.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/FreeRTOS_CLI.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/FreeRTOS_CLI.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/FreeRTOS_CLI.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/FreeRTOS_CLI.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/FreeRTOS_CLI.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/FreeRTOS_CLI.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/FreeRTOS_CLI.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/History.txt b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/History.txt
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/History.txt
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/History.txt
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/LICENSE_INFORMATION.txt b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/LICENSE_INFORMATION.txt
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/LICENSE_INFORMATION.txt
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/LICENSE_INFORMATION.txt
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/ReadMe.url b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/ReadMe.url
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/ReadMe.url
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/ReadMe.url
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/readme.txt b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/readme.txt
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/readme.txt
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/readme.txt
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/ReadMe.url b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/ReadMe.url
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/ReadMe.url
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/ReadMe.url
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/api/api_mdriver.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/api/api_mdriver.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/api/api_mdriver.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/api/api_mdriver.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/api/api_mdriver_ram.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/api/api_mdriver_ram.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/api/api_mdriver_ram.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/api/api_mdriver_ram.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/api/fat_sl.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/api/fat_sl.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/api/fat_sl.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/api/fat_sl.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/config/config_fat_sl_template.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/config/config_fat_sl_template.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/config/config_fat_sl_template.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/config/config_fat_sl_template.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/config/config_mdriver_ram_template.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/config/config_mdriver_ram_template.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/config/config_mdriver_ram_template.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/config/config_mdriver_ram_template.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/dir.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/dir.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/dir.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/dir.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/dir.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/dir.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/dir.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/dir.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/drv.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/drv.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/drv.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/drv.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/drv.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/drv.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/drv.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/drv.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/f_lock.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/f_lock.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/f_lock.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/f_lock.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/f_lock.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/f_lock.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/f_lock.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/f_lock.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/fat.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/fat.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/fat.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/fat.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/fat.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/fat.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/fat.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/fat.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/file.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/file.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/file.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/file.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/file.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/file.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/file.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/file.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/util.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/util.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/util.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/util.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/util.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/util.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/util.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/util.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/util_sfn.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/util_sfn.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/util_sfn.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/util_sfn.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/util_sfn.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/util_sfn.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/util_sfn.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/util_sfn.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/volume.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/volume.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/volume.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/volume.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/volume.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/volume.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/volume.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/common/volume.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/test/test.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/test/test.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/test/test.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/test/test.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/test/test.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/test/test.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/test/test.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/fat_sl/test/test.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/media-drv/ram/ramdrv_f.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/media-drv/ram/ramdrv_f.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/media-drv/ram/ramdrv_f.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/media-drv/ram/ramdrv_f.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/psp/include/psp_rtc.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/psp/include/psp_rtc.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/psp/include/psp_rtc.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/psp/include/psp_rtc.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/psp/include/psp_string.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/psp/include/psp_string.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/psp/include/psp_string.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/psp/include/psp_string.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/psp/target/fat_sl/psp_test.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/psp/target/fat_sl/psp_test.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/psp/target/fat_sl/psp_test.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/psp/target/fat_sl/psp_test.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/psp/target/fat_sl/psp_test.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/psp/target/fat_sl/psp_test.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/psp/target/fat_sl/psp_test.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/psp/target/fat_sl/psp_test.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/psp/target/rtc/psp_rtc.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/psp/target/rtc/psp_rtc.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/psp/target/rtc/psp_rtc.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/psp/target/rtc/psp_rtc.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/version/History.txt b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/version/History.txt
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/version/History.txt
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/version/History.txt
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/version/ver_fat_sl.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/version/ver_fat_sl.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/version/ver_fat_sl.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/version/ver_fat_sl.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/version/ver_mdriver.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/version/ver_mdriver.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/version/ver_mdriver.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/version/ver_mdriver.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/version/ver_mdriver_ram.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/version/ver_mdriver_ram.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/version/ver_mdriver_ram.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/version/ver_mdriver_ram.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/version/ver_psp_fat_sl.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/version/ver_psp_fat_sl.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/version/ver_psp_fat_sl.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/version/ver_psp_fat_sl.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/version/ver_psp_rtc.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/version/ver_psp_rtc.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/version/ver_psp_rtc.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/version/ver_psp_rtc.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/version/ver_psp_string.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/version/ver_psp_string.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/version/ver_psp_string.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/version/ver_psp_string.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-IO/LinkToDemo.url b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-IO/LinkToDemo.url
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-IO/LinkToDemo.url
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-IO/LinkToDemo.url
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-IO/readme.txt b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-IO/readme.txt
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-IO/readme.txt
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-IO/readme.txt
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Nabto/readme.txt b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Nabto/readme.txt
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Nabto/readme.txt
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Nabto/readme.txt
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/ConfigurationTemplate/trcConfig.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/ConfigurationTemplate/trcConfig.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/ConfigurationTemplate/trcConfig.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/ConfigurationTemplate/trcConfig.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/Include/trcBase.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/Include/trcBase.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/Include/trcBase.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/Include/trcBase.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/Include/trcHardwarePort.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/Include/trcHardwarePort.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/Include/trcHardwarePort.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/Include/trcHardwarePort.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/Include/trcKernel.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/Include/trcKernel.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/Include/trcKernel.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/Include/trcKernel.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/Include/trcKernelHooks.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/Include/trcKernelHooks.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/Include/trcKernelHooks.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/Include/trcKernelHooks.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/Include/trcKernelPort.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/Include/trcKernelPort.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/Include/trcKernelPort.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/Include/trcKernelPort.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/Include/trcKernelPortFreeRTOS.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/Include/trcKernelPortFreeRTOS.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/Include/trcKernelPortFreeRTOS.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/Include/trcKernelPortFreeRTOS.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/Include/trcTypes.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/Include/trcTypes.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/Include/trcTypes.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/Include/trcTypes.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/Include/trcUser.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/Include/trcUser.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/Include/trcUser.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/Include/trcUser.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/ReadMe.url b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/ReadMe.url
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/ReadMe.url
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/ReadMe.url
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/debugger trace upload.txt b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/debugger trace upload.txt
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/debugger trace upload.txt
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/debugger trace upload.txt
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/readme.txt b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/readme.txt
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/readme.txt
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/readme.txt
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/trcBase.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/trcBase.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/trcBase.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/trcBase.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/trcHardwarePort.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/trcHardwarePort.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/trcHardwarePort.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/trcHardwarePort.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/trcKernel.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/trcKernel.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/trcKernel.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/trcKernel.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/trcKernelPort.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/trcKernelPort.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/trcKernelPort.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/trcKernelPort.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/trcUser.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/trcUser.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/trcUser.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-Trace/trcUser.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/FreeRTOS_DHCP.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/FreeRTOS_DHCP.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/FreeRTOS_DHCP.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/FreeRTOS_DHCP.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/FreeRTOS_DNS.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/FreeRTOS_DNS.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/FreeRTOS_DNS.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/FreeRTOS_DNS.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/FreeRTOS_Sockets.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/FreeRTOS_Sockets.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/FreeRTOS_Sockets.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/FreeRTOS_Sockets.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/FreeRTOS_UDP_IP.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/FreeRTOS_UDP_IP.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/FreeRTOS_UDP_IP.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/FreeRTOS_UDP_IP.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/History.txt b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/History.txt
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/History.txt
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/History.txt
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/ReadMe.url b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/ReadMe.url
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/ReadMe.url
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/ReadMe.url
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/See also FreeRTOS+TCP.url b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/See also FreeRTOS+TCP.url
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/See also FreeRTOS+TCP.url
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/See also FreeRTOS+TCP.url
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOSIPConfigDefaults.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOSIPConfigDefaults.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOSIPConfigDefaults.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOSIPConfigDefaults.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOS_DHCP.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOS_DHCP.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOS_DHCP.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOS_DHCP.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOS_DNS.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOS_DNS.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOS_DNS.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOS_DNS.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOS_IP_Private.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOS_IP_Private.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOS_IP_Private.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOS_IP_Private.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOS_Sockets.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOS_Sockets.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOS_Sockets.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOS_Sockets.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOS_UDP_IP.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOS_UDP_IP.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOS_UDP_IP.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/FreeRTOS_UDP_IP.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/IPTraceMacroDefaults.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/IPTraceMacroDefaults.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/IPTraceMacroDefaults.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/IPTraceMacroDefaults.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/NetworkBufferManagement.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/NetworkBufferManagement.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/NetworkBufferManagement.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/NetworkBufferManagement.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/NetworkInterface.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/NetworkInterface.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/NetworkInterface.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/NetworkInterface.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/BufferManagement/BufferAllocation_1.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/BufferManagement/BufferAllocation_1.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/BufferManagement/BufferAllocation_1.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/BufferManagement/BufferAllocation_1.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/BufferManagement/BufferAllocation_2.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/BufferManagement/BufferAllocation_2.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/BufferManagement/BufferAllocation_2.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/BufferManagement/BufferAllocation_2.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/GCC/pack_struct_end.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/GCC/pack_struct_end.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/GCC/pack_struct_end.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/GCC/pack_struct_end.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/GCC/pack_struct_start.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/GCC/pack_struct_start.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/GCC/pack_struct_start.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/GCC/pack_struct_start.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/MSVC/pack_struct_end.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/MSVC/pack_struct_end.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/MSVC/pack_struct_end.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/MSVC/pack_struct_end.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/MSVC/pack_struct_start.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/MSVC/pack_struct_start.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/MSVC/pack_struct_start.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/MSVC/pack_struct_start.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/Renesas/pack_struct_end.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/Renesas/pack_struct_end.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/Renesas/pack_struct_end.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/Renesas/pack_struct_end.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/Renesas/pack_struct_start.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/Renesas/pack_struct_start.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/Renesas/pack_struct_start.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/Compiler/Renesas/pack_struct_start.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC17xx/NetworkInterface.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC17xx/NetworkInterface.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC17xx/NetworkInterface.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC17xx/NetworkInterface.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_CMSISv2p10_LPC18xx_DriverLib/NetworkInterface.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_CMSISv2p10_LPC18xx_DriverLib/NetworkInterface.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_CMSISv2p10_LPC18xx_DriverLib/NetworkInterface.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_CMSISv2p10_LPC18xx_DriverLib/NetworkInterface.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_CMSISv2p10_LPC18xx_DriverLib/lpc18xx_emac.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_CMSISv2p10_LPC18xx_DriverLib/lpc18xx_emac.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_CMSISv2p10_LPC18xx_DriverLib/lpc18xx_emac.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_CMSISv2p10_LPC18xx_DriverLib/lpc18xx_emac.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_CMSISv2p10_LPC18xx_DriverLib/lpc18xx_emac.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_CMSISv2p10_LPC18xx_DriverLib/lpc18xx_emac.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_CMSISv2p10_LPC18xx_DriverLib/lpc18xx_emac.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_CMSISv2p10_LPC18xx_DriverLib/lpc18xx_emac.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_LPCOpen_Library/NetworkInterface.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_LPCOpen_Library/NetworkInterface.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_LPCOpen_Library/NetworkInterface.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_LPCOpen_Library/NetworkInterface.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_LPCOpen_Library/lpc18xx_43xx_EMAC_LPCOpen.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_LPCOpen_Library/lpc18xx_43xx_EMAC_LPCOpen.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_LPCOpen_Library/lpc18xx_43xx_EMAC_LPCOpen.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_LPCOpen_Library/lpc18xx_43xx_EMAC_LPCOpen.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_LPCOpen_Library/lpc18xx_43xx_EMAC_LPCOpen.h b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_LPCOpen_Library/lpc18xx_43xx_EMAC_LPCOpen.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_LPCOpen_Library/lpc18xx_43xx_EMAC_LPCOpen.h
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_LPCOpen_Library/lpc18xx_43xx_EMAC_LPCOpen.h
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/SAM4E/NetworkInterface.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/SAM4E/NetworkInterface.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/SAM4E/NetworkInterface.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/SAM4E/NetworkInterface.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/SH2A/NetworkInterface.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/SH2A/NetworkInterface.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/SH2A/NetworkInterface.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/SH2A/NetworkInterface.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/WinPCap/NetworkInterface.c b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/WinPCap/NetworkInterface.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/WinPCap/NetworkInterface.c
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/WinPCap/NetworkInterface.c
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/readme.txt b/lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/readme.txt
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/readme.txt
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/readme.txt
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/WebDocs.url b/lib/sdk/Libraries/FreeRTOS-Plus/Source/WebDocs.url
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/WebDocs.url
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/WebDocs.url
diff --git a/sdk/Libraries/FreeRTOS-Plus/Source/readme.txt b/lib/sdk/Libraries/FreeRTOS-Plus/Source/readme.txt
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/Source/readme.txt
rename to lib/sdk/Libraries/FreeRTOS-Plus/Source/readme.txt
diff --git a/sdk/Libraries/FreeRTOS-Plus/readme.txt b/lib/sdk/Libraries/FreeRTOS-Plus/readme.txt
similarity index 100%
rename from sdk/Libraries/FreeRTOS-Plus/readme.txt
rename to lib/sdk/Libraries/FreeRTOS-Plus/readme.txt
diff --git a/sdk/Libraries/FreeRTOS/Makefile b/lib/sdk/Libraries/FreeRTOS/Makefile
similarity index 100%
rename from sdk/Libraries/FreeRTOS/Makefile
rename to lib/sdk/Libraries/FreeRTOS/Makefile
diff --git a/sdk/Libraries/FreeRTOS/Source/croutine.c b/lib/sdk/Libraries/FreeRTOS/Source/croutine.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS/Source/croutine.c
rename to lib/sdk/Libraries/FreeRTOS/Source/croutine.c
diff --git a/sdk/Libraries/FreeRTOS/Source/event_groups.c b/lib/sdk/Libraries/FreeRTOS/Source/event_groups.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS/Source/event_groups.c
rename to lib/sdk/Libraries/FreeRTOS/Source/event_groups.c
diff --git a/sdk/Libraries/FreeRTOS/Source/include/FreeRTOS.h b/lib/sdk/Libraries/FreeRTOS/Source/include/FreeRTOS.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS/Source/include/FreeRTOS.h
rename to lib/sdk/Libraries/FreeRTOS/Source/include/FreeRTOS.h
diff --git a/sdk/Libraries/FreeRTOS/Source/include/StackMacros.h b/lib/sdk/Libraries/FreeRTOS/Source/include/StackMacros.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS/Source/include/StackMacros.h
rename to lib/sdk/Libraries/FreeRTOS/Source/include/StackMacros.h
diff --git a/sdk/Libraries/FreeRTOS/Source/include/croutine.h b/lib/sdk/Libraries/FreeRTOS/Source/include/croutine.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS/Source/include/croutine.h
rename to lib/sdk/Libraries/FreeRTOS/Source/include/croutine.h
diff --git a/sdk/Libraries/FreeRTOS/Source/include/deprecated_definitions.h b/lib/sdk/Libraries/FreeRTOS/Source/include/deprecated_definitions.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS/Source/include/deprecated_definitions.h
rename to lib/sdk/Libraries/FreeRTOS/Source/include/deprecated_definitions.h
diff --git a/sdk/Libraries/FreeRTOS/Source/include/event_groups.h b/lib/sdk/Libraries/FreeRTOS/Source/include/event_groups.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS/Source/include/event_groups.h
rename to lib/sdk/Libraries/FreeRTOS/Source/include/event_groups.h
diff --git a/sdk/Libraries/FreeRTOS/Source/include/list.h b/lib/sdk/Libraries/FreeRTOS/Source/include/list.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS/Source/include/list.h
rename to lib/sdk/Libraries/FreeRTOS/Source/include/list.h
diff --git a/sdk/Libraries/FreeRTOS/Source/include/mpu_wrappers.h b/lib/sdk/Libraries/FreeRTOS/Source/include/mpu_wrappers.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS/Source/include/mpu_wrappers.h
rename to lib/sdk/Libraries/FreeRTOS/Source/include/mpu_wrappers.h
diff --git a/sdk/Libraries/FreeRTOS/Source/include/portable.h b/lib/sdk/Libraries/FreeRTOS/Source/include/portable.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS/Source/include/portable.h
rename to lib/sdk/Libraries/FreeRTOS/Source/include/portable.h
diff --git a/sdk/Libraries/FreeRTOS/Source/include/projdefs.h b/lib/sdk/Libraries/FreeRTOS/Source/include/projdefs.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS/Source/include/projdefs.h
rename to lib/sdk/Libraries/FreeRTOS/Source/include/projdefs.h
diff --git a/sdk/Libraries/FreeRTOS/Source/include/queue.h b/lib/sdk/Libraries/FreeRTOS/Source/include/queue.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS/Source/include/queue.h
rename to lib/sdk/Libraries/FreeRTOS/Source/include/queue.h
diff --git a/sdk/Libraries/FreeRTOS/Source/include/semphr.h b/lib/sdk/Libraries/FreeRTOS/Source/include/semphr.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS/Source/include/semphr.h
rename to lib/sdk/Libraries/FreeRTOS/Source/include/semphr.h
diff --git a/sdk/Libraries/FreeRTOS/Source/include/stdint.readme b/lib/sdk/Libraries/FreeRTOS/Source/include/stdint.readme
similarity index 100%
rename from sdk/Libraries/FreeRTOS/Source/include/stdint.readme
rename to lib/sdk/Libraries/FreeRTOS/Source/include/stdint.readme
diff --git a/sdk/Libraries/FreeRTOS/Source/include/task.h b/lib/sdk/Libraries/FreeRTOS/Source/include/task.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS/Source/include/task.h
rename to lib/sdk/Libraries/FreeRTOS/Source/include/task.h
diff --git a/sdk/Libraries/FreeRTOS/Source/include/timers.h b/lib/sdk/Libraries/FreeRTOS/Source/include/timers.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS/Source/include/timers.h
rename to lib/sdk/Libraries/FreeRTOS/Source/include/timers.h
diff --git a/sdk/Libraries/FreeRTOS/Source/list.c b/lib/sdk/Libraries/FreeRTOS/Source/list.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS/Source/list.c
rename to lib/sdk/Libraries/FreeRTOS/Source/list.c
diff --git a/sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM0/port.c b/lib/sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM0/port.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM0/port.c
rename to lib/sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM0/port.c
diff --git a/sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM0/portmacro.h b/lib/sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM0/portmacro.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM0/portmacro.h
rename to lib/sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM0/portmacro.h
diff --git a/sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM3/port.c b/lib/sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM3/port.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM3/port.c
rename to lib/sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM3/port.c
diff --git a/sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM3/portmacro.h b/lib/sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM3/portmacro.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM3/portmacro.h
rename to lib/sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM3/portmacro.h
diff --git a/sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/port.c b/lib/sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/port.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/port.c
rename to lib/sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/port.c
diff --git a/sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/portmacro.h b/lib/sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/portmacro.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/portmacro.h
rename to lib/sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/portmacro.h
diff --git a/sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c b/lib/sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
rename to lib/sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
diff --git a/sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h b/lib/sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h
rename to lib/sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h
diff --git a/sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM7/ReadMe.txt b/lib/sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM7/ReadMe.txt
similarity index 100%
rename from sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM7/ReadMe.txt
rename to lib/sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM7/ReadMe.txt
diff --git a/sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1/port.c b/lib/sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1/port.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1/port.c
rename to lib/sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1/port.c
diff --git a/sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1/portmacro.h b/lib/sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1/portmacro.h
similarity index 100%
rename from sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1/portmacro.h
rename to lib/sdk/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1/portmacro.h
diff --git a/sdk/Libraries/FreeRTOS/Source/portable/MemMang/heap_1.c b/lib/sdk/Libraries/FreeRTOS/Source/portable/MemMang/heap_1.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS/Source/portable/MemMang/heap_1.c
rename to lib/sdk/Libraries/FreeRTOS/Source/portable/MemMang/heap_1.c
diff --git a/sdk/Libraries/FreeRTOS/Source/portable/MemMang/heap_2.c b/lib/sdk/Libraries/FreeRTOS/Source/portable/MemMang/heap_2.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS/Source/portable/MemMang/heap_2.c
rename to lib/sdk/Libraries/FreeRTOS/Source/portable/MemMang/heap_2.c
diff --git a/sdk/Libraries/FreeRTOS/Source/portable/MemMang/heap_3.c b/lib/sdk/Libraries/FreeRTOS/Source/portable/MemMang/heap_3.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS/Source/portable/MemMang/heap_3.c
rename to lib/sdk/Libraries/FreeRTOS/Source/portable/MemMang/heap_3.c
diff --git a/sdk/Libraries/FreeRTOS/Source/portable/MemMang/heap_4.c b/lib/sdk/Libraries/FreeRTOS/Source/portable/MemMang/heap_4.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS/Source/portable/MemMang/heap_4.c
rename to lib/sdk/Libraries/FreeRTOS/Source/portable/MemMang/heap_4.c
diff --git a/sdk/Libraries/FreeRTOS/Source/portable/MemMang/heap_5.c b/lib/sdk/Libraries/FreeRTOS/Source/portable/MemMang/heap_5.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS/Source/portable/MemMang/heap_5.c
rename to lib/sdk/Libraries/FreeRTOS/Source/portable/MemMang/heap_5.c
diff --git a/sdk/Libraries/FreeRTOS/Source/portable/readme.txt b/lib/sdk/Libraries/FreeRTOS/Source/portable/readme.txt
similarity index 100%
rename from sdk/Libraries/FreeRTOS/Source/portable/readme.txt
rename to lib/sdk/Libraries/FreeRTOS/Source/portable/readme.txt
diff --git a/sdk/Libraries/FreeRTOS/Source/queue.c b/lib/sdk/Libraries/FreeRTOS/Source/queue.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS/Source/queue.c
rename to lib/sdk/Libraries/FreeRTOS/Source/queue.c
diff --git a/sdk/Libraries/FreeRTOS/Source/readme.txt b/lib/sdk/Libraries/FreeRTOS/Source/readme.txt
similarity index 100%
rename from sdk/Libraries/FreeRTOS/Source/readme.txt
rename to lib/sdk/Libraries/FreeRTOS/Source/readme.txt
diff --git a/sdk/Libraries/FreeRTOS/Source/tasks.c b/lib/sdk/Libraries/FreeRTOS/Source/tasks.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS/Source/tasks.c
rename to lib/sdk/Libraries/FreeRTOS/Source/tasks.c
diff --git a/sdk/Libraries/FreeRTOS/Source/timers.c b/lib/sdk/Libraries/FreeRTOS/Source/timers.c
similarity index 100%
rename from sdk/Libraries/FreeRTOS/Source/timers.c
rename to lib/sdk/Libraries/FreeRTOS/Source/timers.c
diff --git a/sdk/Libraries/FreeRTOS/freertos.mk b/lib/sdk/Libraries/FreeRTOS/freertos.mk
similarity index 100%
rename from sdk/Libraries/FreeRTOS/freertos.mk
rename to lib/sdk/Libraries/FreeRTOS/freertos.mk
diff --git a/lib/sdk/Libraries/FreeRTOS/meson.build b/lib/sdk/Libraries/FreeRTOS/meson.build
new file mode 100644
index 0000000000000000000000000000000000000000..71efeaf7d234373cad50f2dfb02f82ce2a8beae1
--- /dev/null
+++ b/lib/sdk/Libraries/FreeRTOS/meson.build
@@ -0,0 +1,17 @@
+freertos_sdk_includes = include_directories(
+  './Source/include/',
+  './Source/portable/GCC/ARM_CM4F/',
+  '../FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/',
+)
+
+freertos_sdk_sources = files(
+  './Source/croutine.c',
+  './Source/event_groups.c',
+  './Source/list.c',
+  './Source/queue.c',
+  './Source/tasks.c',
+  './Source/timers.c',
+  './Source/portable/GCC/ARM_CM4F/port.c',
+  '../FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/FreeRTOS_CLI.c',
+  './Source/portable/MemMang/heap_2.c',
+)
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Include/adc.h b/lib/sdk/Libraries/MAX32665PeriphDriver/Include/adc.h
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Include/adc.h
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Include/adc.h
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Include/cipher.h b/lib/sdk/Libraries/MAX32665PeriphDriver/Include/cipher.h
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Include/cipher.h
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Include/cipher.h
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Include/core1.h b/lib/sdk/Libraries/MAX32665PeriphDriver/Include/core1.h
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Include/core1.h
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Include/core1.h
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Include/crc.h b/lib/sdk/Libraries/MAX32665PeriphDriver/Include/crc.h
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Include/crc.h
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Include/crc.h
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Include/dma.h b/lib/sdk/Libraries/MAX32665PeriphDriver/Include/dma.h
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Include/dma.h
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Include/dma.h
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Include/dvs.h b/lib/sdk/Libraries/MAX32665PeriphDriver/Include/dvs.h
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Include/dvs.h
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Include/dvs.h
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Include/emcc.h b/lib/sdk/Libraries/MAX32665PeriphDriver/Include/emcc.h
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Include/emcc.h
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Include/emcc.h
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Include/flc.h b/lib/sdk/Libraries/MAX32665PeriphDriver/Include/flc.h
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Include/flc.h
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Include/flc.h
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Include/gpio.h b/lib/sdk/Libraries/MAX32665PeriphDriver/Include/gpio.h
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Include/gpio.h
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Include/gpio.h
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Include/hash.h b/lib/sdk/Libraries/MAX32665PeriphDriver/Include/hash.h
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Include/hash.h
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Include/hash.h
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Include/htmr.h b/lib/sdk/Libraries/MAX32665PeriphDriver/Include/htmr.h
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Include/htmr.h
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Include/htmr.h
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Include/i2c.h b/lib/sdk/Libraries/MAX32665PeriphDriver/Include/i2c.h
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Include/i2c.h
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Include/i2c.h
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Include/icc.h b/lib/sdk/Libraries/MAX32665PeriphDriver/Include/icc.h
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Include/icc.h
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Include/icc.h
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Include/lp.h b/lib/sdk/Libraries/MAX32665PeriphDriver/Include/lp.h
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Include/lp.h
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Include/lp.h
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Include/maa.h b/lib/sdk/Libraries/MAX32665PeriphDriver/Include/maa.h
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Include/maa.h
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Include/maa.h
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Include/mem_utils.h b/lib/sdk/Libraries/MAX32665PeriphDriver/Include/mem_utils.h
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Include/mem_utils.h
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Include/mem_utils.h
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Include/mxc_assert.h b/lib/sdk/Libraries/MAX32665PeriphDriver/Include/mxc_assert.h
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Include/mxc_assert.h
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Include/mxc_assert.h
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Include/mxc_config.h b/lib/sdk/Libraries/MAX32665PeriphDriver/Include/mxc_config.h
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Include/mxc_config.h
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Include/mxc_config.h
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Include/mxc_delay.h b/lib/sdk/Libraries/MAX32665PeriphDriver/Include/mxc_delay.h
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Include/mxc_delay.h
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Include/mxc_delay.h
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Include/mxc_errors.h b/lib/sdk/Libraries/MAX32665PeriphDriver/Include/mxc_errors.h
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Include/mxc_errors.h
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Include/mxc_errors.h
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Include/mxc_lock.h b/lib/sdk/Libraries/MAX32665PeriphDriver/Include/mxc_lock.h
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Include/mxc_lock.h
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Include/mxc_lock.h
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Include/mxc_pins.h b/lib/sdk/Libraries/MAX32665PeriphDriver/Include/mxc_pins.h
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Include/mxc_pins.h
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Include/mxc_pins.h
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Include/mxc_sys.h b/lib/sdk/Libraries/MAX32665PeriphDriver/Include/mxc_sys.h
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Include/mxc_sys.h
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Include/mxc_sys.h
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Include/nvic_table.h b/lib/sdk/Libraries/MAX32665PeriphDriver/Include/nvic_table.h
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Include/nvic_table.h
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Include/nvic_table.h
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Include/owm.h b/lib/sdk/Libraries/MAX32665PeriphDriver/Include/owm.h
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Include/owm.h
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Include/owm.h
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Include/pt.h b/lib/sdk/Libraries/MAX32665PeriphDriver/Include/pt.h
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Include/pt.h
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Include/pt.h
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Include/rpu.h b/lib/sdk/Libraries/MAX32665PeriphDriver/Include/rpu.h
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Include/rpu.h
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Include/rpu.h
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Include/rtc.h b/lib/sdk/Libraries/MAX32665PeriphDriver/Include/rtc.h
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Include/rtc.h
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Include/rtc.h
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Include/sdhc.h b/lib/sdk/Libraries/MAX32665PeriphDriver/Include/sdhc.h
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Include/sdhc.h
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Include/sdhc.h
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Include/sema.h b/lib/sdk/Libraries/MAX32665PeriphDriver/Include/sema.h
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Include/sema.h
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Include/sema.h
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Include/simo.h b/lib/sdk/Libraries/MAX32665PeriphDriver/Include/simo.h
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Include/simo.h
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Include/simo.h
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Include/spi.h b/lib/sdk/Libraries/MAX32665PeriphDriver/Include/spi.h
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Include/spi.h
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Include/spi.h
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Include/spi17y.h b/lib/sdk/Libraries/MAX32665PeriphDriver/Include/spi17y.h
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Include/spi17y.h
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Include/spi17y.h
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Include/spixf.h b/lib/sdk/Libraries/MAX32665PeriphDriver/Include/spixf.h
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Include/spixf.h
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Include/spixf.h
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Include/spixfc.h b/lib/sdk/Libraries/MAX32665PeriphDriver/Include/spixfc.h
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Include/spixfc.h
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Include/spixfc.h
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Include/spixr.h b/lib/sdk/Libraries/MAX32665PeriphDriver/Include/spixr.h
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Include/spixr.h
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Include/spixr.h
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Include/tmr.h b/lib/sdk/Libraries/MAX32665PeriphDriver/Include/tmr.h
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Include/tmr.h
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Include/tmr.h
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Include/tmr_utils.h b/lib/sdk/Libraries/MAX32665PeriphDriver/Include/tmr_utils.h
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Include/tmr_utils.h
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Include/tmr_utils.h
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Include/trng.h b/lib/sdk/Libraries/MAX32665PeriphDriver/Include/trng.h
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Include/trng.h
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Include/trng.h
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Include/uart.h b/lib/sdk/Libraries/MAX32665PeriphDriver/Include/uart.h
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Include/uart.h
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Include/uart.h
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Include/wdt.h b/lib/sdk/Libraries/MAX32665PeriphDriver/Include/wdt.h
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Include/wdt.h
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Include/wdt.h
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Include/wut.h b/lib/sdk/Libraries/MAX32665PeriphDriver/Include/wut.h
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Include/wut.h
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Include/wut.h
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Makefile b/lib/sdk/Libraries/MAX32665PeriphDriver/Makefile
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Makefile
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Makefile
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Source/adc.c b/lib/sdk/Libraries/MAX32665PeriphDriver/Source/adc.c
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Source/adc.c
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Source/adc.c
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Source/cipher.c b/lib/sdk/Libraries/MAX32665PeriphDriver/Source/cipher.c
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Source/cipher.c
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Source/cipher.c
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Source/crc.c b/lib/sdk/Libraries/MAX32665PeriphDriver/Source/crc.c
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Source/crc.c
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Source/crc.c
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Source/dma.c b/lib/sdk/Libraries/MAX32665PeriphDriver/Source/dma.c
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Source/dma.c
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Source/dma.c
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Source/dvs.c b/lib/sdk/Libraries/MAX32665PeriphDriver/Source/dvs.c
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Source/dvs.c
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Source/dvs.c
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Source/emcc.c b/lib/sdk/Libraries/MAX32665PeriphDriver/Source/emcc.c
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Source/emcc.c
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Source/emcc.c
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Source/flc.c b/lib/sdk/Libraries/MAX32665PeriphDriver/Source/flc.c
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Source/flc.c
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Source/flc.c
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Source/gpio.c b/lib/sdk/Libraries/MAX32665PeriphDriver/Source/gpio.c
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Source/gpio.c
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Source/gpio.c
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Source/hash.c b/lib/sdk/Libraries/MAX32665PeriphDriver/Source/hash.c
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Source/hash.c
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Source/hash.c
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Source/htmr.c b/lib/sdk/Libraries/MAX32665PeriphDriver/Source/htmr.c
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Source/htmr.c
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Source/htmr.c
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Source/i2c.c b/lib/sdk/Libraries/MAX32665PeriphDriver/Source/i2c.c
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Source/i2c.c
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Source/i2c.c
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Source/icc.c b/lib/sdk/Libraries/MAX32665PeriphDriver/Source/icc.c
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Source/icc.c
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Source/icc.c
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Source/lp.c b/lib/sdk/Libraries/MAX32665PeriphDriver/Source/lp.c
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Source/lp.c
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Source/lp.c
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Source/maa.c b/lib/sdk/Libraries/MAX32665PeriphDriver/Source/maa.c
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Source/maa.c
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Source/maa.c
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Source/mem_utils.c b/lib/sdk/Libraries/MAX32665PeriphDriver/Source/mem_utils.c
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Source/mem_utils.c
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Source/mem_utils.c
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Source/mxc_assert.c b/lib/sdk/Libraries/MAX32665PeriphDriver/Source/mxc_assert.c
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Source/mxc_assert.c
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Source/mxc_assert.c
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Source/mxc_delay.c b/lib/sdk/Libraries/MAX32665PeriphDriver/Source/mxc_delay.c
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Source/mxc_delay.c
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Source/mxc_delay.c
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Source/mxc_lock.c b/lib/sdk/Libraries/MAX32665PeriphDriver/Source/mxc_lock.c
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Source/mxc_lock.c
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Source/mxc_lock.c
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Source/mxc_pins.c b/lib/sdk/Libraries/MAX32665PeriphDriver/Source/mxc_pins.c
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Source/mxc_pins.c
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Source/mxc_pins.c
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Source/mxc_sys.c b/lib/sdk/Libraries/MAX32665PeriphDriver/Source/mxc_sys.c
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Source/mxc_sys.c
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Source/mxc_sys.c
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Source/nvic_table.c b/lib/sdk/Libraries/MAX32665PeriphDriver/Source/nvic_table.c
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Source/nvic_table.c
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Source/nvic_table.c
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Source/owm.c b/lib/sdk/Libraries/MAX32665PeriphDriver/Source/owm.c
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Source/owm.c
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Source/owm.c
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Source/pt.c b/lib/sdk/Libraries/MAX32665PeriphDriver/Source/pt.c
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Source/pt.c
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Source/pt.c
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Source/rpu.c b/lib/sdk/Libraries/MAX32665PeriphDriver/Source/rpu.c
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Source/rpu.c
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Source/rpu.c
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Source/rtc.c b/lib/sdk/Libraries/MAX32665PeriphDriver/Source/rtc.c
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Source/rtc.c
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Source/rtc.c
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Source/sdhc.c b/lib/sdk/Libraries/MAX32665PeriphDriver/Source/sdhc.c
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Source/sdhc.c
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Source/sdhc.c
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Source/sema.c b/lib/sdk/Libraries/MAX32665PeriphDriver/Source/sema.c
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Source/sema.c
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Source/sema.c
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Source/simo.c b/lib/sdk/Libraries/MAX32665PeriphDriver/Source/simo.c
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Source/simo.c
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Source/simo.c
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Source/spi.c b/lib/sdk/Libraries/MAX32665PeriphDriver/Source/spi.c
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Source/spi.c
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Source/spi.c
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Source/spi17y.c b/lib/sdk/Libraries/MAX32665PeriphDriver/Source/spi17y.c
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Source/spi17y.c
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Source/spi17y.c
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Source/spixf.c b/lib/sdk/Libraries/MAX32665PeriphDriver/Source/spixf.c
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Source/spixf.c
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Source/spixf.c
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Source/spixfc.c b/lib/sdk/Libraries/MAX32665PeriphDriver/Source/spixfc.c
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Source/spixfc.c
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Source/spixfc.c
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Source/spixr.c b/lib/sdk/Libraries/MAX32665PeriphDriver/Source/spixr.c
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Source/spixr.c
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Source/spixr.c
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Source/startup_core1.S b/lib/sdk/Libraries/MAX32665PeriphDriver/Source/startup_core1.S
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Source/startup_core1.S
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Source/startup_core1.S
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Source/system_core1.c b/lib/sdk/Libraries/MAX32665PeriphDriver/Source/system_core1.c
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Source/system_core1.c
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Source/system_core1.c
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Source/tmr.c b/lib/sdk/Libraries/MAX32665PeriphDriver/Source/tmr.c
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Source/tmr.c
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Source/tmr.c
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Source/tmr_utils.c b/lib/sdk/Libraries/MAX32665PeriphDriver/Source/tmr_utils.c
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Source/tmr_utils.c
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Source/tmr_utils.c
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Source/trng.c b/lib/sdk/Libraries/MAX32665PeriphDriver/Source/trng.c
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Source/trng.c
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Source/trng.c
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Source/uart.c b/lib/sdk/Libraries/MAX32665PeriphDriver/Source/uart.c
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Source/uart.c
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Source/uart.c
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Source/wdt.c b/lib/sdk/Libraries/MAX32665PeriphDriver/Source/wdt.c
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Source/wdt.c
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Source/wdt.c
diff --git a/sdk/Libraries/MAX32665PeriphDriver/Source/wut.c b/lib/sdk/Libraries/MAX32665PeriphDriver/Source/wut.c
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/Source/wut.c
rename to lib/sdk/Libraries/MAX32665PeriphDriver/Source/wut.c
diff --git a/lib/sdk/Libraries/MAX32665PeriphDriver/meson.build b/lib/sdk/Libraries/MAX32665PeriphDriver/meson.build
new file mode 100644
index 0000000000000000000000000000000000000000..e6ed059fb24d61fe4ea1b7d035226a8622860c6d
--- /dev/null
+++ b/lib/sdk/Libraries/MAX32665PeriphDriver/meson.build
@@ -0,0 +1,60 @@
+includes = include_directories(
+  'Include/',
+  '../CMSIS/Device/Maxim/MAX32665/Include/',
+  '../CMSIS/Include/',
+)
+
+sources = files(
+  'Source/adc.c',
+  'Source/cipher.c',
+  'Source/crc.c',
+  'Source/dma.c',
+  'Source/dvs.c',
+  'Source/emcc.c',
+  'Source/flc.c',
+  'Source/gpio.c',
+  'Source/hash.c',
+  'Source/htmr.c',
+  'Source/i2c.c',
+  'Source/icc.c',
+  'Source/lp.c',
+  'Source/maa.c',
+  'Source/mem_utils.c',
+  'Source/mxc_assert.c',
+  'Source/mxc_delay.c',
+  'Source/mxc_lock.c',
+  'Source/mxc_pins.c',
+  'Source/mxc_sys.c',
+  'Source/nvic_table.c',
+  'Source/owm.c',
+  'Source/pt.c',
+  'Source/rpu.c',
+  'Source/rtc.c',
+  'Source/sdhc.c',
+  'Source/sema.c',
+  'Source/simo.c',
+  'Source/spi.c',
+  'Source/spi17y.c',
+  'Source/spixf.c',
+  'Source/spixfc.c',
+  'Source/spixr.c',
+  'Source/startup_core1.S',
+  'Source/system_core1.c',
+  'Source/tmr.c',
+  'Source/tmr_utils.c',
+  'Source/trng.c',
+  'Source/uart.c',
+  'Source/wdt.c',
+  'Source/wut.c',
+)
+
+lib = static_library(
+  'PeriphDriver',
+  sources,
+  include_directories: includes,
+)
+
+periphdriver = declare_dependency(
+  include_directories: includes,
+  link_with: lib,
+)
diff --git a/sdk/Libraries/MAX32665PeriphDriver/periphdriver.mk b/lib/sdk/Libraries/MAX32665PeriphDriver/periphdriver.mk
similarity index 100%
rename from sdk/Libraries/MAX32665PeriphDriver/periphdriver.mk
rename to lib/sdk/Libraries/MAX32665PeriphDriver/periphdriver.mk
diff --git a/sdk/Libraries/MAXUSB/.svnignore b/lib/sdk/Libraries/MAXUSB/.svnignore
similarity index 100%
rename from sdk/Libraries/MAXUSB/.svnignore
rename to lib/sdk/Libraries/MAXUSB/.svnignore
diff --git a/sdk/Libraries/MAXUSB/Makefile b/lib/sdk/Libraries/MAXUSB/Makefile
similarity index 100%
rename from sdk/Libraries/MAXUSB/Makefile
rename to lib/sdk/Libraries/MAXUSB/Makefile
diff --git a/sdk/Libraries/MAXUSB/include/core/arm/usb_hwopt.h b/lib/sdk/Libraries/MAXUSB/include/core/arm/usb_hwopt.h
similarity index 100%
rename from sdk/Libraries/MAXUSB/include/core/arm/usb_hwopt.h
rename to lib/sdk/Libraries/MAXUSB/include/core/arm/usb_hwopt.h
diff --git a/sdk/Libraries/MAXUSB/include/core/maxq/maxqusb.h b/lib/sdk/Libraries/MAXUSB/include/core/maxq/maxqusb.h
similarity index 100%
rename from sdk/Libraries/MAXUSB/include/core/maxq/maxqusb.h
rename to lib/sdk/Libraries/MAXUSB/include/core/maxq/maxqusb.h
diff --git a/sdk/Libraries/MAXUSB/include/core/maxq/usb_hwopt.h b/lib/sdk/Libraries/MAXUSB/include/core/maxq/usb_hwopt.h
similarity index 100%
rename from sdk/Libraries/MAXUSB/include/core/maxq/usb_hwopt.h
rename to lib/sdk/Libraries/MAXUSB/include/core/maxq/usb_hwopt.h
diff --git a/sdk/Libraries/MAXUSB/include/core/maxq/usb_regs_maxq.h b/lib/sdk/Libraries/MAXUSB/include/core/maxq/usb_regs_maxq.h
similarity index 100%
rename from sdk/Libraries/MAXUSB/include/core/maxq/usb_regs_maxq.h
rename to lib/sdk/Libraries/MAXUSB/include/core/maxq/usb_regs_maxq.h
diff --git a/sdk/Libraries/MAXUSB/include/core/maxq/usbio_maxq.h b/lib/sdk/Libraries/MAXUSB/include/core/maxq/usbio_maxq.h
similarity index 100%
rename from sdk/Libraries/MAXUSB/include/core/maxq/usbio_maxq.h
rename to lib/sdk/Libraries/MAXUSB/include/core/maxq/usbio_maxq.h
diff --git a/sdk/Libraries/MAXUSB/include/core/musbhsfc/usb_hwopt.h b/lib/sdk/Libraries/MAXUSB/include/core/musbhsfc/usb_hwopt.h
similarity index 100%
rename from sdk/Libraries/MAXUSB/include/core/musbhsfc/usb_hwopt.h
rename to lib/sdk/Libraries/MAXUSB/include/core/musbhsfc/usb_hwopt.h
diff --git a/sdk/Libraries/MAXUSB/include/core/usb.h b/lib/sdk/Libraries/MAXUSB/include/core/usb.h
similarity index 100%
rename from sdk/Libraries/MAXUSB/include/core/usb.h
rename to lib/sdk/Libraries/MAXUSB/include/core/usb.h
diff --git a/sdk/Libraries/MAXUSB/include/core/usb_event.h b/lib/sdk/Libraries/MAXUSB/include/core/usb_event.h
similarity index 100%
rename from sdk/Libraries/MAXUSB/include/core/usb_event.h
rename to lib/sdk/Libraries/MAXUSB/include/core/usb_event.h
diff --git a/sdk/Libraries/MAXUSB/include/core/usb_protocol.h b/lib/sdk/Libraries/MAXUSB/include/core/usb_protocol.h
similarity index 100%
rename from sdk/Libraries/MAXUSB/include/core/usb_protocol.h
rename to lib/sdk/Libraries/MAXUSB/include/core/usb_protocol.h
diff --git a/sdk/Libraries/MAXUSB/include/dbg_log/dbg_log.h b/lib/sdk/Libraries/MAXUSB/include/dbg_log/dbg_log.h
similarity index 100%
rename from sdk/Libraries/MAXUSB/include/dbg_log/dbg_log.h
rename to lib/sdk/Libraries/MAXUSB/include/dbg_log/dbg_log.h
diff --git a/sdk/Libraries/MAXUSB/include/devclass/cdc_acm.h b/lib/sdk/Libraries/MAXUSB/include/devclass/cdc_acm.h
similarity index 100%
rename from sdk/Libraries/MAXUSB/include/devclass/cdc_acm.h
rename to lib/sdk/Libraries/MAXUSB/include/devclass/cdc_acm.h
diff --git a/sdk/Libraries/MAXUSB/include/devclass/hid.h b/lib/sdk/Libraries/MAXUSB/include/devclass/hid.h
similarity index 100%
rename from sdk/Libraries/MAXUSB/include/devclass/hid.h
rename to lib/sdk/Libraries/MAXUSB/include/devclass/hid.h
diff --git a/sdk/Libraries/MAXUSB/include/devclass/hid_kbd.h b/lib/sdk/Libraries/MAXUSB/include/devclass/hid_kbd.h
similarity index 100%
rename from sdk/Libraries/MAXUSB/include/devclass/hid_kbd.h
rename to lib/sdk/Libraries/MAXUSB/include/devclass/hid_kbd.h
diff --git a/sdk/Libraries/MAXUSB/include/devclass/hid_raw.h b/lib/sdk/Libraries/MAXUSB/include/devclass/hid_raw.h
similarity index 100%
rename from sdk/Libraries/MAXUSB/include/devclass/hid_raw.h
rename to lib/sdk/Libraries/MAXUSB/include/devclass/hid_raw.h
diff --git a/sdk/Libraries/MAXUSB/include/devclass/msc.h b/lib/sdk/Libraries/MAXUSB/include/devclass/msc.h
similarity index 100%
rename from sdk/Libraries/MAXUSB/include/devclass/msc.h
rename to lib/sdk/Libraries/MAXUSB/include/devclass/msc.h
diff --git a/sdk/Libraries/MAXUSB/include/enumerate/enumerate.h b/lib/sdk/Libraries/MAXUSB/include/enumerate/enumerate.h
similarity index 100%
rename from sdk/Libraries/MAXUSB/include/enumerate/enumerate.h
rename to lib/sdk/Libraries/MAXUSB/include/enumerate/enumerate.h
diff --git a/sdk/Libraries/MAXUSB/include/util/fifo.h b/lib/sdk/Libraries/MAXUSB/include/util/fifo.h
similarity index 100%
rename from sdk/Libraries/MAXUSB/include/util/fifo.h
rename to lib/sdk/Libraries/MAXUSB/include/util/fifo.h
diff --git a/sdk/Libraries/MAXUSB/maxusb.mk b/lib/sdk/Libraries/MAXUSB/maxusb.mk
similarity index 100%
rename from sdk/Libraries/MAXUSB/maxusb.mk
rename to lib/sdk/Libraries/MAXUSB/maxusb.mk
diff --git a/sdk/Libraries/MAXUSB/src/core/arm/usb.c b/lib/sdk/Libraries/MAXUSB/src/core/arm/usb.c
similarity index 100%
rename from sdk/Libraries/MAXUSB/src/core/arm/usb.c
rename to lib/sdk/Libraries/MAXUSB/src/core/arm/usb.c
diff --git a/sdk/Libraries/MAXUSB/src/core/maxq/usb.c b/lib/sdk/Libraries/MAXUSB/src/core/maxq/usb.c
similarity index 100%
rename from sdk/Libraries/MAXUSB/src/core/maxq/usb.c
rename to lib/sdk/Libraries/MAXUSB/src/core/maxq/usb.c
diff --git a/sdk/Libraries/MAXUSB/src/core/maxq/usbio_maxq.c b/lib/sdk/Libraries/MAXUSB/src/core/maxq/usbio_maxq.c
similarity index 100%
rename from sdk/Libraries/MAXUSB/src/core/maxq/usbio_maxq.c
rename to lib/sdk/Libraries/MAXUSB/src/core/maxq/usbio_maxq.c
diff --git a/sdk/Libraries/MAXUSB/src/core/musbhsfc/usb.c b/lib/sdk/Libraries/MAXUSB/src/core/musbhsfc/usb.c
similarity index 100%
rename from sdk/Libraries/MAXUSB/src/core/musbhsfc/usb.c
rename to lib/sdk/Libraries/MAXUSB/src/core/musbhsfc/usb.c
diff --git a/sdk/Libraries/MAXUSB/src/core/usb_event.c b/lib/sdk/Libraries/MAXUSB/src/core/usb_event.c
similarity index 100%
rename from sdk/Libraries/MAXUSB/src/core/usb_event.c
rename to lib/sdk/Libraries/MAXUSB/src/core/usb_event.c
diff --git a/sdk/Libraries/MAXUSB/src/dbg_log/dbg_log.c b/lib/sdk/Libraries/MAXUSB/src/dbg_log/dbg_log.c
similarity index 100%
rename from sdk/Libraries/MAXUSB/src/dbg_log/dbg_log.c
rename to lib/sdk/Libraries/MAXUSB/src/dbg_log/dbg_log.c
diff --git a/sdk/Libraries/MAXUSB/src/devclass/cdc_acm.c b/lib/sdk/Libraries/MAXUSB/src/devclass/cdc_acm.c
similarity index 100%
rename from sdk/Libraries/MAXUSB/src/devclass/cdc_acm.c
rename to lib/sdk/Libraries/MAXUSB/src/devclass/cdc_acm.c
diff --git a/sdk/Libraries/MAXUSB/src/devclass/hid_kbd.c b/lib/sdk/Libraries/MAXUSB/src/devclass/hid_kbd.c
similarity index 100%
rename from sdk/Libraries/MAXUSB/src/devclass/hid_kbd.c
rename to lib/sdk/Libraries/MAXUSB/src/devclass/hid_kbd.c
diff --git a/sdk/Libraries/MAXUSB/src/devclass/hid_raw.c b/lib/sdk/Libraries/MAXUSB/src/devclass/hid_raw.c
similarity index 100%
rename from sdk/Libraries/MAXUSB/src/devclass/hid_raw.c
rename to lib/sdk/Libraries/MAXUSB/src/devclass/hid_raw.c
diff --git a/sdk/Libraries/MAXUSB/src/devclass/msc.c b/lib/sdk/Libraries/MAXUSB/src/devclass/msc.c
similarity index 100%
rename from sdk/Libraries/MAXUSB/src/devclass/msc.c
rename to lib/sdk/Libraries/MAXUSB/src/devclass/msc.c
diff --git a/sdk/Libraries/MAXUSB/src/enumerate/enumerate.c b/lib/sdk/Libraries/MAXUSB/src/enumerate/enumerate.c
similarity index 100%
rename from sdk/Libraries/MAXUSB/src/enumerate/enumerate.c
rename to lib/sdk/Libraries/MAXUSB/src/enumerate/enumerate.c
diff --git a/sdk/Libraries/MAXUSB/src/util/fifo.c b/lib/sdk/Libraries/MAXUSB/src/util/fifo.c
similarity index 100%
rename from sdk/Libraries/MAXUSB/src/util/fifo.c
rename to lib/sdk/Libraries/MAXUSB/src/util/fifo.c
diff --git a/sdk/Libraries/SDHC/Include/sdhc_lib.h b/lib/sdk/Libraries/SDHC/Include/sdhc_lib.h
similarity index 100%
rename from sdk/Libraries/SDHC/Include/sdhc_lib.h
rename to lib/sdk/Libraries/SDHC/Include/sdhc_lib.h
diff --git a/sdk/Libraries/SDHC/Include/sdhc_resp_regs.h b/lib/sdk/Libraries/SDHC/Include/sdhc_resp_regs.h
similarity index 100%
rename from sdk/Libraries/SDHC/Include/sdhc_resp_regs.h
rename to lib/sdk/Libraries/SDHC/Include/sdhc_resp_regs.h
diff --git a/sdk/Libraries/SDHC/Makefile b/lib/sdk/Libraries/SDHC/Makefile
similarity index 100%
rename from sdk/Libraries/SDHC/Makefile
rename to lib/sdk/Libraries/SDHC/Makefile
diff --git a/sdk/Libraries/SDHC/Source/sdhc_lib.c b/lib/sdk/Libraries/SDHC/Source/sdhc_lib.c
similarity index 100%
rename from sdk/Libraries/SDHC/Source/sdhc_lib.c
rename to lib/sdk/Libraries/SDHC/Source/sdhc_lib.c
diff --git a/sdk/Libraries/SDHC/ff13/Makefile b/lib/sdk/Libraries/SDHC/ff13/Makefile
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/Makefile
rename to lib/sdk/Libraries/SDHC/ff13/Makefile
diff --git a/sdk/Libraries/SDHC/ff13/Source/00history.txt b/lib/sdk/Libraries/SDHC/ff13/Source/00history.txt
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/Source/00history.txt
rename to lib/sdk/Libraries/SDHC/ff13/Source/00history.txt
diff --git a/sdk/Libraries/SDHC/ff13/Source/00readme.txt b/lib/sdk/Libraries/SDHC/ff13/Source/00readme.txt
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/Source/00readme.txt
rename to lib/sdk/Libraries/SDHC/ff13/Source/00readme.txt
diff --git a/sdk/Libraries/SDHC/ff13/Source/diskio.c b/lib/sdk/Libraries/SDHC/ff13/Source/diskio.c
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/Source/diskio.c
rename to lib/sdk/Libraries/SDHC/ff13/Source/diskio.c
diff --git a/sdk/Libraries/SDHC/ff13/Source/diskio.h b/lib/sdk/Libraries/SDHC/ff13/Source/diskio.h
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/Source/diskio.h
rename to lib/sdk/Libraries/SDHC/ff13/Source/diskio.h
diff --git a/sdk/Libraries/SDHC/ff13/Source/ff.c b/lib/sdk/Libraries/SDHC/ff13/Source/ff.c
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/Source/ff.c
rename to lib/sdk/Libraries/SDHC/ff13/Source/ff.c
diff --git a/sdk/Libraries/SDHC/ff13/Source/ff.h b/lib/sdk/Libraries/SDHC/ff13/Source/ff.h
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/Source/ff.h
rename to lib/sdk/Libraries/SDHC/ff13/Source/ff.h
diff --git a/sdk/Libraries/SDHC/ff13/Source/ffconf.h b/lib/sdk/Libraries/SDHC/ff13/Source/ffconf.h
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/Source/ffconf.h
rename to lib/sdk/Libraries/SDHC/ff13/Source/ffconf.h
diff --git a/sdk/Libraries/SDHC/ff13/Source/ffsystem.c b/lib/sdk/Libraries/SDHC/ff13/Source/ffsystem.c
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/Source/ffsystem.c
rename to lib/sdk/Libraries/SDHC/ff13/Source/ffsystem.c
diff --git a/sdk/Libraries/SDHC/ff13/Source/ffunicode.c b/lib/sdk/Libraries/SDHC/ff13/Source/ffunicode.c
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/Source/ffunicode.c
rename to lib/sdk/Libraries/SDHC/ff13/Source/ffunicode.c
diff --git a/sdk/Libraries/SDHC/ff13/Source/integer.h b/lib/sdk/Libraries/SDHC/ff13/Source/integer.h
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/Source/integer.h
rename to lib/sdk/Libraries/SDHC/ff13/Source/integer.h
diff --git a/sdk/Libraries/SDHC/ff13/documents/00index_e.html b/lib/sdk/Libraries/SDHC/ff13/documents/00index_e.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/00index_e.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/00index_e.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/css_e.css b/lib/sdk/Libraries/SDHC/ff13/documents/css_e.css
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/css_e.css
rename to lib/sdk/Libraries/SDHC/ff13/documents/css_e.css
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/appnote.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/appnote.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/appnote.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/appnote.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/chdir.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/chdir.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/chdir.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/chdir.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/chdrive.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/chdrive.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/chdrive.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/chdrive.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/chmod.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/chmod.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/chmod.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/chmod.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/close.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/close.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/close.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/close.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/closedir.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/closedir.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/closedir.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/closedir.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/config.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/config.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/config.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/config.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/dinit.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/dinit.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/dinit.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/dinit.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/dioctl.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/dioctl.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/dioctl.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/dioctl.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/dread.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/dread.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/dread.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/dread.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/dstat.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/dstat.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/dstat.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/dstat.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/dwrite.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/dwrite.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/dwrite.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/dwrite.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/eof.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/eof.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/eof.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/eof.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/error.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/error.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/error.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/error.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/expand.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/expand.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/expand.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/expand.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/fattime.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/fattime.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/fattime.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/fattime.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/fdisk.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/fdisk.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/fdisk.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/fdisk.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/filename.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/filename.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/filename.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/filename.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/findfirst.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/findfirst.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/findfirst.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/findfirst.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/findnext.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/findnext.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/findnext.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/findnext.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/forward.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/forward.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/forward.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/forward.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/getcwd.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/getcwd.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/getcwd.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/getcwd.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/getfree.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/getfree.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/getfree.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/getfree.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/getlabel.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/getlabel.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/getlabel.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/getlabel.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/gets.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/gets.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/gets.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/gets.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/lseek.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/lseek.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/lseek.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/lseek.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/mkdir.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/mkdir.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/mkdir.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/mkdir.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/mkfs.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/mkfs.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/mkfs.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/mkfs.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/mount.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/mount.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/mount.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/mount.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/open.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/open.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/open.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/open.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/opendir.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/opendir.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/opendir.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/opendir.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/printf.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/printf.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/printf.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/printf.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/putc.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/putc.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/putc.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/putc.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/puts.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/puts.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/puts.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/puts.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/rc.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/rc.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/rc.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/rc.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/read.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/read.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/read.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/read.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/readdir.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/readdir.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/readdir.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/readdir.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/rename.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/rename.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/rename.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/rename.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/sdir.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/sdir.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/sdir.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/sdir.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/setcp.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/setcp.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/setcp.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/setcp.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/setlabel.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/setlabel.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/setlabel.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/setlabel.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/sfatfs.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/sfatfs.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/sfatfs.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/sfatfs.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/sfile.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/sfile.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/sfile.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/sfile.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/sfileinfo.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/sfileinfo.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/sfileinfo.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/sfileinfo.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/size.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/size.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/size.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/size.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/stat.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/stat.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/stat.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/stat.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/sync.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/sync.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/sync.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/sync.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/tell.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/tell.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/tell.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/tell.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/truncate.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/truncate.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/truncate.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/truncate.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/unlink.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/unlink.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/unlink.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/unlink.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/utime.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/utime.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/utime.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/utime.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/doc/write.html b/lib/sdk/Libraries/SDHC/ff13/documents/doc/write.html
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/doc/write.html
rename to lib/sdk/Libraries/SDHC/ff13/documents/doc/write.html
diff --git a/sdk/Libraries/SDHC/ff13/documents/res/app1.c b/lib/sdk/Libraries/SDHC/ff13/documents/res/app1.c
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/res/app1.c
rename to lib/sdk/Libraries/SDHC/ff13/documents/res/app1.c
diff --git a/sdk/Libraries/SDHC/ff13/documents/res/app2.c b/lib/sdk/Libraries/SDHC/ff13/documents/res/app2.c
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/res/app2.c
rename to lib/sdk/Libraries/SDHC/ff13/documents/res/app2.c
diff --git a/sdk/Libraries/SDHC/ff13/documents/res/app3.c b/lib/sdk/Libraries/SDHC/ff13/documents/res/app3.c
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/res/app3.c
rename to lib/sdk/Libraries/SDHC/ff13/documents/res/app3.c
diff --git a/sdk/Libraries/SDHC/ff13/documents/res/app4.c b/lib/sdk/Libraries/SDHC/ff13/documents/res/app4.c
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/res/app4.c
rename to lib/sdk/Libraries/SDHC/ff13/documents/res/app4.c
diff --git a/sdk/Libraries/SDHC/ff13/documents/res/f1.png b/lib/sdk/Libraries/SDHC/ff13/documents/res/f1.png
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/res/f1.png
rename to lib/sdk/Libraries/SDHC/ff13/documents/res/f1.png
diff --git a/sdk/Libraries/SDHC/ff13/documents/res/f2.png b/lib/sdk/Libraries/SDHC/ff13/documents/res/f2.png
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/res/f2.png
rename to lib/sdk/Libraries/SDHC/ff13/documents/res/f2.png
diff --git a/sdk/Libraries/SDHC/ff13/documents/res/f3.png b/lib/sdk/Libraries/SDHC/ff13/documents/res/f3.png
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/res/f3.png
rename to lib/sdk/Libraries/SDHC/ff13/documents/res/f3.png
diff --git a/sdk/Libraries/SDHC/ff13/documents/res/f4.png b/lib/sdk/Libraries/SDHC/ff13/documents/res/f4.png
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/res/f4.png
rename to lib/sdk/Libraries/SDHC/ff13/documents/res/f4.png
diff --git a/sdk/Libraries/SDHC/ff13/documents/res/f5.png b/lib/sdk/Libraries/SDHC/ff13/documents/res/f5.png
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/res/f5.png
rename to lib/sdk/Libraries/SDHC/ff13/documents/res/f5.png
diff --git a/sdk/Libraries/SDHC/ff13/documents/res/f6.png b/lib/sdk/Libraries/SDHC/ff13/documents/res/f6.png
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/res/f6.png
rename to lib/sdk/Libraries/SDHC/ff13/documents/res/f6.png
diff --git a/sdk/Libraries/SDHC/ff13/documents/res/f7.png b/lib/sdk/Libraries/SDHC/ff13/documents/res/f7.png
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/res/f7.png
rename to lib/sdk/Libraries/SDHC/ff13/documents/res/f7.png
diff --git a/sdk/Libraries/SDHC/ff13/documents/res/funcs.png b/lib/sdk/Libraries/SDHC/ff13/documents/res/funcs.png
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/res/funcs.png
rename to lib/sdk/Libraries/SDHC/ff13/documents/res/funcs.png
diff --git a/sdk/Libraries/SDHC/ff13/documents/res/layers.png b/lib/sdk/Libraries/SDHC/ff13/documents/res/layers.png
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/res/layers.png
rename to lib/sdk/Libraries/SDHC/ff13/documents/res/layers.png
diff --git a/sdk/Libraries/SDHC/ff13/documents/res/layers1.png b/lib/sdk/Libraries/SDHC/ff13/documents/res/layers1.png
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/res/layers1.png
rename to lib/sdk/Libraries/SDHC/ff13/documents/res/layers1.png
diff --git a/sdk/Libraries/SDHC/ff13/documents/res/layers2.png b/lib/sdk/Libraries/SDHC/ff13/documents/res/layers2.png
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/res/layers2.png
rename to lib/sdk/Libraries/SDHC/ff13/documents/res/layers2.png
diff --git a/sdk/Libraries/SDHC/ff13/documents/res/layers3.png b/lib/sdk/Libraries/SDHC/ff13/documents/res/layers3.png
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/res/layers3.png
rename to lib/sdk/Libraries/SDHC/ff13/documents/res/layers3.png
diff --git a/sdk/Libraries/SDHC/ff13/documents/res/mkfatimg.zip b/lib/sdk/Libraries/SDHC/ff13/documents/res/mkfatimg.zip
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/res/mkfatimg.zip
rename to lib/sdk/Libraries/SDHC/ff13/documents/res/mkfatimg.zip
diff --git a/sdk/Libraries/SDHC/ff13/documents/res/mkfs.xls b/lib/sdk/Libraries/SDHC/ff13/documents/res/mkfs.xls
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/res/mkfs.xls
rename to lib/sdk/Libraries/SDHC/ff13/documents/res/mkfs.xls
diff --git a/sdk/Libraries/SDHC/ff13/documents/res/modules.png b/lib/sdk/Libraries/SDHC/ff13/documents/res/modules.png
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/res/modules.png
rename to lib/sdk/Libraries/SDHC/ff13/documents/res/modules.png
diff --git a/sdk/Libraries/SDHC/ff13/documents/res/rwtest1.png b/lib/sdk/Libraries/SDHC/ff13/documents/res/rwtest1.png
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/res/rwtest1.png
rename to lib/sdk/Libraries/SDHC/ff13/documents/res/rwtest1.png
diff --git a/sdk/Libraries/SDHC/ff13/documents/res/rwtest2.png b/lib/sdk/Libraries/SDHC/ff13/documents/res/rwtest2.png
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/res/rwtest2.png
rename to lib/sdk/Libraries/SDHC/ff13/documents/res/rwtest2.png
diff --git a/sdk/Libraries/SDHC/ff13/documents/res/rwtest3.png b/lib/sdk/Libraries/SDHC/ff13/documents/res/rwtest3.png
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/res/rwtest3.png
rename to lib/sdk/Libraries/SDHC/ff13/documents/res/rwtest3.png
diff --git a/sdk/Libraries/SDHC/ff13/documents/updates.txt b/lib/sdk/Libraries/SDHC/ff13/documents/updates.txt
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/documents/updates.txt
rename to lib/sdk/Libraries/SDHC/ff13/documents/updates.txt
diff --git a/sdk/Libraries/SDHC/ff13/fat32.mk b/lib/sdk/Libraries/SDHC/ff13/fat32.mk
similarity index 100%
rename from sdk/Libraries/SDHC/ff13/fat32.mk
rename to lib/sdk/Libraries/SDHC/ff13/fat32.mk
diff --git a/sdk/Libraries/SDHC/sdhc.mk b/lib/sdk/Libraries/SDHC/sdhc.mk
similarity index 100%
rename from sdk/Libraries/SDHC/sdhc.mk
rename to lib/sdk/Libraries/SDHC/sdhc.mk
diff --git a/sdk/NDALibraries/BTLE/ble-host/include/att_api.h b/lib/sdk/NDALibraries/BTLE/ble-host/include/att_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-host/include/att_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-host/include/att_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-host/include/att_defs.h b/lib/sdk/NDALibraries/BTLE/ble-host/include/att_defs.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-host/include/att_defs.h
rename to lib/sdk/NDALibraries/BTLE/ble-host/include/att_defs.h
diff --git a/sdk/NDALibraries/BTLE/ble-host/include/att_handler.h b/lib/sdk/NDALibraries/BTLE/ble-host/include/att_handler.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-host/include/att_handler.h
rename to lib/sdk/NDALibraries/BTLE/ble-host/include/att_handler.h
diff --git a/sdk/NDALibraries/BTLE/ble-host/include/att_uuid.h b/lib/sdk/NDALibraries/BTLE/ble-host/include/att_uuid.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-host/include/att_uuid.h
rename to lib/sdk/NDALibraries/BTLE/ble-host/include/att_uuid.h
diff --git a/sdk/NDALibraries/BTLE/ble-host/include/dm_api.h b/lib/sdk/NDALibraries/BTLE/ble-host/include/dm_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-host/include/dm_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-host/include/dm_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-host/include/dm_handler.h b/lib/sdk/NDALibraries/BTLE/ble-host/include/dm_handler.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-host/include/dm_handler.h
rename to lib/sdk/NDALibraries/BTLE/ble-host/include/dm_handler.h
diff --git a/sdk/NDALibraries/BTLE/ble-host/include/hci_api.h b/lib/sdk/NDALibraries/BTLE/ble-host/include/hci_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-host/include/hci_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-host/include/hci_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-host/include/hci_cmd.h b/lib/sdk/NDALibraries/BTLE/ble-host/include/hci_cmd.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-host/include/hci_cmd.h
rename to lib/sdk/NDALibraries/BTLE/ble-host/include/hci_cmd.h
diff --git a/sdk/NDALibraries/BTLE/ble-host/include/hci_core.h b/lib/sdk/NDALibraries/BTLE/ble-host/include/hci_core.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-host/include/hci_core.h
rename to lib/sdk/NDALibraries/BTLE/ble-host/include/hci_core.h
diff --git a/sdk/NDALibraries/BTLE/ble-host/include/hci_drv.h b/lib/sdk/NDALibraries/BTLE/ble-host/include/hci_drv.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-host/include/hci_drv.h
rename to lib/sdk/NDALibraries/BTLE/ble-host/include/hci_drv.h
diff --git a/sdk/NDALibraries/BTLE/ble-host/include/hci_evt.h b/lib/sdk/NDALibraries/BTLE/ble-host/include/hci_evt.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-host/include/hci_evt.h
rename to lib/sdk/NDALibraries/BTLE/ble-host/include/hci_evt.h
diff --git a/sdk/NDALibraries/BTLE/ble-host/include/hci_handler.h b/lib/sdk/NDALibraries/BTLE/ble-host/include/hci_handler.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-host/include/hci_handler.h
rename to lib/sdk/NDALibraries/BTLE/ble-host/include/hci_handler.h
diff --git a/sdk/NDALibraries/BTLE/ble-host/include/hci_tr.h b/lib/sdk/NDALibraries/BTLE/ble-host/include/hci_tr.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-host/include/hci_tr.h
rename to lib/sdk/NDALibraries/BTLE/ble-host/include/hci_tr.h
diff --git a/sdk/NDALibraries/BTLE/ble-host/include/l2c_api.h b/lib/sdk/NDALibraries/BTLE/ble-host/include/l2c_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-host/include/l2c_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-host/include/l2c_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-host/include/l2c_defs.h b/lib/sdk/NDALibraries/BTLE/ble-host/include/l2c_defs.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-host/include/l2c_defs.h
rename to lib/sdk/NDALibraries/BTLE/ble-host/include/l2c_defs.h
diff --git a/sdk/NDALibraries/BTLE/ble-host/include/l2c_handler.h b/lib/sdk/NDALibraries/BTLE/ble-host/include/l2c_handler.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-host/include/l2c_handler.h
rename to lib/sdk/NDALibraries/BTLE/ble-host/include/l2c_handler.h
diff --git a/sdk/NDALibraries/BTLE/ble-host/include/sec_api.h b/lib/sdk/NDALibraries/BTLE/ble-host/include/sec_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-host/include/sec_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-host/include/sec_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-host/include/smp_api.h b/lib/sdk/NDALibraries/BTLE/ble-host/include/smp_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-host/include/smp_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-host/include/smp_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-host/include/smp_defs.h b/lib/sdk/NDALibraries/BTLE/ble-host/include/smp_defs.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-host/include/smp_defs.h
rename to lib/sdk/NDALibraries/BTLE/ble-host/include/smp_defs.h
diff --git a/sdk/NDALibraries/BTLE/ble-host/include/smp_handler.h b/lib/sdk/NDALibraries/BTLE/ble-host/include/smp_handler.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-host/include/smp_handler.h
rename to lib/sdk/NDALibraries/BTLE/ble-host/include/smp_handler.h
diff --git a/sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_cmd.c b/lib/sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_cmd.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_cmd.c
rename to lib/sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_cmd.c
diff --git a/sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_cmd_ae.c b/lib/sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_cmd_ae.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_cmd_ae.c
rename to lib/sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_cmd_ae.c
diff --git a/sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_cmd_enc.c b/lib/sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_cmd_enc.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_cmd_enc.c
rename to lib/sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_cmd_enc.c
diff --git a/sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_cmd_master.c b/lib/sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_cmd_master.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_cmd_master.c
rename to lib/sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_cmd_master.c
diff --git a/sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_cmd_master_ae.c b/lib/sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_cmd_master_ae.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_cmd_master_ae.c
rename to lib/sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_cmd_master_ae.c
diff --git a/sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_cmd_phy.c b/lib/sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_cmd_phy.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_cmd_phy.c
rename to lib/sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_cmd_phy.c
diff --git a/sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_core_ps.c b/lib/sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_core_ps.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_core_ps.c
rename to lib/sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_core_ps.c
diff --git a/sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_core_ps.h b/lib/sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_core_ps.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_core_ps.h
rename to lib/sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_core_ps.h
diff --git a/sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_evt.c b/lib/sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_evt.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_evt.c
rename to lib/sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_evt.c
diff --git a/sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_tr.c b/lib/sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_tr.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_tr.c
rename to lib/sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_tr.c
diff --git a/sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_vs.c b/lib/sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_vs.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_vs.c
rename to lib/sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_vs.c
diff --git a/sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_vs_ae.c b/lib/sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_vs_ae.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_vs_ae.c
rename to lib/sdk/NDALibraries/BTLE/ble-host/sources/hci/exactle/hci_vs_ae.c
diff --git a/sdk/NDALibraries/BTLE/ble-host/sources/stack/cfg/cfg_stack.h b/lib/sdk/NDALibraries/BTLE/ble-host/sources/stack/cfg/cfg_stack.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-host/sources/stack/cfg/cfg_stack.h
rename to lib/sdk/NDALibraries/BTLE/ble-host/sources/stack/cfg/cfg_stack.h
diff --git a/sdk/NDALibraries/BTLE/ble-host/sources/stack/hci/hci_main.c b/lib/sdk/NDALibraries/BTLE/ble-host/sources/stack/hci/hci_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-host/sources/stack/hci/hci_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-host/sources/stack/hci/hci_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-host/sources/stack/hci/hci_main.h b/lib/sdk/NDALibraries/BTLE/ble-host/sources/stack/hci/hci_main.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-host/sources/stack/hci/hci_main.h
rename to lib/sdk/NDALibraries/BTLE/ble-host/sources/stack/hci/hci_main.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/include/app/app_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/include/app/app_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/include/app/app_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/include/app/app_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/include/app/app_cfg.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/include/app/app_cfg.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/include/app/app_cfg.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/include/app/app_cfg.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/include/app/app_db.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/include/app/app_db.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/include/app/app_db.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/include/app/app_db.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/include/app/app_hw.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/include/app/app_hw.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/include/app/app_hw.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/include/app/app_hw.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/include/app/app_param.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/include/app/app_param.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/include/app/app_param.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/include/app/app_param.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/include/app/app_terminal.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/include/app/app_terminal.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/include/app/app_terminal.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/include/app/app_terminal.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/include/app/app_ui.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/include/app/app_ui.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/include/app/app_ui.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/include/app/app_ui.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_disc.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_disc.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_disc.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_disc.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_main.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_main.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_main.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_main.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_master.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_master.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_master.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_master.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_master_ae.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_master_ae.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_master_ae.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_master_ae.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_master_leg.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_master_leg.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_master_leg.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_master_leg.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_server.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_server.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_server.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_server.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_slave.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_slave.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_slave.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_slave.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_slave_ae.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_slave_ae.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_slave_ae.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_slave_ae.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_slave_leg.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_slave_leg.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_slave_leg.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_slave_leg.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_terminal.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_terminal.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_terminal.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/app_terminal.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/common/app_db.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/common/app_db.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/common/app_db.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/common/app_db.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/common/app_hw.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/common/app_hw.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/common/app_hw.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/common/app_hw.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/common/app_ui.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/common/app_ui.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/common/app_ui.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/app/common/app_ui.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/cycling/cycling_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/cycling/cycling_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/cycling/cycling_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/cycling/cycling_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/cycling/cycling_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/cycling/cycling_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/cycling/cycling_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/cycling/cycling_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/datc/datc_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/datc/datc_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/datc/datc_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/datc/datc_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/datc/datc_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/datc/datc_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/datc/datc_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/datc/datc_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/dats/dats_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/dats/dats_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/dats/dats_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/dats/dats_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/dats/dats_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/dats/dats_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/dats/dats_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/dats/dats_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/fit/fit_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/fit/fit_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/fit/fit_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/fit/fit_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/fit/fit_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/fit/fit_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/fit/fit_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/fit/fit_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/gluc/gluc_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/gluc/gluc_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/gluc/gluc_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/gluc/gluc_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/gluc/gluc_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/gluc/gluc_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/gluc/gluc_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/gluc/gluc_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/hidapp/hidapp_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/hidapp/hidapp_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/hidapp/hidapp_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/hidapp/hidapp_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/hidapp/hidapp_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/hidapp/hidapp_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/hidapp/hidapp_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/hidapp/hidapp_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/medc/medc_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/medc/medc_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/medc/medc_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/medc/medc_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/medc/medc_blp.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/medc/medc_blp.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/medc/medc_blp.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/medc/medc_blp.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/medc/medc_glp.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/medc/medc_glp.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/medc/medc_glp.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/medc/medc_glp.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/medc/medc_hrp.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/medc/medc_hrp.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/medc/medc_hrp.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/medc/medc_hrp.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/medc/medc_htp.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/medc/medc_htp.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/medc/medc_htp.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/medc/medc_htp.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/medc/medc_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/medc/medc_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/medc/medc_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/medc/medc_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/medc/medc_main.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/medc/medc_main.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/medc/medc_main.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/medc/medc_main.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/medc/medc_plx.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/medc/medc_plx.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/medc/medc_plx.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/medc/medc_plx.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/medc/medc_wsp.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/medc/medc_wsp.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/medc/medc_wsp.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/medc/medc_wsp.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/meds/meds_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/meds/meds_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/meds/meds_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/meds/meds_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/meds/meds_blp.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/meds/meds_blp.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/meds/meds_blp.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/meds/meds_blp.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/meds/meds_glp.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/meds/meds_glp.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/meds/meds_glp.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/meds/meds_glp.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/meds/meds_htp.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/meds/meds_htp.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/meds/meds_htp.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/meds/meds_htp.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/meds/meds_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/meds/meds_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/meds/meds_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/meds/meds_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/meds/meds_main.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/meds/meds_main.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/meds/meds_main.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/meds/meds_main.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/meds/meds_plx.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/meds/meds_plx.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/meds/meds_plx.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/meds/meds_plx.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/meds/meds_wsp.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/meds/meds_wsp.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/meds/meds_wsp.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/meds/meds_wsp.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/sensor/sensor_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/sensor/sensor_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/sensor/sensor_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/sensor/sensor_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/sensor/sensor_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/sensor/sensor_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/sensor/sensor_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/sensor/sensor_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/tag/tag_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/tag/tag_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/tag/tag_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/tag/tag_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/tag/tag_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/tag/tag_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/tag/tag_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/tag/tag_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/tag/tag_main_wdxs.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/tag/tag_main_wdxs.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/tag/tag_main_wdxs.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/tag/tag_main_wdxs.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/uribeacon/uribeacon_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/uribeacon/uribeacon_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/uribeacon/uribeacon_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/uribeacon/uribeacon_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/uribeacon/uribeacon_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/uribeacon/uribeacon_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/uribeacon/uribeacon_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/uribeacon/uribeacon_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/watch/watch_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/watch/watch_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/watch/watch_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/watch/watch_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/watch/watch_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/watch/watch_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/watch/watch_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/watch/watch_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/wdxs/wdxs_oad.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/wdxs/wdxs_oad.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/apps/wdxs/wdxs_oad.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/apps/wdxs/wdxs_oad.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/anpc/anpc_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/anpc/anpc_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/anpc/anpc_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/anpc/anpc_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/anpc/anpc_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/anpc/anpc_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/anpc/anpc_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/anpc/anpc_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/bas/bas_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/bas/bas_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/bas/bas_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/bas/bas_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/bas/bas_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/bas/bas_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/bas/bas_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/bas/bas_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/blpc/blpc_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/blpc/blpc_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/blpc/blpc_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/blpc/blpc_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/blpc/blpc_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/blpc/blpc_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/blpc/blpc_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/blpc/blpc_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/blps/blps_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/blps/blps_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/blps/blps_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/blps/blps_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/blps/blps_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/blps/blps_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/blps/blps_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/blps/blps_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/cpp/cpp_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/cpp/cpp_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/cpp/cpp_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/cpp/cpp_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/cpp/cpps_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/cpp/cpps_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/cpp/cpps_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/cpp/cpps_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/cscp/cscp_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/cscp/cscp_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/cscp/cscp_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/cscp/cscp_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/cscp/cscps_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/cscp/cscps_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/cscp/cscps_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/cscp/cscps_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/dis/dis_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/dis/dis_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/dis/dis_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/dis/dis_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/dis/dis_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/dis/dis_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/dis/dis_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/dis/dis_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/fmpl/fmpl_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/fmpl/fmpl_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/fmpl/fmpl_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/fmpl/fmpl_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/fmpl/fmpl_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/fmpl/fmpl_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/fmpl/fmpl_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/fmpl/fmpl_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/gap/gap_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/gap/gap_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/gap/gap_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/gap/gap_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/gap/gap_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/gap/gap_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/gap/gap_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/gap/gap_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/gatt/gatt_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/gatt/gatt_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/gatt/gatt_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/gatt/gatt_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/gatt/gatt_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/gatt/gatt_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/gatt/gatt_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/gatt/gatt_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/glpc/glpc_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/glpc/glpc_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/glpc/glpc_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/glpc/glpc_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/glpc/glpc_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/glpc/glpc_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/glpc/glpc_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/glpc/glpc_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/glps/glps_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/glps/glps_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/glps/glps_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/glps/glps_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/glps/glps_db.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/glps/glps_db.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/glps/glps_db.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/glps/glps_db.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/glps/glps_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/glps/glps_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/glps/glps_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/glps/glps_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/glps/glps_main.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/glps/glps_main.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/glps/glps_main.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/glps/glps_main.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/hid/hid_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/hid/hid_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/hid/hid_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/hid/hid_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/hid/hid_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/hid/hid_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/hid/hid_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/hid/hid_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/hrpc/hrpc_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/hrpc/hrpc_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/hrpc/hrpc_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/hrpc/hrpc_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/hrpc/hrpc_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/hrpc/hrpc_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/hrpc/hrpc_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/hrpc/hrpc_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/hrps/hrps_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/hrps/hrps_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/hrps/hrps_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/hrps/hrps_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/hrps/hrps_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/hrps/hrps_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/hrps/hrps_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/hrps/hrps_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/htpc/htpc_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/htpc/htpc_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/htpc/htpc_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/htpc/htpc_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/htpc/htpc_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/htpc/htpc_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/htpc/htpc_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/htpc/htpc_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/htps/htps_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/htps/htps_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/htps/htps_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/htps/htps_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/htps/htps_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/htps/htps_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/htps/htps_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/htps/htps_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/include/wdx_defs.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/include/wdx_defs.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/include/wdx_defs.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/include/wdx_defs.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/paspc/paspc_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/paspc/paspc_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/paspc/paspc_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/paspc/paspc_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/paspc/paspc_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/paspc/paspc_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/paspc/paspc_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/paspc/paspc_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/plxpc/plxpc_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/plxpc/plxpc_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/plxpc/plxpc_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/plxpc/plxpc_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/plxpc/plxpc_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/plxpc/plxpc_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/plxpc/plxpc_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/plxpc/plxpc_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/plxps/plxps_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/plxps/plxps_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/plxps/plxps_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/plxps/plxps_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/plxps/plxps_db.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/plxps/plxps_db.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/plxps/plxps_db.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/plxps/plxps_db.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/plxps/plxps_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/plxps/plxps_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/plxps/plxps_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/plxps/plxps_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/plxps/plxps_main.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/plxps/plxps_main.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/plxps/plxps_main.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/plxps/plxps_main.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/rscp/rscp_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/rscp/rscp_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/rscp/rscp_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/rscp/rscp_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/rscp/rscps_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/rscp/rscps_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/rscp/rscps_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/rscp/rscps_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/scpps/scpps_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/scpps/scpps_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/scpps/scpps_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/scpps/scpps_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/scpps/scpps_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/scpps/scpps_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/scpps/scpps_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/scpps/scpps_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/sensor/gyro_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/sensor/gyro_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/sensor/gyro_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/sensor/gyro_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/sensor/gyro_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/sensor/gyro_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/sensor/gyro_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/sensor/gyro_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/sensor/temp_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/sensor/temp_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/sensor/temp_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/sensor/temp_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/sensor/temp_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/sensor/temp_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/sensor/temp_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/sensor/temp_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/tipc/tipc_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/tipc/tipc_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/tipc/tipc_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/tipc/tipc_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/tipc/tipc_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/tipc/tipc_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/tipc/tipc_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/tipc/tipc_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/udsc/udsc_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/udsc/udsc_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/udsc/udsc_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/udsc/udsc_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/udsc/udsc_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/udsc/udsc_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/udsc/udsc_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/udsc/udsc_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/uribeacon/uricfg_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/uribeacon/uricfg_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/uribeacon/uricfg_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/uribeacon/uricfg_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/uribeacon/uricfg_defs.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/uribeacon/uricfg_defs.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/uribeacon/uricfg_defs.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/uribeacon/uricfg_defs.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/uribeacon/uricfg_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/uribeacon/uricfg_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/uribeacon/uricfg_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/uribeacon/uricfg_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxc/wdxc_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxc/wdxc_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxc/wdxc_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxc/wdxc_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxc/wdxc_ft.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxc/wdxc_ft.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxc/wdxc_ft.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxc/wdxc_ft.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxc/wdxc_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxc/wdxc_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxc/wdxc_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxc/wdxc_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxc/wdxc_main.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxc/wdxc_main.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxc/wdxc_main.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxc/wdxc_main.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxc/wdxc_stream.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxc/wdxc_stream.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxc/wdxc_stream.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxc/wdxc_stream.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxs/wdxs_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxs/wdxs_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxs/wdxs_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxs/wdxs_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxs/wdxs_au.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxs/wdxs_au.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxs/wdxs_au.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxs/wdxs_au.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxs/wdxs_dc.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxs/wdxs_dc.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxs/wdxs_dc.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxs/wdxs_dc.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxs/wdxs_ft.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxs/wdxs_ft.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxs/wdxs_ft.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxs/wdxs_ft.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxs/wdxs_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxs/wdxs_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxs/wdxs_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxs/wdxs_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxs/wdxs_main.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxs/wdxs_main.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxs/wdxs_main.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxs/wdxs_main.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxs/wdxs_phy.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxs/wdxs_phy.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxs/wdxs_phy.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxs/wdxs_phy.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxs/wdxs_stream.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxs/wdxs_stream.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxs/wdxs_stream.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxs/wdxs_stream.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxs/wdxs_stream.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxs/wdxs_stream.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxs/wdxs_stream.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wdxs/wdxs_stream.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wpc/wpc_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wpc/wpc_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wpc/wpc_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wpc/wpc_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wpc/wpc_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wpc/wpc_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wpc/wpc_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wpc/wpc_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wspc/wspc_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wspc/wspc_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wspc/wspc_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wspc/wspc_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wspc/wspc_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wspc/wspc_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wspc/wspc_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wspc/wspc_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wsps/wsps_api.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wsps/wsps_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wsps/wsps_api.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wsps/wsps_api.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wsps/wsps_main.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wsps/wsps_main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wsps/wsps_main.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/profiles/wsps/wsps_main.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_alert.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_alert.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_alert.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_alert.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_alert.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_alert.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_alert.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_alert.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_batt.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_batt.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_batt.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_batt.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_batt.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_batt.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_batt.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_batt.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_bps.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_bps.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_bps.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_bps.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_bps.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_bps.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_bps.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_bps.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_cfg.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_cfg.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_cfg.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_cfg.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_ch.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_ch.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_ch.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_ch.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_core.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_core.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_core.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_core.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_core.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_core.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_core.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_core.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_cps.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_cps.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_cps.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_cps.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_cps.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_cps.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_cps.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_cps.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_cscs.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_cscs.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_cscs.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_cscs.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_cscs.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_cscs.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_cscs.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_cscs.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_dis.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_dis.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_dis.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_dis.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_dis.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_dis.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_dis.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_dis.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_gls.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_gls.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_gls.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_gls.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_gls.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_gls.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_gls.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_gls.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_gyro.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_gyro.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_gyro.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_gyro.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_gyro.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_gyro.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_gyro.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_gyro.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_hid.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_hid.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_hid.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_hid.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_hid.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_hid.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_hid.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_hid.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_hrs.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_hrs.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_hrs.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_hrs.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_hrs.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_hrs.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_hrs.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_hrs.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_hts.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_hts.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_hts.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_hts.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_hts.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_hts.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_hts.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_hts.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_ipss.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_ipss.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_ipss.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_ipss.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_ipss.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_ipss.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_ipss.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_ipss.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_plxs.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_plxs.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_plxs.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_plxs.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_plxs.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_plxs.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_plxs.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_plxs.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_px.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_px.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_px.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_px.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_px.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_px.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_px.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_px.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_rscs.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_rscs.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_rscs.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_rscs.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_rscs.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_rscs.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_rscs.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_rscs.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_scpss.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_scpss.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_scpss.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_scpss.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_scpss.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_scpss.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_scpss.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_scpss.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_temp.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_temp.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_temp.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_temp.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_temp.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_temp.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_temp.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_temp.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_time.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_time.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_time.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_time.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_time.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_time.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_time.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_time.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_uricfg.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_uricfg.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_uricfg.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_uricfg.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_uricfg.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_uricfg.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_uricfg.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_uricfg.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_wdxs.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_wdxs.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_wdxs.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_wdxs.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_wdxs.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_wdxs.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_wdxs.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_wdxs.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_wp.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_wp.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_wp.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_wp.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_wp.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_wp.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_wp.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_wp.h
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_wss.c b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_wss.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_wss.c
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_wss.c
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_wss.h b/lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_wss.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_wss.h
rename to lib/sdk/NDALibraries/BTLE/ble-profiles/sources/services/svc_wss.h
diff --git a/sdk/NDALibraries/BTLE/btle.mk b/lib/sdk/NDALibraries/BTLE/btle.mk
similarity index 100%
rename from sdk/NDALibraries/BTLE/btle.mk
rename to lib/sdk/NDALibraries/BTLE/btle.mk
diff --git a/sdk/NDALibraries/BTLE/controller/sources/mac/cfg/cfg_mac.h b/lib/sdk/NDALibraries/BTLE/controller/sources/mac/cfg/cfg_mac.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/controller/sources/mac/cfg/cfg_mac.h
rename to lib/sdk/NDALibraries/BTLE/controller/sources/mac/cfg/cfg_mac.h
diff --git a/sdk/NDALibraries/BTLE/controller/sources/mac/include/bb_api.h b/lib/sdk/NDALibraries/BTLE/controller/sources/mac/include/bb_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/controller/sources/mac/include/bb_api.h
rename to lib/sdk/NDALibraries/BTLE/controller/sources/mac/include/bb_api.h
diff --git a/sdk/NDALibraries/BTLE/controller/sources/mac/include/bb_crypto.h b/lib/sdk/NDALibraries/BTLE/controller/sources/mac/include/bb_crypto.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/controller/sources/mac/include/bb_crypto.h
rename to lib/sdk/NDALibraries/BTLE/controller/sources/mac/include/bb_crypto.h
diff --git a/sdk/NDALibraries/BTLE/controller/sources/mac/include/bb_drv.h b/lib/sdk/NDALibraries/BTLE/controller/sources/mac/include/bb_drv.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/controller/sources/mac/include/bb_drv.h
rename to lib/sdk/NDALibraries/BTLE/controller/sources/mac/include/bb_drv.h
diff --git a/sdk/NDALibraries/BTLE/controller/sources/mac/include/lhci_api.h b/lib/sdk/NDALibraries/BTLE/controller/sources/mac/include/lhci_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/controller/sources/mac/include/lhci_api.h
rename to lib/sdk/NDALibraries/BTLE/controller/sources/mac/include/lhci_api.h
diff --git a/sdk/NDALibraries/BTLE/controller/sources/mac/include/ll_api.h b/lib/sdk/NDALibraries/BTLE/controller/sources/mac/include/ll_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/controller/sources/mac/include/ll_api.h
rename to lib/sdk/NDALibraries/BTLE/controller/sources/mac/include/ll_api.h
diff --git a/sdk/NDALibraries/BTLE/controller/sources/mac/include/ll_defs.h b/lib/sdk/NDALibraries/BTLE/controller/sources/mac/include/ll_defs.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/controller/sources/mac/include/ll_defs.h
rename to lib/sdk/NDALibraries/BTLE/controller/sources/mac/include/ll_defs.h
diff --git a/sdk/NDALibraries/BTLE/controller/sources/mac/include/sch_api.h b/lib/sdk/NDALibraries/BTLE/controller/sources/mac/include/sch_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/controller/sources/mac/include/sch_api.h
rename to lib/sdk/NDALibraries/BTLE/controller/sources/mac/include/sch_api.h
diff --git a/sdk/NDALibraries/BTLE/documentation/App_Framework_API.pdf b/lib/sdk/NDALibraries/BTLE/documentation/App_Framework_API.pdf
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/App_Framework_API.pdf
rename to lib/sdk/NDALibraries/BTLE/documentation/App_Framework_API.pdf
diff --git a/sdk/NDALibraries/BTLE/documentation/Attribute_Protocol_API.pdf b/lib/sdk/NDALibraries/BTLE/documentation/Attribute_Protocol_API.pdf
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/Attribute_Protocol_API.pdf
rename to lib/sdk/NDALibraries/BTLE/documentation/Attribute_Protocol_API.pdf
diff --git a/sdk/NDALibraries/BTLE/documentation/BLE_Host_Subsystem_Qual_Certificate.pdf b/lib/sdk/NDALibraries/BTLE/documentation/BLE_Host_Subsystem_Qual_Certificate.pdf
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/BLE_Host_Subsystem_Qual_Certificate.pdf
rename to lib/sdk/NDALibraries/BTLE/documentation/BLE_Host_Subsystem_Qual_Certificate.pdf
diff --git a/sdk/NDALibraries/BTLE/documentation/BLE_Profile_Subsystem_Qual_Certificate.pdf b/lib/sdk/NDALibraries/BTLE/documentation/BLE_Profile_Subsystem_Qual_Certificate.pdf
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/BLE_Profile_Subsystem_Qual_Certificate.pdf
rename to lib/sdk/NDALibraries/BTLE/documentation/BLE_Profile_Subsystem_Qual_Certificate.pdf
diff --git a/sdk/NDALibraries/BTLE/documentation/Device_Manager_API.pdf b/lib/sdk/NDALibraries/BTLE/documentation/Device_Manager_API.pdf
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/Device_Manager_API.pdf
rename to lib/sdk/NDALibraries/BTLE/documentation/Device_Manager_API.pdf
diff --git a/sdk/NDALibraries/BTLE/documentation/HCI_API.pdf b/lib/sdk/NDALibraries/BTLE/documentation/HCI_API.pdf
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/HCI_API.pdf
rename to lib/sdk/NDALibraries/BTLE/documentation/HCI_API.pdf
diff --git a/sdk/NDALibraries/BTLE/documentation/L2CAP_API.pdf b/lib/sdk/NDALibraries/BTLE/documentation/L2CAP_API.pdf
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/L2CAP_API.pdf
rename to lib/sdk/NDALibraries/BTLE/documentation/L2CAP_API.pdf
diff --git a/sdk/NDALibraries/BTLE/documentation/Profile_and_Service_API.pdf b/lib/sdk/NDALibraries/BTLE/documentation/Profile_and_Service_API.pdf
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/Profile_and_Service_API.pdf
rename to lib/sdk/NDALibraries/BTLE/documentation/Profile_and_Service_API.pdf
diff --git a/sdk/NDALibraries/BTLE/documentation/Sample_App_Users_Guide.pdf b/lib/sdk/NDALibraries/BTLE/documentation/Sample_App_Users_Guide.pdf
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/Sample_App_Users_Guide.pdf
rename to lib/sdk/NDALibraries/BTLE/documentation/Sample_App_Users_Guide.pdf
diff --git a/sdk/NDALibraries/BTLE/documentation/Stack_Porting_Guide.pdf b/lib/sdk/NDALibraries/BTLE/documentation/Stack_Porting_Guide.pdf
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/Stack_Porting_Guide.pdf
rename to lib/sdk/NDALibraries/BTLE/documentation/Stack_Porting_Guide.pdf
diff --git a/sdk/NDALibraries/BTLE/documentation/Stack_Profiles_Developers_Guide.pdf b/lib/sdk/NDALibraries/BTLE/documentation/Stack_Profiles_Developers_Guide.pdf
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/Stack_Profiles_Developers_Guide.pdf
rename to lib/sdk/NDALibraries/BTLE/documentation/Stack_Profiles_Developers_Guide.pdf
diff --git a/sdk/NDALibraries/BTLE/documentation/Stack_System_Architecture.pdf b/lib/sdk/NDALibraries/BTLE/documentation/Stack_System_Architecture.pdf
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/Stack_System_Architecture.pdf
rename to lib/sdk/NDALibraries/BTLE/documentation/Stack_System_Architecture.pdf
diff --git a/sdk/NDALibraries/BTLE/documentation/Wireless_Software_Foundation_API.pdf b/lib/sdk/NDALibraries/BTLE/documentation/Wireless_Software_Foundation_API.pdf
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/Wireless_Software_Foundation_API.pdf
rename to lib/sdk/NDALibraries/BTLE/documentation/Wireless_Software_Foundation_API.pdf
diff --git a/sdk/NDALibraries/BTLE/documentation/cordio_profile_readme.md b/lib/sdk/NDALibraries/BTLE/documentation/cordio_profile_readme.md
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/cordio_profile_readme.md
rename to lib/sdk/NDALibraries/BTLE/documentation/cordio_profile_readme.md
diff --git a/sdk/NDALibraries/BTLE/documentation/cordio_stack_readme.md b/lib/sdk/NDALibraries/BTLE/documentation/cordio_stack_readme.md
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/cordio_stack_readme.md
rename to lib/sdk/NDALibraries/BTLE/documentation/cordio_stack_readme.md
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/1__abstract_8md_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/1__abstract_8md_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/1__abstract_8md_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/1__abstract_8md_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/Arm_Cordio.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/Arm_Cordio.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/Arm_Cordio.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/Arm_Cordio.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/DoxygenStyleSheet.css b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/DoxygenStyleSheet.css
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/DoxygenStyleSheet.css
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/DoxygenStyleSheet.css
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/annotated.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/annotated.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/annotated.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/annotated.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/annotated.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/annotated.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/annotated.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/annotated.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/anpc__api_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/anpc__api_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/anpc__api_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/anpc__api_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/anpc__api_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/anpc__api_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/anpc__api_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/anpc__api_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/anpc__api_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/anpc__api_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/anpc__api_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/anpc__api_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/anpc__api_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/anpc__api_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/anpc__api_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/anpc__api_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/anpc__api_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/anpc__api_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/anpc__api_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/anpc__api_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__api_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__api_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__api_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__api_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__api_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__api_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__api_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__api_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__api_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__api_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__api_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__api_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__api_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__api_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__api_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__api_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__api_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__api_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__api_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__api_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__cfg_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__cfg_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__cfg_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__cfg_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__cfg_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__cfg_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__cfg_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__cfg_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__db_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__db_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__db_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__db_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__db_8h__dep__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__db_8h__dep__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__db_8h__dep__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__db_8h__dep__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__db_8h__dep__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__db_8h__dep__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__db_8h__dep__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__db_8h__dep__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__db_8h__dep__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__db_8h__dep__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__db_8h__dep__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__db_8h__dep__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__db_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__db_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__db_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__db_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__db_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__db_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__db_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__db_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__db_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__db_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__db_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__db_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__db_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__db_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__db_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__db_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__hw_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__hw_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__hw_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__hw_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__hw_8h__dep__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__hw_8h__dep__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__hw_8h__dep__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__hw_8h__dep__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__hw_8h__dep__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__hw_8h__dep__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__hw_8h__dep__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__hw_8h__dep__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__hw_8h__dep__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__hw_8h__dep__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__hw_8h__dep__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__hw_8h__dep__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__hw_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__hw_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__hw_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__hw_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__param_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__param_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__param_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__param_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__param_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__param_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__param_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__param_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__terminal_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__terminal_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__terminal_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__terminal_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__terminal_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__terminal_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__terminal_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__terminal_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__ui_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__ui_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__ui_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__ui_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__ui_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__ui_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__ui_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/app__ui_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/arrowdown.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/arrowdown.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/arrowdown.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/arrowdown.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/arrowright.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/arrowright.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/arrowright.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/arrowright.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__api_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__api_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__api_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__api_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__api_8h__dep__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__api_8h__dep__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__api_8h__dep__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__api_8h__dep__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__api_8h__dep__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__api_8h__dep__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__api_8h__dep__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__api_8h__dep__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__api_8h__dep__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__api_8h__dep__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__api_8h__dep__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__api_8h__dep__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__api_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__api_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__api_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__api_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__api_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__api_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__api_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__api_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__api_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__api_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__api_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__api_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__api_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__api_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__api_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__api_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__defs_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__defs_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__defs_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__defs_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__defs_8h__dep__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__defs_8h__dep__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__defs_8h__dep__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__defs_8h__dep__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__defs_8h__dep__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__defs_8h__dep__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__defs_8h__dep__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__defs_8h__dep__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__defs_8h__dep__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__defs_8h__dep__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__defs_8h__dep__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__defs_8h__dep__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__defs_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__defs_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__defs_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__defs_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__handler_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__handler_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__handler_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__handler_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__handler_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__handler_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__handler_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__handler_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__handler_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__handler_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__handler_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__handler_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__handler_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__handler_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__handler_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__handler_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__handler_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__handler_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__handler_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__handler_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__uuid_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__uuid_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__uuid_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__uuid_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__uuid_8h__dep__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__uuid_8h__dep__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__uuid_8h__dep__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__uuid_8h__dep__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__uuid_8h__dep__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__uuid_8h__dep__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__uuid_8h__dep__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__uuid_8h__dep__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__uuid_8h__dep__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__uuid_8h__dep__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__uuid_8h__dep__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__uuid_8h__dep__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__uuid_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__uuid_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__uuid_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__uuid_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__uuid_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__uuid_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__uuid_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__uuid_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__uuid_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__uuid_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__uuid_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__uuid_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__uuid_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__uuid_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__uuid_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/att__uuid_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bas__api_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bas__api_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bas__api_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bas__api_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bas__api_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bas__api_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bas__api_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bas__api_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bas__api_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bas__api_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bas__api_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bas__api_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bas__api_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bas__api_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bas__api_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bas__api_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bas__api_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bas__api_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bas__api_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bas__api_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bc_s.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bc_s.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bc_s.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bc_s.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bda_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bda_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bda_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bda_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bda_8h__dep__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bda_8h__dep__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bda_8h__dep__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bda_8h__dep__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bda_8h__dep__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bda_8h__dep__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bda_8h__dep__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bda_8h__dep__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bda_8h__dep__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bda_8h__dep__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bda_8h__dep__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bda_8h__dep__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bda_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bda_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bda_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bda_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bdwn.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bdwn.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bdwn.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bdwn.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/blpc__api_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/blpc__api_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/blpc__api_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/blpc__api_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/blpc__api_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/blpc__api_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/blpc__api_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/blpc__api_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/blpc__api_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/blpc__api_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/blpc__api_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/blpc__api_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/blpc__api_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/blpc__api_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/blpc__api_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/blpc__api_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/blpc__api_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/blpc__api_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/blpc__api_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/blpc__api_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/blps__api_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/blps__api_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/blps__api_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/blps__api_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/blps__api_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/blps__api_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/blps__api_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/blps__api_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/blps__api_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/blps__api_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/blps__api_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/blps__api_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/blps__api_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/blps__api_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/blps__api_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/blps__api_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/blps__api_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/blps__api_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/blps__api_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/blps__api_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bstream_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bstream_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bstream_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bstream_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bstream_8h__dep__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bstream_8h__dep__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bstream_8h__dep__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bstream_8h__dep__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bstream_8h__dep__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bstream_8h__dep__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bstream_8h__dep__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bstream_8h__dep__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bstream_8h__dep__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bstream_8h__dep__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bstream_8h__dep__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bstream_8h__dep__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bstream_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bstream_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bstream_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bstream_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bstream_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bstream_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bstream_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bstream_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bstream_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bstream_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bstream_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bstream_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bstream_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bstream_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bstream_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/bstream_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/calc128_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/calc128_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/calc128_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/calc128_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/calc128_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/calc128_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/calc128_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/calc128_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/cfg__stack_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/cfg__stack_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/cfg__stack_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/cfg__stack_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/cfg__stack_8h__dep__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/cfg__stack_8h__dep__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/cfg__stack_8h__dep__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/cfg__stack_8h__dep__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/cfg__stack_8h__dep__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/cfg__stack_8h__dep__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/cfg__stack_8h__dep__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/cfg__stack_8h__dep__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/cfg__stack_8h__dep__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/cfg__stack_8h__dep__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/cfg__stack_8h__dep__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/cfg__stack_8h__dep__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/cfg__stack_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/cfg__stack_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/cfg__stack_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/cfg__stack_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/classes.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/classes.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/classes.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/classes.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/closed.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/closed.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/closed.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/closed.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/cpp__api_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/cpp__api_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/cpp__api_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/cpp__api_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/cpp__api_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/cpp__api_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/cpp__api_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/cpp__api_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/crc32_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/crc32_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/crc32_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/crc32_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/crc32_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/crc32_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/crc32_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/crc32_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/cscp__api_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/cscp__api_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/cscp__api_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/cscp__api_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/cscp__api_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/cscp__api_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/cscp__api_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/cscp__api_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_appframework.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_appframework.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_appframework.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_appframework.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_att.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_att.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_att.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_att.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_attc_discovery.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_attc_discovery.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_attc_discovery.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_attc_discovery.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_atts.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_atts.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_atts.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_atts.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_atts_cccd.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_atts_cccd.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_atts_cccd.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_atts_cccd.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_atts_database.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_atts_database.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_atts_database.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_atts_database.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_gap.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_gap.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_gap.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_gap.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_gatt_battsvcattr.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_gatt_battsvcattr.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_gatt_battsvcattr.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_gatt_battsvcattr.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_gatt_svcdatastruct.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_gatt_svcdatastruct.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_gatt_svcdatastruct.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_gatt_svcdatastruct.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_gattprofiles.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_gattprofiles.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_gattprofiles.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_gattprofiles.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_hci.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_hci.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_hci.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_hci.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_hci_topo.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_hci_topo.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_hci_topo.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_hci_topo.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_l2cap.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_l2cap.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_l2cap.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_l2cap.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_l2capss.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_l2capss.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_l2capss.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_l2capss.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_profiles_af.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_profiles_af.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_profiles_af.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_profiles_af.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_smp.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_smp.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_smp.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_smp.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_stack.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_stack.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_stack.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/diagram_stack.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000000_000046.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000000_000046.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000000_000046.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000000_000046.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000001_000002.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000001_000002.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000001_000002.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000001_000002.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000001_000043.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000001_000043.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000001_000043.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000001_000043.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000001_000046.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000001_000046.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000001_000046.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000001_000046.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000006_000000.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000006_000000.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000006_000000.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000006_000000.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000006_000046.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000006_000046.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000006_000046.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000006_000046.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000007_000000.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000007_000000.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000007_000000.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000007_000000.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000007_000046.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000007_000046.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000007_000046.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000007_000046.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000008_000000.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000008_000000.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000008_000000.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000008_000000.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000008_000006.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000008_000006.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000008_000006.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000008_000006.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000008_000046.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000008_000046.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000008_000046.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000008_000046.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000009_000000.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000009_000000.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000009_000000.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000009_000000.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000009_000006.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000009_000006.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000009_000006.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000009_000006.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000009_000042.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000009_000042.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000009_000042.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000009_000042.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000009_000046.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000009_000046.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000009_000046.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000009_000046.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000010_000000.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000010_000000.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000010_000000.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000010_000000.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000011_000000.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000011_000000.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000011_000000.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000011_000000.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000011_000046.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000011_000046.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000011_000046.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000011_000046.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000012_000000.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000012_000000.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000012_000000.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000012_000000.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000013_000000.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000013_000000.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000013_000000.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000013_000000.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000013_000046.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000013_000046.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000013_000046.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000013_000046.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000016_000000.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000016_000000.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000016_000000.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000016_000000.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000017_000000.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000017_000000.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000017_000000.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000017_000000.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000018_000000.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000018_000000.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000018_000000.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000018_000000.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000019_000000.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000019_000000.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000019_000000.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000019_000000.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000020_000000.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000020_000000.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000020_000000.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000020_000000.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000021_000006.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000021_000006.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000021_000006.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000021_000006.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000023_000000.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000023_000000.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000023_000000.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000023_000000.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000024_000000.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000024_000000.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000024_000000.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000024_000000.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000024_000046.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000024_000046.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000024_000046.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000024_000046.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000025_000000.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000025_000000.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000025_000000.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000025_000000.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000026_000000.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000026_000000.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000026_000000.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000026_000000.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000026_000046.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000026_000046.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000026_000046.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000026_000046.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000028_000000.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000028_000000.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000028_000000.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000028_000000.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000029_000000.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000029_000000.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000029_000000.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000029_000000.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000030_000006.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000030_000006.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000030_000006.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000030_000006.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000032_000000.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000032_000000.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000032_000000.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000032_000000.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000033_000046.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000033_000046.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000033_000046.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000033_000046.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000034_000000.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000034_000000.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000034_000000.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000034_000000.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000035_000000.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000035_000000.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000035_000000.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000035_000000.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000036_000000.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000036_000000.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000036_000000.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000036_000000.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000036_000042.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000036_000042.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000036_000042.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000036_000042.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000036_000046.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000036_000046.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000036_000046.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000036_000046.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000038_000000.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000038_000000.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000038_000000.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000038_000000.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000038_000027.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000038_000027.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000038_000027.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000038_000027.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000039_000000.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000039_000000.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000039_000000.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000039_000000.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000040_000000.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000040_000000.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000040_000000.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000040_000000.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000041_000000.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000041_000000.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000041_000000.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000041_000000.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000041_000046.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000041_000046.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000041_000046.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000041_000046.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000042_000000.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000042_000000.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000042_000000.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000042_000000.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000042_000009.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000042_000009.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000042_000009.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000042_000009.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000042_000027.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000042_000027.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000042_000027.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000042_000027.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000042_000046.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000042_000046.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000042_000046.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_000042_000046.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_01fd9461b2b9cb822fcd1cc455958049.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_01fd9461b2b9cb822fcd1cc455958049.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_01fd9461b2b9cb822fcd1cc455958049.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_01fd9461b2b9cb822fcd1cc455958049.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_01fd9461b2b9cb822fcd1cc455958049_dep.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_01fd9461b2b9cb822fcd1cc455958049_dep.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_01fd9461b2b9cb822fcd1cc455958049_dep.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_01fd9461b2b9cb822fcd1cc455958049_dep.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_01fd9461b2b9cb822fcd1cc455958049_dep.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_01fd9461b2b9cb822fcd1cc455958049_dep.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_01fd9461b2b9cb822fcd1cc455958049_dep.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_01fd9461b2b9cb822fcd1cc455958049_dep.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_01fd9461b2b9cb822fcd1cc455958049_dep.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_01fd9461b2b9cb822fcd1cc455958049_dep.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_01fd9461b2b9cb822fcd1cc455958049_dep.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_01fd9461b2b9cb822fcd1cc455958049_dep.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_0650746a0f39978eb6a359493bea921f.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_0650746a0f39978eb6a359493bea921f.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_0650746a0f39978eb6a359493bea921f.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_0650746a0f39978eb6a359493bea921f.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_0650746a0f39978eb6a359493bea921f_dep.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_0650746a0f39978eb6a359493bea921f_dep.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_0650746a0f39978eb6a359493bea921f_dep.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_0650746a0f39978eb6a359493bea921f_dep.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_0650746a0f39978eb6a359493bea921f_dep.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_0650746a0f39978eb6a359493bea921f_dep.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_0650746a0f39978eb6a359493bea921f_dep.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_0650746a0f39978eb6a359493bea921f_dep.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_0650746a0f39978eb6a359493bea921f_dep.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_0650746a0f39978eb6a359493bea921f_dep.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_0650746a0f39978eb6a359493bea921f_dep.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_0650746a0f39978eb6a359493bea921f_dep.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_083dd6bb20cdc21d6377a2c8f404db01.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_083dd6bb20cdc21d6377a2c8f404db01.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_083dd6bb20cdc21d6377a2c8f404db01.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_083dd6bb20cdc21d6377a2c8f404db01.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_14240524c92faaaceebe060377e88921.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_14240524c92faaaceebe060377e88921.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_14240524c92faaaceebe060377e88921.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_14240524c92faaaceebe060377e88921.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_1968977382820ccc9307df87bd9a655a.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_1968977382820ccc9307df87bd9a655a.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_1968977382820ccc9307df87bd9a655a.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_1968977382820ccc9307df87bd9a655a.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_1968977382820ccc9307df87bd9a655a_dep.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_1968977382820ccc9307df87bd9a655a_dep.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_1968977382820ccc9307df87bd9a655a_dep.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_1968977382820ccc9307df87bd9a655a_dep.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_1968977382820ccc9307df87bd9a655a_dep.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_1968977382820ccc9307df87bd9a655a_dep.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_1968977382820ccc9307df87bd9a655a_dep.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_1968977382820ccc9307df87bd9a655a_dep.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_1968977382820ccc9307df87bd9a655a_dep.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_1968977382820ccc9307df87bd9a655a_dep.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_1968977382820ccc9307df87bd9a655a_dep.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_1968977382820ccc9307df87bd9a655a_dep.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_1d2c147e5b33cac31c32dee8eba74f92.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_1d2c147e5b33cac31c32dee8eba74f92.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_1d2c147e5b33cac31c32dee8eba74f92.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_1d2c147e5b33cac31c32dee8eba74f92.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_1d2c147e5b33cac31c32dee8eba74f92_dep.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_1d2c147e5b33cac31c32dee8eba74f92_dep.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_1d2c147e5b33cac31c32dee8eba74f92_dep.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_1d2c147e5b33cac31c32dee8eba74f92_dep.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_1d2c147e5b33cac31c32dee8eba74f92_dep.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_1d2c147e5b33cac31c32dee8eba74f92_dep.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_1d2c147e5b33cac31c32dee8eba74f92_dep.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_1d2c147e5b33cac31c32dee8eba74f92_dep.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_1d2c147e5b33cac31c32dee8eba74f92_dep.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_1d2c147e5b33cac31c32dee8eba74f92_dep.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_1d2c147e5b33cac31c32dee8eba74f92_dep.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_1d2c147e5b33cac31c32dee8eba74f92_dep.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_2193f026831cdcfbe5f7630d525d29a2.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_2193f026831cdcfbe5f7630d525d29a2.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_2193f026831cdcfbe5f7630d525d29a2.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_2193f026831cdcfbe5f7630d525d29a2.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_2448ffd17b33850a59249216ac62359d.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_2448ffd17b33850a59249216ac62359d.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_2448ffd17b33850a59249216ac62359d.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_2448ffd17b33850a59249216ac62359d.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_24e52f82d660f93e0745d24e71239de7.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_24e52f82d660f93e0745d24e71239de7.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_24e52f82d660f93e0745d24e71239de7.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_24e52f82d660f93e0745d24e71239de7.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_24e52f82d660f93e0745d24e71239de7_dep.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_24e52f82d660f93e0745d24e71239de7_dep.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_24e52f82d660f93e0745d24e71239de7_dep.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_24e52f82d660f93e0745d24e71239de7_dep.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_24e52f82d660f93e0745d24e71239de7_dep.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_24e52f82d660f93e0745d24e71239de7_dep.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_24e52f82d660f93e0745d24e71239de7_dep.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_24e52f82d660f93e0745d24e71239de7_dep.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_24e52f82d660f93e0745d24e71239de7_dep.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_24e52f82d660f93e0745d24e71239de7_dep.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_24e52f82d660f93e0745d24e71239de7_dep.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_24e52f82d660f93e0745d24e71239de7_dep.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_267301a7818b265e178dd1678b5be7da.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_267301a7818b265e178dd1678b5be7da.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_267301a7818b265e178dd1678b5be7da.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_267301a7818b265e178dd1678b5be7da.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_267301a7818b265e178dd1678b5be7da_dep.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_267301a7818b265e178dd1678b5be7da_dep.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_267301a7818b265e178dd1678b5be7da_dep.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_267301a7818b265e178dd1678b5be7da_dep.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_267301a7818b265e178dd1678b5be7da_dep.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_267301a7818b265e178dd1678b5be7da_dep.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_267301a7818b265e178dd1678b5be7da_dep.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_267301a7818b265e178dd1678b5be7da_dep.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_267301a7818b265e178dd1678b5be7da_dep.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_267301a7818b265e178dd1678b5be7da_dep.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_267301a7818b265e178dd1678b5be7da_dep.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_267301a7818b265e178dd1678b5be7da_dep.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_27545987a30c1ce2d7af2bd86c78ac21.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_27545987a30c1ce2d7af2bd86c78ac21.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_27545987a30c1ce2d7af2bd86c78ac21.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_27545987a30c1ce2d7af2bd86c78ac21.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_27545987a30c1ce2d7af2bd86c78ac21_dep.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_27545987a30c1ce2d7af2bd86c78ac21_dep.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_27545987a30c1ce2d7af2bd86c78ac21_dep.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_27545987a30c1ce2d7af2bd86c78ac21_dep.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_27545987a30c1ce2d7af2bd86c78ac21_dep.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_27545987a30c1ce2d7af2bd86c78ac21_dep.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_27545987a30c1ce2d7af2bd86c78ac21_dep.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_27545987a30c1ce2d7af2bd86c78ac21_dep.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_27545987a30c1ce2d7af2bd86c78ac21_dep.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_27545987a30c1ce2d7af2bd86c78ac21_dep.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_27545987a30c1ce2d7af2bd86c78ac21_dep.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_27545987a30c1ce2d7af2bd86c78ac21_dep.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_28e746fa2b2d847c24c15cb9cf47061c.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_28e746fa2b2d847c24c15cb9cf47061c.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_28e746fa2b2d847c24c15cb9cf47061c.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_28e746fa2b2d847c24c15cb9cf47061c.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_28e746fa2b2d847c24c15cb9cf47061c_dep.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_28e746fa2b2d847c24c15cb9cf47061c_dep.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_28e746fa2b2d847c24c15cb9cf47061c_dep.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_28e746fa2b2d847c24c15cb9cf47061c_dep.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_28e746fa2b2d847c24c15cb9cf47061c_dep.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_28e746fa2b2d847c24c15cb9cf47061c_dep.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_28e746fa2b2d847c24c15cb9cf47061c_dep.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_28e746fa2b2d847c24c15cb9cf47061c_dep.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_28e746fa2b2d847c24c15cb9cf47061c_dep.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_28e746fa2b2d847c24c15cb9cf47061c_dep.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_28e746fa2b2d847c24c15cb9cf47061c_dep.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_28e746fa2b2d847c24c15cb9cf47061c_dep.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_2e1d5ae6e89575640b5c11b2b0dd7828.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_2e1d5ae6e89575640b5c11b2b0dd7828.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_2e1d5ae6e89575640b5c11b2b0dd7828.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_2e1d5ae6e89575640b5c11b2b0dd7828.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_2e1d5ae6e89575640b5c11b2b0dd7828_dep.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_2e1d5ae6e89575640b5c11b2b0dd7828_dep.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_2e1d5ae6e89575640b5c11b2b0dd7828_dep.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_2e1d5ae6e89575640b5c11b2b0dd7828_dep.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_2e1d5ae6e89575640b5c11b2b0dd7828_dep.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_2e1d5ae6e89575640b5c11b2b0dd7828_dep.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_2e1d5ae6e89575640b5c11b2b0dd7828_dep.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_2e1d5ae6e89575640b5c11b2b0dd7828_dep.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_2e1d5ae6e89575640b5c11b2b0dd7828_dep.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_2e1d5ae6e89575640b5c11b2b0dd7828_dep.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_2e1d5ae6e89575640b5c11b2b0dd7828_dep.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_2e1d5ae6e89575640b5c11b2b0dd7828_dep.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_35094516b35a914485489400265ef606.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_35094516b35a914485489400265ef606.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_35094516b35a914485489400265ef606.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_35094516b35a914485489400265ef606.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_35094516b35a914485489400265ef606_dep.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_35094516b35a914485489400265ef606_dep.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_35094516b35a914485489400265ef606_dep.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_35094516b35a914485489400265ef606_dep.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_35094516b35a914485489400265ef606_dep.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_35094516b35a914485489400265ef606_dep.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_35094516b35a914485489400265ef606_dep.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_35094516b35a914485489400265ef606_dep.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_35094516b35a914485489400265ef606_dep.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_35094516b35a914485489400265ef606_dep.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_35094516b35a914485489400265ef606_dep.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_35094516b35a914485489400265ef606_dep.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_39966f1b23fb9119d0e2e84328c29c92.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_39966f1b23fb9119d0e2e84328c29c92.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_39966f1b23fb9119d0e2e84328c29c92.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_39966f1b23fb9119d0e2e84328c29c92.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_39966f1b23fb9119d0e2e84328c29c92_dep.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_39966f1b23fb9119d0e2e84328c29c92_dep.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_39966f1b23fb9119d0e2e84328c29c92_dep.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_39966f1b23fb9119d0e2e84328c29c92_dep.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_39966f1b23fb9119d0e2e84328c29c92_dep.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_39966f1b23fb9119d0e2e84328c29c92_dep.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_39966f1b23fb9119d0e2e84328c29c92_dep.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_39966f1b23fb9119d0e2e84328c29c92_dep.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_39966f1b23fb9119d0e2e84328c29c92_dep.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_39966f1b23fb9119d0e2e84328c29c92_dep.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_39966f1b23fb9119d0e2e84328c29c92_dep.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_39966f1b23fb9119d0e2e84328c29c92_dep.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_3af3f687dce0018c3eca5f89eed04794.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_3af3f687dce0018c3eca5f89eed04794.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_3af3f687dce0018c3eca5f89eed04794.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_3af3f687dce0018c3eca5f89eed04794.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_3af3f687dce0018c3eca5f89eed04794_dep.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_3af3f687dce0018c3eca5f89eed04794_dep.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_3af3f687dce0018c3eca5f89eed04794_dep.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_3af3f687dce0018c3eca5f89eed04794_dep.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_3af3f687dce0018c3eca5f89eed04794_dep.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_3af3f687dce0018c3eca5f89eed04794_dep.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_3af3f687dce0018c3eca5f89eed04794_dep.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_3af3f687dce0018c3eca5f89eed04794_dep.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_3af3f687dce0018c3eca5f89eed04794_dep.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_3af3f687dce0018c3eca5f89eed04794_dep.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_3af3f687dce0018c3eca5f89eed04794_dep.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_3af3f687dce0018c3eca5f89eed04794_dep.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_3b413abaffb582733343166118210417.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_3b413abaffb582733343166118210417.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_3b413abaffb582733343166118210417.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_3b413abaffb582733343166118210417.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_3b413abaffb582733343166118210417_dep.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_3b413abaffb582733343166118210417_dep.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_3b413abaffb582733343166118210417_dep.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_3b413abaffb582733343166118210417_dep.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_3b413abaffb582733343166118210417_dep.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_3b413abaffb582733343166118210417_dep.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_3b413abaffb582733343166118210417_dep.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_3b413abaffb582733343166118210417_dep.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_3b413abaffb582733343166118210417_dep.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_3b413abaffb582733343166118210417_dep.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_3b413abaffb582733343166118210417_dep.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_3b413abaffb582733343166118210417_dep.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_3e32500b9eb36cf42c63d7a0700b5f48.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_3e32500b9eb36cf42c63d7a0700b5f48.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_3e32500b9eb36cf42c63d7a0700b5f48.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_3e32500b9eb36cf42c63d7a0700b5f48.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_4b2efa8dde6080c56d9829d057fd39df.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_4b2efa8dde6080c56d9829d057fd39df.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_4b2efa8dde6080c56d9829d057fd39df.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_4b2efa8dde6080c56d9829d057fd39df.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_4f486d1e72826ae9c58bf305b51ae16e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_4f486d1e72826ae9c58bf305b51ae16e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_4f486d1e72826ae9c58bf305b51ae16e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_4f486d1e72826ae9c58bf305b51ae16e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_4f486d1e72826ae9c58bf305b51ae16e_dep.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_4f486d1e72826ae9c58bf305b51ae16e_dep.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_4f486d1e72826ae9c58bf305b51ae16e_dep.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_4f486d1e72826ae9c58bf305b51ae16e_dep.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_4f486d1e72826ae9c58bf305b51ae16e_dep.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_4f486d1e72826ae9c58bf305b51ae16e_dep.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_4f486d1e72826ae9c58bf305b51ae16e_dep.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_4f486d1e72826ae9c58bf305b51ae16e_dep.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_4f486d1e72826ae9c58bf305b51ae16e_dep.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_4f486d1e72826ae9c58bf305b51ae16e_dep.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_4f486d1e72826ae9c58bf305b51ae16e_dep.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_4f486d1e72826ae9c58bf305b51ae16e_dep.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_5cf26327824e451e1022868dc841ad11.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_5cf26327824e451e1022868dc841ad11.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_5cf26327824e451e1022868dc841ad11.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_5cf26327824e451e1022868dc841ad11.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_5cf26327824e451e1022868dc841ad11_dep.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_5cf26327824e451e1022868dc841ad11_dep.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_5cf26327824e451e1022868dc841ad11_dep.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_5cf26327824e451e1022868dc841ad11_dep.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_5cf26327824e451e1022868dc841ad11_dep.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_5cf26327824e451e1022868dc841ad11_dep.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_5cf26327824e451e1022868dc841ad11_dep.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_5cf26327824e451e1022868dc841ad11_dep.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_5cf26327824e451e1022868dc841ad11_dep.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_5cf26327824e451e1022868dc841ad11_dep.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_5cf26327824e451e1022868dc841ad11_dep.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_5cf26327824e451e1022868dc841ad11_dep.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_64d72f811608cc5536d7defd83dd8929.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_64d72f811608cc5536d7defd83dd8929.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_64d72f811608cc5536d7defd83dd8929.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_64d72f811608cc5536d7defd83dd8929.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_64d72f811608cc5536d7defd83dd8929_dep.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_64d72f811608cc5536d7defd83dd8929_dep.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_64d72f811608cc5536d7defd83dd8929_dep.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_64d72f811608cc5536d7defd83dd8929_dep.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_64d72f811608cc5536d7defd83dd8929_dep.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_64d72f811608cc5536d7defd83dd8929_dep.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_64d72f811608cc5536d7defd83dd8929_dep.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_64d72f811608cc5536d7defd83dd8929_dep.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_64d72f811608cc5536d7defd83dd8929_dep.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_64d72f811608cc5536d7defd83dd8929_dep.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_64d72f811608cc5536d7defd83dd8929_dep.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_64d72f811608cc5536d7defd83dd8929_dep.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_6a5ce93f472888e0793f2844156cb0e2.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_6a5ce93f472888e0793f2844156cb0e2.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_6a5ce93f472888e0793f2844156cb0e2.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_6a5ce93f472888e0793f2844156cb0e2.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_6a5ce93f472888e0793f2844156cb0e2_dep.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_6a5ce93f472888e0793f2844156cb0e2_dep.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_6a5ce93f472888e0793f2844156cb0e2_dep.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_6a5ce93f472888e0793f2844156cb0e2_dep.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_6a5ce93f472888e0793f2844156cb0e2_dep.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_6a5ce93f472888e0793f2844156cb0e2_dep.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_6a5ce93f472888e0793f2844156cb0e2_dep.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_6a5ce93f472888e0793f2844156cb0e2_dep.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_6a5ce93f472888e0793f2844156cb0e2_dep.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_6a5ce93f472888e0793f2844156cb0e2_dep.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_6a5ce93f472888e0793f2844156cb0e2_dep.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_6a5ce93f472888e0793f2844156cb0e2_dep.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7108d5013b197beb2004eacb657ed2e6.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7108d5013b197beb2004eacb657ed2e6.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7108d5013b197beb2004eacb657ed2e6.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7108d5013b197beb2004eacb657ed2e6.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7108d5013b197beb2004eacb657ed2e6_dep.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7108d5013b197beb2004eacb657ed2e6_dep.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7108d5013b197beb2004eacb657ed2e6_dep.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7108d5013b197beb2004eacb657ed2e6_dep.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7108d5013b197beb2004eacb657ed2e6_dep.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7108d5013b197beb2004eacb657ed2e6_dep.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7108d5013b197beb2004eacb657ed2e6_dep.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7108d5013b197beb2004eacb657ed2e6_dep.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7108d5013b197beb2004eacb657ed2e6_dep.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7108d5013b197beb2004eacb657ed2e6_dep.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7108d5013b197beb2004eacb657ed2e6_dep.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7108d5013b197beb2004eacb657ed2e6_dep.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_72413f27bc6a06dcd8eb07a15b445fac.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_72413f27bc6a06dcd8eb07a15b445fac.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_72413f27bc6a06dcd8eb07a15b445fac.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_72413f27bc6a06dcd8eb07a15b445fac.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7474d848c2a75fd8baba724a49ab5497.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7474d848c2a75fd8baba724a49ab5497.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7474d848c2a75fd8baba724a49ab5497.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7474d848c2a75fd8baba724a49ab5497.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7474d848c2a75fd8baba724a49ab5497_dep.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7474d848c2a75fd8baba724a49ab5497_dep.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7474d848c2a75fd8baba724a49ab5497_dep.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7474d848c2a75fd8baba724a49ab5497_dep.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7474d848c2a75fd8baba724a49ab5497_dep.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7474d848c2a75fd8baba724a49ab5497_dep.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7474d848c2a75fd8baba724a49ab5497_dep.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7474d848c2a75fd8baba724a49ab5497_dep.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7474d848c2a75fd8baba724a49ab5497_dep.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7474d848c2a75fd8baba724a49ab5497_dep.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7474d848c2a75fd8baba724a49ab5497_dep.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7474d848c2a75fd8baba724a49ab5497_dep.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7491aafc6772ac0317b005e79579b936.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7491aafc6772ac0317b005e79579b936.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7491aafc6772ac0317b005e79579b936.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7491aafc6772ac0317b005e79579b936.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_777b5b972e7bb8c05bd1df2cd2c64fa8.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_777b5b972e7bb8c05bd1df2cd2c64fa8.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_777b5b972e7bb8c05bd1df2cd2c64fa8.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_777b5b972e7bb8c05bd1df2cd2c64fa8.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_777b5b972e7bb8c05bd1df2cd2c64fa8_dep.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_777b5b972e7bb8c05bd1df2cd2c64fa8_dep.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_777b5b972e7bb8c05bd1df2cd2c64fa8_dep.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_777b5b972e7bb8c05bd1df2cd2c64fa8_dep.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_777b5b972e7bb8c05bd1df2cd2c64fa8_dep.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_777b5b972e7bb8c05bd1df2cd2c64fa8_dep.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_777b5b972e7bb8c05bd1df2cd2c64fa8_dep.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_777b5b972e7bb8c05bd1df2cd2c64fa8_dep.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_777b5b972e7bb8c05bd1df2cd2c64fa8_dep.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_777b5b972e7bb8c05bd1df2cd2c64fa8_dep.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_777b5b972e7bb8c05bd1df2cd2c64fa8_dep.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_777b5b972e7bb8c05bd1df2cd2c64fa8_dep.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_792ecca4f12bd5a21f99abff978ab3e7.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_792ecca4f12bd5a21f99abff978ab3e7.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_792ecca4f12bd5a21f99abff978ab3e7.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_792ecca4f12bd5a21f99abff978ab3e7.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_792ecca4f12bd5a21f99abff978ab3e7_dep.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_792ecca4f12bd5a21f99abff978ab3e7_dep.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_792ecca4f12bd5a21f99abff978ab3e7_dep.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_792ecca4f12bd5a21f99abff978ab3e7_dep.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_792ecca4f12bd5a21f99abff978ab3e7_dep.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_792ecca4f12bd5a21f99abff978ab3e7_dep.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_792ecca4f12bd5a21f99abff978ab3e7_dep.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_792ecca4f12bd5a21f99abff978ab3e7_dep.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_792ecca4f12bd5a21f99abff978ab3e7_dep.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_792ecca4f12bd5a21f99abff978ab3e7_dep.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_792ecca4f12bd5a21f99abff978ab3e7_dep.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_792ecca4f12bd5a21f99abff978ab3e7_dep.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7975def220458f17c7281fab566ce246.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7975def220458f17c7281fab566ce246.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7975def220458f17c7281fab566ce246.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7975def220458f17c7281fab566ce246.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7975def220458f17c7281fab566ce246_dep.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7975def220458f17c7281fab566ce246_dep.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7975def220458f17c7281fab566ce246_dep.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7975def220458f17c7281fab566ce246_dep.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7975def220458f17c7281fab566ce246_dep.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7975def220458f17c7281fab566ce246_dep.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7975def220458f17c7281fab566ce246_dep.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7975def220458f17c7281fab566ce246_dep.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7975def220458f17c7281fab566ce246_dep.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7975def220458f17c7281fab566ce246_dep.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7975def220458f17c7281fab566ce246_dep.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7975def220458f17c7281fab566ce246_dep.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7bfed3e367d92941728cc185aee9127b.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7bfed3e367d92941728cc185aee9127b.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7bfed3e367d92941728cc185aee9127b.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7bfed3e367d92941728cc185aee9127b.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7bfed3e367d92941728cc185aee9127b_dep.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7bfed3e367d92941728cc185aee9127b_dep.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7bfed3e367d92941728cc185aee9127b_dep.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7bfed3e367d92941728cc185aee9127b_dep.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7bfed3e367d92941728cc185aee9127b_dep.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7bfed3e367d92941728cc185aee9127b_dep.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7bfed3e367d92941728cc185aee9127b_dep.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7bfed3e367d92941728cc185aee9127b_dep.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7bfed3e367d92941728cc185aee9127b_dep.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7bfed3e367d92941728cc185aee9127b_dep.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7bfed3e367d92941728cc185aee9127b_dep.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_7bfed3e367d92941728cc185aee9127b_dep.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_84e488d8a84e65c3c9b677a5dd7a953b.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_84e488d8a84e65c3c9b677a5dd7a953b.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_84e488d8a84e65c3c9b677a5dd7a953b.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_84e488d8a84e65c3c9b677a5dd7a953b.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_84e488d8a84e65c3c9b677a5dd7a953b_dep.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_84e488d8a84e65c3c9b677a5dd7a953b_dep.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_84e488d8a84e65c3c9b677a5dd7a953b_dep.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_84e488d8a84e65c3c9b677a5dd7a953b_dep.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_84e488d8a84e65c3c9b677a5dd7a953b_dep.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_84e488d8a84e65c3c9b677a5dd7a953b_dep.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_84e488d8a84e65c3c9b677a5dd7a953b_dep.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_84e488d8a84e65c3c9b677a5dd7a953b_dep.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_84e488d8a84e65c3c9b677a5dd7a953b_dep.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_84e488d8a84e65c3c9b677a5dd7a953b_dep.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_84e488d8a84e65c3c9b677a5dd7a953b_dep.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_84e488d8a84e65c3c9b677a5dd7a953b_dep.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_8d20de1f413d615a571d8da343a68b55.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_8d20de1f413d615a571d8da343a68b55.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_8d20de1f413d615a571d8da343a68b55.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_8d20de1f413d615a571d8da343a68b55.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_8d20de1f413d615a571d8da343a68b55_dep.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_8d20de1f413d615a571d8da343a68b55_dep.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_8d20de1f413d615a571d8da343a68b55_dep.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_8d20de1f413d615a571d8da343a68b55_dep.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_8d20de1f413d615a571d8da343a68b55_dep.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_8d20de1f413d615a571d8da343a68b55_dep.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_8d20de1f413d615a571d8da343a68b55_dep.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_8d20de1f413d615a571d8da343a68b55_dep.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_8d20de1f413d615a571d8da343a68b55_dep.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_8d20de1f413d615a571d8da343a68b55_dep.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_8d20de1f413d615a571d8da343a68b55_dep.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_8d20de1f413d615a571d8da343a68b55_dep.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_91857b504f82a56ca001dd341fe65f25.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_91857b504f82a56ca001dd341fe65f25.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_91857b504f82a56ca001dd341fe65f25.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_91857b504f82a56ca001dd341fe65f25.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_91857b504f82a56ca001dd341fe65f25_dep.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_91857b504f82a56ca001dd341fe65f25_dep.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_91857b504f82a56ca001dd341fe65f25_dep.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_91857b504f82a56ca001dd341fe65f25_dep.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_91857b504f82a56ca001dd341fe65f25_dep.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_91857b504f82a56ca001dd341fe65f25_dep.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_91857b504f82a56ca001dd341fe65f25_dep.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_91857b504f82a56ca001dd341fe65f25_dep.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_91857b504f82a56ca001dd341fe65f25_dep.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_91857b504f82a56ca001dd341fe65f25_dep.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_91857b504f82a56ca001dd341fe65f25_dep.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_91857b504f82a56ca001dd341fe65f25_dep.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9c6c1d5b688df0f8e1edfb086967f595.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9c6c1d5b688df0f8e1edfb086967f595.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9c6c1d5b688df0f8e1edfb086967f595.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9c6c1d5b688df0f8e1edfb086967f595.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9c6c1d5b688df0f8e1edfb086967f595_dep.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9c6c1d5b688df0f8e1edfb086967f595_dep.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9c6c1d5b688df0f8e1edfb086967f595_dep.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9c6c1d5b688df0f8e1edfb086967f595_dep.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9c6c1d5b688df0f8e1edfb086967f595_dep.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9c6c1d5b688df0f8e1edfb086967f595_dep.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9c6c1d5b688df0f8e1edfb086967f595_dep.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9c6c1d5b688df0f8e1edfb086967f595_dep.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9c6c1d5b688df0f8e1edfb086967f595_dep.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9c6c1d5b688df0f8e1edfb086967f595_dep.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9c6c1d5b688df0f8e1edfb086967f595_dep.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9c6c1d5b688df0f8e1edfb086967f595_dep.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9cd61716eb232fce02341fdda60380b1.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9cd61716eb232fce02341fdda60380b1.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9cd61716eb232fce02341fdda60380b1.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9cd61716eb232fce02341fdda60380b1.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9cd61716eb232fce02341fdda60380b1_dep.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9cd61716eb232fce02341fdda60380b1_dep.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9cd61716eb232fce02341fdda60380b1_dep.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9cd61716eb232fce02341fdda60380b1_dep.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9cd61716eb232fce02341fdda60380b1_dep.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9cd61716eb232fce02341fdda60380b1_dep.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9cd61716eb232fce02341fdda60380b1_dep.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9cd61716eb232fce02341fdda60380b1_dep.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9cd61716eb232fce02341fdda60380b1_dep.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9cd61716eb232fce02341fdda60380b1_dep.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9cd61716eb232fce02341fdda60380b1_dep.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9cd61716eb232fce02341fdda60380b1_dep.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9ee610406381032583c9b2ea366d83ef.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9ee610406381032583c9b2ea366d83ef.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9ee610406381032583c9b2ea366d83ef.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9ee610406381032583c9b2ea366d83ef.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9ee610406381032583c9b2ea366d83ef_dep.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9ee610406381032583c9b2ea366d83ef_dep.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9ee610406381032583c9b2ea366d83ef_dep.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9ee610406381032583c9b2ea366d83ef_dep.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9ee610406381032583c9b2ea366d83ef_dep.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9ee610406381032583c9b2ea366d83ef_dep.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9ee610406381032583c9b2ea366d83ef_dep.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9ee610406381032583c9b2ea366d83ef_dep.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9ee610406381032583c9b2ea366d83ef_dep.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9ee610406381032583c9b2ea366d83ef_dep.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9ee610406381032583c9b2ea366d83ef_dep.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_9ee610406381032583c9b2ea366d83ef_dep.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_a946ce966c8139b039e16cc0d63039c1.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_a946ce966c8139b039e16cc0d63039c1.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_a946ce966c8139b039e16cc0d63039c1.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_a946ce966c8139b039e16cc0d63039c1.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_a946ce966c8139b039e16cc0d63039c1_dep.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_a946ce966c8139b039e16cc0d63039c1_dep.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_a946ce966c8139b039e16cc0d63039c1_dep.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_a946ce966c8139b039e16cc0d63039c1_dep.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_a946ce966c8139b039e16cc0d63039c1_dep.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_a946ce966c8139b039e16cc0d63039c1_dep.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_a946ce966c8139b039e16cc0d63039c1_dep.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_a946ce966c8139b039e16cc0d63039c1_dep.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_a946ce966c8139b039e16cc0d63039c1_dep.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_a946ce966c8139b039e16cc0d63039c1_dep.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_a946ce966c8139b039e16cc0d63039c1_dep.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_a946ce966c8139b039e16cc0d63039c1_dep.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_aec2dea080396ad70937fe545ac403b0.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_aec2dea080396ad70937fe545ac403b0.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_aec2dea080396ad70937fe545ac403b0.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_aec2dea080396ad70937fe545ac403b0.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_afde2436970dac88923b1f77403d2006.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_afde2436970dac88923b1f77403d2006.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_afde2436970dac88923b1f77403d2006.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_afde2436970dac88923b1f77403d2006.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_afde2436970dac88923b1f77403d2006_dep.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_afde2436970dac88923b1f77403d2006_dep.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_afde2436970dac88923b1f77403d2006_dep.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_afde2436970dac88923b1f77403d2006_dep.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_afde2436970dac88923b1f77403d2006_dep.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_afde2436970dac88923b1f77403d2006_dep.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_afde2436970dac88923b1f77403d2006_dep.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_afde2436970dac88923b1f77403d2006_dep.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_afde2436970dac88923b1f77403d2006_dep.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_afde2436970dac88923b1f77403d2006_dep.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_afde2436970dac88923b1f77403d2006_dep.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_afde2436970dac88923b1f77403d2006_dep.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_b396dc28dbe644a9444597cdccdfe82e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_b396dc28dbe644a9444597cdccdfe82e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_b396dc28dbe644a9444597cdccdfe82e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_b396dc28dbe644a9444597cdccdfe82e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_b396dc28dbe644a9444597cdccdfe82e_dep.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_b396dc28dbe644a9444597cdccdfe82e_dep.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_b396dc28dbe644a9444597cdccdfe82e_dep.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_b396dc28dbe644a9444597cdccdfe82e_dep.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_b396dc28dbe644a9444597cdccdfe82e_dep.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_b396dc28dbe644a9444597cdccdfe82e_dep.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_b396dc28dbe644a9444597cdccdfe82e_dep.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_b396dc28dbe644a9444597cdccdfe82e_dep.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_b396dc28dbe644a9444597cdccdfe82e_dep.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_b396dc28dbe644a9444597cdccdfe82e_dep.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_b396dc28dbe644a9444597cdccdfe82e_dep.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_b396dc28dbe644a9444597cdccdfe82e_dep.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_bd209c9d3074d3795b66a9dd59ecf791.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_bd209c9d3074d3795b66a9dd59ecf791.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_bd209c9d3074d3795b66a9dd59ecf791.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_bd209c9d3074d3795b66a9dd59ecf791.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_bd209c9d3074d3795b66a9dd59ecf791_dep.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_bd209c9d3074d3795b66a9dd59ecf791_dep.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_bd209c9d3074d3795b66a9dd59ecf791_dep.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_bd209c9d3074d3795b66a9dd59ecf791_dep.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_bd209c9d3074d3795b66a9dd59ecf791_dep.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_bd209c9d3074d3795b66a9dd59ecf791_dep.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_bd209c9d3074d3795b66a9dd59ecf791_dep.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_bd209c9d3074d3795b66a9dd59ecf791_dep.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_bd209c9d3074d3795b66a9dd59ecf791_dep.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_bd209c9d3074d3795b66a9dd59ecf791_dep.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_bd209c9d3074d3795b66a9dd59ecf791_dep.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_bd209c9d3074d3795b66a9dd59ecf791_dep.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_c5a52a81292cf9a5167198f4f346d6d9.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_c5a52a81292cf9a5167198f4f346d6d9.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_c5a52a81292cf9a5167198f4f346d6d9.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_c5a52a81292cf9a5167198f4f346d6d9.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_cc534d0ae49bf8e5d6f4ee87a58ea916.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_cc534d0ae49bf8e5d6f4ee87a58ea916.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_cc534d0ae49bf8e5d6f4ee87a58ea916.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_cc534d0ae49bf8e5d6f4ee87a58ea916.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_cc534d0ae49bf8e5d6f4ee87a58ea916_dep.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_cc534d0ae49bf8e5d6f4ee87a58ea916_dep.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_cc534d0ae49bf8e5d6f4ee87a58ea916_dep.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_cc534d0ae49bf8e5d6f4ee87a58ea916_dep.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_cc534d0ae49bf8e5d6f4ee87a58ea916_dep.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_cc534d0ae49bf8e5d6f4ee87a58ea916_dep.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_cc534d0ae49bf8e5d6f4ee87a58ea916_dep.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_cc534d0ae49bf8e5d6f4ee87a58ea916_dep.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_cc534d0ae49bf8e5d6f4ee87a58ea916_dep.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_cc534d0ae49bf8e5d6f4ee87a58ea916_dep.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_cc534d0ae49bf8e5d6f4ee87a58ea916_dep.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_cc534d0ae49bf8e5d6f4ee87a58ea916_dep.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_d80f2d3e4e836961689c466eb7625f53.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_d80f2d3e4e836961689c466eb7625f53.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_d80f2d3e4e836961689c466eb7625f53.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_d80f2d3e4e836961689c466eb7625f53.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_d80f2d3e4e836961689c466eb7625f53_dep.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_d80f2d3e4e836961689c466eb7625f53_dep.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_d80f2d3e4e836961689c466eb7625f53_dep.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_d80f2d3e4e836961689c466eb7625f53_dep.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_d80f2d3e4e836961689c466eb7625f53_dep.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_d80f2d3e4e836961689c466eb7625f53_dep.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_d80f2d3e4e836961689c466eb7625f53_dep.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_d80f2d3e4e836961689c466eb7625f53_dep.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_d80f2d3e4e836961689c466eb7625f53_dep.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_d80f2d3e4e836961689c466eb7625f53_dep.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_d80f2d3e4e836961689c466eb7625f53_dep.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_d80f2d3e4e836961689c466eb7625f53_dep.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_dcada09bf3de69beabc0521b91c30550.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_dcada09bf3de69beabc0521b91c30550.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_dcada09bf3de69beabc0521b91c30550.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_dcada09bf3de69beabc0521b91c30550.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_e4413fdd10501f0f4b65f615de72d05f.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_e4413fdd10501f0f4b65f615de72d05f.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_e4413fdd10501f0f4b65f615de72d05f.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_e4413fdd10501f0f4b65f615de72d05f.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_e5afad07a6e294c18dad619513d97382.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_e5afad07a6e294c18dad619513d97382.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_e5afad07a6e294c18dad619513d97382.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_e5afad07a6e294c18dad619513d97382.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_e8bf73041848d8a97ff9b0f24e24824e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_e8bf73041848d8a97ff9b0f24e24824e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_e8bf73041848d8a97ff9b0f24e24824e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_e8bf73041848d8a97ff9b0f24e24824e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_e8bf73041848d8a97ff9b0f24e24824e_dep.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_e8bf73041848d8a97ff9b0f24e24824e_dep.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_e8bf73041848d8a97ff9b0f24e24824e_dep.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_e8bf73041848d8a97ff9b0f24e24824e_dep.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_e8bf73041848d8a97ff9b0f24e24824e_dep.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_e8bf73041848d8a97ff9b0f24e24824e_dep.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_e8bf73041848d8a97ff9b0f24e24824e_dep.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_e8bf73041848d8a97ff9b0f24e24824e_dep.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_e8bf73041848d8a97ff9b0f24e24824e_dep.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_e8bf73041848d8a97ff9b0f24e24824e_dep.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_e8bf73041848d8a97ff9b0f24e24824e_dep.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_e8bf73041848d8a97ff9b0f24e24824e_dep.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_ebd89e2215d9fe75dd049fd7977024ba.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_ebd89e2215d9fe75dd049fd7977024ba.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_ebd89e2215d9fe75dd049fd7977024ba.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_ebd89e2215d9fe75dd049fd7977024ba.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_ebd89e2215d9fe75dd049fd7977024ba_dep.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_ebd89e2215d9fe75dd049fd7977024ba_dep.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_ebd89e2215d9fe75dd049fd7977024ba_dep.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_ebd89e2215d9fe75dd049fd7977024ba_dep.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_ebd89e2215d9fe75dd049fd7977024ba_dep.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_ebd89e2215d9fe75dd049fd7977024ba_dep.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_ebd89e2215d9fe75dd049fd7977024ba_dep.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_ebd89e2215d9fe75dd049fd7977024ba_dep.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_ebd89e2215d9fe75dd049fd7977024ba_dep.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_ebd89e2215d9fe75dd049fd7977024ba_dep.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_ebd89e2215d9fe75dd049fd7977024ba_dep.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dir_ebd89e2215d9fe75dd049fd7977024ba_dep.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dis__api_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dis__api_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dis__api_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dis__api_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dis__api_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dis__api_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dis__api_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dis__api_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dis__api_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dis__api_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dis__api_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dis__api_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dis__api_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dis__api_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dis__api_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dis__api_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dis__api_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dis__api_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dis__api_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dis__api_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__api_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__api_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__api_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__api_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__api_8h__dep__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__api_8h__dep__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__api_8h__dep__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__api_8h__dep__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__api_8h__dep__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__api_8h__dep__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__api_8h__dep__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__api_8h__dep__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__api_8h__dep__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__api_8h__dep__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__api_8h__dep__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__api_8h__dep__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__api_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__api_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__api_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__api_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__api_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__api_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__api_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__api_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__api_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__api_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__api_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__api_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__api_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__api_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__api_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__api_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__handler_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__handler_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__handler_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__handler_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__handler_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__handler_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__handler_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__handler_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__handler_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__handler_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__handler_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__handler_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__handler_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__handler_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__handler_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__handler_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__handler_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__handler_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__handler_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dm__handler_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/doc.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/doc.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/doc.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/doc.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dot_inline_dotgraph_1.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dot_inline_dotgraph_1.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dot_inline_dotgraph_1.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dot_inline_dotgraph_1.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dot_inline_dotgraph_2.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dot_inline_dotgraph_2.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dot_inline_dotgraph_2.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dot_inline_dotgraph_2.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dot_inline_dotgraph_3.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dot_inline_dotgraph_3.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dot_inline_dotgraph_3.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dot_inline_dotgraph_3.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dot_inline_dotgraph_4.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dot_inline_dotgraph_4.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dot_inline_dotgraph_4.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dot_inline_dotgraph_4.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dot_inline_dotgraph_5.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dot_inline_dotgraph_5.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dot_inline_dotgraph_5.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dot_inline_dotgraph_5.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dot_inline_dotgraph_6.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dot_inline_dotgraph_6.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dot_inline_dotgraph_6.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dot_inline_dotgraph_6.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/doxygen.css b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/doxygen.css
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/doxygen.css
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/doxygen.css
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/doxygen.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/doxygen.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/doxygen.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/doxygen.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dynsections.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dynsections.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dynsections.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/dynsections.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/files.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/files.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/files.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/files.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/fmpl__api_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/fmpl__api_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/fmpl__api_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/fmpl__api_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/fmpl__api_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/fmpl__api_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/fmpl__api_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/fmpl__api_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/fmpl__api_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/fmpl__api_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/fmpl__api_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/fmpl__api_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/fmpl__api_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/fmpl__api_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/fmpl__api_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/fmpl__api_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/fmpl__api_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/fmpl__api_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/fmpl__api_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/fmpl__api_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/folderclosed.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/folderclosed.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/folderclosed.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/folderclosed.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/folderopen.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/folderopen.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/folderopen.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/folderopen.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_b.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_b.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_b.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_b.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_c.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_c.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_c.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_c.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_d.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_d.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_d.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_d.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_dup.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_dup.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_dup.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_dup.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_f.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_f.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_f.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_f.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_i.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_i.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_i.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_i.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_k.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_k.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_k.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_k.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_l.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_l.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_l.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_l.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_m.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_m.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_m.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_m.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_n.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_n.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_n.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_n.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_o.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_o.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_o.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_o.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_p.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_p.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_p.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_p.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_q.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_q.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_q.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_q.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_r.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_r.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_r.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_r.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_s.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_s.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_s.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_s.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_u.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_u.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_u.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_u.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_v.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_v.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_v.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_v.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_b.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_b.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_b.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_b.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_c.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_c.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_c.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_c.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_d.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_d.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_d.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_d.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_f.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_f.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_f.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_f.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_i.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_i.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_i.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_i.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_k.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_k.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_k.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_k.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_l.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_l.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_l.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_l.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_m.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_m.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_m.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_m.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_n.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_n.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_n.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_n.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_o.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_o.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_o.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_o.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_p.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_p.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_p.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_p.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_q.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_q.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_q.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_q.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_r.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_r.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_r.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_r.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_s.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_s.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_s.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_s.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_u.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_u.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_u.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_u.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_v.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_v.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_v.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_v.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_w.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_w.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_w.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_w.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_y.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_y.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_y.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_vars_y.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_w.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_w.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_w.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_w.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_y.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_y.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_y.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/functions_y.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gap__api_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gap__api_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gap__api_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gap__api_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gap__api_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gap__api_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gap__api_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gap__api_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gap__api_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gap__api_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gap__api_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gap__api_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gap__api_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gap__api_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gap__api_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gap__api_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gap__api_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gap__api_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gap__api_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gap__api_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gatt__api_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gatt__api_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gatt__api_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gatt__api_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gatt__api_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gatt__api_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gatt__api_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gatt__api_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gatt__api_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gatt__api_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gatt__api_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gatt__api_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gatt__api_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gatt__api_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gatt__api_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gatt__api_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gatt__api_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gatt__api_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gatt__api_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gatt__api_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_b.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_b.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_b.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_b.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_c.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_c.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_c.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_c.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_d.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_d.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_d.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_d.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_b.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_b.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_b.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_b.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_c.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_c.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_c.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_c.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_d.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_d.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_d.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_d.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_f.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_f.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_f.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_f.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_g.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_g.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_g.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_g.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_i.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_i.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_i.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_i.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_l.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_l.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_l.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_l.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_n.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_n.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_n.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_n.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_p.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_p.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_p.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_p.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_r.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_r.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_r.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_r.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_s.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_s.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_s.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_s.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_u.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_u.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_u.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_u.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_w.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_w.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_w.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_defs_w.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_b.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_b.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_b.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_b.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_c.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_c.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_c.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_c.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_d.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_d.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_d.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_d.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_f.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_f.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_f.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_f.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_g.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_g.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_g.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_g.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_i.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_i.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_i.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_i.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_l.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_l.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_l.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_l.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_p.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_p.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_p.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_p.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_r.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_r.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_r.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_r.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_s.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_s.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_s.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_s.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_u.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_u.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_u.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_u.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_w.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_w.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_w.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_eval_w.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_f.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_f.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_f.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_f.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_b.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_b.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_b.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_b.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_c.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_c.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_c.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_c.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_d.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_d.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_d.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_d.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_f.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_f.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_f.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_f.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_g.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_g.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_g.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_g.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_l.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_l.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_l.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_l.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_p.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_p.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_p.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_p.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_r.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_r.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_r.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_r.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_s.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_s.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_s.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_s.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_u.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_u.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_u.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_u.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_w.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_w.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_w.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_func_w.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_g.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_g.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_g.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_g.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_i.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_i.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_i.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_i.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_l.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_l.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_l.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_l.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_n.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_n.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_n.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_n.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_p.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_p.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_p.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_p.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_r.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_r.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_r.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_r.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_s.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_s.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_s.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_s.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_type.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_type.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_type.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_type.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_u.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_u.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_u.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_u.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_vars.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_vars.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_vars.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_vars.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_w.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_w.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_w.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/globals_w.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glpc__api_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glpc__api_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glpc__api_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glpc__api_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glpc__api_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glpc__api_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glpc__api_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glpc__api_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glpc__api_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glpc__api_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glpc__api_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glpc__api_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glpc__api_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glpc__api_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glpc__api_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glpc__api_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glpc__api_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glpc__api_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glpc__api_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glpc__api_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glps__api_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glps__api_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glps__api_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glps__api_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glps__api_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glps__api_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glps__api_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glps__api_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glps__main_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glps__main_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glps__main_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glps__main_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glps__main_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glps__main_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glps__main_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glps__main_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glps__main_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glps__main_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glps__main_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glps__main_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glps__main_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glps__main_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glps__main_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glps__main_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glps__main_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glps__main_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glps__main_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/glps__main_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/graph_legend.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/graph_legend.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/graph_legend.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/graph_legend.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/graph_legend.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/graph_legend.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/graph_legend.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/graph_legend.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/graph_legend.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/graph_legend.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/graph_legend.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/graph_legend.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_l_e_r_t-_r_e_l_a_t_e_d___s_e_r_v_i_c_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_l_e_r_t-_r_e_l_a_t_e_d___s_e_r_v_i_c_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_l_e_r_t-_r_e_l_a_t_e_d___s_e_r_v_i_c_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_l_e_r_t-_r_e_l_a_t_e_d___s_e_r_v_i_c_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_l_e_r_t-_r_e_l_a_t_e_d___s_e_r_v_i_c_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_l_e_r_t-_r_e_l_a_t_e_d___s_e_r_v_i_c_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_l_e_r_t-_r_e_l_a_t_e_d___s_e_r_v_i_c_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_l_e_r_t-_r_e_l_a_t_e_d___s_e_r_v_i_c_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_l_e_r_t___n_o_t_i_f_i_c_a_t_i_o_n___p_r_o_f_i_l_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_l_e_r_t___n_o_t_i_f_i_c_a_t_i_o_n___p_r_o_f_i_l_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_l_e_r_t___n_o_t_i_f_i_c_a_t_i_o_n___p_r_o_f_i_l_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_l_e_r_t___n_o_t_i_f_i_c_a_t_i_o_n___p_r_o_f_i_l_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_l_e_r_t___n_o_t_i_f_i_c_a_t_i_o_n___p_r_o_f_i_l_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_l_e_r_t___n_o_t_i_f_i_c_a_t_i_o_n___p_r_o_f_i_l_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_l_e_r_t___n_o_t_i_f_i_c_a_t_i_o_n___p_r_o_f_i_l_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_l_e_r_t___n_o_t_i_f_i_c_a_t_i_o_n___p_r_o_f_i_l_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k___a_p_i.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k___a_p_i.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k___a_p_i.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k___a_p_i.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k___a_p_i.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k___a_p_i.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k___a_p_i.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k___a_p_i.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k___d_b___a_p_i.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k___d_b___a_p_i.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k___d_b___a_p_i.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k___d_b___a_p_i.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k___d_b___a_p_i.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k___d_b___a_p_i.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k___d_b___a_p_i.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k___d_b___a_p_i.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k___h_w___a_p_i.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k___h_w___a_p_i.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k___h_w___a_p_i.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k___h_w___a_p_i.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k___h_w___a_p_i.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k___h_w___a_p_i.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k___h_w___a_p_i.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k___h_w___a_p_i.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k___p_a_r_a_m___a_p_i.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k___p_a_r_a_m___a_p_i.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k___p_a_r_a_m___a_p_i.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k___p_a_r_a_m___a_p_i.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k___p_a_r_a_m___a_p_i.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k___p_a_r_a_m___a_p_i.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k___p_a_r_a_m___a_p_i.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k___p_a_r_a_m___a_p_i.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k___u_i___a_p_i.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k___u_i___a_p_i.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k___u_i___a_p_i.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k___u_i___a_p_i.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k___u_i___a_p_i.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k___u_i___a_p_i.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k___u_i___a_p_i.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_p_p___f_r_a_m_e_w_o_r_k___u_i___a_p_i.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_r_m___l_t_d___p_r_o_p_r_i_e_t_a_r_y___p_r_o_f_i_l_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_r_m___l_t_d___p_r_o_p_r_i_e_t_a_r_y___p_r_o_f_i_l_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_r_m___l_t_d___p_r_o_p_r_i_e_t_a_r_y___p_r_o_f_i_l_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_r_m___l_t_d___p_r_o_p_r_i_e_t_a_r_y___p_r_o_f_i_l_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_r_m___l_t_d___p_r_o_p_r_i_e_t_a_r_y___p_r_o_f_i_l_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_r_m___l_t_d___p_r_o_p_r_i_e_t_a_r_y___p_r_o_f_i_l_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_r_m___l_t_d___p_r_o_p_r_i_e_t_a_r_y___p_r_o_f_i_l_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___a_r_m___l_t_d___p_r_o_p_r_i_e_t_a_r_y___p_r_o_f_i_l_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_a_t_t_e_r_y___p_r_o_f_i_l_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_a_t_t_e_r_y___p_r_o_f_i_l_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_a_t_t_e_r_y___p_r_o_f_i_l_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_a_t_t_e_r_y___p_r_o_f_i_l_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_a_t_t_e_r_y___p_r_o_f_i_l_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_a_t_t_e_r_y___p_r_o_f_i_l_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_a_t_t_e_r_y___p_r_o_f_i_l_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_a_t_t_e_r_y___p_r_o_f_i_l_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_a_t_t_e_r_y___s_e_r_v_i_c_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_a_t_t_e_r_y___s_e_r_v_i_c_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_a_t_t_e_r_y___s_e_r_v_i_c_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_a_t_t_e_r_y___s_e_r_v_i_c_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_a_t_t_e_r_y___s_e_r_v_i_c_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_a_t_t_e_r_y___s_e_r_v_i_c_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_a_t_t_e_r_y___s_e_r_v_i_c_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_a_t_t_e_r_y___s_e_r_v_i_c_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_l_e___p_r_o_f_i_l_e_s.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_l_e___p_r_o_f_i_l_e_s.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_l_e___p_r_o_f_i_l_e_s.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_l_e___p_r_o_f_i_l_e_s.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_l_e___p_r_o_f_i_l_e_s.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_l_e___p_r_o_f_i_l_e_s.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_l_e___p_r_o_f_i_l_e_s.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_l_e___p_r_o_f_i_l_e_s.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_l_e___s_t_a_c_k.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_l_e___s_t_a_c_k.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_l_e___s_t_a_c_k.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_l_e___s_t_a_c_k.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_l_e___s_t_a_c_k.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_l_e___s_t_a_c_k.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_l_e___s_t_a_c_k.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_l_e___s_t_a_c_k.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_l_o_o_d___p_r_e_s_s_u_r_e___p_r_o_f_i_l_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_l_o_o_d___p_r_e_s_s_u_r_e___p_r_o_f_i_l_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_l_o_o_d___p_r_e_s_s_u_r_e___p_r_o_f_i_l_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_l_o_o_d___p_r_e_s_s_u_r_e___p_r_o_f_i_l_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_l_o_o_d___p_r_e_s_s_u_r_e___p_r_o_f_i_l_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_l_o_o_d___p_r_e_s_s_u_r_e___p_r_o_f_i_l_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_l_o_o_d___p_r_e_s_s_u_r_e___p_r_o_f_i_l_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_l_o_o_d___p_r_e_s_s_u_r_e___p_r_o_f_i_l_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_l_o_o_d___p_r_e_s_s_u_r_e___s_e_r_v_i_c_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_l_o_o_d___p_r_e_s_s_u_r_e___s_e_r_v_i_c_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_l_o_o_d___p_r_e_s_s_u_r_e___s_e_r_v_i_c_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_l_o_o_d___p_r_e_s_s_u_r_e___s_e_r_v_i_c_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_l_o_o_d___p_r_e_s_s_u_r_e___s_e_r_v_i_c_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_l_o_o_d___p_r_e_s_s_u_r_e___s_e_r_v_i_c_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_l_o_o_d___p_r_e_s_s_u_r_e___s_e_r_v_i_c_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___b_l_o_o_d___p_r_e_s_s_u_r_e___s_e_r_v_i_c_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___c_y_c_l_i_n_g___p_o_w_e_r___p_r_o_f_i_l_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___c_y_c_l_i_n_g___p_o_w_e_r___p_r_o_f_i_l_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___c_y_c_l_i_n_g___p_o_w_e_r___p_r_o_f_i_l_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___c_y_c_l_i_n_g___p_o_w_e_r___p_r_o_f_i_l_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___c_y_c_l_i_n_g___p_o_w_e_r___p_r_o_f_i_l_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___c_y_c_l_i_n_g___p_o_w_e_r___p_r_o_f_i_l_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___c_y_c_l_i_n_g___p_o_w_e_r___p_r_o_f_i_l_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___c_y_c_l_i_n_g___p_o_w_e_r___p_r_o_f_i_l_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___c_y_c_l_i_n_g___p_o_w_e_r___s_e_r_v_i_c_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___c_y_c_l_i_n_g___p_o_w_e_r___s_e_r_v_i_c_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___c_y_c_l_i_n_g___p_o_w_e_r___s_e_r_v_i_c_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___c_y_c_l_i_n_g___p_o_w_e_r___s_e_r_v_i_c_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___c_y_c_l_i_n_g___p_o_w_e_r___s_e_r_v_i_c_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___c_y_c_l_i_n_g___p_o_w_e_r___s_e_r_v_i_c_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___c_y_c_l_i_n_g___p_o_w_e_r___s_e_r_v_i_c_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___c_y_c_l_i_n_g___p_o_w_e_r___s_e_r_v_i_c_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___c_y_c_l_i_n_g___s_p_e_e_d___a_n_d___c_a_d_e_n_c_e___p_r_o_f_i_l_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___c_y_c_l_i_n_g___s_p_e_e_d___a_n_d___c_a_d_e_n_c_e___p_r_o_f_i_l_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___c_y_c_l_i_n_g___s_p_e_e_d___a_n_d___c_a_d_e_n_c_e___p_r_o_f_i_l_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___c_y_c_l_i_n_g___s_p_e_e_d___a_n_d___c_a_d_e_n_c_e___p_r_o_f_i_l_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___c_y_c_l_i_n_g___s_p_e_e_d___a_n_d___c_a_d_e_n_c_e___p_r_o_f_i_l_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___c_y_c_l_i_n_g___s_p_e_e_d___a_n_d___c_a_d_e_n_c_e___p_r_o_f_i_l_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___c_y_c_l_i_n_g___s_p_e_e_d___a_n_d___c_a_d_e_n_c_e___p_r_o_f_i_l_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___c_y_c_l_i_n_g___s_p_e_e_d___a_n_d___c_a_d_e_n_c_e___p_r_o_f_i_l_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___c_y_c_l_i_n_g___s_p_e_e_d___a_n_d___c_a_d_e_n_c_e___s_e_r_v_i_c_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___c_y_c_l_i_n_g___s_p_e_e_d___a_n_d___c_a_d_e_n_c_e___s_e_r_v_i_c_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___c_y_c_l_i_n_g___s_p_e_e_d___a_n_d___c_a_d_e_n_c_e___s_e_r_v_i_c_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___c_y_c_l_i_n_g___s_p_e_e_d___a_n_d___c_a_d_e_n_c_e___s_e_r_v_i_c_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___c_y_c_l_i_n_g___s_p_e_e_d___a_n_d___c_a_d_e_n_c_e___s_e_r_v_i_c_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___c_y_c_l_i_n_g___s_p_e_e_d___a_n_d___c_a_d_e_n_c_e___s_e_r_v_i_c_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___c_y_c_l_i_n_g___s_p_e_e_d___a_n_d___c_a_d_e_n_c_e___s_e_r_v_i_c_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___c_y_c_l_i_n_g___s_p_e_e_d___a_n_d___c_a_d_e_n_c_e___s_e_r_v_i_c_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___d_e_v_i_c_e___i_n_f_o_r_m_a_t_i_o_n___p_r_o_f_i_l_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___d_e_v_i_c_e___i_n_f_o_r_m_a_t_i_o_n___p_r_o_f_i_l_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___d_e_v_i_c_e___i_n_f_o_r_m_a_t_i_o_n___p_r_o_f_i_l_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___d_e_v_i_c_e___i_n_f_o_r_m_a_t_i_o_n___p_r_o_f_i_l_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___d_e_v_i_c_e___i_n_f_o_r_m_a_t_i_o_n___p_r_o_f_i_l_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___d_e_v_i_c_e___i_n_f_o_r_m_a_t_i_o_n___p_r_o_f_i_l_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___d_e_v_i_c_e___i_n_f_o_r_m_a_t_i_o_n___p_r_o_f_i_l_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___d_e_v_i_c_e___i_n_f_o_r_m_a_t_i_o_n___p_r_o_f_i_l_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___d_e_v_i_c_e___i_n_f_o_r_m_a_t_i_o_n___s_e_r_v_i_c_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___d_e_v_i_c_e___i_n_f_o_r_m_a_t_i_o_n___s_e_r_v_i_c_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___d_e_v_i_c_e___i_n_f_o_r_m_a_t_i_o_n___s_e_r_v_i_c_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___d_e_v_i_c_e___i_n_f_o_r_m_a_t_i_o_n___s_e_r_v_i_c_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___d_e_v_i_c_e___i_n_f_o_r_m_a_t_i_o_n___s_e_r_v_i_c_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___d_e_v_i_c_e___i_n_f_o_r_m_a_t_i_o_n___s_e_r_v_i_c_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___d_e_v_i_c_e___i_n_f_o_r_m_a_t_i_o_n___s_e_r_v_i_c_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___d_e_v_i_c_e___i_n_f_o_r_m_a_t_i_o_n___s_e_r_v_i_c_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___d_m___connections.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___d_m___connections.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___d_m___connections.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___d_m___connections.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___d_m___synchronization.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___d_m___synchronization.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___d_m___synchronization.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___d_m___synchronization.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___f_i_n_d___m_e___p_r_o_f_i_l_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___f_i_n_d___m_e___p_r_o_f_i_l_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___f_i_n_d___m_e___p_r_o_f_i_l_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___f_i_n_d___m_e___p_r_o_f_i_l_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___f_i_n_d___m_e___p_r_o_f_i_l_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___f_i_n_d___m_e___p_r_o_f_i_l_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___f_i_n_d___m_e___p_r_o_f_i_l_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___f_i_n_d___m_e___p_r_o_f_i_l_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_a_p___p_r_o_f_i_l_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_a_p___p_r_o_f_i_l_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_a_p___p_r_o_f_i_l_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_a_p___p_r_o_f_i_l_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_a_p___p_r_o_f_i_l_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_a_p___p_r_o_f_i_l_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_a_p___p_r_o_f_i_l_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_a_p___p_r_o_f_i_l_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_a_t_t___a_n_d___g_a_p___s_e_r_v_i_c_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_a_t_t___a_n_d___g_a_p___s_e_r_v_i_c_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_a_t_t___a_n_d___g_a_p___s_e_r_v_i_c_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_a_t_t___a_n_d___g_a_p___s_e_r_v_i_c_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_a_t_t___a_n_d___g_a_p___s_e_r_v_i_c_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_a_t_t___a_n_d___g_a_p___s_e_r_v_i_c_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_a_t_t___a_n_d___g_a_p___s_e_r_v_i_c_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_a_t_t___a_n_d___g_a_p___s_e_r_v_i_c_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_a_t_t___p_r_o_f_i_l_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_a_t_t___p_r_o_f_i_l_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_a_t_t___p_r_o_f_i_l_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_a_t_t___p_r_o_f_i_l_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_a_t_t___p_r_o_f_i_l_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_a_t_t___p_r_o_f_i_l_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_a_t_t___p_r_o_f_i_l_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_a_t_t___p_r_o_f_i_l_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_a_t_t___p_r_o_f_i_l_e_s.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_a_t_t___p_r_o_f_i_l_e_s.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_a_t_t___p_r_o_f_i_l_e_s.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_a_t_t___p_r_o_f_i_l_e_s.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_a_t_t___p_r_o_f_i_l_e_s.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_a_t_t___p_r_o_f_i_l_e_s.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_a_t_t___p_r_o_f_i_l_e_s.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_a_t_t___p_r_o_f_i_l_e_s.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_l_u_c_o_s_e___p_r_o_f_i_l_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_l_u_c_o_s_e___p_r_o_f_i_l_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_l_u_c_o_s_e___p_r_o_f_i_l_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_l_u_c_o_s_e___p_r_o_f_i_l_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_l_u_c_o_s_e___p_r_o_f_i_l_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_l_u_c_o_s_e___p_r_o_f_i_l_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_l_u_c_o_s_e___p_r_o_f_i_l_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_l_u_c_o_s_e___p_r_o_f_i_l_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_l_u_c_o_s_e___s_e_r_v_i_c_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_l_u_c_o_s_e___s_e_r_v_i_c_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_l_u_c_o_s_e___s_e_r_v_i_c_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_l_u_c_o_s_e___s_e_r_v_i_c_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_l_u_c_o_s_e___s_e_r_v_i_c_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_l_u_c_o_s_e___s_e_r_v_i_c_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_l_u_c_o_s_e___s_e_r_v_i_c_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_l_u_c_o_s_e___s_e_r_v_i_c_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_y_r_o_s_c_o_p_e___s_e_n_s_o_r___s_e_r_v_i_c_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_y_r_o_s_c_o_p_e___s_e_n_s_o_r___s_e_r_v_i_c_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_y_r_o_s_c_o_p_e___s_e_n_s_o_r___s_e_r_v_i_c_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_y_r_o_s_c_o_p_e___s_e_n_s_o_r___s_e_r_v_i_c_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_y_r_o_s_c_o_p_e___s_e_n_s_o_r___s_e_r_v_i_c_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_y_r_o_s_c_o_p_e___s_e_n_s_o_r___s_e_r_v_i_c_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_y_r_o_s_c_o_p_e___s_e_n_s_o_r___s_e_r_v_i_c_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_y_r_o_s_c_o_p_e___s_e_n_s_o_r___s_e_r_v_i_c_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_y_r_o_s_c_o_p_e___s_e_r_v_i_c_e___p_r_o_f_i_l_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_y_r_o_s_c_o_p_e___s_e_r_v_i_c_e___p_r_o_f_i_l_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_y_r_o_s_c_o_p_e___s_e_r_v_i_c_e___p_r_o_f_i_l_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_y_r_o_s_c_o_p_e___s_e_r_v_i_c_e___p_r_o_f_i_l_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_y_r_o_s_c_o_p_e___s_e_r_v_i_c_e___p_r_o_f_i_l_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_y_r_o_s_c_o_p_e___s_e_r_v_i_c_e___p_r_o_f_i_l_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_y_r_o_s_c_o_p_e___s_e_r_v_i_c_e___p_r_o_f_i_l_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___g_y_r_o_s_c_o_p_e___s_e_r_v_i_c_e___p_r_o_f_i_l_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_e_a_l_t_h___t_h_e_r_m_o_m_e_t_e_r___p_r_o_f_i_l_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_e_a_l_t_h___t_h_e_r_m_o_m_e_t_e_r___p_r_o_f_i_l_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_e_a_l_t_h___t_h_e_r_m_o_m_e_t_e_r___p_r_o_f_i_l_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_e_a_l_t_h___t_h_e_r_m_o_m_e_t_e_r___p_r_o_f_i_l_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_e_a_l_t_h___t_h_e_r_m_o_m_e_t_e_r___p_r_o_f_i_l_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_e_a_l_t_h___t_h_e_r_m_o_m_e_t_e_r___p_r_o_f_i_l_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_e_a_l_t_h___t_h_e_r_m_o_m_e_t_e_r___p_r_o_f_i_l_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_e_a_l_t_h___t_h_e_r_m_o_m_e_t_e_r___p_r_o_f_i_l_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_e_a_l_t_h___t_h_e_r_m_o_m_e_t_e_r___s_e_r_v_i_c_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_e_a_l_t_h___t_h_e_r_m_o_m_e_t_e_r___s_e_r_v_i_c_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_e_a_l_t_h___t_h_e_r_m_o_m_e_t_e_r___s_e_r_v_i_c_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_e_a_l_t_h___t_h_e_r_m_o_m_e_t_e_r___s_e_r_v_i_c_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_e_a_l_t_h___t_h_e_r_m_o_m_e_t_e_r___s_e_r_v_i_c_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_e_a_l_t_h___t_h_e_r_m_o_m_e_t_e_r___s_e_r_v_i_c_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_e_a_l_t_h___t_h_e_r_m_o_m_e_t_e_r___s_e_r_v_i_c_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_e_a_l_t_h___t_h_e_r_m_o_m_e_t_e_r___s_e_r_v_i_c_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_e_a_r_t___r_a_t_e___p_r_o_f_i_l_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_e_a_r_t___r_a_t_e___p_r_o_f_i_l_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_e_a_r_t___r_a_t_e___p_r_o_f_i_l_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_e_a_r_t___r_a_t_e___p_r_o_f_i_l_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_e_a_r_t___r_a_t_e___p_r_o_f_i_l_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_e_a_r_t___r_a_t_e___p_r_o_f_i_l_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_e_a_r_t___r_a_t_e___p_r_o_f_i_l_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_e_a_r_t___r_a_t_e___p_r_o_f_i_l_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_e_a_r_t___r_a_t_e___s_e_r_v_i_c_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_e_a_r_t___r_a_t_e___s_e_r_v_i_c_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_e_a_r_t___r_a_t_e___s_e_r_v_i_c_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_e_a_r_t___r_a_t_e___s_e_r_v_i_c_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_e_a_r_t___r_a_t_e___s_e_r_v_i_c_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_e_a_r_t___r_a_t_e___s_e_r_v_i_c_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_e_a_r_t___r_a_t_e___s_e_r_v_i_c_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_e_a_r_t___r_a_t_e___s_e_r_v_i_c_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_u_m_a_n___i_n_t_e_r_f_a_c_e___d_e_v_i_c_e___p_r_o_f_i_l_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_u_m_a_n___i_n_t_e_r_f_a_c_e___d_e_v_i_c_e___p_r_o_f_i_l_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_u_m_a_n___i_n_t_e_r_f_a_c_e___d_e_v_i_c_e___p_r_o_f_i_l_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_u_m_a_n___i_n_t_e_r_f_a_c_e___d_e_v_i_c_e___p_r_o_f_i_l_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_u_m_a_n___i_n_t_e_r_f_a_c_e___d_e_v_i_c_e___p_r_o_f_i_l_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_u_m_a_n___i_n_t_e_r_f_a_c_e___d_e_v_i_c_e___p_r_o_f_i_l_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_u_m_a_n___i_n_t_e_r_f_a_c_e___d_e_v_i_c_e___p_r_o_f_i_l_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_u_m_a_n___i_n_t_e_r_f_a_c_e___d_e_v_i_c_e___p_r_o_f_i_l_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_u_m_a_n___i_n_t_e_r_f_a_c_e___d_e_v_i_c_e___s_e_r_v_i_c_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_u_m_a_n___i_n_t_e_r_f_a_c_e___d_e_v_i_c_e___s_e_r_v_i_c_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_u_m_a_n___i_n_t_e_r_f_a_c_e___d_e_v_i_c_e___s_e_r_v_i_c_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_u_m_a_n___i_n_t_e_r_f_a_c_e___d_e_v_i_c_e___s_e_r_v_i_c_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_u_m_a_n___i_n_t_e_r_f_a_c_e___d_e_v_i_c_e___s_e_r_v_i_c_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_u_m_a_n___i_n_t_e_r_f_a_c_e___d_e_v_i_c_e___s_e_r_v_i_c_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_u_m_a_n___i_n_t_e_r_f_a_c_e___d_e_v_i_c_e___s_e_r_v_i_c_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___h_u_m_a_n___i_n_t_e_r_f_a_c_e___d_e_v_i_c_e___s_e_r_v_i_c_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___i_n_t_e_r_n_e_t___p_r_o_f_i_l_e___s_u_p_p_o_r_t___s_e_r_v_i_c_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___i_n_t_e_r_n_e_t___p_r_o_f_i_l_e___s_u_p_p_o_r_t___s_e_r_v_i_c_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___i_n_t_e_r_n_e_t___p_r_o_f_i_l_e___s_u_p_p_o_r_t___s_e_r_v_i_c_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___i_n_t_e_r_n_e_t___p_r_o_f_i_l_e___s_u_p_p_o_r_t___s_e_r_v_i_c_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___i_n_t_e_r_n_e_t___p_r_o_f_i_l_e___s_u_p_p_o_r_t___s_e_r_v_i_c_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___i_n_t_e_r_n_e_t___p_r_o_f_i_l_e___s_u_p_p_o_r_t___s_e_r_v_i_c_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___i_n_t_e_r_n_e_t___p_r_o_f_i_l_e___s_u_p_p_o_r_t___s_e_r_v_i_c_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___i_n_t_e_r_n_e_t___p_r_o_f_i_l_e___s_u_p_p_o_r_t___s_e_r_v_i_c_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___p_h_o_n_e___a_l_e_r_t___s_t_a_t_u_s___p_r_o_f_i_l_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___p_h_o_n_e___a_l_e_r_t___s_t_a_t_u_s___p_r_o_f_i_l_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___p_h_o_n_e___a_l_e_r_t___s_t_a_t_u_s___p_r_o_f_i_l_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___p_h_o_n_e___a_l_e_r_t___s_t_a_t_u_s___p_r_o_f_i_l_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___p_h_o_n_e___a_l_e_r_t___s_t_a_t_u_s___p_r_o_f_i_l_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___p_h_o_n_e___a_l_e_r_t___s_t_a_t_u_s___p_r_o_f_i_l_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___p_h_o_n_e___a_l_e_r_t___s_t_a_t_u_s___p_r_o_f_i_l_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___p_h_o_n_e___a_l_e_r_t___s_t_a_t_u_s___p_r_o_f_i_l_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___p_r_o_x_i_m_i_t_y___s_e_r_v_i_c_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___p_r_o_x_i_m_i_t_y___s_e_r_v_i_c_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___p_r_o_x_i_m_i_t_y___s_e_r_v_i_c_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___p_r_o_x_i_m_i_t_y___s_e_r_v_i_c_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___p_r_o_x_i_m_i_t_y___s_e_r_v_i_c_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___p_r_o_x_i_m_i_t_y___s_e_r_v_i_c_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___p_r_o_x_i_m_i_t_y___s_e_r_v_i_c_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___p_r_o_x_i_m_i_t_y___s_e_r_v_i_c_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___p_u_l_s_e___o_x_i_m_e_t_e_r___p_r_o_f_i_l_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___p_u_l_s_e___o_x_i_m_e_t_e_r___p_r_o_f_i_l_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___p_u_l_s_e___o_x_i_m_e_t_e_r___p_r_o_f_i_l_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___p_u_l_s_e___o_x_i_m_e_t_e_r___p_r_o_f_i_l_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___p_u_l_s_e___o_x_i_m_e_t_e_r___p_r_o_f_i_l_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___p_u_l_s_e___o_x_i_m_e_t_e_r___p_r_o_f_i_l_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___p_u_l_s_e___o_x_i_m_e_t_e_r___p_r_o_f_i_l_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___p_u_l_s_e___o_x_i_m_e_t_e_r___p_r_o_f_i_l_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___p_u_l_s_e___o_x_i_m_i_t_e_r___s_e_r_v_i_c_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___p_u_l_s_e___o_x_i_m_i_t_e_r___s_e_r_v_i_c_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___p_u_l_s_e___o_x_i_m_i_t_e_r___s_e_r_v_i_c_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___p_u_l_s_e___o_x_i_m_i_t_e_r___s_e_r_v_i_c_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___p_u_l_s_e___o_x_i_m_i_t_e_r___s_e_r_v_i_c_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___p_u_l_s_e___o_x_i_m_i_t_e_r___s_e_r_v_i_c_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___p_u_l_s_e___o_x_i_m_i_t_e_r___s_e_r_v_i_c_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___p_u_l_s_e___o_x_i_m_i_t_e_r___s_e_r_v_i_c_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___r_u_n_n_i_n_g___s_p_e_e_d___a_n_d___c_a_d_e_n_c_e___p_r_o_f_i_l_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___r_u_n_n_i_n_g___s_p_e_e_d___a_n_d___c_a_d_e_n_c_e___p_r_o_f_i_l_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___r_u_n_n_i_n_g___s_p_e_e_d___a_n_d___c_a_d_e_n_c_e___p_r_o_f_i_l_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___r_u_n_n_i_n_g___s_p_e_e_d___a_n_d___c_a_d_e_n_c_e___p_r_o_f_i_l_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___r_u_n_n_i_n_g___s_p_e_e_d___a_n_d___c_a_d_e_n_c_e___p_r_o_f_i_l_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___r_u_n_n_i_n_g___s_p_e_e_d___a_n_d___c_a_d_e_n_c_e___p_r_o_f_i_l_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___r_u_n_n_i_n_g___s_p_e_e_d___a_n_d___c_a_d_e_n_c_e___p_r_o_f_i_l_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___r_u_n_n_i_n_g___s_p_e_e_d___a_n_d___c_a_d_e_n_c_e___p_r_o_f_i_l_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___r_u_n_n_i_n_g___s_p_e_e_d___a_n_d___c_a_d_e_n_c_e___s_e_r_v_i_c_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___r_u_n_n_i_n_g___s_p_e_e_d___a_n_d___c_a_d_e_n_c_e___s_e_r_v_i_c_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___r_u_n_n_i_n_g___s_p_e_e_d___a_n_d___c_a_d_e_n_c_e___s_e_r_v_i_c_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___r_u_n_n_i_n_g___s_p_e_e_d___a_n_d___c_a_d_e_n_c_e___s_e_r_v_i_c_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___r_u_n_n_i_n_g___s_p_e_e_d___a_n_d___c_a_d_e_n_c_e___s_e_r_v_i_c_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___r_u_n_n_i_n_g___s_p_e_e_d___a_n_d___c_a_d_e_n_c_e___s_e_r_v_i_c_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___r_u_n_n_i_n_g___s_p_e_e_d___a_n_d___c_a_d_e_n_c_e___s_e_r_v_i_c_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___r_u_n_n_i_n_g___s_p_e_e_d___a_n_d___c_a_d_e_n_c_e___s_e_r_v_i_c_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_c_a_n___p_a_r_a_m_e_t_e_r___p_r_o_f_i_l_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_c_a_n___p_a_r_a_m_e_t_e_r___p_r_o_f_i_l_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_c_a_n___p_a_r_a_m_e_t_e_r___p_r_o_f_i_l_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_c_a_n___p_a_r_a_m_e_t_e_r___p_r_o_f_i_l_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_c_a_n___p_a_r_a_m_e_t_e_r___p_r_o_f_i_l_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_c_a_n___p_a_r_a_m_e_t_e_r___p_r_o_f_i_l_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_c_a_n___p_a_r_a_m_e_t_e_r___p_r_o_f_i_l_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_c_a_n___p_a_r_a_m_e_t_e_r___p_r_o_f_i_l_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_c_a_n___p_a_r_a_m_e_t_e_r___s_e_r_v_i_c_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_c_a_n___p_a_r_a_m_e_t_e_r___s_e_r_v_i_c_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_c_a_n___p_a_r_a_m_e_t_e_r___s_e_r_v_i_c_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_c_a_n___p_a_r_a_m_e_t_e_r___s_e_r_v_i_c_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_c_a_n___p_a_r_a_m_e_t_e_r___s_e_r_v_i_c_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_c_a_n___p_a_r_a_m_e_t_e_r___s_e_r_v_i_c_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_c_a_n___p_a_r_a_m_e_t_e_r___s_e_r_v_i_c_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_c_a_n___p_a_r_a_m_e_t_e_r___s_e_r_v_i_c_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_e_r_v_i_c_e___c_o_n_f_i_g_u_r_a_t_i_o_n.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_e_r_v_i_c_e___c_o_n_f_i_g_u_r_a_t_i_o_n.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_e_r_v_i_c_e___c_o_n_f_i_g_u_r_a_t_i_o_n.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_e_r_v_i_c_e___c_o_n_f_i_g_u_r_a_t_i_o_n.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_e_r_v_i_c_e___c_o_n_f_i_g_u_r_a_t_i_o_n.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_e_r_v_i_c_e___c_o_n_f_i_g_u_r_a_t_i_o_n.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_e_r_v_i_c_e___c_o_n_f_i_g_u_r_a_t_i_o_n.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_e_r_v_i_c_e___c_o_n_f_i_g_u_r_a_t_i_o_n.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_e_r_v_i_c_e___c_o_n_s_t_a_n_t_s.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_e_r_v_i_c_e___c_o_n_s_t_a_n_t_s.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_e_r_v_i_c_e___c_o_n_s_t_a_n_t_s.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_e_r_v_i_c_e___c_o_n_s_t_a_n_t_s.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_e_r_v_i_c_e___c_o_n_s_t_a_n_t_s.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_e_r_v_i_c_e___c_o_n_s_t_a_n_t_s.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_e_r_v_i_c_e___c_o_n_s_t_a_n_t_s.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_e_r_v_i_c_e___c_o_n_s_t_a_n_t_s.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_m_p___l_e_g___i_n_t___b_e_h_a_v_i_o_r.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_m_p___l_e_g___i_n_t___b_e_h_a_v_i_o_r.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_m_p___l_e_g___i_n_t___b_e_h_a_v_i_o_r.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_m_p___l_e_g___i_n_t___b_e_h_a_v_i_o_r.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_m_p___l_e_g___r_s_p___b_e_h_a_v_i_o_r.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_m_p___l_e_g___r_s_p___b_e_h_a_v_i_o_r.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_m_p___l_e_g___r_s_p___b_e_h_a_v_i_o_r.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_m_p___l_e_g___r_s_p___b_e_h_a_v_i_o_r.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_m_p___s_c___i_n_t___b_e_h_a_v_i_o_r.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_m_p___s_c___i_n_t___b_e_h_a_v_i_o_r.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_m_p___s_c___i_n_t___b_e_h_a_v_i_o_r.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_m_p___s_c___i_n_t___b_e_h_a_v_i_o_r.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_m_p___s_c___r_s_p___b_e_h_a_v_i_o_r.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_m_p___s_c___r_s_p___b_e_h_a_v_i_o_r.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_m_p___s_c___r_s_p___b_e_h_a_v_i_o_r.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_m_p___s_c___r_s_p___b_e_h_a_v_i_o_r.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___a_t_t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___a_t_t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___a_t_t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___a_t_t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___a_t_t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___a_t_t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___a_t_t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___a_t_t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___a_t_t___a_p_i.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___a_t_t___a_p_i.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___a_t_t___a_p_i.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___a_t_t___a_p_i.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___a_t_t___a_p_i.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___a_t_t___a_p_i.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___a_t_t___a_p_i.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___a_t_t___a_p_i.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___a_t_t_c___a_p_i.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___a_t_t_c___a_p_i.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___a_t_t_c___a_p_i.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___a_t_t_c___a_p_i.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___a_t_t_c___a_p_i.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___a_t_t_c___a_p_i.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___a_t_t_c___a_p_i.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___a_t_t_c___a_p_i.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___a_t_t_s___a_p_i.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___a_t_t_s___a_p_i.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___a_t_t_s___a_p_i.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___a_t_t_s___a_p_i.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___a_t_t_s___a_p_i.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___a_t_t_s___a_p_i.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___a_t_t_s___a_p_i.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___a_t_t_s___a_p_i.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___b_e_h_a_v_i_o_r.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___b_e_h_a_v_i_o_r.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___b_e_h_a_v_i_o_r.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___b_e_h_a_v_i_o_r.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___b_e_h_a_v_i_o_r.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___b_e_h_a_v_i_o_r.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___b_e_h_a_v_i_o_r.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___b_e_h_a_v_i_o_r.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___d_m.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___d_m.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___d_m.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___d_m.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___d_m.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___d_m.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___d_m.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___d_m.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___d_m___a_p_i.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___d_m___a_p_i.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___d_m___a_p_i.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___d_m___a_p_i.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___d_m___a_p_i.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___d_m___a_p_i.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___d_m___a_p_i.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___d_m___a_p_i.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___e_v_e_n_t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___e_v_e_n_t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___e_v_e_n_t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___e_v_e_n_t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___e_v_e_n_t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___e_v_e_n_t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___e_v_e_n_t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___e_v_e_n_t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___a_c_l___a_p_i.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___a_c_l___a_p_i.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___a_c_l___a_p_i.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___a_c_l___a_p_i.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___a_c_l___a_p_i.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___a_c_l___a_p_i.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___a_c_l___a_p_i.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___a_c_l___a_p_i.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___a_p_i.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___a_p_i.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___a_p_i.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___a_p_i.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___a_p_i.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___a_p_i.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___a_p_i.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___a_p_i.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___c_m_d___a_p_i.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___c_m_d___a_p_i.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___c_m_d___a_p_i.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___c_m_d___a_p_i.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___c_m_d___a_p_i.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___c_m_d___a_p_i.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___c_m_d___a_p_i.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___c_m_d___a_p_i.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___e_v_t___a_p_i.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___e_v_t___a_p_i.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___e_v_t___a_p_i.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___e_v_t___a_p_i.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___e_v_t___a_p_i.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___e_v_t___a_p_i.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___e_v_t___a_p_i.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___e_v_t___a_p_i.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___i_n_i_t___a_p_i.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___i_n_i_t___a_p_i.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___i_n_i_t___a_p_i.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___i_n_i_t___a_p_i.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___i_n_i_t___a_p_i.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___i_n_i_t___a_p_i.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___i_n_i_t___a_p_i.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___i_n_i_t___a_p_i.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___o_p_t___a_p_i.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___o_p_t___a_p_i.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___o_p_t___a_p_i.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___o_p_t___a_p_i.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___o_p_t___a_p_i.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___o_p_t___a_p_i.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___o_p_t___a_p_i.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___h_c_i___o_p_t___a_p_i.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___i_n_i_t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___i_n_i_t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___i_n_i_t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___i_n_i_t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___i_n_i_t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___i_n_i_t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___i_n_i_t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___i_n_i_t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___l2_c_a_p.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___l2_c_a_p.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___l2_c_a_p.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___l2_c_a_p.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___l2_c_a_p.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___l2_c_a_p.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___l2_c_a_p.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___l2_c_a_p.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___l2_c_a_p___a_p_i.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___l2_c_a_p___a_p_i.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___l2_c_a_p___a_p_i.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___l2_c_a_p___a_p_i.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___l2_c_a_p___a_p_i.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___l2_c_a_p___a_p_i.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___l2_c_a_p___a_p_i.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___l2_c_a_p___a_p_i.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___s_e_c_u_r_i_t_y.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___s_e_c_u_r_i_t_y.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___s_e_c_u_r_i_t_y.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___s_e_c_u_r_i_t_y.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___s_e_c_u_r_i_t_y.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___s_e_c_u_r_i_t_y.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___s_e_c_u_r_i_t_y.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___s_e_c_u_r_i_t_y.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___s_e_c_u_r_i_t_y___a_p_i.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___s_e_c_u_r_i_t_y___a_p_i.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___s_e_c_u_r_i_t_y___a_p_i.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___s_e_c_u_r_i_t_y___a_p_i.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___s_e_c_u_r_i_t_y___a_p_i.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___s_e_c_u_r_i_t_y___a_p_i.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___s_e_c_u_r_i_t_y___a_p_i.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___s_e_c_u_r_i_t_y___a_p_i.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___s_m_p.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___s_m_p.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___s_m_p.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___s_m_p.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___s_m_p.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___s_m_p.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___s_m_p.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___s_m_p.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___s_m_p___a_p_i.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___s_m_p___a_p_i.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___s_m_p___a_p_i.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___s_m_p___a_p_i.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___s_m_p___a_p_i.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___s_m_p___a_p_i.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___s_m_p___a_p_i.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___s_t_a_c_k___s_m_p___a_p_i.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___t_e_m_p_e_r_a_t_u_r_e___s_e_n_s_o_r___s_e_r_v_i_c_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___t_e_m_p_e_r_a_t_u_r_e___s_e_n_s_o_r___s_e_r_v_i_c_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___t_e_m_p_e_r_a_t_u_r_e___s_e_n_s_o_r___s_e_r_v_i_c_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___t_e_m_p_e_r_a_t_u_r_e___s_e_n_s_o_r___s_e_r_v_i_c_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___t_e_m_p_e_r_a_t_u_r_e___s_e_n_s_o_r___s_e_r_v_i_c_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___t_e_m_p_e_r_a_t_u_r_e___s_e_n_s_o_r___s_e_r_v_i_c_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___t_e_m_p_e_r_a_t_u_r_e___s_e_n_s_o_r___s_e_r_v_i_c_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___t_e_m_p_e_r_a_t_u_r_e___s_e_n_s_o_r___s_e_r_v_i_c_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___t_e_m_p_e_r_a_t_u_r_e___s_e_r_v_i_c_e___p_r_o_f_i_l_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___t_e_m_p_e_r_a_t_u_r_e___s_e_r_v_i_c_e___p_r_o_f_i_l_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___t_e_m_p_e_r_a_t_u_r_e___s_e_r_v_i_c_e___p_r_o_f_i_l_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___t_e_m_p_e_r_a_t_u_r_e___s_e_r_v_i_c_e___p_r_o_f_i_l_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___t_e_m_p_e_r_a_t_u_r_e___s_e_r_v_i_c_e___p_r_o_f_i_l_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___t_e_m_p_e_r_a_t_u_r_e___s_e_r_v_i_c_e___p_r_o_f_i_l_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___t_e_m_p_e_r_a_t_u_r_e___s_e_r_v_i_c_e___p_r_o_f_i_l_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___t_e_m_p_e_r_a_t_u_r_e___s_e_r_v_i_c_e___p_r_o_f_i_l_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___t_i_m_e-_r_e_l_a_t_e_d___s_e_r_v_i_c_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___t_i_m_e-_r_e_l_a_t_e_d___s_e_r_v_i_c_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___t_i_m_e-_r_e_l_a_t_e_d___s_e_r_v_i_c_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___t_i_m_e-_r_e_l_a_t_e_d___s_e_r_v_i_c_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___t_i_m_e-_r_e_l_a_t_e_d___s_e_r_v_i_c_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___t_i_m_e-_r_e_l_a_t_e_d___s_e_r_v_i_c_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___t_i_m_e-_r_e_l_a_t_e_d___s_e_r_v_i_c_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___t_i_m_e-_r_e_l_a_t_e_d___s_e_r_v_i_c_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___t_i_m_e___p_r_o_f_i_l_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___t_i_m_e___p_r_o_f_i_l_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___t_i_m_e___p_r_o_f_i_l_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___t_i_m_e___p_r_o_f_i_l_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___t_i_m_e___p_r_o_f_i_l_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___t_i_m_e___p_r_o_f_i_l_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___t_i_m_e___p_r_o_f_i_l_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___t_i_m_e___p_r_o_f_i_l_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___u_r_i_b_e_a_c_o_n___c_o_n_f_i_g_u_r_a_t_i_o_n___p_r_o_f_i_l_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___u_r_i_b_e_a_c_o_n___c_o_n_f_i_g_u_r_a_t_i_o_n___p_r_o_f_i_l_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___u_r_i_b_e_a_c_o_n___c_o_n_f_i_g_u_r_a_t_i_o_n___p_r_o_f_i_l_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___u_r_i_b_e_a_c_o_n___c_o_n_f_i_g_u_r_a_t_i_o_n___p_r_o_f_i_l_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___u_r_i_b_e_a_c_o_n___c_o_n_f_i_g_u_r_a_t_i_o_n___p_r_o_f_i_l_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___u_r_i_b_e_a_c_o_n___c_o_n_f_i_g_u_r_a_t_i_o_n___p_r_o_f_i_l_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___u_r_i_b_e_a_c_o_n___c_o_n_f_i_g_u_r_a_t_i_o_n___p_r_o_f_i_l_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___u_r_i_b_e_a_c_o_n___c_o_n_f_i_g_u_r_a_t_i_o_n___p_r_o_f_i_l_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___u_r_i_c_f_g___c_o_n_f_i_g_u_r_a_t_i_o_n___s_e_r_v_i_c_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___u_r_i_c_f_g___c_o_n_f_i_g_u_r_a_t_i_o_n___s_e_r_v_i_c_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___u_r_i_c_f_g___c_o_n_f_i_g_u_r_a_t_i_o_n___s_e_r_v_i_c_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___u_r_i_c_f_g___c_o_n_f_i_g_u_r_a_t_i_o_n___s_e_r_v_i_c_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___u_r_i_c_f_g___c_o_n_f_i_g_u_r_a_t_i_o_n___s_e_r_v_i_c_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___u_r_i_c_f_g___c_o_n_f_i_g_u_r_a_t_i_o_n___s_e_r_v_i_c_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___u_r_i_c_f_g___c_o_n_f_i_g_u_r_a_t_i_o_n___s_e_r_v_i_c_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___u_r_i_c_f_g___c_o_n_f_i_g_u_r_a_t_i_o_n___s_e_r_v_i_c_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___u_s_e_r___d_a_t_a___p_r_o_f_i_l_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___u_s_e_r___d_a_t_a___p_r_o_f_i_l_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___u_s_e_r___d_a_t_a___p_r_o_f_i_l_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___u_s_e_r___d_a_t_a___p_r_o_f_i_l_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___u_s_e_r___d_a_t_a___p_r_o_f_i_l_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___u_s_e_r___d_a_t_a___p_r_o_f_i_l_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___u_s_e_r___d_a_t_a___p_r_o_f_i_l_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___u_s_e_r___d_a_t_a___p_r_o_f_i_l_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_e_i_g_h_t___s_c_a_l_e___p_r_o_f_i_l_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_e_i_g_h_t___s_c_a_l_e___p_r_o_f_i_l_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_e_i_g_h_t___s_c_a_l_e___p_r_o_f_i_l_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_e_i_g_h_t___s_c_a_l_e___p_r_o_f_i_l_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_e_i_g_h_t___s_c_a_l_e___p_r_o_f_i_l_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_e_i_g_h_t___s_c_a_l_e___p_r_o_f_i_l_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_e_i_g_h_t___s_c_a_l_e___p_r_o_f_i_l_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_e_i_g_h_t___s_c_a_l_e___p_r_o_f_i_l_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_e_i_g_h_t___s_c_a_l_e___s_e_r_v_i_c_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_e_i_g_h_t___s_c_a_l_e___s_e_r_v_i_c_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_e_i_g_h_t___s_c_a_l_e___s_e_r_v_i_c_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_e_i_g_h_t___s_c_a_l_e___s_e_r_v_i_c_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_e_i_g_h_t___s_c_a_l_e___s_e_r_v_i_c_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_e_i_g_h_t___s_c_a_l_e___s_e_r_v_i_c_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_e_i_g_h_t___s_c_a_l_e___s_e_r_v_i_c_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_e_i_g_h_t___s_c_a_l_e___s_e_r_v_i_c_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_i_r_e_l_e_s_s___d_a_t_a___e_x_c_h_a_n_g_e___p_r_o_f_i_l_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_i_r_e_l_e_s_s___d_a_t_a___e_x_c_h_a_n_g_e___p_r_o_f_i_l_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_i_r_e_l_e_s_s___d_a_t_a___e_x_c_h_a_n_g_e___p_r_o_f_i_l_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_i_r_e_l_e_s_s___d_a_t_a___e_x_c_h_a_n_g_e___p_r_o_f_i_l_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_i_r_e_l_e_s_s___d_a_t_a___e_x_c_h_a_n_g_e___p_r_o_f_i_l_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_i_r_e_l_e_s_s___d_a_t_a___e_x_c_h_a_n_g_e___p_r_o_f_i_l_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_i_r_e_l_e_s_s___d_a_t_a___e_x_c_h_a_n_g_e___p_r_o_f_i_l_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_i_r_e_l_e_s_s___d_a_t_a___e_x_c_h_a_n_g_e___p_r_o_f_i_l_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_i_r_e_l_e_s_s___d_a_t_a___e_x_c_h_a_n_g_e___s_e_r_v_i_c_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_i_r_e_l_e_s_s___d_a_t_a___e_x_c_h_a_n_g_e___s_e_r_v_i_c_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_i_r_e_l_e_s_s___d_a_t_a___e_x_c_h_a_n_g_e___s_e_r_v_i_c_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_i_r_e_l_e_s_s___d_a_t_a___e_x_c_h_a_n_g_e___s_e_r_v_i_c_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_i_r_e_l_e_s_s___d_a_t_a___e_x_c_h_a_n_g_e___s_e_r_v_i_c_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_i_r_e_l_e_s_s___d_a_t_a___e_x_c_h_a_n_g_e___s_e_r_v_i_c_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_i_r_e_l_e_s_s___d_a_t_a___e_x_c_h_a_n_g_e___s_e_r_v_i_c_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_i_r_e_l_e_s_s___d_a_t_a___e_x_c_h_a_n_g_e___s_e_r_v_i_c_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_p___s_e_r_v_i_c_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_p___s_e_r_v_i_c_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_p___s_e_r_v_i_c_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_p___s_e_r_v_i_c_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_p___s_e_r_v_i_c_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_p___s_e_r_v_i_c_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_p___s_e_r_v_i_c_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_p___s_e_r_v_i_c_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___a_s_s_e_r_t___a_p_i.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___a_s_s_e_r_t___a_p_i.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___a_s_s_e_r_t___a_p_i.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___a_s_s_e_r_t___a_p_i.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___a_s_s_e_r_t___a_p_i.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___a_s_s_e_r_t___a_p_i.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___a_s_s_e_r_t___a_p_i.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___a_s_s_e_r_t___a_p_i.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___b_u_f___a_p_i.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___b_u_f___a_p_i.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___b_u_f___a_p_i.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___b_u_f___a_p_i.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___b_u_f___a_p_i.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___b_u_f___a_p_i.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___b_u_f___a_p_i.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___b_u_f___a_p_i.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___c_s___a_p_i.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___c_s___a_p_i.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___c_s___a_p_i.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___c_s___a_p_i.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___c_s___a_p_i.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___c_s___a_p_i.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___c_s___a_p_i.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___c_s___a_p_i.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___e_f_s___a_p_i.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___e_f_s___a_p_i.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___e_f_s___a_p_i.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___e_f_s___a_p_i.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___e_f_s___a_p_i.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___e_f_s___a_p_i.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___e_f_s___a_p_i.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___e_f_s___a_p_i.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___m_a_t_h___a_p_i.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___m_a_t_h___a_p_i.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___m_a_t_h___a_p_i.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___m_a_t_h___a_p_i.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___m_a_t_h___a_p_i.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___m_a_t_h___a_p_i.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___m_a_t_h___a_p_i.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___m_a_t_h___a_p_i.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___m_s_g___a_p_i.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___m_s_g___a_p_i.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___m_s_g___a_p_i.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___m_s_g___a_p_i.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___m_s_g___a_p_i.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___m_s_g___a_p_i.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___m_s_g___a_p_i.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___m_s_g___a_p_i.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___o_s___a_p_i.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___o_s___a_p_i.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___o_s___a_p_i.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___o_s___a_p_i.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___o_s___a_p_i.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___o_s___a_p_i.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___o_s___a_p_i.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___o_s___a_p_i.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___q_u_e_u_e___a_p_i.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___q_u_e_u_e___a_p_i.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___q_u_e_u_e___a_p_i.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___q_u_e_u_e___a_p_i.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___q_u_e_u_e___a_p_i.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___q_u_e_u_e___a_p_i.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___q_u_e_u_e___a_p_i.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___q_u_e_u_e___a_p_i.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___t_i_m_e_r___a_p_i.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___t_i_m_e_r___a_p_i.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___t_i_m_e_r___a_p_i.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___t_i_m_e_r___a_p_i.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___t_i_m_e_r___a_p_i.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___t_i_m_e_r___a_p_i.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___t_i_m_e_r___a_p_i.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___t_i_m_e_r___a_p_i.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___t_r_a_c_e___a_p_i.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___t_r_a_c_e___a_p_i.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___t_r_a_c_e___a_p_i.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___t_r_a_c_e___a_p_i.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___t_r_a_c_e___a_p_i.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___t_r_a_c_e___a_p_i.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___t_r_a_c_e___a_p_i.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___t_r_a_c_e___a_p_i.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___t_y_p_e_s.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___t_y_p_e_s.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___t_y_p_e_s.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___t_y_p_e_s.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___t_y_p_e_s.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___t_y_p_e_s.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___t_y_p_e_s.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___t_y_p_e_s.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___u_t_i_l___a_p_i.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___u_t_i_l___a_p_i.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___u_t_i_l___a_p_i.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___u_t_i_l___a_p_i.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___u_t_i_l___a_p_i.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___u_t_i_l___a_p_i.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___u_t_i_l___a_p_i.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/group___w_s_f___u_t_i_l___a_p_i.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gyro__api_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gyro__api_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gyro__api_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gyro__api_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gyro__api_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gyro__api_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gyro__api_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gyro__api_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gyro__api_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gyro__api_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gyro__api_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gyro__api_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gyro__api_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gyro__api_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gyro__api_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gyro__api_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gyro__api_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gyro__api_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gyro__api_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/gyro__api_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__api_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__api_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__api_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__api_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__api_8h__dep__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__api_8h__dep__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__api_8h__dep__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__api_8h__dep__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__api_8h__dep__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__api_8h__dep__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__api_8h__dep__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__api_8h__dep__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__api_8h__dep__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__api_8h__dep__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__api_8h__dep__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__api_8h__dep__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__api_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__api_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__api_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__api_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__api_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__api_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__api_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__api_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__api_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__api_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__api_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__api_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__api_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__api_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__api_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__api_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__cmd_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__cmd_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__cmd_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__cmd_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__cmd_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__cmd_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__cmd_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__cmd_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__core_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__core_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__core_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__core_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__core_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__core_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__core_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__core_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__core_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__core_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__core_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__core_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__core_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__core_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__core_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__core_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__core_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__core_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__core_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__core_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__defs_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__defs_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__defs_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__defs_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__defs_8h__dep__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__defs_8h__dep__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__defs_8h__dep__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__defs_8h__dep__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__defs_8h__dep__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__defs_8h__dep__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__defs_8h__dep__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__defs_8h__dep__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__defs_8h__dep__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__defs_8h__dep__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__defs_8h__dep__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__defs_8h__dep__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__defs_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__defs_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__defs_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__defs_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__drv_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__drv_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__drv_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__drv_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__drv_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__drv_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__drv_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__drv_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__evt_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__evt_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__evt_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__evt_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__evt_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__evt_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__evt_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__evt_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__handler_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__handler_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__handler_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__handler_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__handler_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__handler_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__handler_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__handler_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__handler_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__handler_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__handler_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__handler_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__handler_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__handler_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__handler_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__handler_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__handler_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__handler_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__handler_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__handler_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__tr_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__tr_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__tr_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__tr_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__tr_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__tr_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__tr_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hci__tr_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hid__api_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hid__api_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hid__api_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hid__api_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hid__api_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hid__api_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hid__api_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hid__api_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hrpc__api_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hrpc__api_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hrpc__api_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hrpc__api_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hrpc__api_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hrpc__api_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hrpc__api_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hrpc__api_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hrpc__api_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hrpc__api_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hrpc__api_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hrpc__api_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hrpc__api_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hrpc__api_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hrpc__api_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hrpc__api_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hrpc__api_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hrpc__api_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hrpc__api_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hrpc__api_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hrps__api_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hrps__api_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hrps__api_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hrps__api_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hrps__api_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hrps__api_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hrps__api_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hrps__api_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hrps__api_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hrps__api_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hrps__api_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hrps__api_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hrps__api_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hrps__api_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hrps__api_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hrps__api_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hrps__api_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hrps__api_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hrps__api_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/hrps__api_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/htpc__api_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/htpc__api_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/htpc__api_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/htpc__api_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/htpc__api_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/htpc__api_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/htpc__api_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/htpc__api_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/htpc__api_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/htpc__api_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/htpc__api_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/htpc__api_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/htpc__api_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/htpc__api_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/htpc__api_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/htpc__api_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/htpc__api_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/htpc__api_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/htpc__api_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/htpc__api_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/htps__api_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/htps__api_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/htps__api_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/htps__api_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/htps__api_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/htps__api_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/htps__api_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/htps__api_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/htps__api_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/htps__api_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/htps__api_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/htps__api_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/htps__api_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/htps__api_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/htps__api_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/htps__api_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/htps__api_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/htps__api_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/htps__api_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/htps__api_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/index.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/index.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/index.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/index.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/jquery.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/jquery.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/jquery.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/jquery.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__api_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__api_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__api_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__api_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__api_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__api_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__api_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__api_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__api_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__api_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__api_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__api_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__api_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__api_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__api_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__api_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__api_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__api_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__api_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__api_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__defs_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__defs_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__defs_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__defs_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__defs_8h__dep__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__defs_8h__dep__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__defs_8h__dep__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__defs_8h__dep__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__defs_8h__dep__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__defs_8h__dep__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__defs_8h__dep__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__defs_8h__dep__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__defs_8h__dep__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__defs_8h__dep__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__defs_8h__dep__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__defs_8h__dep__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__defs_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__defs_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__defs_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__defs_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__handler_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__handler_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__handler_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__handler_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__handler_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__handler_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__handler_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__handler_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__handler_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__handler_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__handler_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__handler_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__handler_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__handler_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__handler_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__handler_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__handler_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__handler_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__handler_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/l2c__handler_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/mainpage_8md_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/mainpage_8md_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/mainpage_8md_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/mainpage_8md_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/md_doc_ble-host_1_abstract.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/md_doc_ble-host_1_abstract.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/md_doc_ble-host_1_abstract.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/md_doc_ble-host_1_abstract.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/md_doc_ble-host_mainpage.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/md_doc_ble-host_mainpage.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/md_doc_ble-host_mainpage.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/md_doc_ble-host_mainpage.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/modules.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/modules.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/modules.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/modules.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/modules.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/modules.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/modules.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/modules.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/nav_f.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/nav_f.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/nav_f.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/nav_f.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/nav_g.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/nav_g.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/nav_g.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/nav_g.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/nav_h.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/nav_h.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/nav_h.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/nav_h.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtree.css b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtree.css
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtree.css
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtree.css
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtree.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtree.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtree.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtree.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreedata.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreedata.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreedata.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreedata.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex0.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex0.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex0.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex0.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex1.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex1.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex1.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex1.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex10.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex10.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex10.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex10.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex11.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex11.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex11.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex11.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex12.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex12.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex12.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex12.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex13.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex13.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex13.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex13.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex14.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex14.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex14.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex14.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex15.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex15.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex15.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex15.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex16.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex16.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex16.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex16.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex17.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex17.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex17.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex17.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex18.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex18.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex18.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex18.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex19.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex19.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex19.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex19.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex2.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex2.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex2.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex2.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex3.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex3.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex3.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex3.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex4.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex4.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex4.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex4.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex5.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex5.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex5.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex5.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex6.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex6.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex6.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex6.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex7.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex7.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex7.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex7.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex8.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex8.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex8.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex8.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex9.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex9.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex9.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/navtreeindex9.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/open.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/open.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/open.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/open.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_att_client.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_att_client.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_att_client.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_att_client.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_att_client_discconfig.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_att_client_discconfig.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_att_client_discconfig.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_att_client_discconfig.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_att_client_prepexecwrite.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_att_client_prepexecwrite.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_att_client_prepexecwrite.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_att_client_prepexecwrite.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_att_server.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_att_server.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_att_server.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_att_server.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_dm_advscan.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_dm_advscan.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_dm_advscan.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_dm_advscan.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_dm_connopenclose.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_dm_connopenclose.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_dm_connopenclose.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_dm_connopenclose.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_dm_ecc.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_dm_ecc.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_dm_ecc.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_dm_ecc.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_dm_encrypt.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_dm_encrypt.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_dm_encrypt.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_dm_encrypt.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_dm_oob.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_dm_oob.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_dm_oob.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_dm_oob.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_dm_pair.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_dm_pair.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_dm_pair.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_dm_pair.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_dm_privacy.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_dm_privacy.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_dm_privacy.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_dm_privacy.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_hci_acl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_hci_acl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_hci_acl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_hci_acl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_hci_cmdevt.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_hci_cmdevt.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_hci_cmdevt.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_hci_cmdevt.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_hci_reset.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_hci_reset.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_hci_reset.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_hci_reset.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_l2cap_connparamupdate.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_l2cap_connparamupdate.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_l2cap_connparamupdate.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_l2cap_connparamupdate.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_l2cap_datapath.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_l2cap_datapath.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_l2cap_datapath.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_l2cap_datapath.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_l2cap_init.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_l2cap_init.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_l2cap_init.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/operation_l2cap_init.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/pages.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/pages.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/pages.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/pages.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/paspc__api_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/paspc__api_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/paspc__api_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/paspc__api_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/paspc__api_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/paspc__api_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/paspc__api_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/paspc__api_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/paspc__api_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/paspc__api_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/paspc__api_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/paspc__api_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/paspc__api_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/paspc__api_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/paspc__api_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/paspc__api_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/paspc__api_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/paspc__api_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/paspc__api_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/paspc__api_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxpc__api_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxpc__api_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxpc__api_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxpc__api_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxpc__api_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxpc__api_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxpc__api_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxpc__api_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxpc__api_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxpc__api_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxpc__api_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxpc__api_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxpc__api_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxpc__api_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxpc__api_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxpc__api_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxpc__api_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxpc__api_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxpc__api_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxpc__api_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxps__api_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxps__api_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxps__api_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxps__api_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxps__api_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxps__api_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxps__api_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxps__api_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxps__api_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxps__api_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxps__api_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxps__api_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxps__api_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxps__api_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxps__api_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxps__api_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxps__api_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxps__api_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxps__api_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxps__api_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxps__main_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxps__main_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxps__main_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxps__main_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxps__main_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxps__main_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxps__main_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxps__main_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxps__main_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxps__main_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxps__main_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxps__main_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxps__main_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxps__main_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxps__main_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxps__main_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxps__main_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxps__main_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxps__main_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/plxps__main_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/printComponentTabs.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/printComponentTabs.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/printComponentTabs.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/printComponentTabs.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/print_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/print_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/print_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/print_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/print_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/print_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/print_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/print_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/print_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/print_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/print_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/print_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/print_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/print_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/print_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/print_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/print_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/print_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/print_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/print_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/resize.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/resize.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/resize.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/resize.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/rscp__api_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/rscp__api_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/rscp__api_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/rscp__api_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/rscp__api_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/rscp__api_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/rscp__api_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/rscp__api_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/scpps__api_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/scpps__api_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/scpps__api_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/scpps__api_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/scpps__api_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/scpps__api_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/scpps__api_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/scpps__api_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/scpps__api_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/scpps__api_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/scpps__api_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/scpps__api_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/scpps__api_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/scpps__api_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/scpps__api_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/scpps__api_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/scpps__api_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/scpps__api_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/scpps__api_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/scpps__api_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_0.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_0.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_0.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_0.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_0.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_0.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_0.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_0.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_1.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_1.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_1.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_1.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_1.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_1.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_1.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_1.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_10.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_10.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_10.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_10.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_10.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_10.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_10.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_10.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_11.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_11.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_11.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_11.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_11.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_11.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_11.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_11.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_12.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_12.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_12.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_12.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_12.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_12.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_12.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_12.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_13.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_13.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_13.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_13.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_13.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_13.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_13.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_13.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_14.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_14.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_14.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_14.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_14.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_14.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_14.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_14.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_15.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_15.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_15.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_15.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_15.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_15.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_15.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_15.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_16.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_16.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_16.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_16.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_16.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_16.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_16.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_16.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_2.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_2.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_2.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_2.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_2.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_2.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_2.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_2.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_3.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_3.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_3.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_3.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_3.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_3.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_3.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_3.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_4.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_4.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_4.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_4.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_4.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_4.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_4.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_4.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_5.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_5.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_5.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_5.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_5.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_5.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_5.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_5.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_6.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_6.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_6.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_6.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_6.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_6.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_6.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_6.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_7.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_7.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_7.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_7.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_7.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_7.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_7.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_7.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_8.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_8.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_8.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_8.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_8.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_8.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_8.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_8.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_9.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_9.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_9.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_9.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_9.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_9.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_9.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_9.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_a.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_a.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_a.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_a.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_a.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_a.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_a.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_a.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_b.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_b.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_b.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_b.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_b.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_b.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_b.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_b.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_c.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_c.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_c.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_c.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_c.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_c.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_c.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_c.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_d.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_d.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_d.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_d.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_d.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_d.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_d.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_d.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_f.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_f.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_f.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_f.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_f.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_f.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_f.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/all_f.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_0.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_0.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_0.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_0.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_0.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_0.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_0.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_0.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_1.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_1.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_1.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_1.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_1.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_1.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_1.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_1.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_2.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_2.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_2.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_2.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_2.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_2.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_2.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_2.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_3.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_3.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_3.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_3.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_3.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_3.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_3.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_3.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_4.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_4.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_4.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_4.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_4.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_4.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_4.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_4.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_5.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_5.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_5.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_5.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_5.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_5.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_5.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_5.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_6.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_6.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_6.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_6.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_6.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_6.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_6.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_6.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_7.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_7.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_7.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_7.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_7.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_7.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_7.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_7.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_8.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_8.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_8.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_8.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_8.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_8.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_8.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_8.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_9.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_9.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_9.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_9.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_9.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_9.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_9.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/classes_9.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/close.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/close.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/close.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/close.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_0.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_0.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_0.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_0.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_0.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_0.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_0.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_0.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_1.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_1.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_1.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_1.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_1.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_1.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_1.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_1.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_2.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_2.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_2.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_2.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_2.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_2.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_2.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_2.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_3.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_3.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_3.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_3.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_3.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_3.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_3.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_3.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_4.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_4.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_4.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_4.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_4.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_4.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_4.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_4.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_5.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_5.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_5.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_5.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_5.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_5.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_5.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_5.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_6.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_6.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_6.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_6.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_6.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_6.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_6.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_6.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_7.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_7.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_7.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_7.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_7.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_7.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_7.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_7.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_8.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_8.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_8.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_8.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_8.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_8.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_8.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_8.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_9.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_9.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_9.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_9.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_9.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_9.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_9.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_9.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_a.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_a.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_a.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_a.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_a.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_a.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_a.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_a.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_b.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_b.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_b.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_b.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_b.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_b.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_b.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_b.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_c.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_c.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_c.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_c.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_c.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_c.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_c.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_c.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_d.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_d.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_d.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_d.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_d.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_d.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_d.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_d.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/enumvalues_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_0.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_0.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_0.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_0.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_0.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_0.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_0.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_0.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_1.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_1.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_1.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_1.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_1.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_1.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_1.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_1.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_2.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_2.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_2.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_2.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_2.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_2.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_2.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_2.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_3.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_3.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_3.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_3.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_3.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_3.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_3.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_3.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_4.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_4.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_4.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_4.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_4.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_4.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_4.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_4.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_5.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_5.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_5.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_5.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_5.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_5.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_5.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_5.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_6.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_6.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_6.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_6.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_6.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_6.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_6.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_6.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_7.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_7.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_7.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_7.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_7.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_7.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_7.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_7.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_8.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_8.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_8.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_8.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_8.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_8.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_8.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_8.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_9.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_9.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_9.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_9.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_9.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_9.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_9.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_9.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_a.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_a.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_a.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_a.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_a.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_a.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_a.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_a.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_b.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_b.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_b.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_b.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_b.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_b.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_b.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_b.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_c.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_c.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_c.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_c.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_c.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_c.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_c.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_c.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_d.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_d.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_d.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_d.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_d.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_d.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_d.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/files_d.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_0.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_0.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_0.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_0.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_0.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_0.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_0.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_0.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_1.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_1.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_1.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_1.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_1.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_1.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_1.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_1.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_2.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_2.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_2.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_2.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_2.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_2.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_2.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_2.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_3.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_3.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_3.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_3.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_3.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_3.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_3.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_3.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_4.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_4.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_4.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_4.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_4.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_4.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_4.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_4.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_5.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_5.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_5.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_5.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_5.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_5.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_5.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_5.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_6.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_6.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_6.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_6.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_6.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_6.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_6.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_6.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_7.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_7.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_7.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_7.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_7.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_7.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_7.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_7.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_8.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_8.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_8.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_8.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_8.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_8.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_8.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_8.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_9.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_9.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_9.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_9.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_9.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_9.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_9.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_9.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_a.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_a.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_a.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_a.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_a.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_a.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_a.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_a.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_b.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_b.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_b.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_b.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_b.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_b.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_b.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_b.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_c.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_c.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_c.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_c.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_c.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_c.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_c.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_c.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_d.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_d.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_d.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_d.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_d.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_d.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_d.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/functions_d.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_0.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_0.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_0.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_0.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_0.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_0.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_0.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_0.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_1.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_1.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_1.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_1.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_1.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_1.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_1.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_1.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_2.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_2.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_2.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_2.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_2.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_2.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_2.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_2.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_3.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_3.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_3.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_3.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_3.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_3.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_3.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_3.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_4.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_4.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_4.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_4.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_4.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_4.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_4.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_4.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_5.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_5.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_5.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_5.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_5.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_5.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_5.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_5.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_6.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_6.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_6.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_6.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_6.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_6.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_6.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_6.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_7.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_7.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_7.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_7.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_7.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_7.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_7.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_7.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_8.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_8.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_8.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_8.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_8.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_8.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_8.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_8.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_9.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_9.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_9.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_9.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_9.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_9.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_9.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_9.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_a.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_a.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_a.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_a.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_a.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_a.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_a.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_a.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_b.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_b.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_b.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_b.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_b.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_b.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_b.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_b.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_c.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_c.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_c.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_c.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_c.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_c.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_c.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_c.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_d.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_d.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_d.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_d.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_d.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_d.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_d.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_d.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/groups_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/mag_sel.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/mag_sel.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/mag_sel.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/mag_sel.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/nomatches.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/nomatches.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/nomatches.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/nomatches.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/pages_0.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/pages_0.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/pages_0.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/pages_0.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/pages_0.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/pages_0.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/pages_0.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/pages_0.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/pages_1.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/pages_1.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/pages_1.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/pages_1.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/pages_1.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/pages_1.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/pages_1.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/pages_1.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/search.css b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/search.css
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/search.css
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/search.css
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/search.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/search.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/search.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/search.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/search_l.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/search_l.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/search_l.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/search_l.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/search_m.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/search_m.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/search_m.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/search_m.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/search_r.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/search_r.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/search_r.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/search_r.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/searchdata.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/searchdata.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/searchdata.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/searchdata.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_0.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_0.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_0.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_0.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_0.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_0.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_0.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_0.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_1.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_1.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_1.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_1.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_1.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_1.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_1.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_1.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_2.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_2.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_2.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_2.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_2.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_2.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_2.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_2.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_3.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_3.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_3.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_3.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_3.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_3.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_3.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_3.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_4.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_4.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_4.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_4.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_4.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_4.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_4.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_4.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_5.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_5.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_5.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_5.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_5.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_5.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_5.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_5.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_6.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_6.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_6.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_6.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_6.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_6.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_6.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_6.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_7.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_7.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_7.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_7.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_7.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_7.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_7.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_7.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_8.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_8.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_8.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_8.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_8.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_8.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_8.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_8.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_9.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_9.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_9.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_9.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_9.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_9.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_9.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_9.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_a.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_a.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_a.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_a.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_a.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_a.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_a.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/typedefs_a.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_0.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_0.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_0.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_0.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_0.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_0.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_0.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_0.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_1.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_1.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_1.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_1.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_1.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_1.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_1.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_1.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_10.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_10.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_10.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_10.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_10.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_10.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_10.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_10.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_11.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_11.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_11.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_11.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_11.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_11.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_11.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_11.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_12.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_12.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_12.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_12.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_12.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_12.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_12.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_12.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_13.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_13.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_13.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_13.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_13.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_13.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_13.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_13.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_14.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_14.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_14.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_14.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_14.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_14.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_14.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_14.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_15.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_15.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_15.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_15.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_15.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_15.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_15.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_15.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_2.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_2.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_2.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_2.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_2.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_2.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_2.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_2.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_3.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_3.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_3.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_3.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_3.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_3.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_3.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_3.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_4.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_4.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_4.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_4.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_4.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_4.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_4.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_4.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_5.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_5.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_5.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_5.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_5.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_5.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_5.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_5.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_6.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_6.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_6.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_6.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_6.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_6.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_6.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_6.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_7.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_7.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_7.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_7.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_7.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_7.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_7.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_7.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_8.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_8.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_8.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_8.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_8.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_8.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_8.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_8.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_9.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_9.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_9.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_9.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_9.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_9.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_9.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_9.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_a.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_a.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_a.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_a.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_a.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_a.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_a.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_a.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_b.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_b.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_b.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_b.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_b.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_b.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_b.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_b.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_c.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_c.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_c.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_c.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_c.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_c.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_c.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_c.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_d.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_d.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_d.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_d.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_d.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_d.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_d.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_d.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_e.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_e.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_e.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_e.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_e.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_e.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_e.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_e.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_f.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_f.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_f.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_f.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_f.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_f.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_f.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/search/variables_f.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/sec__api_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/sec__api_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/sec__api_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/sec__api_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/sec__api_8h__dep__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/sec__api_8h__dep__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/sec__api_8h__dep__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/sec__api_8h__dep__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/sec__api_8h__dep__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/sec__api_8h__dep__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/sec__api_8h__dep__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/sec__api_8h__dep__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/sec__api_8h__dep__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/sec__api_8h__dep__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/sec__api_8h__dep__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/sec__api_8h__dep__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/sec__api_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/sec__api_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/sec__api_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/sec__api_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/sec__api_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/sec__api_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/sec__api_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/sec__api_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/sec__api_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/sec__api_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/sec__api_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/sec__api_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/sec__api_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/sec__api_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/sec__api_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/sec__api_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__api_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__api_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__api_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__api_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__api_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__api_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__api_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__api_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__api_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__api_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__api_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__api_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__api_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__api_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__api_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__api_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__api_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__api_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__api_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__api_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__defs_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__defs_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__defs_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__defs_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__defs_8h__dep__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__defs_8h__dep__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__defs_8h__dep__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__defs_8h__dep__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__defs_8h__dep__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__defs_8h__dep__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__defs_8h__dep__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__defs_8h__dep__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__defs_8h__dep__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__defs_8h__dep__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__defs_8h__dep__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__defs_8h__dep__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__defs_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__defs_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__defs_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__defs_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__handler_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__handler_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__handler_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__handler_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__handler_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__handler_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__handler_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__handler_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__handler_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__handler_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__handler_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__handler_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__handler_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__handler_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__handler_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__handler_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__handler_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__handler_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__handler_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/smp__handler_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/splitbar.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/splitbar.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/splitbar.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/splitbar.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/struct_wsf_buf_diag__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/struct_wsf_buf_diag__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/struct_wsf_buf_diag__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/struct_wsf_buf_diag__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/struct_wsf_buf_diag__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/struct_wsf_buf_diag__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/struct_wsf_buf_diag__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/struct_wsf_buf_diag__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/struct_wsf_buf_diag__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/struct_wsf_buf_diag__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/struct_wsf_buf_diag__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/struct_wsf_buf_diag__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/struct_wsf_buf_diag__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/struct_wsf_buf_diag__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/struct_wsf_buf_diag__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/struct_wsf_buf_diag__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/struct_wsf_buf_diag__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/struct_wsf_buf_diag__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/struct_wsf_buf_diag__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/struct_wsf_buf_diag__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/struct_wsf_buf_pool_stat__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/struct_wsf_buf_pool_stat__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/struct_wsf_buf_pool_stat__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/struct_wsf_buf_pool_stat__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/struct_wsf_buf_pool_stat__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/struct_wsf_buf_pool_stat__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/struct_wsf_buf_pool_stat__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/struct_wsf_buf_pool_stat__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/struct_wsf_buf_pool_stat__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/struct_wsf_buf_pool_stat__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/struct_wsf_buf_pool_stat__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/struct_wsf_buf_pool_stat__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/struct_wsf_buf_pool_stat__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/struct_wsf_buf_pool_stat__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/struct_wsf_buf_pool_stat__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/struct_wsf_buf_pool_stat__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/struct_wsf_buf_pool_stat__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/struct_wsf_buf_pool_stat__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/struct_wsf_buf_pool_stat__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/struct_wsf_buf_pool_stat__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_adv_cfg__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_adv_cfg__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_adv_cfg__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_adv_cfg__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_adv_cfg__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_adv_cfg__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_adv_cfg__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_adv_cfg__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_adv_cfg__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_adv_cfg__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_adv_cfg__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_adv_cfg__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_adv_cfg__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_adv_cfg__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_adv_cfg__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_adv_cfg__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_adv_cfg__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_adv_cfg__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_adv_cfg__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_adv_cfg__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_bpm__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_bpm__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_bpm__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_bpm__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_bpm__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_bpm__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_bpm__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_bpm__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_bpm__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_bpm__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_bpm__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_bpm__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_bpm__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_bpm__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_bpm__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_bpm__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_bpm__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_bpm__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_bpm__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_bpm__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_cfg__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_cfg__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_cfg__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_cfg__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_cfg__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_cfg__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_cfg__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_cfg__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_cfg__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_cfg__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_cfg__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_cfg__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_cfg__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_cfg__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_cfg__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_cfg__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_cfg__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_cfg__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_cfg__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_cfg__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_date_time__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_date_time__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_date_time__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_date_time__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_date_time__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_date_time__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_date_time__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_date_time__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_date_time__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_date_time__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_date_time__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_date_time__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_date_time__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_date_time__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_date_time__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_date_time__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_date_time__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_date_time__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_date_time__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_date_time__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_dev_info__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_dev_info__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_dev_info__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_dev_info__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_dev_info__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_dev_info__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_dev_info__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_dev_info__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_dev_info__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_dev_info__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_dev_info__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_dev_info__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_dev_info__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_dev_info__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_dev_info__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_dev_info__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_dev_info__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_dev_info__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_dev_info__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_dev_info__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_disc_cfg__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_disc_cfg__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_disc_cfg__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_disc_cfg__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_disc_cfg__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_disc_cfg__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_disc_cfg__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_disc_cfg__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_disc_cfg__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_disc_cfg__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_disc_cfg__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_disc_cfg__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_disc_cfg__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_disc_cfg__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_disc_cfg__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_disc_cfg__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_disc_cfg__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_disc_cfg__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_disc_cfg__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_disc_cfg__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ext_adv_cfg__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ext_adv_cfg__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ext_adv_cfg__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ext_adv_cfg__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ext_adv_cfg__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ext_adv_cfg__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ext_adv_cfg__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ext_adv_cfg__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ext_adv_cfg__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ext_adv_cfg__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ext_adv_cfg__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ext_adv_cfg__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ext_adv_cfg__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ext_adv_cfg__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ext_adv_cfg__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ext_adv_cfg__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ext_adv_cfg__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ext_adv_cfg__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ext_adv_cfg__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ext_adv_cfg__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ext_master_cfg__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ext_master_cfg__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ext_master_cfg__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ext_master_cfg__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ext_master_cfg__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ext_master_cfg__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ext_master_cfg__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ext_master_cfg__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ext_master_cfg__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ext_master_cfg__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ext_master_cfg__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ext_master_cfg__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ext_master_cfg__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ext_master_cfg__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ext_master_cfg__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ext_master_cfg__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ext_master_cfg__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ext_master_cfg__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ext_master_cfg__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ext_master_cfg__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_hrm__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_hrm__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_hrm__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_hrm__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_hrm__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_hrm__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_hrm__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_hrm__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_hrm__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_hrm__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_hrm__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_hrm__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_hrm__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_hrm__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_hrm__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_hrm__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_hrm__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_hrm__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_hrm__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_hrm__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_master_cfg__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_master_cfg__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_master_cfg__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_master_cfg__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_master_cfg__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_master_cfg__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_master_cfg__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_master_cfg__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_master_cfg__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_master_cfg__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_master_cfg__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_master_cfg__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_master_cfg__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_master_cfg__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_master_cfg__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_master_cfg__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_master_cfg__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_master_cfg__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_master_cfg__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_master_cfg__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_plx_cm__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_plx_cm__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_plx_cm__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_plx_cm__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_plx_cm__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_plx_cm__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_plx_cm__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_plx_cm__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_plx_cm__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_plx_cm__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_plx_cm__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_plx_cm__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_plx_cm__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_plx_cm__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_plx_cm__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_plx_cm__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_plx_cm__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_plx_cm__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_plx_cm__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_plx_cm__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_plx_scm__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_plx_scm__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_plx_scm__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_plx_scm__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_plx_scm__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_plx_scm__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_plx_scm__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_plx_scm__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_plx_scm__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_plx_scm__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_plx_scm__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_plx_scm__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_plx_scm__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_plx_scm__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_plx_scm__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_plx_scm__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_plx_scm__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_plx_scm__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_plx_scm__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_plx_scm__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_req_act_cfg__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_req_act_cfg__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_req_act_cfg__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_req_act_cfg__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_req_act_cfg__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_req_act_cfg__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_req_act_cfg__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_req_act_cfg__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_req_act_cfg__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_req_act_cfg__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_req_act_cfg__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_req_act_cfg__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_req_act_cfg__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_req_act_cfg__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_req_act_cfg__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_req_act_cfg__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_req_act_cfg__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_req_act_cfg__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_req_act_cfg__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_req_act_cfg__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_sec_cfg__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_sec_cfg__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_sec_cfg__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_sec_cfg__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_sec_cfg__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_sec_cfg__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_sec_cfg__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_sec_cfg__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_sec_cfg__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_sec_cfg__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_sec_cfg__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_sec_cfg__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_sec_cfg__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_sec_cfg__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_sec_cfg__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_sec_cfg__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_sec_cfg__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_sec_cfg__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_sec_cfg__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_sec_cfg__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_slave_cfg__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_slave_cfg__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_slave_cfg__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_slave_cfg__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_slave_cfg__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_slave_cfg__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_slave_cfg__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_slave_cfg__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_slave_cfg__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_slave_cfg__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_slave_cfg__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_slave_cfg__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_slave_cfg__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_slave_cfg__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_slave_cfg__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_slave_cfg__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_slave_cfg__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_slave_cfg__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_slave_cfg__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_slave_cfg__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_tm__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_tm__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_tm__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_tm__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_tm__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_tm__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_tm__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_tm__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_tm__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_tm__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_tm__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_tm__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_tm__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_tm__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_tm__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_tm__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_tm__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_tm__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_tm__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_tm__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_cback__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_cback__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_cback__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_cback__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_cback__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_cback__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_cback__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_cback__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_cback__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_cback__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_cback__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_cback__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_cback__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_cback__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_cback__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_cback__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_cback__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_cback__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_cback__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_cback__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_led__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_led__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_led__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_led__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_led__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_led__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_led__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_led__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_led__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_led__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_led__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_led__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_led__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_led__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_led__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_led__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_led__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_led__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_led__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_led__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_sound__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_sound__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_sound__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_sound__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_sound__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_sound__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_sound__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_sound__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_sound__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_sound__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_sound__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_sound__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_sound__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_sound__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_sound__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_sound__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_sound__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_sound__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_sound__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_ui_sound__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_update_cfg__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_update_cfg__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_update_cfg__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_update_cfg__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_update_cfg__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_update_cfg__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_update_cfg__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_update_cfg__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_update_cfg__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_update_cfg__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_update_cfg__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_update_cfg__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_update_cfg__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_update_cfg__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_update_cfg__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_update_cfg__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_update_cfg__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_update_cfg__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_update_cfg__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_update_cfg__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_wsm__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_wsm__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_wsm__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_wsm__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_wsm__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_wsm__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_wsm__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_wsm__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_wsm__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_wsm__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_wsm__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_wsm__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_wsm__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_wsm__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_wsm__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_wsm__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_wsm__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_wsm__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_wsm__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structapp_wsm__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatt_cfg__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatt_cfg__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatt_cfg__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatt_cfg__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatt_cfg__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatt_cfg__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatt_cfg__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatt_cfg__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatt_cfg__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatt_cfg__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatt_cfg__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatt_cfg__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatt_cfg__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatt_cfg__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatt_cfg__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatt_cfg__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatt_cfg__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatt_cfg__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatt_cfg__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatt_cfg__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatt_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatt_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatt_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatt_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatt_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatt_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatt_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatt_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatt_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatt_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatt_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatt_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatt_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatt_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatt_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatt_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatt_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatt_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatt_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatt_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_cb__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_cb__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_cb__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_cb__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_cb__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_cb__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_cb__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_cb__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_cb__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_cb__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_cb__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_cb__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_cb__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_cb__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_cb__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_cb__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_cb__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_cb__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_cb__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_cb__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_cfg__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_cfg__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_cfg__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_cfg__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_cfg__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_cfg__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_cfg__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_cfg__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_cfg__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_cfg__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_cfg__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_cfg__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_cfg__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_cfg__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_cfg__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_cfg__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_cfg__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_cfg__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_cfg__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_cfg__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_char__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_char__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_char__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_char__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_char__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_char__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_char__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_char__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_char__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_char__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_char__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_char__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_char__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_char__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_char__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_char__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_char__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_char__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_char__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structattc_disc_char__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_attr__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_attr__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_attr__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_attr__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_attr__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_attr__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_attr__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_attr__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_attr__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_attr__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_attr__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_attr__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_attr__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_attr__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_attr__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_attr__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_attr__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_attr__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_attr__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_attr__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_ccc_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_ccc_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_ccc_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_ccc_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_ccc_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_ccc_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_ccc_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_ccc_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_ccc_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_ccc_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_ccc_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_ccc_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_ccc_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_ccc_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_ccc_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_ccc_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_ccc_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_ccc_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_ccc_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_ccc_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_ccc_set__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_ccc_set__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_ccc_set__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_ccc_set__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_ccc_set__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_ccc_set__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_ccc_set__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_ccc_set__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_ccc_set__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_ccc_set__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_ccc_set__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_ccc_set__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_ccc_set__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_ccc_set__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_ccc_set__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_ccc_set__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_ccc_set__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_ccc_set__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_ccc_set__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_ccc_set__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_group__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_group__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_group__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_group__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_group__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_group__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_group__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_group__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_group__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_group__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_group__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_group__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_group__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_group__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_group__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_group__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_group__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_group__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_group__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structatts_group__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structbas_cfg__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structbas_cfg__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structbas_cfg__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structbas_cfg__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structbas_cfg__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structbas_cfg__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structbas_cfg__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structbas_cfg__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structbas_cfg__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structbas_cfg__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structbas_cfg__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structbas_cfg__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structbas_cfg__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structbas_cfg__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structbas_cfg__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structbas_cfg__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structbas_cfg__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structbas_cfg__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structbas_cfg__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structbas_cfg__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structblps_cfg__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structblps_cfg__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structblps_cfg__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structblps_cfg__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structblps_cfg__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structblps_cfg__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structblps_cfg__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structblps_cfg__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structblps_cfg__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structblps_cfg__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structblps_cfg__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structblps_cfg__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structblps_cfg__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structblps_cfg__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structblps_cfg__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structblps_cfg__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structblps_cfg__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structblps_cfg__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structblps_cfg__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structblps_cfg__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_adv_new_addr_ind_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_adv_new_addr_ind_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_adv_new_addr_ind_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_adv_new_addr_ind_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_adv_new_addr_ind_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_adv_new_addr_ind_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_adv_new_addr_ind_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_adv_new_addr_ind_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_adv_new_addr_ind_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_adv_new_addr_ind_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_adv_new_addr_ind_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_adv_new_addr_ind_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_adv_new_addr_ind_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_adv_new_addr_ind_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_adv_new_addr_ind_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_adv_new_addr_ind_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_adv_new_addr_ind_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_adv_new_addr_ind_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_adv_new_addr_ind_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_adv_new_addr_ind_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_adv_set_start_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_adv_set_start_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_adv_set_start_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_adv_set_start_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_adv_set_start_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_adv_set_start_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_adv_set_start_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_adv_set_start_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_adv_set_start_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_adv_set_start_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_adv_set_start_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_adv_set_start_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_adv_set_start_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_adv_set_start_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_adv_set_start_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_adv_set_start_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_adv_set_start_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_adv_set_start_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_adv_set_start_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_adv_set_start_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_cfg__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_cfg__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_cfg__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_cfg__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_cfg__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_cfg__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_cfg__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_cfg__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_cfg__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_cfg__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_cfg__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_cfg__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_cfg__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_cfg__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_cfg__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_cfg__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_cfg__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_cfg__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_cfg__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_cfg__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_per_adv_set_start_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_per_adv_set_start_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_per_adv_set_start_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_per_adv_set_start_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_per_adv_set_start_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_per_adv_set_start_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_per_adv_set_start_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_per_adv_set_start_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_per_adv_set_start_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_per_adv_set_start_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_per_adv_set_start_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_per_adv_set_start_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_per_adv_set_start_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_per_adv_set_start_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_per_adv_set_start_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_per_adv_set_start_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_per_adv_set_start_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_per_adv_set_start_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_per_adv_set_start_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_per_adv_set_start_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_per_adv_set_stop_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_per_adv_set_stop_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_per_adv_set_stop_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_per_adv_set_stop_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_per_adv_set_stop_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_per_adv_set_stop_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_per_adv_set_stop_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_per_adv_set_stop_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_per_adv_set_stop_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_per_adv_set_stop_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_per_adv_set_stop_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_per_adv_set_stop_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_per_adv_set_stop_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_per_adv_set_stop_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_per_adv_set_stop_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_per_adv_set_stop_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_per_adv_set_stop_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_per_adv_set_stop_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_per_adv_set_stop_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_per_adv_set_stop_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_auth_req_ind_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_auth_req_ind_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_auth_req_ind_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_auth_req_ind_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_auth_req_ind_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_auth_req_ind_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_auth_req_ind_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_auth_req_ind_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_auth_req_ind_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_auth_req_ind_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_auth_req_ind_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_auth_req_ind_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_auth_req_ind_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_auth_req_ind_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_auth_req_ind_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_auth_req_ind_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_auth_req_ind_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_auth_req_ind_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_auth_req_ind_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_auth_req_ind_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_cnf_ind_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_cnf_ind_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_cnf_ind_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_cnf_ind_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_cnf_ind_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_cnf_ind_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_cnf_ind_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_cnf_ind_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_cnf_ind_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_cnf_ind_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_cnf_ind_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_cnf_ind_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_cnf_ind_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_cnf_ind_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_cnf_ind_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_cnf_ind_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_cnf_ind_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_cnf_ind_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_cnf_ind_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_cnf_ind_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_csrk__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_csrk__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_csrk__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_csrk__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_csrk__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_csrk__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_csrk__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_csrk__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_csrk__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_csrk__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_csrk__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_csrk__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_csrk__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_csrk__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_csrk__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_csrk__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_csrk__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_csrk__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_csrk__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_csrk__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_encrypt_ind_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_encrypt_ind_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_encrypt_ind_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_encrypt_ind_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_encrypt_ind_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_encrypt_ind_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_encrypt_ind_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_encrypt_ind_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_encrypt_ind_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_encrypt_ind_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_encrypt_ind_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_encrypt_ind_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_encrypt_ind_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_encrypt_ind_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_encrypt_ind_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_encrypt_ind_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_encrypt_ind_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_encrypt_ind_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_encrypt_ind_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_encrypt_ind_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_irk__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_irk__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_irk__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_irk__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_irk__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_irk__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_irk__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_irk__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_irk__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_irk__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_irk__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_irk__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_irk__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_irk__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_irk__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_irk__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_irk__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_irk__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_irk__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_irk__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_key_ind_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_key_ind_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_key_ind_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_key_ind_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_key_ind_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_key_ind_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_key_ind_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_key_ind_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_key_ind_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_key_ind_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_key_ind_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_key_ind_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_key_ind_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_key_ind_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_key_ind_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_key_ind_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_key_ind_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_key_ind_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_key_ind_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_key_ind_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_keypress_ind_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_keypress_ind_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_keypress_ind_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_keypress_ind_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_keypress_ind_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_keypress_ind_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_keypress_ind_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_keypress_ind_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_keypress_ind_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_keypress_ind_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_keypress_ind_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_keypress_ind_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_keypress_ind_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_keypress_ind_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_keypress_ind_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_keypress_ind_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_keypress_ind_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_keypress_ind_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_keypress_ind_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_keypress_ind_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_lesc_oob_cfg__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_lesc_oob_cfg__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_lesc_oob_cfg__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_lesc_oob_cfg__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_lesc_oob_cfg__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_lesc_oob_cfg__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_lesc_oob_cfg__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_lesc_oob_cfg__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_lesc_oob_cfg__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_lesc_oob_cfg__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_lesc_oob_cfg__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_lesc_oob_cfg__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_lesc_oob_cfg__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_lesc_oob_cfg__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_lesc_oob_cfg__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_lesc_oob_cfg__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_lesc_oob_cfg__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_lesc_oob_cfg__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_lesc_oob_cfg__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_lesc_oob_cfg__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_ltk__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_ltk__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_ltk__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_ltk__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_ltk__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_ltk__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_ltk__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_ltk__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_ltk__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_ltk__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_ltk__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_ltk__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_ltk__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_ltk__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_ltk__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_ltk__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_ltk__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_ltk__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_ltk__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_ltk__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_oob_calc_ind_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_oob_calc_ind_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_oob_calc_ind_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_oob_calc_ind_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_oob_calc_ind_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_oob_calc_ind_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_oob_calc_ind_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_oob_calc_ind_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_oob_calc_ind_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_oob_calc_ind_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_oob_calc_ind_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_oob_calc_ind_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_oob_calc_ind_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_oob_calc_ind_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_oob_calc_ind_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_oob_calc_ind_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_oob_calc_ind_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_oob_calc_ind_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_oob_calc_ind_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_oob_calc_ind_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_pair_cmpl_ind_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_pair_cmpl_ind_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_pair_cmpl_ind_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_pair_cmpl_ind_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_pair_cmpl_ind_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_pair_cmpl_ind_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_pair_cmpl_ind_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_pair_cmpl_ind_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_pair_cmpl_ind_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_pair_cmpl_ind_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_pair_cmpl_ind_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_pair_cmpl_ind_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_pair_cmpl_ind_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_pair_cmpl_ind_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_pair_cmpl_ind_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_pair_cmpl_ind_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_pair_cmpl_ind_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_pair_cmpl_ind_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_pair_cmpl_ind_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_pair_cmpl_ind_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_pair_ind_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_pair_ind_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_pair_ind_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_pair_ind_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_pair_ind_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_pair_ind_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_pair_ind_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_pair_ind_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_pair_ind_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_pair_ind_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_pair_ind_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_pair_ind_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_pair_ind_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_pair_ind_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_pair_ind_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_pair_ind_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_pair_ind_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_pair_ind_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_pair_ind_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_pair_ind_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_slave_ind_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_slave_ind_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_slave_ind_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_slave_ind_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_slave_ind_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_slave_ind_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_slave_ind_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_slave_ind_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_slave_ind_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_slave_ind_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_slave_ind_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_slave_ind_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_slave_ind_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_slave_ind_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_slave_ind_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_slave_ind_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_slave_ind_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_slave_ind_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_slave_ind_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structdm_sec_slave_ind_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglpc_filter__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglpc_filter__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglpc_filter__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglpc_filter__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglpc_filter__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglpc_filter__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglpc_filter__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglpc_filter__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglpc_filter__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglpc_filter__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglpc_filter__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglpc_filter__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglpc_filter__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglpc_filter__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglpc_filter__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglpc_filter__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglpc_filter__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglpc_filter__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglpc_filter__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglpc_filter__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_glm__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_glm__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_glm__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_glm__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_glm__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_glm__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_glm__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_glm__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_glm__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_glm__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_glm__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_glm__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_glm__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_glm__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_glm__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_glm__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_glm__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_glm__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_glm__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_glm__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_glmc__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_glmc__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_glmc__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_glmc__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_glmc__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_glmc__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_glmc__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_glmc__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_glmc__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_glmc__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_glmc__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_glmc__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_glmc__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_glmc__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_glmc__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_glmc__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_glmc__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_glmc__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_glmc__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_glmc__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_rec__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_rec__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_rec__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_rec__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_rec__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_rec__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_rec__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_rec__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_rec__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_rec__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_rec__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_rec__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_rec__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_rec__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_rec__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_rec__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_rec__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_rec__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_rec__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structglps_rec__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_auth_payload_to_expired_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_auth_payload_to_expired_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_auth_payload_to_expired_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_auth_payload_to_expired_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_auth_payload_to_expired_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_auth_payload_to_expired_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_auth_payload_to_expired_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_auth_payload_to_expired_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_auth_payload_to_expired_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_auth_payload_to_expired_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_auth_payload_to_expired_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_auth_payload_to_expired_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_auth_payload_to_expired_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_auth_payload_to_expired_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_auth_payload_to_expired_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_auth_payload_to_expired_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_auth_payload_to_expired_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_auth_payload_to_expired_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_auth_payload_to_expired_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_auth_payload_to_expired_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_conn_spec__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_conn_spec__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_conn_spec__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_conn_spec__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_conn_spec__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_conn_spec__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_conn_spec__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_conn_spec__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_conn_spec__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_conn_spec__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_conn_spec__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_conn_spec__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_conn_spec__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_conn_spec__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_conn_spec__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_conn_spec__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_conn_spec__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_conn_spec__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_conn_spec__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_conn_spec__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_core_cb__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_core_cb__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_core_cb__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_core_cb__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_core_cb__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_core_cb__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_core_cb__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_core_cb__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_core_cb__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_core_cb__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_core_cb__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_core_cb__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_core_cb__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_core_cb__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_core_cb__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_core_cb__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_core_cb__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_core_cb__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_core_cb__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_core_cb__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_core_conn__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_core_conn__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_core_conn__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_core_conn__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_core_conn__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_core_conn__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_core_conn__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_core_conn__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_core_conn__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_core_conn__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_core_conn__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_core_conn__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_core_conn__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_core_conn__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_core_conn__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_core_conn__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_core_conn__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_core_conn__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_core_conn__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_core_conn__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_disconnect_cmpl_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_disconnect_cmpl_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_disconnect_cmpl_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_disconnect_cmpl_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_disconnect_cmpl_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_disconnect_cmpl_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_disconnect_cmpl_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_disconnect_cmpl_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_disconnect_cmpl_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_disconnect_cmpl_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_disconnect_cmpl_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_disconnect_cmpl_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_disconnect_cmpl_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_disconnect_cmpl_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_disconnect_cmpl_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_disconnect_cmpl_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_disconnect_cmpl_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_disconnect_cmpl_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_disconnect_cmpl_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_disconnect_cmpl_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_enc_change_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_enc_change_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_enc_change_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_enc_change_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_enc_change_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_enc_change_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_enc_change_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_enc_change_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_enc_change_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_enc_change_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_enc_change_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_enc_change_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_enc_change_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_enc_change_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_enc_change_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_enc_change_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_enc_change_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_enc_change_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_enc_change_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_enc_change_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_enc_key_refresh_cmpl__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_enc_key_refresh_cmpl__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_enc_key_refresh_cmpl__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_enc_key_refresh_cmpl__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_enc_key_refresh_cmpl__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_enc_key_refresh_cmpl__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_enc_key_refresh_cmpl__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_enc_key_refresh_cmpl__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_enc_key_refresh_cmpl__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_enc_key_refresh_cmpl__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_enc_key_refresh_cmpl__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_enc_key_refresh_cmpl__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_enc_key_refresh_cmpl__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_enc_key_refresh_cmpl__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_enc_key_refresh_cmpl__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_enc_key_refresh_cmpl__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_enc_key_refresh_cmpl__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_enc_key_refresh_cmpl__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_enc_key_refresh_cmpl__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_enc_key_refresh_cmpl__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_evt_stats__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_evt_stats__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_evt_stats__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_evt_stats__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_evt_stats__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_evt_stats__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_evt_stats__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_evt_stats__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_evt_stats__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_evt_stats__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_evt_stats__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_evt_stats__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_evt_stats__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_evt_stats__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_evt_stats__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_evt_stats__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_evt_stats__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_evt_stats__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_evt_stats__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_evt_stats__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_adv_enable_param__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_adv_enable_param__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_adv_enable_param__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_adv_enable_param__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_adv_enable_param__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_adv_enable_param__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_adv_enable_param__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_adv_enable_param__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_adv_enable_param__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_adv_enable_param__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_adv_enable_param__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_adv_enable_param__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_adv_enable_param__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_adv_enable_param__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_adv_enable_param__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_adv_enable_param__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_adv_enable_param__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_adv_enable_param__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_adv_enable_param__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_adv_enable_param__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_adv_param__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_adv_param__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_adv_param__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_adv_param__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_adv_param__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_adv_param__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_adv_param__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_adv_param__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_adv_param__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_adv_param__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_adv_param__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_adv_param__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_adv_param__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_adv_param__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_adv_param__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_adv_param__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_adv_param__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_adv_param__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_adv_param__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_adv_param__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_init_param__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_init_param__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_init_param__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_init_param__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_init_param__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_init_param__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_init_param__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_init_param__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_init_param__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_init_param__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_init_param__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_init_param__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_init_param__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_init_param__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_init_param__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_init_param__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_init_param__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_init_param__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_init_param__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_init_param__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_init_scan_param__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_init_scan_param__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_init_scan_param__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_init_scan_param__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_init_scan_param__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_init_scan_param__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_init_scan_param__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_init_scan_param__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_init_scan_param__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_init_scan_param__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_init_scan_param__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_init_scan_param__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_init_scan_param__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_init_scan_param__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_init_scan_param__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_init_scan_param__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_init_scan_param__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_init_scan_param__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_init_scan_param__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_init_scan_param__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_scan_param__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_scan_param__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_scan_param__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_scan_param__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_scan_param__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_scan_param__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_scan_param__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_scan_param__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_scan_param__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_scan_param__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_scan_param__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_scan_param__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_scan_param__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_scan_param__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_scan_param__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_scan_param__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_scan_param__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_scan_param__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_scan_param__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_ext_scan_param__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_hw_error_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_hw_error_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_hw_error_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_hw_error_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_hw_error_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_hw_error_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_hw_error_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_hw_error_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_hw_error_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_hw_error_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_hw_error_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_hw_error_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_hw_error_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_hw_error_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_hw_error_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_hw_error_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_hw_error_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_hw_error_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_hw_error_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_hw_error_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_add_dev_to_res_list_cmd_cmpl_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_add_dev_to_res_list_cmd_cmpl_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_add_dev_to_res_list_cmd_cmpl_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_add_dev_to_res_list_cmd_cmpl_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_add_dev_to_res_list_cmd_cmpl_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_add_dev_to_res_list_cmd_cmpl_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_add_dev_to_res_list_cmd_cmpl_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_add_dev_to_res_list_cmd_cmpl_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_add_dev_to_res_list_cmd_cmpl_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_add_dev_to_res_list_cmd_cmpl_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_add_dev_to_res_list_cmd_cmpl_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_add_dev_to_res_list_cmd_cmpl_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_add_dev_to_res_list_cmd_cmpl_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_add_dev_to_res_list_cmd_cmpl_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_add_dev_to_res_list_cmd_cmpl_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_add_dev_to_res_list_cmd_cmpl_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_add_dev_to_res_list_cmd_cmpl_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_add_dev_to_res_list_cmd_cmpl_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_add_dev_to_res_list_cmd_cmpl_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_add_dev_to_res_list_cmd_cmpl_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_adv_report_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_adv_report_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_adv_report_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_adv_report_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_adv_report_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_adv_report_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_adv_report_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_adv_report_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_adv_report_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_adv_report_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_adv_report_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_adv_report_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_adv_report_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_adv_report_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_adv_report_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_adv_report_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_adv_report_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_adv_report_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_adv_report_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_adv_report_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_adv_set_term_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_adv_set_term_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_adv_set_term_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_adv_set_term_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_adv_set_term_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_adv_set_term_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_adv_set_term_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_adv_set_term_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_adv_set_term_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_adv_set_term_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_adv_set_term_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_adv_set_term_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_adv_set_term_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_adv_set_term_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_adv_set_term_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_adv_set_term_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_adv_set_term_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_adv_set_term_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_adv_set_term_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_adv_set_term_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ch_sel_algo_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ch_sel_algo_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ch_sel_algo_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ch_sel_algo_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ch_sel_algo_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ch_sel_algo_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ch_sel_algo_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ch_sel_algo_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ch_sel_algo_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ch_sel_algo_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ch_sel_algo_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ch_sel_algo_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ch_sel_algo_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ch_sel_algo_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ch_sel_algo_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ch_sel_algo_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ch_sel_algo_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ch_sel_algo_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ch_sel_algo_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ch_sel_algo_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_clear_res_list_cmd_cmpl_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_clear_res_list_cmd_cmpl_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_clear_res_list_cmd_cmpl_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_clear_res_list_cmd_cmpl_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_clear_res_list_cmd_cmpl_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_clear_res_list_cmd_cmpl_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_clear_res_list_cmd_cmpl_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_clear_res_list_cmd_cmpl_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_clear_res_list_cmd_cmpl_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_clear_res_list_cmd_cmpl_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_clear_res_list_cmd_cmpl_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_clear_res_list_cmd_cmpl_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_clear_res_list_cmd_cmpl_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_clear_res_list_cmd_cmpl_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_clear_res_list_cmd_cmpl_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_clear_res_list_cmd_cmpl_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_clear_res_list_cmd_cmpl_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_clear_res_list_cmd_cmpl_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_clear_res_list_cmd_cmpl_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_clear_res_list_cmd_cmpl_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_conn_cmpl_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_conn_cmpl_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_conn_cmpl_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_conn_cmpl_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_conn_cmpl_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_conn_cmpl_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_conn_cmpl_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_conn_cmpl_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_conn_cmpl_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_conn_cmpl_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_conn_cmpl_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_conn_cmpl_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_conn_cmpl_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_conn_cmpl_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_conn_cmpl_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_conn_cmpl_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_conn_cmpl_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_conn_cmpl_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_conn_cmpl_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_conn_cmpl_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_conn_update_cmpl_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_conn_update_cmpl_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_conn_update_cmpl_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_conn_update_cmpl_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_conn_update_cmpl_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_conn_update_cmpl_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_conn_update_cmpl_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_conn_update_cmpl_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_conn_update_cmpl_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_conn_update_cmpl_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_conn_update_cmpl_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_conn_update_cmpl_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_conn_update_cmpl_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_conn_update_cmpl_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_conn_update_cmpl_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_conn_update_cmpl_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_conn_update_cmpl_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_conn_update_cmpl_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_conn_update_cmpl_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_conn_update_cmpl_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_create_conn_cancel_cmd_cmpl_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_create_conn_cancel_cmd_cmpl_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_create_conn_cancel_cmd_cmpl_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_create_conn_cancel_cmd_cmpl_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_create_conn_cancel_cmd_cmpl_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_create_conn_cancel_cmd_cmpl_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_create_conn_cancel_cmd_cmpl_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_create_conn_cancel_cmd_cmpl_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_create_conn_cancel_cmd_cmpl_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_create_conn_cancel_cmd_cmpl_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_create_conn_cancel_cmd_cmpl_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_create_conn_cancel_cmd_cmpl_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_create_conn_cancel_cmd_cmpl_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_create_conn_cancel_cmd_cmpl_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_create_conn_cancel_cmd_cmpl_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_create_conn_cancel_cmd_cmpl_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_create_conn_cancel_cmd_cmpl_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_create_conn_cancel_cmd_cmpl_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_create_conn_cancel_cmd_cmpl_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_create_conn_cancel_cmd_cmpl_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_data_len_change_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_data_len_change_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_data_len_change_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_data_len_change_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_data_len_change_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_data_len_change_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_data_len_change_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_data_len_change_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_data_len_change_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_data_len_change_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_data_len_change_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_data_len_change_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_data_len_change_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_data_len_change_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_data_len_change_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_data_len_change_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_data_len_change_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_data_len_change_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_data_len_change_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_data_len_change_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_encrypt_cmd_cmpl_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_encrypt_cmd_cmpl_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_encrypt_cmd_cmpl_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_encrypt_cmd_cmpl_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_encrypt_cmd_cmpl_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_encrypt_cmd_cmpl_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_encrypt_cmd_cmpl_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_encrypt_cmd_cmpl_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_encrypt_cmd_cmpl_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_encrypt_cmd_cmpl_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_encrypt_cmd_cmpl_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_encrypt_cmd_cmpl_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_encrypt_cmd_cmpl_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_encrypt_cmd_cmpl_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_encrypt_cmd_cmpl_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_encrypt_cmd_cmpl_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_encrypt_cmd_cmpl_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_encrypt_cmd_cmpl_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_encrypt_cmd_cmpl_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_encrypt_cmd_cmpl_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ext_adv_report_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ext_adv_report_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ext_adv_report_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ext_adv_report_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ext_adv_report_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ext_adv_report_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ext_adv_report_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ext_adv_report_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ext_adv_report_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ext_adv_report_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ext_adv_report_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ext_adv_report_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ext_adv_report_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ext_adv_report_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ext_adv_report_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ext_adv_report_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ext_adv_report_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ext_adv_report_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ext_adv_report_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ext_adv_report_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_gen_dh_key_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_gen_dh_key_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_gen_dh_key_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_gen_dh_key_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_gen_dh_key_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_gen_dh_key_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_gen_dh_key_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_gen_dh_key_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_gen_dh_key_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_gen_dh_key_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_gen_dh_key_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_gen_dh_key_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_gen_dh_key_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_gen_dh_key_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_gen_dh_key_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_gen_dh_key_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_gen_dh_key_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_gen_dh_key_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_gen_dh_key_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_gen_dh_key_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_neg_repl_cmd_cmpl_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_neg_repl_cmd_cmpl_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_neg_repl_cmd_cmpl_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_neg_repl_cmd_cmpl_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_neg_repl_cmd_cmpl_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_neg_repl_cmd_cmpl_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_neg_repl_cmd_cmpl_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_neg_repl_cmd_cmpl_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_neg_repl_cmd_cmpl_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_neg_repl_cmd_cmpl_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_neg_repl_cmd_cmpl_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_neg_repl_cmd_cmpl_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_neg_repl_cmd_cmpl_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_neg_repl_cmd_cmpl_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_neg_repl_cmd_cmpl_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_neg_repl_cmd_cmpl_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_neg_repl_cmd_cmpl_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_neg_repl_cmd_cmpl_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_neg_repl_cmd_cmpl_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_neg_repl_cmd_cmpl_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_repl_cmd_cmpl_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_repl_cmd_cmpl_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_repl_cmd_cmpl_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_repl_cmd_cmpl_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_repl_cmd_cmpl_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_repl_cmd_cmpl_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_repl_cmd_cmpl_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_repl_cmd_cmpl_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_repl_cmd_cmpl_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_repl_cmd_cmpl_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_repl_cmd_cmpl_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_repl_cmd_cmpl_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_repl_cmd_cmpl_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_repl_cmd_cmpl_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_repl_cmd_cmpl_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_repl_cmd_cmpl_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_repl_cmd_cmpl_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_repl_cmd_cmpl_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_repl_cmd_cmpl_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_ltk_req_repl_cmd_cmpl_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_p256_cmpl_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_p256_cmpl_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_p256_cmpl_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_p256_cmpl_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_p256_cmpl_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_p256_cmpl_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_p256_cmpl_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_p256_cmpl_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_p256_cmpl_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_p256_cmpl_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_p256_cmpl_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_p256_cmpl_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_p256_cmpl_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_p256_cmpl_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_p256_cmpl_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_p256_cmpl_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_p256_cmpl_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_p256_cmpl_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_p256_cmpl_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_p256_cmpl_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_report_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_report_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_report_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_report_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_report_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_report_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_report_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_report_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_report_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_report_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_report_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_report_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_report_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_report_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_report_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_report_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_report_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_report_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_report_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_report_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_sync_est_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_sync_est_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_sync_est_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_sync_est_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_sync_est_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_sync_est_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_sync_est_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_sync_est_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_sync_est_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_sync_est_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_sync_est_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_sync_est_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_sync_est_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_sync_est_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_sync_est_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_sync_est_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_sync_est_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_sync_est_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_sync_est_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_sync_est_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_sync_lost_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_sync_lost_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_sync_lost_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_sync_lost_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_sync_lost_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_sync_lost_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_sync_lost_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_sync_lost_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_sync_lost_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_sync_lost_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_sync_lost_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_sync_lost_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_sync_lost_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_sync_lost_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_sync_lost_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_sync_lost_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_sync_lost_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_sync_lost_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_sync_lost_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_per_adv_sync_lost_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_phy_update_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_phy_update_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_phy_update_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_phy_update_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_phy_update_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_phy_update_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_phy_update_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_phy_update_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_phy_update_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_phy_update_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_phy_update_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_phy_update_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_phy_update_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_phy_update_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_phy_update_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_phy_update_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_phy_update_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_phy_update_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_phy_update_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_phy_update_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rand_cmd_cmpl_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rand_cmd_cmpl_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rand_cmd_cmpl_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rand_cmd_cmpl_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rand_cmd_cmpl_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rand_cmd_cmpl_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rand_cmd_cmpl_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rand_cmd_cmpl_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rand_cmd_cmpl_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rand_cmd_cmpl_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rand_cmd_cmpl_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rand_cmd_cmpl_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rand_cmd_cmpl_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rand_cmd_cmpl_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rand_cmd_cmpl_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rand_cmd_cmpl_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rand_cmd_cmpl_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rand_cmd_cmpl_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rand_cmd_cmpl_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rand_cmd_cmpl_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_def_data_len_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_def_data_len_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_def_data_len_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_def_data_len_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_def_data_len_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_def_data_len_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_def_data_len_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_def_data_len_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_def_data_len_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_def_data_len_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_def_data_len_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_def_data_len_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_def_data_len_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_def_data_len_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_def_data_len_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_def_data_len_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_def_data_len_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_def_data_len_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_def_data_len_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_def_data_len_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_local_res_addr_cmd_cmpl_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_local_res_addr_cmd_cmpl_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_local_res_addr_cmd_cmpl_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_local_res_addr_cmd_cmpl_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_local_res_addr_cmd_cmpl_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_local_res_addr_cmd_cmpl_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_local_res_addr_cmd_cmpl_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_local_res_addr_cmd_cmpl_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_local_res_addr_cmd_cmpl_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_local_res_addr_cmd_cmpl_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_local_res_addr_cmd_cmpl_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_local_res_addr_cmd_cmpl_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_local_res_addr_cmd_cmpl_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_local_res_addr_cmd_cmpl_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_local_res_addr_cmd_cmpl_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_local_res_addr_cmd_cmpl_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_local_res_addr_cmd_cmpl_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_local_res_addr_cmd_cmpl_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_local_res_addr_cmd_cmpl_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_local_res_addr_cmd_cmpl_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_max_data_len_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_max_data_len_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_max_data_len_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_max_data_len_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_max_data_len_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_max_data_len_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_max_data_len_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_max_data_len_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_max_data_len_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_max_data_len_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_max_data_len_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_max_data_len_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_max_data_len_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_max_data_len_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_max_data_len_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_max_data_len_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_max_data_len_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_max_data_len_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_max_data_len_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_max_data_len_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_peer_res_addr_cmd_cmpl_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_peer_res_addr_cmd_cmpl_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_peer_res_addr_cmd_cmpl_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_peer_res_addr_cmd_cmpl_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_peer_res_addr_cmd_cmpl_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_peer_res_addr_cmd_cmpl_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_peer_res_addr_cmd_cmpl_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_peer_res_addr_cmd_cmpl_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_peer_res_addr_cmd_cmpl_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_peer_res_addr_cmd_cmpl_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_peer_res_addr_cmd_cmpl_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_peer_res_addr_cmd_cmpl_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_peer_res_addr_cmd_cmpl_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_peer_res_addr_cmd_cmpl_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_peer_res_addr_cmd_cmpl_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_peer_res_addr_cmd_cmpl_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_peer_res_addr_cmd_cmpl_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_peer_res_addr_cmd_cmpl_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_peer_res_addr_cmd_cmpl_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_peer_res_addr_cmd_cmpl_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_phy_cmd_cmpl_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_phy_cmd_cmpl_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_phy_cmd_cmpl_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_phy_cmd_cmpl_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_phy_cmd_cmpl_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_phy_cmd_cmpl_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_phy_cmd_cmpl_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_phy_cmd_cmpl_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_phy_cmd_cmpl_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_phy_cmd_cmpl_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_phy_cmd_cmpl_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_phy_cmd_cmpl_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_phy_cmd_cmpl_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_phy_cmd_cmpl_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_phy_cmd_cmpl_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_phy_cmd_cmpl_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_phy_cmd_cmpl_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_phy_cmd_cmpl_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_phy_cmd_cmpl_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_phy_cmd_cmpl_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_remote_feat_cmpl_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_remote_feat_cmpl_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_remote_feat_cmpl_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_remote_feat_cmpl_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_remote_feat_cmpl_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_remote_feat_cmpl_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_remote_feat_cmpl_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_remote_feat_cmpl_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_remote_feat_cmpl_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_remote_feat_cmpl_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_remote_feat_cmpl_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_remote_feat_cmpl_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_remote_feat_cmpl_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_remote_feat_cmpl_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_remote_feat_cmpl_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_remote_feat_cmpl_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_remote_feat_cmpl_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_remote_feat_cmpl_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_remote_feat_cmpl_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_read_remote_feat_cmpl_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_neg_rep_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_neg_rep_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_neg_rep_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_neg_rep_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_neg_rep_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_neg_rep_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_neg_rep_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_neg_rep_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_neg_rep_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_neg_rep_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_neg_rep_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_neg_rep_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_neg_rep_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_neg_rep_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_neg_rep_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_neg_rep_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_neg_rep_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_neg_rep_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_neg_rep_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_neg_rep_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_rep_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_rep_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_rep_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_rep_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_rep_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_rep_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_rep_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_rep_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_rep_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_rep_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_rep_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_rep_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_rep_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_rep_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_rep_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_rep_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_rep_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_rep_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_rep_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_rep_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_req_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_req_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_req_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_req_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_req_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_req_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_req_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_req_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_req_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_req_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_req_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_req_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_req_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_req_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_req_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_req_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_req_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_req_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_req_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_conn_param_req_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_dev_from_res_list_cmd_cmpl_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_dev_from_res_list_cmd_cmpl_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_dev_from_res_list_cmd_cmpl_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_dev_from_res_list_cmd_cmpl_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_dev_from_res_list_cmd_cmpl_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_dev_from_res_list_cmd_cmpl_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_dev_from_res_list_cmd_cmpl_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_dev_from_res_list_cmd_cmpl_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_dev_from_res_list_cmd_cmpl_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_dev_from_res_list_cmd_cmpl_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_dev_from_res_list_cmd_cmpl_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_dev_from_res_list_cmd_cmpl_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_dev_from_res_list_cmd_cmpl_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_dev_from_res_list_cmd_cmpl_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_dev_from_res_list_cmd_cmpl_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_dev_from_res_list_cmd_cmpl_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_dev_from_res_list_cmd_cmpl_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_dev_from_res_list_cmd_cmpl_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_dev_from_res_list_cmd_cmpl_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_rem_dev_from_res_list_cmd_cmpl_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_scan_req_rcvd_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_scan_req_rcvd_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_scan_req_rcvd_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_scan_req_rcvd_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_scan_req_rcvd_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_scan_req_rcvd_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_scan_req_rcvd_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_scan_req_rcvd_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_scan_req_rcvd_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_scan_req_rcvd_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_scan_req_rcvd_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_scan_req_rcvd_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_scan_req_rcvd_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_scan_req_rcvd_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_scan_req_rcvd_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_scan_req_rcvd_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_scan_req_rcvd_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_scan_req_rcvd_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_scan_req_rcvd_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_scan_req_rcvd_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_scan_timeout_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_scan_timeout_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_scan_timeout_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_scan_timeout_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_scan_timeout_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_scan_timeout_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_scan_timeout_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_scan_timeout_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_scan_timeout_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_scan_timeout_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_scan_timeout_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_scan_timeout_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_scan_timeout_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_scan_timeout_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_scan_timeout_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_scan_timeout_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_scan_timeout_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_scan_timeout_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_scan_timeout_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_scan_timeout_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_addr_res_enable_cmd_cmpl_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_addr_res_enable_cmd_cmpl_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_addr_res_enable_cmd_cmpl_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_addr_res_enable_cmd_cmpl_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_addr_res_enable_cmd_cmpl_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_addr_res_enable_cmd_cmpl_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_addr_res_enable_cmd_cmpl_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_addr_res_enable_cmd_cmpl_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_addr_res_enable_cmd_cmpl_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_addr_res_enable_cmd_cmpl_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_addr_res_enable_cmd_cmpl_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_addr_res_enable_cmd_cmpl_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_addr_res_enable_cmd_cmpl_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_addr_res_enable_cmd_cmpl_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_addr_res_enable_cmd_cmpl_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_addr_res_enable_cmd_cmpl_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_addr_res_enable_cmd_cmpl_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_addr_res_enable_cmd_cmpl_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_addr_res_enable_cmd_cmpl_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_addr_res_enable_cmd_cmpl_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_data_len_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_data_len_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_data_len_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_data_len_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_data_len_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_data_len_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_data_len_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_data_len_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_data_len_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_data_len_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_data_len_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_data_len_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_data_len_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_data_len_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_data_len_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_data_len_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_data_len_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_data_len_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_data_len_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_data_len_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_def_phy_cmd_cmpl_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_def_phy_cmd_cmpl_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_def_phy_cmd_cmpl_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_def_phy_cmd_cmpl_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_def_phy_cmd_cmpl_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_def_phy_cmd_cmpl_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_def_phy_cmd_cmpl_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_def_phy_cmd_cmpl_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_def_phy_cmd_cmpl_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_def_phy_cmd_cmpl_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_def_phy_cmd_cmpl_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_def_phy_cmd_cmpl_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_def_phy_cmd_cmpl_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_def_phy_cmd_cmpl_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_def_phy_cmd_cmpl_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_def_phy_cmd_cmpl_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_def_phy_cmd_cmpl_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_def_phy_cmd_cmpl_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_def_phy_cmd_cmpl_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_set_def_phy_cmd_cmpl_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_write_def_data_len_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_write_def_data_len_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_write_def_data_len_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_write_def_data_len_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_write_def_data_len_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_write_def_data_len_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_write_def_data_len_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_write_def_data_len_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_write_def_data_len_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_write_def_data_len_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_write_def_data_len_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_write_def_data_len_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_write_def_data_len_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_write_def_data_len_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_write_def_data_len_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_write_def_data_len_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_write_def_data_len_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_write_def_data_len_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_write_def_data_len_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_le_write_def_data_len_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_chan_map_cmd_cmpl_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_chan_map_cmd_cmpl_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_chan_map_cmd_cmpl_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_chan_map_cmd_cmpl_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_chan_map_cmd_cmpl_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_chan_map_cmd_cmpl_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_chan_map_cmd_cmpl_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_chan_map_cmd_cmpl_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_chan_map_cmd_cmpl_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_chan_map_cmd_cmpl_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_chan_map_cmd_cmpl_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_chan_map_cmd_cmpl_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_chan_map_cmd_cmpl_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_chan_map_cmd_cmpl_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_chan_map_cmd_cmpl_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_chan_map_cmd_cmpl_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_chan_map_cmd_cmpl_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_chan_map_cmd_cmpl_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_chan_map_cmd_cmpl_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_chan_map_cmd_cmpl_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_local_ver_info__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_local_ver_info__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_local_ver_info__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_local_ver_info__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_local_ver_info__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_local_ver_info__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_local_ver_info__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_local_ver_info__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_local_ver_info__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_local_ver_info__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_local_ver_info__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_local_ver_info__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_local_ver_info__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_local_ver_info__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_local_ver_info__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_local_ver_info__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_local_ver_info__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_local_ver_info__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_local_ver_info__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_local_ver_info__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_remote_ver_info_cmpl_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_remote_ver_info_cmpl_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_remote_ver_info_cmpl_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_remote_ver_info_cmpl_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_remote_ver_info_cmpl_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_remote_ver_info_cmpl_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_remote_ver_info_cmpl_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_remote_ver_info_cmpl_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_remote_ver_info_cmpl_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_remote_ver_info_cmpl_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_remote_ver_info_cmpl_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_remote_ver_info_cmpl_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_remote_ver_info_cmpl_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_remote_ver_info_cmpl_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_remote_ver_info_cmpl_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_remote_ver_info_cmpl_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_remote_ver_info_cmpl_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_remote_ver_info_cmpl_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_remote_ver_info_cmpl_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_remote_ver_info_cmpl_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_rssi_cmd_cmpl_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_rssi_cmd_cmpl_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_rssi_cmd_cmpl_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_rssi_cmd_cmpl_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_rssi_cmd_cmpl_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_rssi_cmd_cmpl_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_rssi_cmd_cmpl_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_rssi_cmd_cmpl_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_rssi_cmd_cmpl_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_rssi_cmd_cmpl_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_rssi_cmd_cmpl_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_rssi_cmd_cmpl_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_rssi_cmd_cmpl_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_rssi_cmd_cmpl_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_rssi_cmd_cmpl_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_rssi_cmd_cmpl_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_rssi_cmd_cmpl_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_rssi_cmd_cmpl_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_rssi_cmd_cmpl_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_rssi_cmd_cmpl_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_tx_pwr_lvl_cmd_cmpl_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_tx_pwr_lvl_cmd_cmpl_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_tx_pwr_lvl_cmd_cmpl_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_tx_pwr_lvl_cmd_cmpl_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_tx_pwr_lvl_cmd_cmpl_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_tx_pwr_lvl_cmd_cmpl_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_tx_pwr_lvl_cmd_cmpl_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_tx_pwr_lvl_cmd_cmpl_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_tx_pwr_lvl_cmd_cmpl_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_tx_pwr_lvl_cmd_cmpl_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_tx_pwr_lvl_cmd_cmpl_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_tx_pwr_lvl_cmd_cmpl_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_tx_pwr_lvl_cmd_cmpl_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_tx_pwr_lvl_cmd_cmpl_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_tx_pwr_lvl_cmd_cmpl_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_tx_pwr_lvl_cmd_cmpl_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_tx_pwr_lvl_cmd_cmpl_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_tx_pwr_lvl_cmd_cmpl_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_tx_pwr_lvl_cmd_cmpl_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_read_tx_pwr_lvl_cmd_cmpl_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_cmd_cmpl_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_cmd_cmpl_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_cmd_cmpl_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_cmd_cmpl_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_cmd_cmpl_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_cmd_cmpl_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_cmd_cmpl_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_cmd_cmpl_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_cmd_cmpl_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_cmd_cmpl_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_cmd_cmpl_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_cmd_cmpl_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_cmd_cmpl_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_cmd_cmpl_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_cmd_cmpl_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_cmd_cmpl_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_cmd_cmpl_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_cmd_cmpl_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_cmd_cmpl_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_cmd_cmpl_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_cmd_status_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_cmd_status_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_cmd_status_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_cmd_status_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_cmd_status_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_cmd_status_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_cmd_status_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_cmd_status_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_cmd_status_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_cmd_status_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_cmd_status_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_cmd_status_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_cmd_status_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_cmd_status_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_cmd_status_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_cmd_status_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_cmd_status_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_cmd_status_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_cmd_status_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_cmd_status_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_vendor_spec_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_write_auth_payload_to_cmd_cmpl_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_write_auth_payload_to_cmd_cmpl_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_write_auth_payload_to_cmd_cmpl_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_write_auth_payload_to_cmd_cmpl_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_write_auth_payload_to_cmd_cmpl_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_write_auth_payload_to_cmd_cmpl_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_write_auth_payload_to_cmd_cmpl_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_write_auth_payload_to_cmd_cmpl_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_write_auth_payload_to_cmd_cmpl_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_write_auth_payload_to_cmd_cmpl_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_write_auth_payload_to_cmd_cmpl_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_write_auth_payload_to_cmd_cmpl_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_write_auth_payload_to_cmd_cmpl_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_write_auth_payload_to_cmd_cmpl_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_write_auth_payload_to_cmd_cmpl_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_write_auth_payload_to_cmd_cmpl_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_write_auth_payload_to_cmd_cmpl_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_write_auth_payload_to_cmd_cmpl_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_write_auth_payload_to_cmd_cmpl_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhci_write_auth_payload_to_cmd_cmpl_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhid_config__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhid_config__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhid_config__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhid_config__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhid_config__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhid_config__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhid_config__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhid_config__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhid_config__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhid_config__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhid_config__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhid_config__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhid_config__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhid_config__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhid_config__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhid_config__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhid_config__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhid_config__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhid_config__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhid_config__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhid_report_id_map__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhid_report_id_map__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhid_report_id_map__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhid_report_id_map__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhid_report_id_map__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhid_report_id_map__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhid_report_id_map__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhid_report_id_map__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhid_report_id_map__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhid_report_id_map__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhid_report_id_map__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhid_report_id_map__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhid_report_id_map__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhid_report_id_map__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhid_report_id_map__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhid_report_id_map__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhid_report_id_map__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhid_report_id_map__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhid_report_id_map__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhid_report_id_map__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhrps_cfg__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhrps_cfg__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhrps_cfg__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhrps_cfg__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhrps_cfg__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhrps_cfg__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhrps_cfg__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhrps_cfg__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhrps_cfg__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhrps_cfg__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhrps_cfg__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhrps_cfg__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhrps_cfg__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhrps_cfg__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhrps_cfg__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhrps_cfg__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhrps_cfg__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhrps_cfg__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhrps_cfg__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhrps_cfg__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhtps_cfg__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhtps_cfg__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhtps_cfg__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhtps_cfg__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhtps_cfg__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhtps_cfg__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhtps_cfg__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhtps_cfg__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhtps_cfg__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhtps_cfg__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhtps_cfg__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhtps_cfg__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhtps_cfg__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhtps_cfg__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhtps_cfg__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhtps_cfg__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhtps_cfg__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhtps_cfg__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhtps_cfg__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structhtps_cfg__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_cfg__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_cfg__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_cfg__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_cfg__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_cfg__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_cfg__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_cfg__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_cfg__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_cfg__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_cfg__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_cfg__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_cfg__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_cfg__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_cfg__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_cfg__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_cfg__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_cfg__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_cfg__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_cfg__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_cfg__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_connect_ind__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_connect_ind__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_connect_ind__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_connect_ind__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_connect_ind__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_connect_ind__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_connect_ind__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_connect_ind__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_connect_ind__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_connect_ind__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_connect_ind__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_connect_ind__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_connect_ind__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_connect_ind__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_connect_ind__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_connect_ind__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_connect_ind__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_connect_ind__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_connect_ind__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_connect_ind__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_data_cnf__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_data_cnf__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_data_cnf__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_data_cnf__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_data_cnf__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_data_cnf__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_data_cnf__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_data_cnf__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_data_cnf__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_data_cnf__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_data_cnf__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_data_cnf__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_data_cnf__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_data_cnf__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_data_cnf__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_data_cnf__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_data_cnf__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_data_cnf__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_data_cnf__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_data_cnf__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_data_ind__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_data_ind__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_data_ind__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_data_ind__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_data_ind__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_data_ind__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_data_ind__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_data_ind__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_data_ind__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_data_ind__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_data_ind__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_data_ind__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_data_ind__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_data_ind__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_data_ind__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_data_ind__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_data_ind__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_data_ind__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_data_ind__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_data_ind__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_disconnect_ind__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_disconnect_ind__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_disconnect_ind__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_disconnect_ind__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_disconnect_ind__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_disconnect_ind__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_disconnect_ind__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_disconnect_ind__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_disconnect_ind__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_disconnect_ind__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_disconnect_ind__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_disconnect_ind__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_disconnect_ind__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_disconnect_ind__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_disconnect_ind__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_disconnect_ind__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_disconnect_ind__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_disconnect_ind__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_disconnect_ind__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_disconnect_ind__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_reg__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_reg__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_reg__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_reg__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_reg__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_reg__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_reg__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_reg__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_reg__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_reg__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_reg__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_reg__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_reg__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_reg__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_reg__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_reg__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_reg__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_reg__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_reg__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structl2c_coc_reg__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structplxps_cfg__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structplxps_cfg__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structplxps_cfg__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structplxps_cfg__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structplxps_cfg__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structplxps_cfg__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structplxps_cfg__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structplxps_cfg__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structplxps_cfg__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structplxps_cfg__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structplxps_cfg__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structplxps_cfg__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structplxps_cfg__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structplxps_cfg__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structplxps_cfg__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structplxps_cfg__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structplxps_cfg__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structplxps_cfg__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structplxps_cfg__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structplxps_cfg__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structplxps_rec__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structplxps_rec__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structplxps_rec__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structplxps_rec__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structplxps_rec__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structplxps_rec__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structplxps_rec__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structplxps_rec__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structplxps_rec__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structplxps_rec__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structplxps_rec__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structplxps_rec__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structplxps_rec__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structplxps_rec__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structplxps_rec__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structplxps_rec__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structplxps_rec__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structplxps_rec__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structplxps_rec__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structplxps_rec__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_key__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_key__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_key__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_key__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_key__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_key__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_key__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_key__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_key__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_key__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_key__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_key__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_key__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_key__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_key__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_key__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_key__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_key__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_key__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_key__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_msg__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_msg__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_msg__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_msg__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_msg__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_msg__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_msg__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_msg__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_msg__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_msg__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_msg__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_msg__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_msg__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_msg__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_msg__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_msg__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_msg__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_msg__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_msg__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_msg__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_shared_sec__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_shared_sec__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_shared_sec__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_shared_sec__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_shared_sec__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_shared_sec__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_shared_sec__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_shared_sec__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_shared_sec__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_shared_sec__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_shared_sec__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_shared_sec__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_shared_sec__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_shared_sec__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_shared_sec__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_shared_sec__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_shared_sec__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_shared_sec__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_shared_sec__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_ecc_shared_sec__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_msg__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_msg__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_msg__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_msg__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_msg__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_msg__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_msg__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_msg__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_msg__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_msg__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_msg__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_msg__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_msg__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_msg__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_msg__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_msg__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_msg__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_msg__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_msg__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsec_msg__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_cfg__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_cfg__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_cfg__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_cfg__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_cfg__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_cfg__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_cfg__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_cfg__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_cfg__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_cfg__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_cfg__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_cfg__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_cfg__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_cfg__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_cfg__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_cfg__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_cfg__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_cfg__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_cfg__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_cfg__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_auth_rsp__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_auth_rsp__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_auth_rsp__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_auth_rsp__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_auth_rsp__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_auth_rsp__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_auth_rsp__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_auth_rsp__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_auth_rsp__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_auth_rsp__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_auth_rsp__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_auth_rsp__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_auth_rsp__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_auth_rsp__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_auth_rsp__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_auth_rsp__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_auth_rsp__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_auth_rsp__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_auth_rsp__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_auth_rsp__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_keypress__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_keypress__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_keypress__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_keypress__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_keypress__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_keypress__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_keypress__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_keypress__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_keypress__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_keypress__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_keypress__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_keypress__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_keypress__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_keypress__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_keypress__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_keypress__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_keypress__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_keypress__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_keypress__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_keypress__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_pair__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_pair__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_pair__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_pair__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_pair__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_pair__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_pair__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_pair__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_pair__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_pair__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_pair__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_pair__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_pair__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_pair__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_pair__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_pair__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_pair__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_pair__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_pair__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_pair__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_security_req__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_security_req__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_security_req__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_security_req__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_security_req__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_security_req__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_security_req__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_security_req__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_security_req__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_security_req__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_security_req__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_security_req__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_security_req__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_security_req__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_security_req__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_security_req__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_security_req__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_security_req__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_security_req__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structsmp_dm_security_req__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structterminal_command__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structterminal_command__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structterminal_command__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structterminal_command__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structterminal_command__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structterminal_command__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structterminal_command__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structterminal_command__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structterminal_command__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structterminal_command__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structterminal_command__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structterminal_command__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structterminal_command__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structterminal_command__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structterminal_command__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structterminal_command__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structterminal_command__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structterminal_command__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structterminal_command__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structterminal_command__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxc_cb__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxc_cb__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxc_cb__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxc_cb__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxc_cb__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxc_cb__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxc_cb__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxc_cb__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxc_cb__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxc_cb__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxc_cb__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxc_cb__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxc_cb__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxc_cb__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxc_cb__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxc_cb__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxc_cb__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxc_cb__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxc_cb__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxc_cb__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxc_conn_cb__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxc_conn_cb__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxc_conn_cb__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxc_conn_cb__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxc_conn_cb__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxc_conn_cb__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxc_conn_cb__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxc_conn_cb__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxc_conn_cb__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxc_conn_cb__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxc_conn_cb__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxc_conn_cb__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxc_conn_cb__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxc_conn_cb__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxc_conn_cb__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxc_conn_cb__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxc_conn_cb__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxc_conn_cb__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxc_conn_cb__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxc_conn_cb__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_au_cb__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_au_cb__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_au_cb__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_au_cb__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_au_cb__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_au_cb__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_au_cb__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_au_cb__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_au_cb__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_au_cb__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_au_cb__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_au_cb__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_au_cb__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_au_cb__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_au_cb__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_au_cb__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_au_cb__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_au_cb__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_au_cb__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_au_cb__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_cb__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_cb__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_cb__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_cb__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_cb__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_cb__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_cb__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_cb__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_cb__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_cb__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_cb__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_cb__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_cb__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_cb__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_cb__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_cb__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_cb__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_cb__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_cb__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_cb__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_dc_cb__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_dc_cb__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_dc_cb__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_dc_cb__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_dc_cb__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_dc_cb__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_dc_cb__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_dc_cb__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_dc_cb__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_dc_cb__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_dc_cb__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_dc_cb__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_dc_cb__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_dc_cb__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_dc_cb__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_dc_cb__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_dc_cb__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_dc_cb__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_dc_cb__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwdxs_dc_cb__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_buf_diag_alloc_fail__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_buf_diag_alloc_fail__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_buf_diag_alloc_fail__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_buf_diag_alloc_fail__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_buf_diag_alloc_fail__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_buf_diag_alloc_fail__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_buf_diag_alloc_fail__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_buf_diag_alloc_fail__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_buf_diag_alloc_fail__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_buf_diag_alloc_fail__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_buf_diag_alloc_fail__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_buf_diag_alloc_fail__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_buf_diag_alloc_fail__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_buf_diag_alloc_fail__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_buf_diag_alloc_fail__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_buf_diag_alloc_fail__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_buf_diag_alloc_fail__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_buf_diag_alloc_fail__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_buf_diag_alloc_fail__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_buf_diag_alloc_fail__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_buf_pool_desc__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_buf_pool_desc__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_buf_pool_desc__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_buf_pool_desc__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_buf_pool_desc__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_buf_pool_desc__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_buf_pool_desc__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_buf_pool_desc__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_buf_pool_desc__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_buf_pool_desc__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_buf_pool_desc__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_buf_pool_desc__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_buf_pool_desc__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_buf_pool_desc__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_buf_pool_desc__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_buf_pool_desc__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_buf_pool_desc__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_buf_pool_desc__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_buf_pool_desc__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_buf_pool_desc__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_control__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_control__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_control__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_control__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_control__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_control__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_control__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_control__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_control__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_control__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_control__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_control__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_control__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_control__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_control__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_control__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_control__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_control__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_control__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_control__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_file_info__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_file_info__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_file_info__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_file_info__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_file_info__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_file_info__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_file_info__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_file_info__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_file_info__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_file_info__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_file_info__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_file_info__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_file_info__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_file_info__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_file_info__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_file_info__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_file_info__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_file_info__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_file_info__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_file_info__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_media__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_media__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_media__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_media__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_media__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_media__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_media__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_media__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_media__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_media__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_media__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_media__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_media__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_media__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_media__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_media__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_media__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_media__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_media__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_efs_media__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_esf_attributes__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_esf_attributes__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_esf_attributes__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_esf_attributes__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_esf_attributes__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_esf_attributes__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_esf_attributes__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_esf_attributes__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_esf_attributes__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_esf_attributes__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_esf_attributes__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_esf_attributes__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_esf_attributes__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_esf_attributes__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_esf_attributes__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_esf_attributes__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_esf_attributes__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_esf_attributes__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_esf_attributes__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_esf_attributes__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_msg_hdr__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_msg_hdr__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_msg_hdr__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_msg_hdr__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_msg_hdr__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_msg_hdr__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_msg_hdr__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_msg_hdr__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_msg_hdr__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_msg_hdr__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_msg_hdr__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_msg_hdr__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_msg_hdr__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_msg_hdr__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_msg_hdr__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_msg_hdr__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_msg_hdr__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_msg_hdr__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_msg_hdr__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_msg_hdr__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_queue__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_queue__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_queue__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_queue__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_queue__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_queue__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_queue__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_queue__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_queue__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_queue__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_queue__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_queue__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_queue__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_queue__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_queue__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_queue__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_queue__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_queue__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_queue__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_queue__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_timer__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_timer__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_timer__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_timer__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_timer__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_timer__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_timer__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_timer__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_timer__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_timer__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_timer__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_timer__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_timer__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_timer__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_timer__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_timer__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_timer__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_timer__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_timer__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/structwsf_timer__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__alert_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__alert_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__alert_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__alert_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__alert_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__alert_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__alert_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__alert_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__batt_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__batt_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__batt_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__batt_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__batt_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__batt_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__batt_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__batt_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__bps_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__bps_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__bps_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__bps_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__bps_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__bps_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__bps_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__bps_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cfg_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cfg_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cfg_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cfg_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cfg_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cfg_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cfg_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cfg_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__ch_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__ch_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__ch_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__ch_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__ch_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__ch_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__ch_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__ch_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__core_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__core_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__core_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__core_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__core_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__core_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__core_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__core_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cps_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cps_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cps_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cps_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cps_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cps_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cps_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cps_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cps_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cps_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cps_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cps_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cps_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cps_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cps_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cps_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cps_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cps_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cps_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cps_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cscs_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cscs_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cscs_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cscs_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cscs_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cscs_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cscs_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cscs_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cscs_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cscs_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cscs_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cscs_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cscs_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cscs_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cscs_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cscs_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cscs_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cscs_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cscs_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__cscs_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__dis_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__dis_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__dis_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__dis_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__dis_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__dis_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__dis_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__dis_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__gls_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__gls_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__gls_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__gls_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__gls_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__gls_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__gls_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__gls_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__gyro_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__gyro_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__gyro_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__gyro_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__gyro_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__gyro_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__gyro_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__gyro_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__hid_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__hid_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__hid_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__hid_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__hid_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__hid_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__hid_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__hid_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__hrs_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__hrs_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__hrs_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__hrs_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__hrs_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__hrs_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__hrs_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__hrs_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__hts_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__hts_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__hts_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__hts_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__hts_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__hts_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__hts_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__hts_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__ipss_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__ipss_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__ipss_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__ipss_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__ipss_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__ipss_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__ipss_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__ipss_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__ipss_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__ipss_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__ipss_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__ipss_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__ipss_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__ipss_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__ipss_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__ipss_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__ipss_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__ipss_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__ipss_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__ipss_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__plxs_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__plxs_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__plxs_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__plxs_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__plxs_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__plxs_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__plxs_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__plxs_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__plxs_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__plxs_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__plxs_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__plxs_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__plxs_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__plxs_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__plxs_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__plxs_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__plxs_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__plxs_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__plxs_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__plxs_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__px_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__px_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__px_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__px_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__px_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__px_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__px_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__px_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__px_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__px_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__px_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__px_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__px_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__px_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__px_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__px_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__px_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__px_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__px_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__px_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__rscs_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__rscs_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__rscs_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__rscs_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__rscs_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__rscs_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__rscs_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__rscs_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__rscs_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__rscs_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__rscs_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__rscs_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__rscs_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__rscs_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__rscs_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__rscs_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__rscs_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__rscs_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__rscs_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__rscs_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__scpss_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__scpss_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__scpss_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__scpss_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__scpss_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__scpss_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__scpss_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__scpss_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__temp_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__temp_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__temp_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__temp_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__temp_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__temp_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__temp_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__temp_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__time_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__time_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__time_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__time_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__time_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__time_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__time_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__time_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__uricfg_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__uricfg_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__uricfg_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__uricfg_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__uricfg_8h__dep__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__uricfg_8h__dep__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__uricfg_8h__dep__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__uricfg_8h__dep__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__uricfg_8h__dep__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__uricfg_8h__dep__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__uricfg_8h__dep__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__uricfg_8h__dep__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__uricfg_8h__dep__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__uricfg_8h__dep__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__uricfg_8h__dep__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__uricfg_8h__dep__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__uricfg_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__uricfg_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__uricfg_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__uricfg_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__wdxs_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__wdxs_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__wdxs_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__wdxs_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__wdxs_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__wdxs_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__wdxs_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__wdxs_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__wdxs_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__wdxs_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__wdxs_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__wdxs_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__wdxs_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__wdxs_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__wdxs_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__wdxs_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__wdxs_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__wdxs_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__wdxs_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__wdxs_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__wp_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__wp_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__wp_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__wp_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__wp_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__wp_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__wp_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__wp_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__wss_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__wss_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__wss_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__wss_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__wss_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__wss_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__wss_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svc__wss_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svgpan.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svgpan.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svgpan.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/svgpan.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/sync_off.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/sync_off.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/sync_off.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/sync_off.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/sync_on.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/sync_on.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/sync_on.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/sync_on.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tab_a.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tab_a.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tab_a.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tab_a.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tab_b.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tab_b.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tab_b.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tab_b.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tab_h.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tab_h.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tab_h.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tab_h.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tab_s.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tab_s.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tab_s.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tab_s.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tab_topnav.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tab_topnav.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tab_topnav.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tab_topnav.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tabs.css b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tabs.css
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tabs.css
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tabs.css
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/temp__api_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/temp__api_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/temp__api_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/temp__api_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/temp__api_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/temp__api_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/temp__api_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/temp__api_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/temp__api_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/temp__api_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/temp__api_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/temp__api_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/temp__api_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/temp__api_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/temp__api_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/temp__api_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/temp__api_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/temp__api_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/temp__api_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/temp__api_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/terminal_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/terminal_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/terminal_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/terminal_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/terminal_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/terminal_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/terminal_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/terminal_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/terminal_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/terminal_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/terminal_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/terminal_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/terminal_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/terminal_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/terminal_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/terminal_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/terminal_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/terminal_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/terminal_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/terminal_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tipc__api_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tipc__api_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tipc__api_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tipc__api_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tipc__api_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tipc__api_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tipc__api_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tipc__api_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tipc__api_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tipc__api_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tipc__api_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tipc__api_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tipc__api_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tipc__api_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tipc__api_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tipc__api_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tipc__api_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tipc__api_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tipc__api_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/tipc__api_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/udsc__api_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/udsc__api_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/udsc__api_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/udsc__api_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/udsc__api_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/udsc__api_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/udsc__api_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/udsc__api_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/udsc__api_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/udsc__api_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/udsc__api_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/udsc__api_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/udsc__api_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/udsc__api_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/udsc__api_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/udsc__api_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/udsc__api_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/udsc__api_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/udsc__api_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/udsc__api_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uniondm_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uniondm_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uniondm_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uniondm_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uniondm_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uniondm_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uniondm_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uniondm_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uniondm_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uniondm_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uniondm_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uniondm_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uniondm_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uniondm_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uniondm_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uniondm_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uniondm_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uniondm_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uniondm_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uniondm_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uniondm_sec_key__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uniondm_sec_key__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uniondm_sec_key__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uniondm_sec_key__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uniondm_sec_key__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uniondm_sec_key__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uniondm_sec_key__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uniondm_sec_key__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uniondm_sec_key__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uniondm_sec_key__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uniondm_sec_key__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uniondm_sec_key__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uniondm_sec_key__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uniondm_sec_key__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uniondm_sec_key__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uniondm_sec_key__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uniondm_sec_key__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uniondm_sec_key__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uniondm_sec_key__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uniondm_sec_key__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionhci_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionhci_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionhci_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionhci_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionhci_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionhci_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionhci_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionhci_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionhci_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionhci_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionhci_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionhci_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionhci_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionhci_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionhci_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionhci_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionhci_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionhci_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionhci_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionhci_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionl2c_coc_evt__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionl2c_coc_evt__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionl2c_coc_evt__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionl2c_coc_evt__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionl2c_coc_evt__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionl2c_coc_evt__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionl2c_coc_evt__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionl2c_coc_evt__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionl2c_coc_evt__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionl2c_coc_evt__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionl2c_coc_evt__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionl2c_coc_evt__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionl2c_coc_evt__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionl2c_coc_evt__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionl2c_coc_evt__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionl2c_coc_evt__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionl2c_coc_evt__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionl2c_coc_evt__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionl2c_coc_evt__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionl2c_coc_evt__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionsmp_dm_msg__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionsmp_dm_msg__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionsmp_dm_msg__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionsmp_dm_msg__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionsmp_dm_msg__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionsmp_dm_msg__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionsmp_dm_msg__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionsmp_dm_msg__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionsmp_dm_msg__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionsmp_dm_msg__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionsmp_dm_msg__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionsmp_dm_msg__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionsmp_dm_msg__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionsmp_dm_msg__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionsmp_dm_msg__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionsmp_dm_msg__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionsmp_dm_msg__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionsmp_dm_msg__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionsmp_dm_msg__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionsmp_dm_msg__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionwdxs_msg__t.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionwdxs_msg__t.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionwdxs_msg__t.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionwdxs_msg__t.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionwdxs_msg__t.js b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionwdxs_msg__t.js
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionwdxs_msg__t.js
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionwdxs_msg__t.js
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionwdxs_msg__t__coll__graph.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionwdxs_msg__t__coll__graph.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionwdxs_msg__t__coll__graph.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionwdxs_msg__t__coll__graph.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionwdxs_msg__t__coll__graph.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionwdxs_msg__t__coll__graph.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionwdxs_msg__t__coll__graph.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionwdxs_msg__t__coll__graph.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionwdxs_msg__t__coll__graph.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionwdxs_msg__t__coll__graph.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionwdxs_msg__t__coll__graph.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/unionwdxs_msg__t__coll__graph.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uricfg__api_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uricfg__api_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uricfg__api_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uricfg__api_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uricfg__api_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uricfg__api_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uricfg__api_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uricfg__api_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uricfg__api_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uricfg__api_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uricfg__api_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uricfg__api_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uricfg__api_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uricfg__api_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uricfg__api_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uricfg__api_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uricfg__api_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uricfg__api_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uricfg__api_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uricfg__api_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uricfg__defs_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uricfg__defs_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uricfg__defs_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uricfg__defs_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uricfg__defs_8h__dep__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uricfg__defs_8h__dep__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uricfg__defs_8h__dep__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uricfg__defs_8h__dep__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uricfg__defs_8h__dep__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uricfg__defs_8h__dep__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uricfg__defs_8h__dep__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uricfg__defs_8h__dep__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uricfg__defs_8h__dep__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uricfg__defs_8h__dep__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uricfg__defs_8h__dep__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uricfg__defs_8h__dep__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uricfg__defs_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uricfg__defs_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uricfg__defs_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/uricfg__defs_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdx__defs_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdx__defs_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdx__defs_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdx__defs_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdx__defs_8h__dep__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdx__defs_8h__dep__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdx__defs_8h__dep__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdx__defs_8h__dep__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdx__defs_8h__dep__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdx__defs_8h__dep__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdx__defs_8h__dep__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdx__defs_8h__dep__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdx__defs_8h__dep__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdx__defs_8h__dep__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdx__defs_8h__dep__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdx__defs_8h__dep__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdx__defs_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdx__defs_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdx__defs_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdx__defs_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxc__api_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxc__api_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxc__api_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxc__api_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxc__api_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxc__api_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxc__api_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxc__api_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxc__main_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxc__main_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxc__main_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxc__main_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxc__main_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxc__main_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxc__main_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxc__main_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxs__api_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxs__api_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxs__api_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxs__api_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxs__api_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxs__api_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxs__api_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxs__api_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxs__api_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxs__api_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxs__api_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxs__api_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxs__api_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxs__api_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxs__api_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxs__api_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxs__api_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxs__api_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxs__api_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxs__api_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxs__main_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxs__main_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxs__main_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxs__main_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxs__main_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxs__main_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxs__main_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxs__main_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxs__stream_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxs__stream_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxs__stream_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxs__stream_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxs__stream_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxs__stream_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxs__stream_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wdxs__stream_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wpc__api_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wpc__api_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wpc__api_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wpc__api_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wpc__api_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wpc__api_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wpc__api_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wpc__api_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wpc__api_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wpc__api_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wpc__api_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wpc__api_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wpc__api_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wpc__api_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wpc__api_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wpc__api_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wpc__api_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wpc__api_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wpc__api_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wpc__api_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__assert_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__assert_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__assert_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__assert_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__assert_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__assert_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__assert_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__assert_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__assert_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__assert_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__assert_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__assert_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__assert_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__assert_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__assert_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__assert_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__assert_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__assert_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__assert_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__assert_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__buf_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__buf_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__buf_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__buf_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__buf_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__buf_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__buf_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__buf_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__cs_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__cs_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__cs_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__cs_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__cs_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__cs_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__cs_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__cs_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__efs_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__efs_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__efs_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__efs_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__efs_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__efs_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__efs_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__efs_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__math_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__math_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__math_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__math_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__math_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__math_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__math_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__math_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__math_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__math_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__math_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__math_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__math_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__math_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__math_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__math_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__math_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__math_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__math_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__math_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__msg_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__msg_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__msg_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__msg_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__msg_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__msg_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__msg_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__msg_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__msg_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__msg_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__msg_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__msg_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__msg_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__msg_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__msg_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__msg_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__msg_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__msg_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__msg_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__msg_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__os_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__os_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__os_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__os_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__os_8h__dep__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__os_8h__dep__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__os_8h__dep__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__os_8h__dep__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__os_8h__dep__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__os_8h__dep__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__os_8h__dep__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__os_8h__dep__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__os_8h__dep__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__os_8h__dep__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__os_8h__dep__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__os_8h__dep__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__os_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__os_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__os_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__os_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__os_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__os_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__os_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__os_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__os_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__os_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__os_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__os_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__os_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__os_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__os_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__os_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__queue_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__queue_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__queue_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__queue_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__queue_8h__dep__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__queue_8h__dep__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__queue_8h__dep__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__queue_8h__dep__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__queue_8h__dep__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__queue_8h__dep__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__queue_8h__dep__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__queue_8h__dep__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__queue_8h__dep__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__queue_8h__dep__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__queue_8h__dep__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__queue_8h__dep__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__queue_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__queue_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__queue_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__queue_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__timer_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__timer_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__timer_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__timer_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__timer_8h__dep__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__timer_8h__dep__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__timer_8h__dep__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__timer_8h__dep__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__timer_8h__dep__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__timer_8h__dep__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__timer_8h__dep__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__timer_8h__dep__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__timer_8h__dep__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__timer_8h__dep__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__timer_8h__dep__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__timer_8h__dep__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__timer_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__timer_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__timer_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__timer_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__timer_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__timer_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__timer_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__timer_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__timer_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__timer_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__timer_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__timer_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__timer_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__timer_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__timer_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__timer_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__trace_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__trace_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__trace_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__trace_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__trace_8h__dep__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__trace_8h__dep__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__trace_8h__dep__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__trace_8h__dep__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__trace_8h__dep__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__trace_8h__dep__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__trace_8h__dep__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__trace_8h__dep__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__trace_8h__dep__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__trace_8h__dep__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__trace_8h__dep__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__trace_8h__dep__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__trace_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__trace_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__trace_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__trace_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__trace_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__trace_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__trace_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__trace_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__trace_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__trace_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__trace_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__trace_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__trace_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__trace_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__trace_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__trace_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__types_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__types_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__types_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__types_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__types_8h__dep__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__types_8h__dep__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__types_8h__dep__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__types_8h__dep__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__types_8h__dep__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__types_8h__dep__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__types_8h__dep__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__types_8h__dep__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__types_8h__dep__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__types_8h__dep__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__types_8h__dep__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__types_8h__dep__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__types_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__types_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__types_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsf__types_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wspc__api_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wspc__api_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wspc__api_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wspc__api_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wspc__api_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wspc__api_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wspc__api_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wspc__api_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wspc__api_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wspc__api_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wspc__api_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wspc__api_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wspc__api_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wspc__api_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wspc__api_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wspc__api_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wspc__api_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wspc__api_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wspc__api_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wspc__api_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsps__api_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsps__api_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsps__api_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsps__api_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsps__api_8h__incl.map b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsps__api_8h__incl.map
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsps__api_8h__incl.map
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsps__api_8h__incl.map
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsps__api_8h__incl.md5 b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsps__api_8h__incl.md5
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsps__api_8h__incl.md5
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsps__api_8h__incl.md5
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsps__api_8h__incl.png b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsps__api_8h__incl.png
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsps__api_8h__incl.png
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsps__api_8h__incl.png
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsps__api_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsps__api_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsps__api_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wsps__api_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wstr_8h.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wstr_8h.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wstr_8h.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wstr_8h.html
diff --git a/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wstr_8h_source.html b/lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wstr_8h_source.html
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wstr_8h_source.html
rename to lib/sdk/NDALibraries/BTLE/documentation/html/Cordio_Stack_Cordio_Profiles/wstr_8h_source.html
diff --git a/sdk/NDALibraries/BTLE/documentation/wsf_readme.md b/lib/sdk/NDALibraries/BTLE/documentation/wsf_readme.md
similarity index 100%
rename from sdk/NDALibraries/BTLE/documentation/wsf_readme.md
rename to lib/sdk/NDALibraries/BTLE/documentation/wsf_readme.md
diff --git a/sdk/NDALibraries/BTLE/lib/GCC/cordiolib.a b/lib/sdk/NDALibraries/BTLE/lib/GCC/cordiolib.a
similarity index 100%
rename from sdk/NDALibraries/BTLE/lib/GCC/cordiolib.a
rename to lib/sdk/NDALibraries/BTLE/lib/GCC/cordiolib.a
diff --git a/sdk/NDALibraries/BTLE/lib/GCC/libmaclib.a b/lib/sdk/NDALibraries/BTLE/lib/GCC/libmaclib.a
similarity index 100%
rename from sdk/NDALibraries/BTLE/lib/GCC/libmaclib.a
rename to lib/sdk/NDALibraries/BTLE/lib/GCC/libmaclib.a
diff --git a/sdk/NDALibraries/BTLE/platform/common/include/bb_154_drv.h b/lib/sdk/NDALibraries/BTLE/platform/common/include/bb_154_drv.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/platform/common/include/bb_154_drv.h
rename to lib/sdk/NDALibraries/BTLE/platform/common/include/bb_154_drv.h
diff --git a/sdk/NDALibraries/BTLE/platform/common/include/bb_ble_drv.h b/lib/sdk/NDALibraries/BTLE/platform/common/include/bb_ble_drv.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/platform/common/include/bb_ble_drv.h
rename to lib/sdk/NDALibraries/BTLE/platform/common/include/bb_ble_drv.h
diff --git a/sdk/NDALibraries/BTLE/platform/common/include/bb_drv.h b/lib/sdk/NDALibraries/BTLE/platform/common/include/bb_drv.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/platform/common/include/bb_drv.h
rename to lib/sdk/NDALibraries/BTLE/platform/common/include/bb_drv.h
diff --git a/sdk/NDALibraries/BTLE/platform/common/include/chci_api.h b/lib/sdk/NDALibraries/BTLE/platform/common/include/chci_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/platform/common/include/chci_api.h
rename to lib/sdk/NDALibraries/BTLE/platform/common/include/chci_api.h
diff --git a/sdk/NDALibraries/BTLE/platform/common/include/chci_drv.h b/lib/sdk/NDALibraries/BTLE/platform/common/include/chci_drv.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/platform/common/include/chci_drv.h
rename to lib/sdk/NDALibraries/BTLE/platform/common/include/chci_drv.h
diff --git a/sdk/NDALibraries/BTLE/platform/common/include/chci_tr.h b/lib/sdk/NDALibraries/BTLE/platform/common/include/chci_tr.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/platform/common/include/chci_tr.h
rename to lib/sdk/NDALibraries/BTLE/platform/common/include/chci_tr.h
diff --git a/sdk/NDALibraries/BTLE/platform/common/include/chci_tr_serial.h b/lib/sdk/NDALibraries/BTLE/platform/common/include/chci_tr_serial.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/platform/common/include/chci_tr_serial.h
rename to lib/sdk/NDALibraries/BTLE/platform/common/include/chci_tr_serial.h
diff --git a/sdk/NDALibraries/BTLE/platform/common/include/hci_defs.h b/lib/sdk/NDALibraries/BTLE/platform/common/include/hci_defs.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/platform/common/include/hci_defs.h
rename to lib/sdk/NDALibraries/BTLE/platform/common/include/hci_defs.h
diff --git a/sdk/NDALibraries/BTLE/platform/common/include/ll_defs.h b/lib/sdk/NDALibraries/BTLE/platform/common/include/ll_defs.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/platform/common/include/ll_defs.h
rename to lib/sdk/NDALibraries/BTLE/platform/common/include/ll_defs.h
diff --git a/sdk/NDALibraries/BTLE/platform/common/include/ll_math.h b/lib/sdk/NDALibraries/BTLE/platform/common/include/ll_math.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/platform/common/include/ll_math.h
rename to lib/sdk/NDALibraries/BTLE/platform/common/include/ll_math.h
diff --git a/sdk/NDALibraries/BTLE/platform/common/include/platform_154_api.h b/lib/sdk/NDALibraries/BTLE/platform/common/include/platform_154_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/platform/common/include/platform_154_api.h
rename to lib/sdk/NDALibraries/BTLE/platform/common/include/platform_154_api.h
diff --git a/sdk/NDALibraries/BTLE/platform/common/include/platform_api.h b/lib/sdk/NDALibraries/BTLE/platform/common/include/platform_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/platform/common/include/platform_api.h
rename to lib/sdk/NDALibraries/BTLE/platform/common/include/platform_api.h
diff --git a/sdk/NDALibraries/BTLE/platform/common/include/platform_ble_api.h b/lib/sdk/NDALibraries/BTLE/platform/common/include/platform_ble_api.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/platform/common/include/platform_ble_api.h
rename to lib/sdk/NDALibraries/BTLE/platform/common/include/platform_ble_api.h
diff --git a/sdk/NDALibraries/BTLE/platform/common/include/prand.h b/lib/sdk/NDALibraries/BTLE/platform/common/include/prand.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/platform/common/include/prand.h
rename to lib/sdk/NDALibraries/BTLE/platform/common/include/prand.h
diff --git a/sdk/NDALibraries/BTLE/platform/common/include/radio_drv.h b/lib/sdk/NDALibraries/BTLE/platform/common/include/radio_drv.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/platform/common/include/radio_drv.h
rename to lib/sdk/NDALibraries/BTLE/platform/common/include/radio_drv.h
diff --git a/sdk/NDALibraries/BTLE/platform/max32665/sources/ll_math.c b/lib/sdk/NDALibraries/BTLE/platform/max32665/sources/ll_math.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/platform/max32665/sources/ll_math.c
rename to lib/sdk/NDALibraries/BTLE/platform/max32665/sources/ll_math.c
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/cycling/gcc/makefile b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/cycling/gcc/makefile
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/cycling/gcc/makefile
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/cycling/gcc/makefile
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/cycling/gcc/sources.mk b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/cycling/gcc/sources.mk
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/cycling/gcc/sources.mk
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/cycling/gcc/sources.mk
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/cycling/keil/cycling-bt4.uvoptx b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/cycling/keil/cycling-bt4.uvoptx
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/cycling/keil/cycling-bt4.uvoptx
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/cycling/keil/cycling-bt4.uvoptx
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/cycling/keil/cycling-bt4.uvprojx b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/cycling/keil/cycling-bt4.uvprojx
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/cycling/keil/cycling-bt4.uvprojx
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/cycling/keil/cycling-bt4.uvprojx
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/cycling/main.c b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/cycling/main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/cycling/main.c
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/cycling/main.c
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/cycling/stack_cycling.c b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/cycling/stack_cycling.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/cycling/stack_cycling.c
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/cycling/stack_cycling.c
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/datc/gcc/makefile b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/datc/gcc/makefile
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/datc/gcc/makefile
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/datc/gcc/makefile
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/datc/gcc/sources.mk b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/datc/gcc/sources.mk
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/datc/gcc/sources.mk
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/datc/gcc/sources.mk
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/datc/keil/datc-bt4.uvoptx b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/datc/keil/datc-bt4.uvoptx
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/datc/keil/datc-bt4.uvoptx
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/datc/keil/datc-bt4.uvoptx
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/datc/keil/datc-bt4.uvprojx b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/datc/keil/datc-bt4.uvprojx
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/datc/keil/datc-bt4.uvprojx
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/datc/keil/datc-bt4.uvprojx
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/datc/main.c b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/datc/main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/datc/main.c
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/datc/main.c
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/datc/stack_datc.c b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/datc/stack_datc.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/datc/stack_datc.c
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/datc/stack_datc.c
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/dats/gcc/makefile b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/dats/gcc/makefile
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/dats/gcc/makefile
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/dats/gcc/makefile
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/dats/gcc/sources.mk b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/dats/gcc/sources.mk
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/dats/gcc/sources.mk
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/dats/gcc/sources.mk
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/dats/keil/dats-bt4.uvoptx b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/dats/keil/dats-bt4.uvoptx
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/dats/keil/dats-bt4.uvoptx
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/dats/keil/dats-bt4.uvoptx
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/dats/keil/dats-bt4.uvprojx b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/dats/keil/dats-bt4.uvprojx
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/dats/keil/dats-bt4.uvprojx
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/dats/keil/dats-bt4.uvprojx
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/dats/main.c b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/dats/main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/dats/main.c
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/dats/main.c
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/dats/stack_dats.c b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/dats/stack_dats.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/dats/stack_dats.c
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/dats/stack_dats.c
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/fit/gcc/makefile b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/fit/gcc/makefile
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/fit/gcc/makefile
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/fit/gcc/makefile
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/fit/gcc/sources.mk b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/fit/gcc/sources.mk
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/fit/gcc/sources.mk
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/fit/gcc/sources.mk
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/fit/keil/fit-bt4.uvoptx b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/fit/keil/fit-bt4.uvoptx
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/fit/keil/fit-bt4.uvoptx
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/fit/keil/fit-bt4.uvoptx
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/fit/keil/fit-bt4.uvprojx b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/fit/keil/fit-bt4.uvprojx
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/fit/keil/fit-bt4.uvprojx
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/fit/keil/fit-bt4.uvprojx
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/fit/main.c b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/fit/main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/fit/main.c
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/fit/main.c
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/fit/stack_fit.c b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/fit/stack_fit.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/fit/stack_fit.c
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/fit/stack_fit.c
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/hidapp/gcc/makefile b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/hidapp/gcc/makefile
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/hidapp/gcc/makefile
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/hidapp/gcc/makefile
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/hidapp/gcc/sources.mk b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/hidapp/gcc/sources.mk
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/hidapp/gcc/sources.mk
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/hidapp/gcc/sources.mk
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/hidapp/keil/hidapp-bt4.uvoptx b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/hidapp/keil/hidapp-bt4.uvoptx
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/hidapp/keil/hidapp-bt4.uvoptx
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/hidapp/keil/hidapp-bt4.uvoptx
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/hidapp/keil/hidapp-bt4.uvprojx b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/hidapp/keil/hidapp-bt4.uvprojx
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/hidapp/keil/hidapp-bt4.uvprojx
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/hidapp/keil/hidapp-bt4.uvprojx
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/hidapp/main.c b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/hidapp/main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/hidapp/main.c
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/hidapp/main.c
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/hidapp/stack_hidapp.c b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/hidapp/stack_hidapp.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/hidapp/stack_hidapp.c
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/hidapp/stack_hidapp.c
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/medc/gcc/makefile b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/medc/gcc/makefile
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/medc/gcc/makefile
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/medc/gcc/makefile
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/medc/gcc/sources.mk b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/medc/gcc/sources.mk
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/medc/gcc/sources.mk
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/medc/gcc/sources.mk
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/medc/keil/medc-bt4.uvoptx b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/medc/keil/medc-bt4.uvoptx
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/medc/keil/medc-bt4.uvoptx
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/medc/keil/medc-bt4.uvoptx
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/medc/keil/medc-bt4.uvprojx b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/medc/keil/medc-bt4.uvprojx
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/medc/keil/medc-bt4.uvprojx
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/medc/keil/medc-bt4.uvprojx
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/medc/main.c b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/medc/main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/medc/main.c
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/medc/main.c
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/medc/stack_medc.c b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/medc/stack_medc.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/medc/stack_medc.c
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/medc/stack_medc.c
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/meds/gcc/makefile b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/meds/gcc/makefile
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/meds/gcc/makefile
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/meds/gcc/makefile
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/meds/gcc/sources.mk b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/meds/gcc/sources.mk
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/meds/gcc/sources.mk
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/meds/gcc/sources.mk
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/meds/keil/meds-bt4.uvoptx b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/meds/keil/meds-bt4.uvoptx
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/meds/keil/meds-bt4.uvoptx
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/meds/keil/meds-bt4.uvoptx
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/meds/keil/meds-bt4.uvprojx b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/meds/keil/meds-bt4.uvprojx
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/meds/keil/meds-bt4.uvprojx
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/meds/keil/meds-bt4.uvprojx
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/meds/main.c b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/meds/main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/meds/main.c
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/meds/main.c
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/meds/stack_meds.c b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/meds/stack_meds.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/meds/stack_meds.c
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/meds/stack_meds.c
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/ota-boot/gcc/makefile b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/ota-boot/gcc/makefile
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/ota-boot/gcc/makefile
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/ota-boot/gcc/makefile
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/ota-boot/gcc/sources.mk b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/ota-boot/gcc/sources.mk
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/ota-boot/gcc/sources.mk
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/ota-boot/gcc/sources.mk
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/ota-boot/main.c b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/ota-boot/main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/ota-boot/main.c
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/ota-boot/main.c
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/ota-boot/ota-relocate-obj.h b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/ota-boot/ota-relocate-obj.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/ota-boot/ota-relocate-obj.h
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/ota-boot/ota-relocate-obj.h
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/ota-boot/ota-relocate-obj.lst b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/ota-boot/ota-relocate-obj.lst
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/ota-boot/ota-relocate-obj.lst
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/ota-boot/ota-relocate-obj.lst
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/tag/gcc/makefile b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/tag/gcc/makefile
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/tag/gcc/makefile
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/tag/gcc/makefile
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/tag/gcc/sources.mk b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/tag/gcc/sources.mk
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/tag/gcc/sources.mk
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/tag/gcc/sources.mk
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/tag/keil/tag-bt4.uvoptx b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/tag/keil/tag-bt4.uvoptx
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/tag/keil/tag-bt4.uvoptx
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/tag/keil/tag-bt4.uvoptx
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/tag/keil/tag-bt4.uvprojx b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/tag/keil/tag-bt4.uvprojx
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/tag/keil/tag-bt4.uvprojx
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/tag/keil/tag-bt4.uvprojx
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/tag/main.c b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/tag/main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/tag/main.c
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/tag/main.c
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/tag/stack_tag.c b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/tag/stack_tag.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/tag/stack_tag.c
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/tag/stack_tag.c
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/uribeacon/gcc/makefile b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/uribeacon/gcc/makefile
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/uribeacon/gcc/makefile
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/uribeacon/gcc/makefile
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/uribeacon/gcc/sources.mk b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/uribeacon/gcc/sources.mk
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/uribeacon/gcc/sources.mk
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/uribeacon/gcc/sources.mk
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/uribeacon/keil/uribeacon-bt4.uvoptx b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/uribeacon/keil/uribeacon-bt4.uvoptx
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/uribeacon/keil/uribeacon-bt4.uvoptx
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/uribeacon/keil/uribeacon-bt4.uvoptx
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/uribeacon/keil/uribeacon-bt4.uvprojx b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/uribeacon/keil/uribeacon-bt4.uvprojx
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/uribeacon/keil/uribeacon-bt4.uvprojx
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/uribeacon/keil/uribeacon-bt4.uvprojx
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/uribeacon/main.c b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/uribeacon/main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/uribeacon/main.c
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/uribeacon/main.c
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/uribeacon/stack_uribeacon.c b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/uribeacon/stack_uribeacon.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/uribeacon/stack_uribeacon.c
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/uribeacon/stack_uribeacon.c
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/watch/gcc/makefile b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/watch/gcc/makefile
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/watch/gcc/makefile
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/watch/gcc/makefile
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/watch/gcc/sources.mk b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/watch/gcc/sources.mk
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/watch/gcc/sources.mk
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/watch/gcc/sources.mk
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/watch/keil/watch-bt4.uvoptx b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/watch/keil/watch-bt4.uvoptx
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/watch/keil/watch-bt4.uvoptx
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/watch/keil/watch-bt4.uvoptx
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/watch/keil/watch-bt4.uvprojx b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/watch/keil/watch-bt4.uvprojx
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/watch/keil/watch-bt4.uvprojx
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/watch/keil/watch-bt4.uvprojx
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/watch/main.c b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/watch/main.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/watch/main.c
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/watch/main.c
diff --git a/sdk/NDALibraries/BTLE/projects/ble-apps/watch/stack_watch.c b/lib/sdk/NDALibraries/BTLE/projects/ble-apps/watch/stack_watch.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/projects/ble-apps/watch/stack_watch.c
rename to lib/sdk/NDALibraries/BTLE/projects/ble-apps/watch/stack_watch.c
diff --git a/sdk/NDALibraries/BTLE/wsf/baremetal/sources/wsf_assert.c b/lib/sdk/NDALibraries/BTLE/wsf/baremetal/sources/wsf_assert.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/wsf/baremetal/sources/wsf_assert.c
rename to lib/sdk/NDALibraries/BTLE/wsf/baremetal/sources/wsf_assert.c
diff --git a/sdk/NDALibraries/BTLE/wsf/baremetal/sources/wsf_buf.c b/lib/sdk/NDALibraries/BTLE/wsf/baremetal/sources/wsf_buf.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/wsf/baremetal/sources/wsf_buf.c
rename to lib/sdk/NDALibraries/BTLE/wsf/baremetal/sources/wsf_buf.c
diff --git a/sdk/NDALibraries/BTLE/wsf/baremetal/sources/wsf_cs.c b/lib/sdk/NDALibraries/BTLE/wsf/baremetal/sources/wsf_cs.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/wsf/baremetal/sources/wsf_cs.c
rename to lib/sdk/NDALibraries/BTLE/wsf/baremetal/sources/wsf_cs.c
diff --git a/sdk/NDALibraries/BTLE/wsf/baremetal/sources/wsf_efs.c b/lib/sdk/NDALibraries/BTLE/wsf/baremetal/sources/wsf_efs.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/wsf/baremetal/sources/wsf_efs.c
rename to lib/sdk/NDALibraries/BTLE/wsf/baremetal/sources/wsf_efs.c
diff --git a/sdk/NDALibraries/BTLE/wsf/baremetal/sources/wsf_msg.c b/lib/sdk/NDALibraries/BTLE/wsf/baremetal/sources/wsf_msg.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/wsf/baremetal/sources/wsf_msg.c
rename to lib/sdk/NDALibraries/BTLE/wsf/baremetal/sources/wsf_msg.c
diff --git a/sdk/NDALibraries/BTLE/wsf/baremetal/sources/wsf_os.c b/lib/sdk/NDALibraries/BTLE/wsf/baremetal/sources/wsf_os.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/wsf/baremetal/sources/wsf_os.c
rename to lib/sdk/NDALibraries/BTLE/wsf/baremetal/sources/wsf_os.c
diff --git a/sdk/NDALibraries/BTLE/wsf/baremetal/sources/wsf_os_int.h b/lib/sdk/NDALibraries/BTLE/wsf/baremetal/sources/wsf_os_int.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/wsf/baremetal/sources/wsf_os_int.h
rename to lib/sdk/NDALibraries/BTLE/wsf/baremetal/sources/wsf_os_int.h
diff --git a/sdk/NDALibraries/BTLE/wsf/baremetal/sources/wsf_queue.c b/lib/sdk/NDALibraries/BTLE/wsf/baremetal/sources/wsf_queue.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/wsf/baremetal/sources/wsf_queue.c
rename to lib/sdk/NDALibraries/BTLE/wsf/baremetal/sources/wsf_queue.c
diff --git a/sdk/NDALibraries/BTLE/wsf/baremetal/sources/wsf_timer.c b/lib/sdk/NDALibraries/BTLE/wsf/baremetal/sources/wsf_timer.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/wsf/baremetal/sources/wsf_timer.c
rename to lib/sdk/NDALibraries/BTLE/wsf/baremetal/sources/wsf_timer.c
diff --git a/sdk/NDALibraries/BTLE/wsf/baremetal/sources/wsf_trace.c b/lib/sdk/NDALibraries/BTLE/wsf/baremetal/sources/wsf_trace.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/wsf/baremetal/sources/wsf_trace.c
rename to lib/sdk/NDALibraries/BTLE/wsf/baremetal/sources/wsf_trace.c
diff --git a/sdk/NDALibraries/BTLE/wsf/common/include/util/bda.h b/lib/sdk/NDALibraries/BTLE/wsf/common/include/util/bda.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/wsf/common/include/util/bda.h
rename to lib/sdk/NDALibraries/BTLE/wsf/common/include/util/bda.h
diff --git a/sdk/NDALibraries/BTLE/wsf/common/include/util/bstream.h b/lib/sdk/NDALibraries/BTLE/wsf/common/include/util/bstream.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/wsf/common/include/util/bstream.h
rename to lib/sdk/NDALibraries/BTLE/wsf/common/include/util/bstream.h
diff --git a/sdk/NDALibraries/BTLE/wsf/common/include/util/calc128.h b/lib/sdk/NDALibraries/BTLE/wsf/common/include/util/calc128.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/wsf/common/include/util/calc128.h
rename to lib/sdk/NDALibraries/BTLE/wsf/common/include/util/calc128.h
diff --git a/sdk/NDALibraries/BTLE/wsf/common/include/util/crc32.h b/lib/sdk/NDALibraries/BTLE/wsf/common/include/util/crc32.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/wsf/common/include/util/crc32.h
rename to lib/sdk/NDALibraries/BTLE/wsf/common/include/util/crc32.h
diff --git a/sdk/NDALibraries/BTLE/wsf/common/include/util/print.h b/lib/sdk/NDALibraries/BTLE/wsf/common/include/util/print.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/wsf/common/include/util/print.h
rename to lib/sdk/NDALibraries/BTLE/wsf/common/include/util/print.h
diff --git a/sdk/NDALibraries/BTLE/wsf/common/include/util/terminal.h b/lib/sdk/NDALibraries/BTLE/wsf/common/include/util/terminal.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/wsf/common/include/util/terminal.h
rename to lib/sdk/NDALibraries/BTLE/wsf/common/include/util/terminal.h
diff --git a/sdk/NDALibraries/BTLE/wsf/common/include/util/wstr.h b/lib/sdk/NDALibraries/BTLE/wsf/common/include/util/wstr.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/wsf/common/include/util/wstr.h
rename to lib/sdk/NDALibraries/BTLE/wsf/common/include/util/wstr.h
diff --git a/sdk/NDALibraries/BTLE/wsf/common/include/wsf_assert.h b/lib/sdk/NDALibraries/BTLE/wsf/common/include/wsf_assert.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/wsf/common/include/wsf_assert.h
rename to lib/sdk/NDALibraries/BTLE/wsf/common/include/wsf_assert.h
diff --git a/sdk/NDALibraries/BTLE/wsf/common/include/wsf_buf.h b/lib/sdk/NDALibraries/BTLE/wsf/common/include/wsf_buf.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/wsf/common/include/wsf_buf.h
rename to lib/sdk/NDALibraries/BTLE/wsf/common/include/wsf_buf.h
diff --git a/sdk/NDALibraries/BTLE/wsf/common/include/wsf_cs.h b/lib/sdk/NDALibraries/BTLE/wsf/common/include/wsf_cs.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/wsf/common/include/wsf_cs.h
rename to lib/sdk/NDALibraries/BTLE/wsf/common/include/wsf_cs.h
diff --git a/sdk/NDALibraries/BTLE/wsf/common/include/wsf_efs.h b/lib/sdk/NDALibraries/BTLE/wsf/common/include/wsf_efs.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/wsf/common/include/wsf_efs.h
rename to lib/sdk/NDALibraries/BTLE/wsf/common/include/wsf_efs.h
diff --git a/sdk/NDALibraries/BTLE/wsf/common/include/wsf_math.h b/lib/sdk/NDALibraries/BTLE/wsf/common/include/wsf_math.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/wsf/common/include/wsf_math.h
rename to lib/sdk/NDALibraries/BTLE/wsf/common/include/wsf_math.h
diff --git a/sdk/NDALibraries/BTLE/wsf/common/include/wsf_msg.h b/lib/sdk/NDALibraries/BTLE/wsf/common/include/wsf_msg.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/wsf/common/include/wsf_msg.h
rename to lib/sdk/NDALibraries/BTLE/wsf/common/include/wsf_msg.h
diff --git a/sdk/NDALibraries/BTLE/wsf/common/include/wsf_os.h b/lib/sdk/NDALibraries/BTLE/wsf/common/include/wsf_os.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/wsf/common/include/wsf_os.h
rename to lib/sdk/NDALibraries/BTLE/wsf/common/include/wsf_os.h
diff --git a/sdk/NDALibraries/BTLE/wsf/common/include/wsf_queue.h b/lib/sdk/NDALibraries/BTLE/wsf/common/include/wsf_queue.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/wsf/common/include/wsf_queue.h
rename to lib/sdk/NDALibraries/BTLE/wsf/common/include/wsf_queue.h
diff --git a/sdk/NDALibraries/BTLE/wsf/common/include/wsf_timer.h b/lib/sdk/NDALibraries/BTLE/wsf/common/include/wsf_timer.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/wsf/common/include/wsf_timer.h
rename to lib/sdk/NDALibraries/BTLE/wsf/common/include/wsf_timer.h
diff --git a/sdk/NDALibraries/BTLE/wsf/common/include/wsf_trace.h b/lib/sdk/NDALibraries/BTLE/wsf/common/include/wsf_trace.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/wsf/common/include/wsf_trace.h
rename to lib/sdk/NDALibraries/BTLE/wsf/common/include/wsf_trace.h
diff --git a/sdk/NDALibraries/BTLE/wsf/common/include/wsf_types.h b/lib/sdk/NDALibraries/BTLE/wsf/common/include/wsf_types.h
similarity index 100%
rename from sdk/NDALibraries/BTLE/wsf/common/include/wsf_types.h
rename to lib/sdk/NDALibraries/BTLE/wsf/common/include/wsf_types.h
diff --git a/sdk/NDALibraries/BTLE/wsf/common/sources/util/bda.c b/lib/sdk/NDALibraries/BTLE/wsf/common/sources/util/bda.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/wsf/common/sources/util/bda.c
rename to lib/sdk/NDALibraries/BTLE/wsf/common/sources/util/bda.c
diff --git a/sdk/NDALibraries/BTLE/wsf/common/sources/util/bstream.c b/lib/sdk/NDALibraries/BTLE/wsf/common/sources/util/bstream.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/wsf/common/sources/util/bstream.c
rename to lib/sdk/NDALibraries/BTLE/wsf/common/sources/util/bstream.c
diff --git a/sdk/NDALibraries/BTLE/wsf/common/sources/util/calc128.c b/lib/sdk/NDALibraries/BTLE/wsf/common/sources/util/calc128.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/wsf/common/sources/util/calc128.c
rename to lib/sdk/NDALibraries/BTLE/wsf/common/sources/util/calc128.c
diff --git a/sdk/NDALibraries/BTLE/wsf/common/sources/util/crc32.c b/lib/sdk/NDALibraries/BTLE/wsf/common/sources/util/crc32.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/wsf/common/sources/util/crc32.c
rename to lib/sdk/NDALibraries/BTLE/wsf/common/sources/util/crc32.c
diff --git a/sdk/NDALibraries/BTLE/wsf/common/sources/util/print.c b/lib/sdk/NDALibraries/BTLE/wsf/common/sources/util/print.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/wsf/common/sources/util/print.c
rename to lib/sdk/NDALibraries/BTLE/wsf/common/sources/util/print.c
diff --git a/sdk/NDALibraries/BTLE/wsf/common/sources/util/terminal.c b/lib/sdk/NDALibraries/BTLE/wsf/common/sources/util/terminal.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/wsf/common/sources/util/terminal.c
rename to lib/sdk/NDALibraries/BTLE/wsf/common/sources/util/terminal.c
diff --git a/sdk/NDALibraries/BTLE/wsf/common/sources/util/wstr.c b/lib/sdk/NDALibraries/BTLE/wsf/common/sources/util/wstr.c
similarity index 100%
rename from sdk/NDALibraries/BTLE/wsf/common/sources/util/wstr.c
rename to lib/sdk/NDALibraries/BTLE/wsf/common/sources/util/wstr.c
diff --git a/sdk/changes.txt b/lib/sdk/changes.txt
similarity index 100%
rename from sdk/changes.txt
rename to lib/sdk/changes.txt
diff --git a/lib/sdk/meson.build b/lib/sdk/meson.build
new file mode 100644
index 0000000000000000000000000000000000000000..b78dc88f303266b52edfd30f8c255c0d3aca2d68
--- /dev/null
+++ b/lib/sdk/meson.build
@@ -0,0 +1,6 @@
+subdir('./Libraries/MAX32665PeriphDriver/')
+subdir('./Libraries/CMSIS/Device/Maxim/MAX32665/')
+
+subdir('./Libraries/Boards/card10/')
+
+subdir('./Libraries/FreeRTOS/')
diff --git a/lib/bosch/BHy1_driver_and_MCU_solution/README.md b/lib/vendor/Bosch/BHy1/README.md
similarity index 100%
rename from lib/bosch/BHy1_driver_and_MCU_solution/README.md
rename to lib/vendor/Bosch/BHy1/README.md
diff --git a/lib/bosch/BHy1_driver_and_MCU_solution/doc/BHy MCU driver porting guide_v1.8.pdf b/lib/vendor/Bosch/BHy1/doc/BHy MCU driver porting guide_v1.8.pdf
similarity index 100%
rename from lib/bosch/BHy1_driver_and_MCU_solution/doc/BHy MCU driver porting guide_v1.8.pdf
rename to lib/vendor/Bosch/BHy1/doc/BHy MCU driver porting guide_v1.8.pdf
diff --git a/lib/bosch/BHy1_driver_and_MCU_solution/driver/inc/bhy.h b/lib/vendor/Bosch/BHy1/driver/inc/bhy.h
similarity index 100%
rename from lib/bosch/BHy1_driver_and_MCU_solution/driver/inc/bhy.h
rename to lib/vendor/Bosch/BHy1/driver/inc/bhy.h
diff --git a/lib/bosch/BHy1_driver_and_MCU_solution/driver/inc/bhy_support.h b/lib/vendor/Bosch/BHy1/driver/inc/bhy_support.h
similarity index 100%
rename from lib/bosch/BHy1_driver_and_MCU_solution/driver/inc/bhy_support.h
rename to lib/vendor/Bosch/BHy1/driver/inc/bhy_support.h
diff --git a/lib/bosch/BHy1_driver_and_MCU_solution/driver/inc/bhy_uc_driver.h b/lib/vendor/Bosch/BHy1/driver/inc/bhy_uc_driver.h
similarity index 100%
rename from lib/bosch/BHy1_driver_and_MCU_solution/driver/inc/bhy_uc_driver.h
rename to lib/vendor/Bosch/BHy1/driver/inc/bhy_uc_driver.h
diff --git a/lib/bosch/BHy1_driver_and_MCU_solution/driver/inc/bhy_uc_driver_config.h b/lib/vendor/Bosch/BHy1/driver/inc/bhy_uc_driver_config.h
similarity index 100%
rename from lib/bosch/BHy1_driver_and_MCU_solution/driver/inc/bhy_uc_driver_config.h
rename to lib/vendor/Bosch/BHy1/driver/inc/bhy_uc_driver_config.h
diff --git a/lib/bosch/BHy1_driver_and_MCU_solution/driver/inc/bhy_uc_driver_constants.h b/lib/vendor/Bosch/BHy1/driver/inc/bhy_uc_driver_constants.h
similarity index 100%
rename from lib/bosch/BHy1_driver_and_MCU_solution/driver/inc/bhy_uc_driver_constants.h
rename to lib/vendor/Bosch/BHy1/driver/inc/bhy_uc_driver_constants.h
diff --git a/lib/bosch/BHy1_driver_and_MCU_solution/driver/inc/bhy_uc_driver_types.h b/lib/vendor/Bosch/BHy1/driver/inc/bhy_uc_driver_types.h
similarity index 100%
rename from lib/bosch/BHy1_driver_and_MCU_solution/driver/inc/bhy_uc_driver_types.h
rename to lib/vendor/Bosch/BHy1/driver/inc/bhy_uc_driver_types.h
diff --git a/lib/bosch/BHy1_driver_and_MCU_solution/driver/src/bhy.c b/lib/vendor/Bosch/BHy1/driver/src/bhy.c
similarity index 100%
rename from lib/bosch/BHy1_driver_and_MCU_solution/driver/src/bhy.c
rename to lib/vendor/Bosch/BHy1/driver/src/bhy.c
diff --git a/lib/bosch/BHy1_driver_and_MCU_solution/driver/src/bhy_support.c b/lib/vendor/Bosch/BHy1/driver/src/bhy_support.c
similarity index 100%
rename from lib/bosch/BHy1_driver_and_MCU_solution/driver/src/bhy_support.c
rename to lib/vendor/Bosch/BHy1/driver/src/bhy_support.c
diff --git a/lib/bosch/BHy1_driver_and_MCU_solution/driver/src/bhy_uc_driver.c b/lib/vendor/Bosch/BHy1/driver/src/bhy_uc_driver.c
similarity index 100%
rename from lib/bosch/BHy1_driver_and_MCU_solution/driver/src/bhy_uc_driver.c
rename to lib/vendor/Bosch/BHy1/driver/src/bhy_uc_driver.c
diff --git a/lib/bosch/BHy1_driver_and_MCU_solution/examples/accelerometer_remapping_example.c b/lib/vendor/Bosch/BHy1/examples/accelerometer_remapping_example.c
similarity index 100%
rename from lib/bosch/BHy1_driver_and_MCU_solution/examples/accelerometer_remapping_example.c
rename to lib/vendor/Bosch/BHy1/examples/accelerometer_remapping_example.c
diff --git a/lib/bosch/BHy1_driver_and_MCU_solution/examples/activity_recognition_example.c b/lib/vendor/Bosch/BHy1/examples/activity_recognition_example.c
similarity index 100%
rename from lib/bosch/BHy1_driver_and_MCU_solution/examples/activity_recognition_example.c
rename to lib/vendor/Bosch/BHy1/examples/activity_recognition_example.c
diff --git a/lib/bosch/BHy1_driver_and_MCU_solution/examples/bmp280_example.c b/lib/vendor/Bosch/BHy1/examples/bmp280_example.c
similarity index 100%
rename from lib/bosch/BHy1_driver_and_MCU_solution/examples/bmp280_example.c
rename to lib/vendor/Bosch/BHy1/examples/bmp280_example.c
diff --git a/lib/bosch/BHy1_driver_and_MCU_solution/examples/calib_profile_example.c b/lib/vendor/Bosch/BHy1/examples/calib_profile_example.c
similarity index 100%
rename from lib/bosch/BHy1_driver_and_MCU_solution/examples/calib_profile_example.c
rename to lib/vendor/Bosch/BHy1/examples/calib_profile_example.c
diff --git a/lib/bosch/BHy1_driver_and_MCU_solution/examples/custom_sensor_example.c b/lib/vendor/Bosch/BHy1/examples/custom_sensor_example.c
similarity index 100%
rename from lib/bosch/BHy1_driver_and_MCU_solution/examples/custom_sensor_example.c
rename to lib/vendor/Bosch/BHy1/examples/custom_sensor_example.c
diff --git a/lib/bosch/BHy1_driver_and_MCU_solution/examples/fifo_watermark_example.c b/lib/vendor/Bosch/BHy1/examples/fifo_watermark_example.c
similarity index 100%
rename from lib/bosch/BHy1_driver_and_MCU_solution/examples/fifo_watermark_example.c
rename to lib/vendor/Bosch/BHy1/examples/fifo_watermark_example.c
diff --git a/lib/bosch/BHy1_driver_and_MCU_solution/examples/firmware/Bosch_PCB_7183_di01_BMI160-7183_di01.2.1.10836_170103.h b/lib/vendor/Bosch/BHy1/examples/firmware/Bosch_PCB_7183_di01_BMI160-7183_di01.2.1.10836_170103.h
similarity index 100%
rename from lib/bosch/BHy1_driver_and_MCU_solution/examples/firmware/Bosch_PCB_7183_di01_BMI160-7183_di01.2.1.10836_170103.h
rename to lib/vendor/Bosch/BHy1/examples/firmware/Bosch_PCB_7183_di01_BMI160-7183_di01.2.1.10836_170103.h
diff --git a/lib/bosch/BHy1_driver_and_MCU_solution/examples/firmware/Bosch_PCB_7183_di01_BMI160_BMP280-7183_di01.2.1.10836.h b/lib/vendor/Bosch/BHy1/examples/firmware/Bosch_PCB_7183_di01_BMI160_BMP280-7183_di01.2.1.10836.h
similarity index 100%
rename from lib/bosch/BHy1_driver_and_MCU_solution/examples/firmware/Bosch_PCB_7183_di01_BMI160_BMP280-7183_di01.2.1.10836.h
rename to lib/vendor/Bosch/BHy1/examples/firmware/Bosch_PCB_7183_di01_BMI160_BMP280-7183_di01.2.1.10836.h
diff --git a/lib/bosch/BHy1_driver_and_MCU_solution/examples/firmware/Bosch_PCB_7183_di03_BMA2x2_Cus-7183_di03.2.1.11703.h b/lib/vendor/Bosch/BHy1/examples/firmware/Bosch_PCB_7183_di03_BMA2x2_Cus-7183_di03.2.1.11703.h
similarity index 100%
rename from lib/bosch/BHy1_driver_and_MCU_solution/examples/firmware/Bosch_PCB_7183_di03_BMA2x2_Cus-7183_di03.2.1.11703.h
rename to lib/vendor/Bosch/BHy1/examples/firmware/Bosch_PCB_7183_di03_BMA2x2_Cus-7183_di03.2.1.11703.h
diff --git a/lib/bosch/BHy1_driver_and_MCU_solution/examples/firmware/Bosch_PCB_7183_di03_BMI160-7183_di03.2.1.11696_170103.h b/lib/vendor/Bosch/BHy1/examples/firmware/Bosch_PCB_7183_di03_BMI160-7183_di03.2.1.11696_170103.h
similarity index 100%
rename from lib/bosch/BHy1_driver_and_MCU_solution/examples/firmware/Bosch_PCB_7183_di03_BMI160-7183_di03.2.1.11696_170103.h
rename to lib/vendor/Bosch/BHy1/examples/firmware/Bosch_PCB_7183_di03_BMI160-7183_di03.2.1.11696_170103.h
diff --git a/lib/bosch/BHy1_driver_and_MCU_solution/examples/firmware/Bosch_PCB_7183_di03_BMI160_BMM150-7183_di03.2.1.11696_170103.h b/lib/vendor/Bosch/BHy1/examples/firmware/Bosch_PCB_7183_di03_BMI160_BMM150-7183_di03.2.1.11696_170103.h
similarity index 100%
rename from lib/bosch/BHy1_driver_and_MCU_solution/examples/firmware/Bosch_PCB_7183_di03_BMI160_BMM150-7183_di03.2.1.11696_170103.h
rename to lib/vendor/Bosch/BHy1/examples/firmware/Bosch_PCB_7183_di03_BMI160_BMM150-7183_di03.2.1.11696_170103.h
diff --git a/lib/bosch/BHy1_driver_and_MCU_solution/examples/gesture_recognition_example.c b/lib/vendor/Bosch/BHy1/examples/gesture_recognition_example.c
similarity index 100%
rename from lib/bosch/BHy1_driver_and_MCU_solution/examples/gesture_recognition_example.c
rename to lib/vendor/Bosch/BHy1/examples/gesture_recognition_example.c
diff --git a/lib/bosch/BHy1_driver_and_MCU_solution/examples/rotation_vector_example.c b/lib/vendor/Bosch/BHy1/examples/rotation_vector_example.c
similarity index 100%
rename from lib/bosch/BHy1_driver_and_MCU_solution/examples/rotation_vector_example.c
rename to lib/vendor/Bosch/BHy1/examples/rotation_vector_example.c
diff --git a/lib/bosch/BHy1_driver_and_MCU_solution/examples/selftest_example.c b/lib/vendor/Bosch/BHy1/examples/selftest_example.c
similarity index 100%
rename from lib/bosch/BHy1_driver_and_MCU_solution/examples/selftest_example.c
rename to lib/vendor/Bosch/BHy1/examples/selftest_example.c
diff --git a/lib/vendor/Bosch/BHy1/meson.build b/lib/vendor/Bosch/BHy1/meson.build
new file mode 100644
index 0000000000000000000000000000000000000000..a63540cc5fbab4036c86f0ffa75aebe405adb05b
--- /dev/null
+++ b/lib/vendor/Bosch/BHy1/meson.build
@@ -0,0 +1,24 @@
+includes = include_directories(
+  './driver/inc/',
+  './examples/firmware/',
+  # For bosch.h
+  '../../../card10/',
+)
+
+sources = files(
+  './driver/src/bhy.c',
+  './driver/src/bhy_support.c',
+  './driver/src/bhy_uc_driver.c',
+)
+
+lib = static_library(
+  'bhy1',
+  sources,
+  include_directories: includes,
+  dependencies: periphdriver,
+)
+
+bhy1 = declare_dependency(
+  include_directories: includes,
+  link_with: lib,
+)
diff --git a/lib/bosch/BMA400-API/README.md b/lib/vendor/Bosch/BMA400/README.md
similarity index 100%
rename from lib/bosch/BMA400-API/README.md
rename to lib/vendor/Bosch/BMA400/README.md
diff --git a/lib/bosch/BMA400-API/bma400.c b/lib/vendor/Bosch/BMA400/bma400.c
similarity index 100%
rename from lib/bosch/BMA400-API/bma400.c
rename to lib/vendor/Bosch/BMA400/bma400.c
diff --git a/lib/bosch/BMA400-API/bma400.h b/lib/vendor/Bosch/BMA400/bma400.h
similarity index 100%
rename from lib/bosch/BMA400-API/bma400.h
rename to lib/vendor/Bosch/BMA400/bma400.h
diff --git a/lib/bosch/BMA400-API/bma400_defs.h b/lib/vendor/Bosch/BMA400/bma400_defs.h
similarity index 100%
rename from lib/bosch/BMA400-API/bma400_defs.h
rename to lib/vendor/Bosch/BMA400/bma400_defs.h
diff --git a/lib/bosch/BMA400-API/examples/accelerometer.c b/lib/vendor/Bosch/BMA400/examples/accelerometer.c
similarity index 100%
rename from lib/bosch/BMA400-API/examples/accelerometer.c
rename to lib/vendor/Bosch/BMA400/examples/accelerometer.c
diff --git a/lib/bosch/BMA400-API/examples/basic.c b/lib/vendor/Bosch/BMA400/examples/basic.c
similarity index 100%
rename from lib/bosch/BMA400-API/examples/basic.c
rename to lib/vendor/Bosch/BMA400/examples/basic.c
diff --git a/lib/bosch/BMA400-API/examples/fifo.c b/lib/vendor/Bosch/BMA400/examples/fifo.c
similarity index 100%
rename from lib/bosch/BMA400-API/examples/fifo.c
rename to lib/vendor/Bosch/BMA400/examples/fifo.c
diff --git a/lib/bosch/BMA400-API/examples/self_test.c b/lib/vendor/Bosch/BMA400/examples/self_test.c
similarity index 100%
rename from lib/bosch/BMA400-API/examples/self_test.c
rename to lib/vendor/Bosch/BMA400/examples/self_test.c
diff --git a/lib/bosch/BMA400-API/examples/step_counter.c b/lib/vendor/Bosch/BMA400/examples/step_counter.c
similarity index 100%
rename from lib/bosch/BMA400-API/examples/step_counter.c
rename to lib/vendor/Bosch/BMA400/examples/step_counter.c
diff --git a/lib/bosch/BMA400-API/examples/tap_detection.c b/lib/vendor/Bosch/BMA400/examples/tap_detection.c
similarity index 100%
rename from lib/bosch/BMA400-API/examples/tap_detection.c
rename to lib/vendor/Bosch/BMA400/examples/tap_detection.c
diff --git a/lib/vendor/Bosch/BMA400/meson.build b/lib/vendor/Bosch/BMA400/meson.build
new file mode 100644
index 0000000000000000000000000000000000000000..e8c4baf10d601220287f9e3c1a0d5aa59e8e5e12
--- /dev/null
+++ b/lib/vendor/Bosch/BMA400/meson.build
@@ -0,0 +1,18 @@
+includes = include_directories(
+  './',
+)
+
+sources = files(
+  './bma400.c',
+)
+
+lib = static_library(
+  'bma400',
+  sources,
+  include_directories: includes,
+)
+
+bma400 = declare_dependency(
+  include_directories: includes,
+  link_with: lib,
+)
diff --git a/lib/bosch/BME680_driver/LICENSE b/lib/vendor/Bosch/BME680/LICENSE
similarity index 100%
rename from lib/bosch/BME680_driver/LICENSE
rename to lib/vendor/Bosch/BME680/LICENSE
diff --git a/lib/bosch/BME680_driver/README.md b/lib/vendor/Bosch/BME680/README.md
similarity index 100%
rename from lib/bosch/BME680_driver/README.md
rename to lib/vendor/Bosch/BME680/README.md
diff --git a/lib/bosch/BME680_driver/Self test/bme680_selftest.c b/lib/vendor/Bosch/BME680/Self test/bme680_selftest.c
similarity index 100%
rename from lib/bosch/BME680_driver/Self test/bme680_selftest.c
rename to lib/vendor/Bosch/BME680/Self test/bme680_selftest.c
diff --git a/lib/bosch/BME680_driver/Self test/bme680_selftest.h b/lib/vendor/Bosch/BME680/Self test/bme680_selftest.h
similarity index 100%
rename from lib/bosch/BME680_driver/Self test/bme680_selftest.h
rename to lib/vendor/Bosch/BME680/Self test/bme680_selftest.h
diff --git a/lib/bosch/BME680_driver/bme680.c b/lib/vendor/Bosch/BME680/bme680.c
similarity index 100%
rename from lib/bosch/BME680_driver/bme680.c
rename to lib/vendor/Bosch/BME680/bme680.c
diff --git a/lib/bosch/BME680_driver/bme680.h b/lib/vendor/Bosch/BME680/bme680.h
similarity index 100%
rename from lib/bosch/BME680_driver/bme680.h
rename to lib/vendor/Bosch/BME680/bme680.h
diff --git a/lib/bosch/BME680_driver/bme680_defs.h b/lib/vendor/Bosch/BME680/bme680_defs.h
similarity index 100%
rename from lib/bosch/BME680_driver/bme680_defs.h
rename to lib/vendor/Bosch/BME680/bme680_defs.h
diff --git a/lib/vendor/Bosch/BME680/meson.build b/lib/vendor/Bosch/BME680/meson.build
new file mode 100644
index 0000000000000000000000000000000000000000..d8e87fb1e079fd1771ceb937f24c62a48f57282f
--- /dev/null
+++ b/lib/vendor/Bosch/BME680/meson.build
@@ -0,0 +1,18 @@
+includes = include_directories(
+  './',
+)
+
+sources = files(
+  './bme680.c',
+)
+
+lib = static_library(
+  'bme680',
+  sources,
+  include_directories: includes,
+)
+
+bme680 = declare_dependency(
+  include_directories: includes,
+  link_with: lib,
+)
diff --git a/lib/maxim/MAX77650-Arduino-Library/LICENSE b/lib/vendor/Maxim/MAX77650/LICENSE
similarity index 100%
rename from lib/maxim/MAX77650-Arduino-Library/LICENSE
rename to lib/vendor/Maxim/MAX77650/LICENSE
diff --git a/lib/maxim/MAX77650-Arduino-Library/MAX77650-Arduino-Library.c b/lib/vendor/Maxim/MAX77650/MAX77650-Arduino-Library.c
similarity index 100%
rename from lib/maxim/MAX77650-Arduino-Library/MAX77650-Arduino-Library.c
rename to lib/vendor/Maxim/MAX77650/MAX77650-Arduino-Library.c
diff --git a/lib/maxim/MAX77650-Arduino-Library/MAX77650-Arduino-Library.h b/lib/vendor/Maxim/MAX77650/MAX77650-Arduino-Library.h
similarity index 100%
rename from lib/maxim/MAX77650-Arduino-Library/MAX77650-Arduino-Library.h
rename to lib/vendor/Maxim/MAX77650/MAX77650-Arduino-Library.h
diff --git a/lib/maxim/MAX77650-Arduino-Library/README.md b/lib/vendor/Maxim/MAX77650/README.md
similarity index 100%
rename from lib/maxim/MAX77650-Arduino-Library/README.md
rename to lib/vendor/Maxim/MAX77650/README.md
diff --git a/lib/maxim/MAX77650-Arduino-Library/examples/MAX77650_Interrupt-Handler_Charge-LED/MAX77650_Interrupt-Handler_Charge-LED/MAX77650_Interrupt-Handler_Charge-LED.ino b/lib/vendor/Maxim/MAX77650/examples/MAX77650_Interrupt-Handler_Charge-LED/MAX77650_Interrupt-Handler_Charge-LED/MAX77650_Interrupt-Handler_Charge-LED.ino
similarity index 100%
rename from lib/maxim/MAX77650-Arduino-Library/examples/MAX77650_Interrupt-Handler_Charge-LED/MAX77650_Interrupt-Handler_Charge-LED/MAX77650_Interrupt-Handler_Charge-LED.ino
rename to lib/vendor/Maxim/MAX77650/examples/MAX77650_Interrupt-Handler_Charge-LED/MAX77650_Interrupt-Handler_Charge-LED/MAX77650_Interrupt-Handler_Charge-LED.ino
diff --git a/lib/maxim/MAX77650-Arduino-Library/examples/MAX77650_PMIC_LED_example/MAX77650_PMIC_LED_example.ino b/lib/vendor/Maxim/MAX77650/examples/MAX77650_PMIC_LED_example/MAX77650_PMIC_LED_example.ino
similarity index 100%
rename from lib/maxim/MAX77650-Arduino-Library/examples/MAX77650_PMIC_LED_example/MAX77650_PMIC_LED_example.ino
rename to lib/vendor/Maxim/MAX77650/examples/MAX77650_PMIC_LED_example/MAX77650_PMIC_LED_example.ino
diff --git a/lib/maxim/MAX77650-Arduino-Library/examples/MAX77650_PowerHold_example/MAX77650_PowerHold_example.ino b/lib/vendor/Maxim/MAX77650/examples/MAX77650_PowerHold_example/MAX77650_PowerHold_example.ino
similarity index 100%
rename from lib/maxim/MAX77650-Arduino-Library/examples/MAX77650_PowerHold_example/MAX77650_PowerHold_example.ino
rename to lib/vendor/Maxim/MAX77650/examples/MAX77650_PowerHold_example/MAX77650_PowerHold_example.ino
diff --git a/lib/maxim/MAX77650-Arduino-Library/examples/MAX77650_SIMO_Buck_Boost_example/MAX77650_SIMO_Buck_Boost_example.ino b/lib/vendor/Maxim/MAX77650/examples/MAX77650_SIMO_Buck_Boost_example/MAX77650_SIMO_Buck_Boost_example.ino
similarity index 100%
rename from lib/maxim/MAX77650-Arduino-Library/examples/MAX77650_SIMO_Buck_Boost_example/MAX77650_SIMO_Buck_Boost_example.ino
rename to lib/vendor/Maxim/MAX77650/examples/MAX77650_SIMO_Buck_Boost_example/MAX77650_SIMO_Buck_Boost_example.ino
diff --git a/lib/maxim/MAX77650-Arduino-Library/examples/MAX77650_analog_multiplexer_example/MAX77650_analog_multiplexer_example.ino b/lib/vendor/Maxim/MAX77650/examples/MAX77650_analog_multiplexer_example/MAX77650_analog_multiplexer_example.ino
similarity index 100%
rename from lib/maxim/MAX77650-Arduino-Library/examples/MAX77650_analog_multiplexer_example/MAX77650_analog_multiplexer_example.ino
rename to lib/vendor/Maxim/MAX77650/examples/MAX77650_analog_multiplexer_example/MAX77650_analog_multiplexer_example.ino
diff --git a/lib/maxim/MAX77650-Arduino-Library/examples/MAX77650_complete_init_example/MAX77650_complete_init_example.ino b/lib/vendor/Maxim/MAX77650/examples/MAX77650_complete_init_example/MAX77650_complete_init_example.ino
similarity index 100%
rename from lib/maxim/MAX77650-Arduino-Library/examples/MAX77650_complete_init_example/MAX77650_complete_init_example.ino
rename to lib/vendor/Maxim/MAX77650/examples/MAX77650_complete_init_example/MAX77650_complete_init_example.ino
diff --git a/lib/maxim/MAX77650-Arduino-Library/keywords.txt b/lib/vendor/Maxim/MAX77650/keywords.txt
similarity index 100%
rename from lib/maxim/MAX77650-Arduino-Library/keywords.txt
rename to lib/vendor/Maxim/MAX77650/keywords.txt
diff --git a/lib/maxim/MAX77650-Arduino-Library/library.properties b/lib/vendor/Maxim/MAX77650/library.properties
similarity index 100%
rename from lib/maxim/MAX77650-Arduino-Library/library.properties
rename to lib/vendor/Maxim/MAX77650/library.properties
diff --git a/lib/vendor/Maxim/MAX77650/meson.build b/lib/vendor/Maxim/MAX77650/meson.build
new file mode 100644
index 0000000000000000000000000000000000000000..32e60776d2216d80fd777beeb3c10f055690dfa7
--- /dev/null
+++ b/lib/vendor/Maxim/MAX77650/meson.build
@@ -0,0 +1,14 @@
+includes = include_directories(
+  './',
+)
+
+lib = static_library(
+  'max77650',
+  'MAX77650-Arduino-Library.c',
+  dependencies: periphdriver,
+)
+
+max77650 = declare_dependency(
+  include_directories: includes,
+  link_with: lib,
+)
diff --git a/meson.build b/meson.build
new file mode 100644
index 0000000000000000000000000000000000000000..e01f491ce24c50d83d478eacf28cde0f3dc18daa
--- /dev/null
+++ b/meson.build
@@ -0,0 +1,31 @@
+project(
+  'card10-firmware',
+  'c',
+  default_options: [
+    'buildtype=minsize',
+    'c_lto=true',
+    'c_std=c99',
+    'b_staticpic=false',
+    'b_asneeded=false',
+  ],
+)
+
+assert(
+  meson.is_cross_build(),
+  'card10-firmware can only be cross-compiled for card10.\n' +
+  'Please use `--cross-file card10-cross.ini`.',
+)
+
+add_global_arguments(
+  meson.get_cross_property('target_defs'),
+  language: 'c',
+)
+
+add_global_link_arguments(
+  '-Wl,--gc-sections',
+  '-lm',
+  language: 'c',
+)
+
+subdir('lib/')
+subdir('hw-tests/')
diff --git a/sdk/Applications/EvKitExamples/FreeRTOSDemo/.cproject b/sdk/Applications/EvKitExamples/FreeRTOSDemo/.cproject
deleted file mode 100644
index b8312be2fc33854528253ad89f2e3137d25fa173..0000000000000000000000000000000000000000
--- a/sdk/Applications/EvKitExamples/FreeRTOSDemo/.cproject
+++ /dev/null
@@ -1,111 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?fileVersion 4.0.0?><cproject storage_type_id="org.eclipse.cdt.core.XmlProjectDescriptionStorage">
-	<storageModule moduleId="org.eclipse.cdt.core.settings">
-		<cconfiguration id="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.1674944962">
-			<storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.1674944962" moduleId="org.eclipse.cdt.core.settings" name="Debug">
-				<externalSettings/>
-				<extensions>
-					<extension id="org.eclipse.cdt.core.ELF" point="org.eclipse.cdt.core.BinaryParser"/>
-					<extension id="org.eclipse.cdt.core.GASErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
-					<extension id="org.eclipse.cdt.core.GmakeErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
-					<extension id="org.eclipse.cdt.core.GLDErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
-					<extension id="org.eclipse.cdt.core.CWDLocator" point="org.eclipse.cdt.core.ErrorParser"/>
-					<extension id="org.eclipse.cdt.core.GCCErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
-				</extensions>
-			</storageModule>
-			<storageModule moduleId="cdtBuildSystem" version="4.0.0">
-				<configuration artifactName="${ProjName}" buildArtefactType="org.eclipse.cdt.build.core.buildArtefactType.exe" buildProperties="org.eclipse.cdt.build.core.buildArtefactType=org.eclipse.cdt.build.core.buildArtefactType.exe,org.eclipse.cdt.build.core.buildType=org.eclipse.cdt.build.core.buildType.debug" cleanCommand="${cross_rm} -rf" description="" id="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.1674944962" name="Debug" parent="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug">
-					<folderInfo id="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.1674944962." name="/" resourcePath="">
-						<toolChain id="ilg.gnuarmeclipse.managedbuild.cross.toolchain.elf.debug.548125692" name="Cross ARM GCC" superClass="ilg.gnuarmeclipse.managedbuild.cross.toolchain.elf.debug">
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.level.1448195934" name="Optimization Level" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.level" value="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.level.none" valueType="enumerated"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.messagelength.989348626" name="Message length (-fmessage-length=0)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.messagelength" value="true" valueType="boolean"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.signedchar.573934961" name="'char' is signed (-fsigned-char)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.signedchar" value="true" valueType="boolean"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.functionsections.1195068176" name="Function sections (-ffunction-sections)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.functionsections" value="true" valueType="boolean"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.datasections.1035348629" name="Data sections (-fdata-sections)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.datasections" value="true" valueType="boolean"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.debugging.level.31679983" name="Debug level" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.debugging.level" value="ilg.gnuarmeclipse.managedbuild.cross.option.debugging.level.max" valueType="enumerated"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.debugging.format.1676901946" name="Debug format" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.debugging.format"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.toolchain.name.1729767352" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.toolchain.name" value="GNU Tools for ARM Embedded Processors" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.architecture.1708484008" name="Architecture" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.architecture" value="ilg.gnuarmeclipse.managedbuild.cross.option.architecture.arm" valueType="enumerated"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.family.178519983" name="ARM family" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.family" value="ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.mcpu.cortex-m3" valueType="enumerated"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.instructionset.956545422" name="Instruction set" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.instructionset" value="ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.instructionset.thumb" valueType="enumerated"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.prefix.1580514969" name="Prefix" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.prefix" value="arm-none-eabi-" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.c.1246670973" name="C compiler" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.c" value="gcc" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.cpp.1674926322" name="C++ compiler" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.cpp" value="g++" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.ar.2051566192" name="Archiver" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.ar" value="ar" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.objcopy.408066731" name="Hex/Bin converter" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.objcopy" value="objcopy" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.objdump.1900584936" name="Listing generator" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.objdump" value="objdump" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.size.1096852527" name="Size command" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.size" value="size" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.make.937347953" name="Build command" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.make" value="make" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.rm.1468247042" name="Remove command" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.rm" value="rm" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.addtools.createflash.1529750846" name="Create flash image" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.addtools.createflash" value="true" valueType="boolean"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.addtools.printsize.667765305" name="Print size" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.addtools.printsize" value="true" valueType="boolean"/>
-							<targetPlatform archList="all" binaryParser="org.eclipse.cdt.core.ELF" id="ilg.gnuarmeclipse.managedbuild.cross.targetPlatform.786533016" isAbstract="false" osList="all" superClass="ilg.gnuarmeclipse.managedbuild.cross.targetPlatform"/>
-							<builder arguments="ECLIPSE=1" buildPath="${workspace_loc:/FreeRTOSDemo}" command="make" id="ilg.gnuarmeclipse.managedbuild.cross.builder.592880777" keepEnvironmentInBuildfile="false" managedBuildOn="false" name="Gnu Make Builder" superClass="ilg.gnuarmeclipse.managedbuild.cross.builder"/>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.assembler.1648672385" name="Cross ARM GNU Assembler" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.assembler">
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.assembler.usepreprocessor.1969112665" name="Use preprocessor" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.assembler.usepreprocessor" value="true" valueType="boolean"/>
-								<inputType id="ilg.gnuarmeclipse.managedbuild.cross.tool.assembler.input.507854261" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.assembler.input"/>
-							</tool>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.c.compiler.1576427906" name="Cross ARM C Compiler" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.c.compiler">
-									<option id="ilg.gnuarmeclipse.managedbuild.cross.option.c.compiler.include.paths.1576427906" name="Include paths (-I)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.c.compiler.include.paths" useByScannerDiscovery="true" valueType="includePath">
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Firmware/MAX32665/Libraries/CMSIS/Device/Maxim/MAX32665/Include&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Firmware/MAX32665/Libraries/MAX32665PeriphDriver/Include&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Firmware/MAX32665/Libraries/Boards/EvKit_V1/Include&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Firmware/MAX32665/Libraries/Boards/Include&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Firmware/MAX32665/Libraries/CMSIS/Include&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Toolchain/arm-none-eabi/include&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Toolchain/arm-none-eabi/include/sys&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Toolchain/lib/gcc/arm-none-eabi/6.3.1/include&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Firmware/MAX32665/Libraries/FreeRTOS/Source/include&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Firmware/MAX32665/Libraries/FreeRTOS/Source/portable/GCC/ARM_CM4F&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Firmware/MAX32665/Libraries/FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;.././&quot;"/>
-									</option>
-								<inputType id="ilg.gnuarmeclipse.managedbuild.cross.tool.c.compiler.input.68945223" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.c.compiler.input"/>
-							</tool>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.cpp.compiler.794996645" name="Cross ARM C++ Compiler" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.cpp.compiler"/>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.c.linker.675776866" name="Cross ARM C Linker" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.c.linker">
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.c.linker.gcsections.185399645" name="Remove unused sections (-Xlinker --gc-sections)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.c.linker.gcsections" value="true" valueType="boolean"/>
-								<inputType id="ilg.gnuarmeclipse.managedbuild.cross.tool.c.linker.input.246156916" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.c.linker.input">
-									<additionalInput kind="additionalinputdependency" paths="$(USER_OBJS)"/>
-									<additionalInput kind="additionalinput" paths="$(LIBS)"/>
-								</inputType>
-							</tool>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.cpp.linker.391142733" name="Cross ARM C++ Linker" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.cpp.linker">
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.cpp.linker.gcsections.2099090970" name="Remove unused sections (-Xlinker --gc-sections)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.cpp.linker.gcsections" value="true" valueType="boolean"/>
-							</tool>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.archiver.399743328" name="Cross ARM GNU Archiver" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.archiver"/>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.createflash.822983655" name="Cross ARM GNU Create Flash Image" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.createflash"/>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.createlisting.1050446219" name="Cross ARM GNU Create Listing" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.createlisting">
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.source.335976671" name="Display source (--source|-S)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.source" value="true" valueType="boolean"/>
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.allheaders.964898349" name="Display all headers (--all-headers|-x)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.allheaders" value="true" valueType="boolean"/>
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.demangle.972868647" name="Demangle names (--demangle|-C)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.demangle" value="true" valueType="boolean"/>
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.linenumbers.890608562" name="Display line numbers (--line-numbers|-l)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.linenumbers" value="true" valueType="boolean"/>
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.wide.1669392057" name="Wide lines (--wide|-w)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.wide" value="true" valueType="boolean"/>
-							</tool>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.printsize.403251962" name="Cross ARM GNU Print Size" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.printsize">
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.printsize.format.1919947275" name="Size format" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.printsize.format"/>
-							</tool>
-						</toolChain>
-					</folderInfo>
-				</configuration>
-			</storageModule>
-			<storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>
-		</cconfiguration>
-	</storageModule>
-	<storageModule moduleId="cdtBuildSystem" version="4.0.0">
-		<project id="FreeRTOSDemo.ilg.gnuarmeclipse.managedbuild.cross.target.elf.737306620" name="Executable" projectType="ilg.gnuarmeclipse.managedbuild.cross.target.elf"/>
-	</storageModule>
-	<storageModule moduleId="scannerConfiguration">
-		<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
-		<scannerConfigBuildInfo instanceId="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.1674944962;ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.1674944962.;ilg.gnuarmeclipse.managedbuild.cross.tool.c.compiler.1576427906;ilg.gnuarmeclipse.managedbuild.cross.tool.c.compiler.input.68945223">
-			<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
-		</scannerConfigBuildInfo>
-	</storageModule>
-	<storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
-	<storageModule moduleId="refreshScope" versionNumber="2">
-		<configuration configurationName="Debug">
-			<resource resourceType="PROJECT" workspacePath="/FreeRTOSDemo"/>
-		</configuration>
-	</storageModule>
-	<storageModule moduleId="org.eclipse.cdt.internal.ui.text.commentOwnerProjectMappings"/>
-</cproject>
diff --git a/sdk/Applications/EvKitExamples/FreeRTOSDemo/.project b/sdk/Applications/EvKitExamples/FreeRTOSDemo/.project
deleted file mode 100644
index c2534f428006bd61ca588800d1201ca4404267e1..0000000000000000000000000000000000000000
--- a/sdk/Applications/EvKitExamples/FreeRTOSDemo/.project
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>FreeRTOSDemo</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
-			<triggers>clean,full,incremental,</triggers>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
-			<triggers>full,incremental,</triggers>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.cdt.core.cnature</nature>
-		<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
-		<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
-	</natures>
-</projectDescription>
diff --git a/sdk/Applications/EvKitExamples/Hello_World/.cproject b/sdk/Applications/EvKitExamples/Hello_World/.cproject
deleted file mode 100644
index 6adc994794249c091c81b66fb9d4b85f52ae9f0d..0000000000000000000000000000000000000000
--- a/sdk/Applications/EvKitExamples/Hello_World/.cproject
+++ /dev/null
@@ -1,107 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?fileVersion 4.0.0?><cproject storage_type_id="org.eclipse.cdt.core.XmlProjectDescriptionStorage">
-	<storageModule moduleId="org.eclipse.cdt.core.settings">
-		<cconfiguration id="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.1674944962">
-			<storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.1674944962" moduleId="org.eclipse.cdt.core.settings" name="Debug">
-				<externalSettings/>
-				<extensions>
-					<extension id="org.eclipse.cdt.core.ELF" point="org.eclipse.cdt.core.BinaryParser"/>
-					<extension id="org.eclipse.cdt.core.GASErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
-					<extension id="org.eclipse.cdt.core.GmakeErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
-					<extension id="org.eclipse.cdt.core.GLDErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
-					<extension id="org.eclipse.cdt.core.CWDLocator" point="org.eclipse.cdt.core.ErrorParser"/>
-					<extension id="org.eclipse.cdt.core.GCCErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
-				</extensions>
-			</storageModule>
-			<storageModule moduleId="cdtBuildSystem" version="4.0.0">
-				<configuration artifactName="${ProjName}" buildArtefactType="org.eclipse.cdt.build.core.buildArtefactType.exe" buildProperties="org.eclipse.cdt.build.core.buildArtefactType=org.eclipse.cdt.build.core.buildArtefactType.exe,org.eclipse.cdt.build.core.buildType=org.eclipse.cdt.build.core.buildType.debug" cleanCommand="${cross_rm} -rf" description="" id="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.1674944962" name="Debug" parent="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug">
-					<folderInfo id="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.1674944962." name="/" resourcePath="">
-						<toolChain id="ilg.gnuarmeclipse.managedbuild.cross.toolchain.elf.debug.548125692" name="Cross ARM GCC" superClass="ilg.gnuarmeclipse.managedbuild.cross.toolchain.elf.debug">
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.level.1448195934" name="Optimization Level" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.level" value="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.level.none" valueType="enumerated"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.messagelength.989348626" name="Message length (-fmessage-length=0)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.messagelength" value="true" valueType="boolean"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.signedchar.573934961" name="'char' is signed (-fsigned-char)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.signedchar" value="true" valueType="boolean"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.functionsections.1195068176" name="Function sections (-ffunction-sections)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.functionsections" value="true" valueType="boolean"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.datasections.1035348629" name="Data sections (-fdata-sections)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.optimization.datasections" value="true" valueType="boolean"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.debugging.level.31679983" name="Debug level" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.debugging.level" value="ilg.gnuarmeclipse.managedbuild.cross.option.debugging.level.max" valueType="enumerated"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.debugging.format.1676901946" name="Debug format" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.debugging.format"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.toolchain.name.1729767352" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.toolchain.name" value="GNU Tools for ARM Embedded Processors" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.architecture.1708484008" name="Architecture" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.architecture" value="ilg.gnuarmeclipse.managedbuild.cross.option.architecture.arm" valueType="enumerated"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.family.178519983" name="ARM family" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.family" value="ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.mcpu.cortex-m3" valueType="enumerated"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.instructionset.956545422" name="Instruction set" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.instructionset" value="ilg.gnuarmeclipse.managedbuild.cross.option.arm.target.instructionset.thumb" valueType="enumerated"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.prefix.1580514969" name="Prefix" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.prefix" value="arm-none-eabi-" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.c.1246670973" name="C compiler" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.c" value="gcc" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.cpp.1674926322" name="C++ compiler" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.cpp" value="g++" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.ar.2051566192" name="Archiver" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.ar" value="ar" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.objcopy.408066731" name="Hex/Bin converter" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.objcopy" value="objcopy" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.objdump.1900584936" name="Listing generator" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.objdump" value="objdump" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.size.1096852527" name="Size command" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.size" value="size" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.make.937347953" name="Build command" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.make" value="make" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.command.rm.1468247042" name="Remove command" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.command.rm" value="rm" valueType="string"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.addtools.createflash.1529750846" name="Create flash image" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.addtools.createflash" value="true" valueType="boolean"/>
-							<option id="ilg.gnuarmeclipse.managedbuild.cross.option.addtools.printsize.667765305" name="Print size" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.addtools.printsize" value="true" valueType="boolean"/>
-							<targetPlatform archList="all" binaryParser="org.eclipse.cdt.core.ELF" id="ilg.gnuarmeclipse.managedbuild.cross.targetPlatform.786533016" isAbstract="false" osList="all" superClass="ilg.gnuarmeclipse.managedbuild.cross.targetPlatform"/>
-							<builder arguments="ECLIPSE=1" buildPath="${workspace_loc:/Hello_World}" command="make" id="ilg.gnuarmeclipse.managedbuild.cross.builder.592880777" keepEnvironmentInBuildfile="false" managedBuildOn="false" name="Gnu Make Builder" superClass="ilg.gnuarmeclipse.managedbuild.cross.builder"/>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.assembler.1648672385" name="Cross ARM GNU Assembler" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.assembler">
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.assembler.usepreprocessor.1969112665" name="Use preprocessor" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.assembler.usepreprocessor" value="true" valueType="boolean"/>
-								<inputType id="ilg.gnuarmeclipse.managedbuild.cross.tool.assembler.input.507854261" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.assembler.input"/>
-							</tool>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.c.compiler.1576427906" name="Cross ARM C Compiler" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.c.compiler">
-									<option id="ilg.gnuarmeclipse.managedbuild.cross.option.c.compiler.include.paths.1576427906" name="Include paths (-I)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.c.compiler.include.paths" useByScannerDiscovery="true" valueType="includePath">
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Firmware/MAX32665/Libraries/CMSIS/Device/Maxim/MAX32665/Include&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Firmware/MAX32665/Libraries/MAX32665PeriphDriver/Include&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Firmware/MAX32665/Libraries/Boards/EvKit_V1/Include&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Firmware/MAX32665/Libraries/Boards/Include&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Firmware/MAX32665/Libraries/CMSIS/Include&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Toolchain/arm-none-eabi/include&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Toolchain/arm-none-eabi/include/sys&quot;"/>
-										<listOptionValue builtIn="false" value="&quot;${MAXIM_PATH}/Toolchain/lib/gcc/arm-none-eabi/6.3.1/include&quot;"/>
-									</option>
-								<inputType id="ilg.gnuarmeclipse.managedbuild.cross.tool.c.compiler.input.68945223" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.c.compiler.input"/>
-							</tool>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.cpp.compiler.794996645" name="Cross ARM C++ Compiler" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.cpp.compiler"/>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.c.linker.675776866" name="Cross ARM C Linker" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.c.linker">
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.c.linker.gcsections.185399645" name="Remove unused sections (-Xlinker --gc-sections)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.c.linker.gcsections" value="true" valueType="boolean"/>
-								<inputType id="ilg.gnuarmeclipse.managedbuild.cross.tool.c.linker.input.246156916" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.c.linker.input">
-									<additionalInput kind="additionalinputdependency" paths="$(USER_OBJS)"/>
-									<additionalInput kind="additionalinput" paths="$(LIBS)"/>
-								</inputType>
-							</tool>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.cpp.linker.391142733" name="Cross ARM C++ Linker" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.cpp.linker">
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.cpp.linker.gcsections.2099090970" name="Remove unused sections (-Xlinker --gc-sections)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.cpp.linker.gcsections" value="true" valueType="boolean"/>
-							</tool>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.archiver.399743328" name="Cross ARM GNU Archiver" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.archiver"/>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.createflash.822983655" name="Cross ARM GNU Create Flash Image" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.createflash"/>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.createlisting.1050446219" name="Cross ARM GNU Create Listing" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.createlisting">
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.source.335976671" name="Display source (--source|-S)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.source" value="true" valueType="boolean"/>
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.allheaders.964898349" name="Display all headers (--all-headers|-x)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.allheaders" value="true" valueType="boolean"/>
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.demangle.972868647" name="Demangle names (--demangle|-C)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.demangle" value="true" valueType="boolean"/>
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.linenumbers.890608562" name="Display line numbers (--line-numbers|-l)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.linenumbers" value="true" valueType="boolean"/>
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.wide.1669392057" name="Wide lines (--wide|-w)" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.createlisting.wide" value="true" valueType="boolean"/>
-							</tool>
-							<tool id="ilg.gnuarmeclipse.managedbuild.cross.tool.printsize.403251962" name="Cross ARM GNU Print Size" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.printsize">
-								<option id="ilg.gnuarmeclipse.managedbuild.cross.option.printsize.format.1919947275" name="Size format" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.printsize.format"/>
-							</tool>
-						</toolChain>
-					</folderInfo>
-				</configuration>
-			</storageModule>
-			<storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>
-		</cconfiguration>
-	</storageModule>
-	<storageModule moduleId="cdtBuildSystem" version="4.0.0">
-		<project id="Hello_World.ilg.gnuarmeclipse.managedbuild.cross.target.elf.737306620" name="Executable" projectType="ilg.gnuarmeclipse.managedbuild.cross.target.elf"/>
-	</storageModule>
-	<storageModule moduleId="scannerConfiguration">
-		<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
-		<scannerConfigBuildInfo instanceId="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.1674944962;ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.1674944962.;ilg.gnuarmeclipse.managedbuild.cross.tool.c.compiler.1576427906;ilg.gnuarmeclipse.managedbuild.cross.tool.c.compiler.input.68945223">
-			<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
-		</scannerConfigBuildInfo>
-	</storageModule>
-	<storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
-	<storageModule moduleId="refreshScope" versionNumber="2">
-		<configuration configurationName="Debug">
-			<resource resourceType="PROJECT" workspacePath="/Hello_World"/>
-		</configuration>
-	</storageModule>
-	<storageModule moduleId="org.eclipse.cdt.internal.ui.text.commentOwnerProjectMappings"/>
-</cproject>
diff --git a/sdk/Applications/EvKitExamples/Hello_World/.project b/sdk/Applications/EvKitExamples/Hello_World/.project
deleted file mode 100644
index 035be64a6097ba5f35d529e1406bc4d010e9732b..0000000000000000000000000000000000000000
--- a/sdk/Applications/EvKitExamples/Hello_World/.project
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>Hello_World</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
-			<triggers>clean,full,incremental,</triggers>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
-			<triggers>full,incremental,</triggers>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.cdt.core.cnature</nature>
-		<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
-		<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
-	</natures>
-</projectDescription>
diff --git a/sdk/Applications/EvKitExamples/UART/.settings/language.settings.xml b/sdk/Applications/EvKitExamples/UART/.settings/language.settings.xml
deleted file mode 100644
index e5a1647610f97197abe406e8ef1bb9e62065f5a1..0000000000000000000000000000000000000000
--- a/sdk/Applications/EvKitExamples/UART/.settings/language.settings.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<project>
-    <configuration id="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.1674944962" name="Debug">
-        <extension point="org.eclipse.cdt.core.LanguageSettingsProvider">
-            <provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
-            <provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
-            <provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/>
-        </extension>
-    </configuration>
-</project>
diff --git a/sdk/Applications/EvKitExamples/USB_CDCACM/.settings/language.settings.xml b/sdk/Applications/EvKitExamples/USB_CDCACM/.settings/language.settings.xml
deleted file mode 100644
index e5a1647610f97197abe406e8ef1bb9e62065f5a1..0000000000000000000000000000000000000000
--- a/sdk/Applications/EvKitExamples/USB_CDCACM/.settings/language.settings.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<project>
-    <configuration id="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.1674944962" name="Debug">
-        <extension point="org.eclipse.cdt.core.LanguageSettingsProvider">
-            <provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
-            <provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
-            <provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/>
-        </extension>
-    </configuration>
-</project>
diff --git a/sdk/Applications/EvKitExamples/USB_CompositeDevice/.settings/language.settings.xml b/sdk/Applications/EvKitExamples/USB_CompositeDevice/.settings/language.settings.xml
deleted file mode 100644
index e5a1647610f97197abe406e8ef1bb9e62065f5a1..0000000000000000000000000000000000000000
--- a/sdk/Applications/EvKitExamples/USB_CompositeDevice/.settings/language.settings.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<project>
-    <configuration id="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.1674944962" name="Debug">
-        <extension point="org.eclipse.cdt.core.LanguageSettingsProvider">
-            <provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
-            <provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
-            <provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/>
-        </extension>
-    </configuration>
-</project>
diff --git a/sdk/Applications/EvKitExamples/USB_HIDKeyboard/.settings/language.settings.xml b/sdk/Applications/EvKitExamples/USB_HIDKeyboard/.settings/language.settings.xml
deleted file mode 100644
index e5a1647610f97197abe406e8ef1bb9e62065f5a1..0000000000000000000000000000000000000000
--- a/sdk/Applications/EvKitExamples/USB_HIDKeyboard/.settings/language.settings.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<project>
-    <configuration id="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.1674944962" name="Debug">
-        <extension point="org.eclipse.cdt.core.LanguageSettingsProvider">
-            <provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
-            <provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
-            <provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/>
-        </extension>
-    </configuration>
-</project>
diff --git a/sdk/Applications/EvKitExamples/USB_MassStorage/.settings/language.settings.xml b/sdk/Applications/EvKitExamples/USB_MassStorage/.settings/language.settings.xml
deleted file mode 100644
index e5a1647610f97197abe406e8ef1bb9e62065f5a1..0000000000000000000000000000000000000000
--- a/sdk/Applications/EvKitExamples/USB_MassStorage/.settings/language.settings.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<project>
-    <configuration id="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.1674944962" name="Debug">
-        <extension point="org.eclipse.cdt.core.LanguageSettingsProvider">
-            <provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
-            <provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
-            <provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/>
-        </extension>
-    </configuration>
-</project>
diff --git a/sdk/Applications/EvKitExamples/Watchdog/.settings/language.settings.xml b/sdk/Applications/EvKitExamples/Watchdog/.settings/language.settings.xml
deleted file mode 100644
index e5a1647610f97197abe406e8ef1bb9e62065f5a1..0000000000000000000000000000000000000000
--- a/sdk/Applications/EvKitExamples/Watchdog/.settings/language.settings.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<project>
-    <configuration id="ilg.gnuarmeclipse.managedbuild.cross.config.elf.debug.1674944962" name="Debug">
-        <extension point="org.eclipse.cdt.core.LanguageSettingsProvider">
-            <provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
-            <provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
-            <provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/>
-        </extension>
-    </configuration>
-</project>
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/build/sources_profiles_4.mk b/sdk/NDALibraries/BTLE/ble-profiles/build/sources_profiles_4.mk
deleted file mode 100644
index 7aea1e72e9a95f145e8c0b981226bbf08f3de1b3..0000000000000000000000000000000000000000
--- a/sdk/NDALibraries/BTLE/ble-profiles/build/sources_profiles_4.mk
+++ /dev/null
@@ -1,26 +0,0 @@
-###################################################################################################
-#
-# Source and include definition
-#
-# Copyright (c) 2012-2017 ARM Ltd. All Rights Reserved.
-# ARM Ltd. confidential and proprietary.
-#
-# IMPORTANT.  Your use of this file is governed by a Software License Agreement
-# ("Agreement") that must be accepted in order to download or otherwise receive a
-# copy of this file.  You may not use or copy this file for any purpose other than
-# as described in the Agreement.  If you do not agree to all of the terms of the
-# Agreement do not use this file and delete all copies in your possession or control;
-# if you do not have a copy of the Agreement, you must contact ARM Ltd. prior
-# to any use, copying or further distribution of this software.
-#
-###################################################################################################
-
-WDXS_FILTER_OUT := \
-	$(wildcard $(ROOT_DIR)/ble-profiles/sources/profiles/wdxs/*phy*.c)
-
-INC_DIRS += \
-	$(ROOT_DIR)/ble-profiles/sources/profiles/include \
-	$(ROOT_DIR)/ble-profiles/sources/profiles
-
-C_FILES += \
-	$(sort $(filter-out $(WDXS_FILTER_OUT),$(shell find $(ROOT_DIR)/ble-profiles/sources/profiles -name *.c)))
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/build/sources_profiles_5.mk b/sdk/NDALibraries/BTLE/ble-profiles/build/sources_profiles_5.mk
deleted file mode 100644
index 763ebd05dde74b3c413314859a6b26f2e03b2af7..0000000000000000000000000000000000000000
--- a/sdk/NDALibraries/BTLE/ble-profiles/build/sources_profiles_5.mk
+++ /dev/null
@@ -1,23 +0,0 @@
-###################################################################################################
-#
-# Source and include definition
-#
-# Copyright (c) 2012-2017 ARM Ltd. All Rights Reserved.
-# ARM Ltd. confidential and proprietary.
-#
-# IMPORTANT.  Your use of this file is governed by a Software License Agreement
-# ("Agreement") that must be accepted in order to download or otherwise receive a
-# copy of this file.  You may not use or copy this file for any purpose other than
-# as described in the Agreement.  If you do not agree to all of the terms of the
-# Agreement do not use this file and delete all copies in your possession or control;
-# if you do not have a copy of the Agreement, you must contact ARM Ltd. prior
-# to any use, copying or further distribution of this software.
-#
-###################################################################################################
-
-INC_DIRS += \
-	$(ROOT_DIR)/ble-profiles/sources/profiles/include \
-	$(ROOT_DIR)/ble-profiles/sources/profiles
-
-C_FILES += \
-	$(sort $(shell find $(ROOT_DIR)/ble-profiles/sources/profiles -name *.c))
diff --git a/sdk/NDALibraries/BTLE/ble-profiles/build/sources_services.mk b/sdk/NDALibraries/BTLE/ble-profiles/build/sources_services.mk
deleted file mode 100644
index d4d00b89a2a33db3b4cac5ad0b318ea6162f1899..0000000000000000000000000000000000000000
--- a/sdk/NDALibraries/BTLE/ble-profiles/build/sources_services.mk
+++ /dev/null
@@ -1,22 +0,0 @@
-###################################################################################################
-#
-# Source and include definition
-#
-# Copyright (c) 2012-2017 ARM Ltd. All Rights Reserved.
-# ARM Ltd. confidential and proprietary.
-#
-# IMPORTANT.  Your use of this file is governed by a Software License Agreement
-# ("Agreement") that must be accepted in order to download or otherwise receive a
-# copy of this file.  You may not use or copy this file for any purpose other than
-# as described in the Agreement.  If you do not agree to all of the terms of the
-# Agreement do not use this file and delete all copies in your possession or control;
-# if you do not have a copy of the Agreement, you must contact ARM Ltd. prior
-# to any use, copying or further distribution of this software.
-#
-###################################################################################################
-
-INC_DIRS += \
-	$(ROOT_DIR)/ble-profiles/sources/services
-
-C_FILES += \
-	$(sort $(wildcard $(ROOT_DIR)/ble-profiles/sources/services/*.c))