drivers: lora: build with newlib
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>
This commit is contained in:
parent
03892c1571
commit
f590d4fadb
3 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
menuconfig LORA
|
||||
bool "LoRa support"
|
||||
depends on NEWLIB_LIBC
|
||||
help
|
||||
Include LoRa drivers in the system configuration.
|
||||
|
||||
|
|
|
@ -5,3 +5,4 @@ CONFIG_LORA=y
|
|||
CONFIG_LORA_SX1276=y
|
||||
CONFIG_PRINTK=y
|
||||
CONFIG_COUNTER=y
|
||||
CONFIG_NEWLIB_LIBC=y
|
||||
|
|
|
@ -5,3 +5,4 @@ CONFIG_LORA=y
|
|||
CONFIG_LORA_SX1276=y
|
||||
CONFIG_PRINTK=y
|
||||
CONFIG_COUNTER=y
|
||||
CONFIG_NEWLIB_LIBC=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue