39#ifndef SYSCFG_SYSCFG_H
40#define SYSCFG_SYSCFG_H
58#define MYNEWT_VAL(_name) MYNEWT_VAL_ ## _name
59#define MYNEWT_VAL_CHOICE(_name, _val) MYNEWT_VAL_ ## _name ## __ ## _val
66#ifndef MYNEWT_VAL_OS_CPUTIME_TIMER_NUM
68#define MYNEWT_VAL_OS_CPUTIME_TIMER_NUM (3)
70#define MYNEWT_VAL_OS_CPUTIME_TIMER_NUM (5)
78#ifndef MYNEWT_VAL_TIMER_3
79#define MYNEWT_VAL_TIMER_3 (1)
82#ifndef MYNEWT_VAL_TIMER_5
83#define MYNEWT_VAL_TIMER_5 (1)
87#if IS_USED(MODULE_NIMBLE)
90#undef MYNEWT_VAL_CHOICE
94#if IS_USED(MODULE_UWB_CORE)
118#if IS_USED(MODULE_UWB_DW1000)
Common macros and compiler attributes/pragmas configuration.
uwb-dw100 double side two-way ranging module configurations taken from decawave-uwb-core/lib/twr_ds/s...
uwb-core double side extended two-way ranging module configurations taken from decawave-uwb-core/lib/...
uwb-core single-sided two-way ranging module configurations taken from decawave-uwb-core/lib/twr_ss/s...
Single sided ranging using a hw generated ack module configurations taken from decawave-uwb-core/lib/...
uwb-core single-sided two-way ranging module configurations taken from decawave-uwb-core/lib/twr_ss_e...
uwb-core uwb module configurations taken from decawave-uwb-core/hw/drivers/uwb/syscfg....
uwb-dw1000 module configurations taken from decawave-uwb-dw1000/hw/drivers/uwb/uwb_dw1000
uwb-core uwb_rng module configurations taken from decawave-uwb-core/lib/uwb_rng/syscfg....