Require dependencies from nanostack mbed_lib.json

pull/9561/head
Jimmy Brisson 2019-02-07 09:39:10 -06:00
parent 32463d64dc
commit 724487d545
4 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,6 @@
{ {
"name": "mbed-mesh-api", "name": "mbed-mesh-api",
"requires": ["nanostack"],
"config": { "config": {
"heap-size": { "heap-size": {
"help": "Nanostack's heap size [bytes: 0-65534]", "help": "Nanostack's heap size [bytes: 0-65534]",

View File

@ -1,3 +1,4 @@
{ {
"name": "nanostack-interface" "name": "nanostack-interface",
"requires": ["nanostack"]
} }

View File

@ -1,5 +1,6 @@
{ {
"name": "nanostack-eventloop", "name": "nanostack-eventloop",
"requires": ["nanostack-hal"],
"config": { "config": {
"use_platform_tick_timer": { "use_platform_tick_timer": {
"help": "Use platform provided low resolution tick timer for eventloop", "help": "Use platform provided low resolution tick timer for eventloop",

View File

@ -1,5 +1,6 @@
{ {
"name": "nanostack", "name": "nanostack",
"requires": ["nanostack-eventloop", "coap-service"],
"config": { "config": {
"configuration": { "configuration": {
"help": "Build time configuration. Refer to Handbook for valid values. Default: full stack", "help": "Build time configuration. Refer to Handbook for valid values. Default: full stack",