Gazell CONFIG_GZLL_TX_STATISTICS

Windows 10

NCS 2.0.0

We have run the Gazell samples successfully on the nRF52833 DKs.   In these examples the CONFIG_GZLL_TX_STATISTICS is enabled (gzll_ack_payload_device\build\zephyr\.config).

#
# Gazell Link Layer sample: Device
#
CONFIG_GZLL_TX_STATISTICS=y
# end of Gazell Link Layer sample: Device

We are now integrating Gazell into our custom board, but CONFIG_GZLL_TX_STATISTICS isn't defined by default.

We assumed this would be done by adding CONFIG_GZLL_TX_STATISTICS=y to prj.conf.  However, the compiler hates this.  What are we missing?

Here is the contents of our prj.conf

# Enable the I2C driver
CONFIG_I2C=y

#Enable GPIO
CONFIG_GPIO=y

# Enable floating point format specifiers
CONFIG_CBPRINTF_FP_SUPPORT=y

CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
CONFIG_GZLL=y
CONFIG_GAZELL=y
Parents Reply Children
No Data
Related