Skip to content

Commit cef844f

Browse files
committed
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.
1 parent effa193 commit cef844f

File tree

281 files changed

+1
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

281 files changed

+1
-1
lines changed

tools/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ class Config:
187187

188188
# Allowed features in configurations
189189
__allowed_features = [
190-
"UVISOR", "BLE", "CLIENT", "IPV4", "IPV6"
190+
"UVISOR", "BLE", "CLIENT", "IPV4", "IPV6", "COMMON_PAL"
191191
]
192192

193193
# The initialization arguments for Config are:

0 commit comments

Comments
 (0)