Files
mbed-os-hardfp/connectivity/nanostack/sal-stack-nanostack-eventloop/mbed_lib.json
2026-06-01 20:15:04 +03:00

15 lines
390 B
JSON

{
"name": "nanostack-eventloop",
"requires": ["nanostack-hal"],
"config": {
"use_platform_tick_timer": {
"help": "Use platform provided low resolution tick timer for eventloop",
"value": null
},
"exclude_highres_timer": {
"help": "Exclude high resolution timer from build",
"value": null
}
}
}