mbed-os/features/FEATURE_COMMON_PAL/mbed-client-c
Russ Butler cef844f6bf Break apart client and nanostack dependencies
Move the library files used by both nanostack and client into a common
location.  This allows both client and nanostack to be built stand-alone.

The patch moves the following libraries into a common location:
-mbed-client-c
-mbed-client-randlib
-mbed-trace
-nanostack-hal-mbed-cmsis-rtos
-nanostack-libservice
-sal-stack-nanostack-eventloop

And moves the library 'coap-service' from client into nanostack.
2016-07-26 00:00:20 -05:00
..
doxygen Break apart client and nanostack dependencies 2016-07-26 00:00:20 -05:00
nsdl-c Break apart client and nanostack dependencies 2016-07-26 00:00:20 -05:00
source Break apart client and nanostack dependencies 2016-07-26 00:00:20 -05:00
test Break apart client and nanostack dependencies 2016-07-26 00:00:20 -05:00
unittest Break apart client and nanostack dependencies 2016-07-26 00:00:20 -05:00
.gitattributes Break apart client and nanostack dependencies 2016-07-26 00:00:20 -05:00
.gitignore Break apart client and nanostack dependencies 2016-07-26 00:00:20 -05:00
.mbedignore Break apart client and nanostack dependencies 2016-07-26 00:00:20 -05:00
.yotta_ignore Break apart client and nanostack dependencies 2016-07-26 00:00:20 -05:00
LICENSE Break apart client and nanostack dependencies 2016-07-26 00:00:20 -05:00
Makefile.test Break apart client and nanostack dependencies 2016-07-26 00:00:20 -05:00
README.txt Break apart client and nanostack dependencies 2016-07-26 00:00:20 -05:00
apache-2.0.txt Break apart client and nanostack dependencies 2016-07-26 00:00:20 -05:00
junit_xsl.xslt Break apart client and nanostack dependencies 2016-07-26 00:00:20 -05:00
module.json Break apart client and nanostack dependencies 2016-07-26 00:00:20 -05:00
run_unit_tests.sh Break apart client and nanostack dependencies 2016-07-26 00:00:20 -05:00
run_unit_tests_with_valgrind.sh Break apart client and nanostack dependencies 2016-07-26 00:00:20 -05:00
xsl_script.sh Break apart client and nanostack dependencies 2016-07-26 00:00:20 -05:00

README.txt

The mbed Device C Client Library provides a simple and efficient way to create mbed Device Client in 
C.