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",
"requires": ["nanostack"],
"config": {
"heap-size": {
"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",
"requires": ["nanostack-hal"],
"config": {
"use_platform_tick_timer": {
"help": "Use platform provided low resolution tick timer for eventloop",

View File

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