The loramac-node library uses math functions from math.h that are not included in the minimal lib. This commit changes the samples project config to always build with newlib and adds a dependency to newlib. Signed-off-by: Alexander Wachter <alexander@wachter.cloud>
9 lines
129 B
Plaintext
9 lines
129 B
Plaintext
CONFIG_LOG=y
|
|
CONFIG_SPI=y
|
|
CONFIG_GPIO=y
|
|
CONFIG_LORA=y
|
|
CONFIG_LORA_SX1276=y
|
|
CONFIG_PRINTK=y
|
|
CONFIG_COUNTER=y
|
|
CONFIG_NEWLIB_LIBC=y
|