Hi Miguel,
from the looks of it, it is a problem with NuttX's Bluetooth host-layer. 
There's an unhandled opcode which corresponds to "scan enable", which is not 
being recognized when the controller sends "command complete".

In my case I used nimBLE for host layer which works well. You can try to 
reproduce nrf52832-mdk's sdc config which AFAIK is configured to use nimBLE.
I know others use other stacks but I'm not sure which one.

Best,
Matias

On Sun, May 23, 2021, at 19:01, Miguel Wisintainer wrote:
> 
> 
> 
> Hello Brennan
> 
> Plans changed, i had spent a lot of time today on NRF52832 then i suspect 
> that should be a Softdevice Version (132)
> Then i ported the NRF52840 and repeated all the process, and finally that 
> error was removed.
> Look the boot
> 
> ABCDEG
> bt_initialize: btdev 0x47384
> bt_hci_cmd_create: opcode 0c03 param_len 0
> bt_buf_alloc: buf 0x20002c40 type 0 reserve 0
> bt_hci_cmd_create: buf 0x20002c40
> bt_buf_extend: buf 0x20002c40 len 3
> bt_hci_cmd_send_sync: opcode 0c03 len 3
> hci_tx_kthread: started
> bt_buf_addref: buf 0x20002c40 (old) ref 1 type 0
> hci_tx_kthread: Sending command 0c03 buf 0x20002c40 to driver
> bt_hci_send: passing CMD 3075 to softdevice
> bt_buf_release: buf 0x20002c40 ref 2 type 0
> bt_buf_release: Remaining references: 1
> on_hci: received CMD_COMPLETE from softdevice (opcode: 3075, status: 0x3)
> bt_buf_alloc: buf 0x20002c28 type 1 reserve 1
> bt_buf_extend: buf 0x20002c28 len 6
> bt_hci_receive: buf 0x20002c28 len 6
> priority_rx_work: list 0x20002c64
> priority_rx_work: buf 0x20002c28 type 1 len 6
> bt_buf_consume: buf 0x20002c28 len 2
> hci_cmd_complete: opcode 0c03
> bt_buf_consume: buf 0x20002c28 len 3
> hci_reset_complete: status 0
> bt_buf_addref: buf 0x20002c28 (old) ref 1 type 1
> bt_buf_release: buf 0x20002c40 ref 1 type 0
> bt_buf_release: Buffer freed: 0x20002c40
> bt_buf_release: buf 0x20002c28 ref 2 type 1
> bt_buf_release: Remaining references: 1
> bt_buf_release: buf 0x20002c40 ref 0 type 0
> bt_buf_release: Remaining references: 255
> bt_buf_release: buf 0x20002c28 ref 1 type 1
> bt_buf_release: Buffer freed: 0x20002c28
> bt_hci_cmd_create: opcode 1003 param_len 0
> bt_buf_alloc: buf 0x20002c28 type 0 reserve 0
> bt_hci_cmd_create: buf 0x20002c28
> bt_buf_extend: buf 0x20002c28 len 3
> bt_hci_cmd_send_sync: opcode 1003 len 3
> bt_buf_addref: buf 0x20002c28 (old) ref 1 type 0
> hci_tx_kthread: Sending command 1003 buf 0x20002c28 to driver
> bt_hci_send: passing CMD 4099 to softdevice
> bt_buf_release: buf 0x20002c28 ref 2 type 0
> bt_buf_release: Remaining references: 1
> on_hci: received CMD_COMPLETE from softdevice (opcode: 4099, status: 0x3)
> bt_buf_alloc: buf 0x20002c40 type 1 reserve 1
> bt_buf_extend: buf 0x20002c40 len 14
> bt_hci_receive: buf 0x20002c40 len 14
> priority_rx_work: list 0x20002c64
> priority_rx_work: buf 0x20002c40 type 1 len 14
> bt_buf_consume: buf 0x20002c40 len 2
> hci_cmd_complete: opcode 1003
> bt_buf_consume: buf 0x20002c40 len 3
> hci_cmd_complete: Unhandled opcode 1003
> bt_buf_addref: buf 0x20002c40 (old) ref 1 type 1
> bt_buf_release: buf 0x20002c28 ref 1 type 0
> bt_buf_release: Buffer freed: 0x20002c28
> bt_buf_release: buf 0x20002c40 ref 2 type 1
> bt_buf_release: Remaining references: 1
> bt_buf_release: buf 0x20002c28 ref 0 type 0
> bt_buf_release: Remaining references: 255
> read_local_features_complete: status 0
> bt_buf_release: buf 0x20002c40 ref 1 type 1
> bt_buf_release: Buffer freed: 0x20002c40
> bt_hci_cmd_create: opcode 1001 param_len 0
> bt_buf_alloc: buf 0x20002c40 type 0 reserve 0
> bt_hci_cmd_create: buf 0x20002c40
> bt_buf_extend: buf 0x20002c40 len 3
> bt_hci_cmd_send_sync: opcode 1001 len 3
> bt_buf_addref: buf 0x20002c40 (old) ref 1 type 0
> hci_tx_kthread: Sending command 1001 buf 0x20002c40 to driver
> bt_hci_send: passing CMD 4097 to softdevice
> bt_buf_release: buf 0x20002c40 ref 2 type 0
> bt_buf_release: Remaining references: 1
> on_hci: received CMD_COMPLETE from softdevice (opcode: 4097, status: 0x1)
> bt_buf_alloc: buf 0x20002c28 type 1 reserve 1
> bt_buf_extend: buf 0x20002c28 len 14
> bt_hci_receive: buf 0x20002c28 len 14
> priority_rx_work: list 0x20002c64
> priority_rx_work: buf 0x20002c28 type 1 len 14
> bt_buf_consume: buf 0x20002c28 len 2
> hci_cmd_complete: opcode 1001
> bt_buf_consume: buf 0x20002c28 len 3
> hci_cmd_complete: Unhandled opcode 1001
> bt_buf_addref: buf 0x20002c28 (old) ref 1 type 1
> bt_buf_release: buf 0x20002c40 ref 1 type 0
> bt_buf_release: Buffer freed: 0x20002c40
> bt_buf_release: buf 0x20002c28 ref 2 type 1
> bt_buf_release: Remaining references: 1
> bt_buf_release: buf 0x20002c40 ref 0 type 0
> bt_buf_release: Remaining references: 255
> read_local_ver_complete: status 0
> bt_buf_release: buf 0x20002c28 ref 1 type 1
> bt_buf_release: Buffer freed: 0x20002c28
> bt_hci_cmd_create: opcode 1009 param_len 0
> bt_buf_alloc: buf 0x20002c28 type 0 reserve 0
> bt_hci_cmd_create: buf 0x20002c28
> bt_buf_extend: buf 0x20002c28 len 3
> bt_hci_cmd_send_sync: opcode 1009 len 3
> bt_buf_addref: buf 0x20002c28 (old) ref 1 type 0
> hci_tx_kthread: Sending command 1009 buf 0x20002c28 to driver
> bt_hci_send: passing CMD 4105 to softdevice
> bt_buf_release: buf 0x20002c28 ref 2 type 0
> bt_buf_release: Remaining references: 1
> on_hci: received CMD_COMPLETE from softdevice (opcode: 4105, status: 0x9)
> bt_buf_alloc: buf 0x20002c40 type 1 reserve 1
> bt_buf_extend: buf 0x20002c40 len 12
> bt_hci_receive: buf 0x20002c40 len 12
> priority_rx_work: list 0x20002c64
> priority_rx_work: buf 0x20002c40 type 1 len 12
> bt_buf_consume: buf 0x20002c40 len 2
> hci_cmd_complete: opcode 1009
> bt_buf_consume: buf 0x20002c40 len 3
> hci_cmd_complete: Unhandled opcode 1009
> bt_buf_addref: buf 0x20002c40 (old) ref 1 type 1
> bt_buf_release: buf 0x20002c28 ref 1 type 0
> bt_buf_release: Buffer freed: 0x20002c28
> bt_buf_release: buf 0x20002c40 ref 2 type 1
> bt_buf_release: Remaining references: 1
> bt_buf_release: buf 0x20002c28 ref 0 type 0
> bt_buf_release: Remaining references: 255
> read_bdaddr_complete: status 0
> bt_buf_release: buf 0x20002c40 ref 1 type 1
> bt_buf_release: Buffer freed: 0x20002c40
> bt_hci_cmd_create: opcode 2003 param_len 0
> bt_buf_alloc: buf 0x20002c40 type 0 reserve 0
> bt_hci_cmd_create: buf 0x20002c40
> bt_buf_extend: buf 0x20002c40 len 3
> bt_hci_cmd_send_sync: opcode 2003 len 3
> bt_buf_addref: buf 0x20002c40 (old) ref 1 type 0
> hci_tx_kthread: Sending command 2003 buf 0x20002c40 to driver
> bt_hci_send: passing CMD 8195 to softdevice
> bt_buf_release: buf 0x20002c40 ref 2 type 0
> bt_buf_release: Remaining references: 1
> on_hci: received CMD_COMPLETE from softdevice (opcode: 8195, status: 0x3)
> bt_buf_alloc: buf 0x20002c28 type 1 reserve 1
> bt_buf_extend: buf 0x20002c28 len 14
> bt_hci_receive: buf 0x20002c28 len 14
> priority_rx_work: list 0x20002c64
> priority_rx_work: buf 0x20002c28 type 1 len 14
> bt_buf_consume: buf 0x20002c28 len 2
> hci_cmd_complete: opcode 2003
> bt_buf_consume: buf 0x20002c28 len 3
> hci_cmd_complete: Unhandled opcode 2003
> bt_buf_addref: buf 0x20002c28 (old) ref 1 type 1
> bt_buf_release: buf 0x20002c40 ref 1 type 0
> bt_buf_release: Buffer freed: 0x20002c40
> bt_buf_release: buf 0x20002c28 ref 2 type 1
> bt_buf_release: Remaining references: 1
> bt_buf_release: buf 0x20002c40 ref 0 type 0
> bt_buf_release: Remaining references: 255
> read_le_features_complete: status 0
> bt_buf_release: buf 0x20002c28 ref 1 type 1
> bt_buf_release: Buffer freed: 0x20002c28
> bt_hci_cmd_create: opcode 2002 param_len 0
> bt_buf_alloc: buf 0x20002c28 type 0 reserve 0
> bt_hci_cmd_create: buf 0x20002c28
> bt_buf_extend: buf 0x20002c28 len 3
> bt_hci_cmd_send_sync: opcode 2002 len 3
> bt_buf_addref: buf 0x20002c28 (old) ref 1 type 0
> hci_tx_kthread: Sending command 2002 buf 0x20002c28 to driver
> bt_hci_send: passing CMD 8194 to softdevice
> bt_buf_release: buf 0x20002c28 ref 2 type 0
> bt_buf_release: Remaining references: 1
> on_hci: received CMD_COMPLETE from softdevice (opcode: 8194, status: 0x2)
> bt_buf_alloc: buf 0x20002c40 type 1 reserve 1
> bt_buf_extend: buf 0x20002c40 len 9
> bt_hci_receive: buf 0x20002c40 len 9
> priority_rx_work: list 0x20002c64
> priority_rx_work: buf 0x20002c40 type 1 len 9
> bt_buf_consume: buf 0x20002c40 len 2
> hci_cmd_complete: opcode 2002
> bt_buf_consume: buf 0x20002c40 len 3
> hci_cmd_complete: Unhandled opcode 2002
> bt_buf_addref: buf 0x20002c40 (old) ref 1 type 1
> bt_buf_release: buf 0x20002c28 ref 1 type 0
> bt_buf_release: Buffer freed: 0x20002c28
> bt_buf_release: buf 0x20002c40 ref 2 type 1
> bt_buf_release: Remaining references: 1
> bt_buf_release: buf 0x20002c28 ref 0 type 0
> bt_buf_release: Remaining references: 255
> le_read_buffer_size_complete: status 0
> bt_buf_release: buf 0x20002c40 ref 1 type 1
> bt_buf_release: Buffer freed: 0x20002c40
> bt_hci_cmd_create: opcode 0c01 param_len 8
> bt_buf_alloc: buf 0x20002c40 type 0 reserve 0
> bt_hci_cmd_create: buf 0x20002c40
> bt_buf_extend: buf 0x20002c40 len 3
> bt_buf_extend: buf 0x20002c40 len 8
> bt_buf_addref: buf 0x20002c40 (old) ref 1 type 0
> bt_hci_cmd_send_sync: opcode 0c01 len 11
> bt_buf_addref: buf 0x20002c40 (old) ref 2 type 0
> hci_tx_kthread: Sending command 0c01 buf 0x20002c40 to driver
> bt_hci_send: passing CMD 3073 to softdevice
> bt_buf_release: buf 0x20002c40 ref 3 type 0
> bt_buf_release: Remaining references: 2
> on_hci: received CMD_COMPLETE from softdevice (opcode: 3073, status: 0x1)
> bt_buf_alloc: buf 0x20002c28 type 1 reserve 1
> bt_buf_extend: buf 0x20002c28 len 6
> bt_hci_receive: buf 0x20002c28 len 6
> priority_rx_work: list 0x20002c64
> priority_rx_work: buf 0x20002c28 type 1 len 6
> bt_buf_consume: buf 0x20002c28 len 2
> hci_cmd_complete: opcode 0c01
> bt_buf_consume: buf 0x20002c28 len 3
> hci_cmd_complete: Unhandled opcode 0c01
> bt_buf_addref: buf 0x20002c28 (old) ref 1 type 1
> bt_buf_release: buf 0x20002c40 ref 2 type 0
> bt_buf_release: Remaining references: 1
> bt_buf_release: buf 0x20002c28 ref 2 type 1
> bt_buf_release: Remaining references: 1
> bt_buf_release: buf 0x20002c28 ref 1 type 1
> bt_buf_release: Buffer freed: 0x20002c28
> bt_buf_release: buf 0x20002c40 ref 1 type 0
> bt_buf_release: Buffer freed: 0x20002c40
> bt_hci_cmd_create: opcode 0c33 param_len 7
> bt_buf_alloc: buf 0x20002c40 type 0 reserve 0
> bt_hci_cmd_create: buf 0x20002c40
> bt_buf_extend: buf 0x20002c40 len 3
> bt_buf_extend: buf 0x20002c40 len 7
> bt_buf_addref: buf 0x20002c40 (old) ref 1 type 0
> bt_hci_cmd_send: opcode 0c33 len 10
> bt_hci_cmd_create: opcode 0c31 param_len 1
> bt_buf_alloc: buf 0x20002c28 type 0 reserve 0
> bt_hci_cmd_create: buf 0x20002c28
> bt_buf_extend: buf 0x20002c28 len 3
> bt_buf_extend: buf 0x20002c28 len 1
> bt_buf_addref: buf 0x20002c28 (old) ref 1 type 0
> bt_hci_cmd_send_sync: opcode 0c31 len 4
> bt_buf_addref: buf 0x20002c40 (old) ref 2 type 0
> hci_tx_kthread: Sending command 0c33 buf 0x20002c40 to driver
> bt_hci_send: passing CMD 3123 to softdevice
> bt_buf_release: buf 0x20002c40 ref 3 type 0
> bt_buf_release: Remaining references: 2
> on_hci: received CMD_COMPLETE from softdevice (opcode: 3123, status: 0x33)
> bt_buf_alloc: buf 0x20002c10 type 1 reserve 1
> bt_buf_extend: buf 0x20002c10 len 6
> bt_hci_receive: buf 0x20002c10 len 6
> priority_rx_work: list 0x20002c64
> priority_rx_work: buf 0x20002c10 type 1 len 6
> bt_buf_consume: buf 0x20002c10 len 2
> hci_cmd_complete: opcode 0c33
> bt_buf_consume: buf 0x20002c10 len 3
> hci_cmd_complete: Unhandled opcode 0c33
> bt_buf_release: buf 0x20002c40 ref 2 type 0
> bt_buf_release: Remaining references: 1
> bt_buf_release: buf 0x20002c10 ref 1 type 1
> bt_buf_release: Buffer freed: 0x20002c10
> bt_buf_addref: buf 0x20002c28 (old) ref 2 type 0
> hci_tx_kthread: Sending command 0c31 buf 0x20002c28 to driver
> bt_hci_send: passing CMD 3121 to softdevice
> bt_buf_release: buf 0x20002c28 ref 3 type 0
> bt_buf_release: Remaining references: 2
> on_hci: received CMD_COMPLETE from softdevice (opcode: 3121, status: 0x31)
> bt_buf_alloc: buf 0x20002c10 type 1 reserve 1
> bt_buf_extend: buf 0x20002c10 len 6
> bt_hci_receive: buf 0x20002c10 len 6
> priority_rx_work: list 0x20002c64
> priority_rx_work: buf 0x20002c10 type 1 len 6
> bt_buf_consume: buf 0x20002c10 len 2
> hci_cmd_complete: opcode 0c31
> bt_buf_consume: buf 0x20002c10 len 3
> hci_cmd_complete: Unhandled opcode 0c31
> bt_buf_addref: buf 0x20002c10 (old) ref 1 type 1
> bt_buf_release: buf 0x20002c28 ref 2 type 0
> bt_buf_release: Remaining references: 1
> bt_buf_release: buf 0x20002c10 ref 2 type 1
> bt_buf_release: Remaining references: 1
> bt_buf_release: buf 0x20002c10 ref 1 type 1
> bt_buf_release: Buffer freed: 0x20002c10
> bt_buf_release: buf 0x20002c28 ref 1 type 0
> bt_buf_release: Buffer freed: 0x20002c28
> hci_initialize: HCI ver 11 rev 4387, manufacturer 89
> hci_initialize: ACL buffers: pkts 3 mtu 27
> bt_l2cap_chan_register: CID 0x0004
> bt_l2cap_chan_register: CID 0x0006
> bt_l2cap_chan_register: CID 0x0005
> 
> NuttShell (NSH) NuttX-10.1.0-RC1
> nsh>
> 
> This is the config
> 
> #
> # Automatically generated file; DO NOT EDIT.
> # NuttX/x86_64 Configuration
> #
> 
> #
> # Build Setup
> #
> # CONFIG_EXPERIMENTAL is not set
> # CONFIG_DEFAULT_SMALL is not set
> CONFIG_HOST_LINUX=y
> # CONFIG_HOST_MACOS is not set
> # CONFIG_HOST_WINDOWS is not set
> # CONFIG_HOST_OTHER is not set
> 
> #
> # Build Configuration
> #
> CONFIG_APPS_DIR="../apps"
> CONFIG_BUILD_FLAT=y
> # CONFIG_BUILD_2PASS is not set
> 
> #
> # Binary Output Formats
> #
> CONFIG_INTELHEX_BINARY=y
> # CONFIG_MOTOROLA_SREC is not set
> # CONFIG_RAW_BINARY is not set
> # CONFIG_UBOOT_UIMAGE is not set
> # CONFIG_DFU_BINARY is not set
> 
> #
> # Customize Header Files
> #
> # CONFIG_ARCH_HAVE_STDINT_H is not set
> # CONFIG_ARCH_HAVE_STDBOOL_H is not set
> # CONFIG_ARCH_HAVE_MATH_H is not set
> # CONFIG_ARCH_FLOAT_H is not set
> CONFIG_ARCH_HAVE_STDARG_H=y
> CONFIG_ARCH_STDARG_H=y
> CONFIG_ARCH_HAVE_SETJMP=y
> # CONFIG_ARCH_SETJMP_H is not set
> CONFIG_ARCH_NONE_DEBUG_H=y
> # CONFIG_ARCH_DEBUG_H is not set
> # CONFIG_ARCH_CHIP_DEBUG_H is not set
> 
> #
> # Debug Options
> #
> CONFIG_DEBUG_ALERT=y
> # CONFIG_DEBUG_FEATURES is not set
> CONFIG_ARCH_HAVE_STACKCHECK=y
> # CONFIG_STACK_COLORATION is not set
> # CONFIG_STACK_CANARIES is not set
> # CONFIG_ARCH_HAVE_HEAPCHECK is not set
> # CONFIG_DEBUG_SYMBOLS is not set
> CONFIG_ARCH_HAVE_CUSTOMOPT=y
> # CONFIG_DEBUG_NOOPT is not set
> # CONFIG_DEBUG_CUSTOMOPT is not set
> CONFIG_DEBUG_FULLOPT=y
> 
> #
> # System Type
> #
> CONFIG_ARCH_ARM=y
> # CONFIG_ARCH_AVR is not set
> # CONFIG_ARCH_HC is not set
> # CONFIG_ARCH_MIPS is not set
> # CONFIG_ARCH_MISOC is not set
> # CONFIG_ARCH_RENESAS is not set
> # CONFIG_ARCH_RISCV is not set
> # CONFIG_ARCH_SIM is not set
> # CONFIG_ARCH_X86 is not set
> # CONFIG_ARCH_X86_64 is not set
> # CONFIG_ARCH_XTENSA is not set
> # CONFIG_ARCH_Z16 is not set
> # CONFIG_ARCH_Z80 is not set
> # CONFIG_ARCH_OR1K is not set
> CONFIG_ARCH="arm"
> 
> #
> # ARM Options
> #
> # CONFIG_ARCH_CHIP_A1X is not set
> # CONFIG_ARCH_CHIP_AM335X is not set
> # CONFIG_ARCH_CHIP_C5471 is not set
> # CONFIG_ARCH_CHIP_DM320 is not set
> # CONFIG_ARCH_CHIP_EFM32 is not set
> # CONFIG_ARCH_CHIP_EOSS3 is not set
> # CONFIG_ARCH_CHIP_IMX1 is not set
> # CONFIG_ARCH_CHIP_IMX6 is not set
> # CONFIG_ARCH_CHIP_IMXRT is not set
> # CONFIG_ARCH_CHIP_KINETIS is not set
> # CONFIG_ARCH_CHIP_KL is not set
> # CONFIG_ARCH_CHIP_LC823450 is not set
> # CONFIG_ARCH_CHIP_LM is not set
> # CONFIG_ARCH_CHIP_LPC17XX_40XX is not set
> # CONFIG_ARCH_CHIP_LPC214X is not set
> # CONFIG_ARCH_CHIP_LPC2378 is not set
> # CONFIG_ARCH_CHIP_LPC31XX is not set
> # CONFIG_ARCH_CHIP_LPC43XX is not set
> # CONFIG_ARCH_CHIP_LPC54XX is not set
> # CONFIG_ARCH_CHIP_MAX326XX is not set
> # CONFIG_ARCH_CHIP_MOXART is not set
> CONFIG_ARCH_CHIP_NRF52=y
> # CONFIG_ARCH_CHIP_NUC1XX is not set
> # CONFIG_ARCH_CHIP_RP2040 is not set
> # CONFIG_ARCH_CHIP_S32K1XX is not set
> # CONFIG_ARCH_CHIP_SAMA5 is not set
> # CONFIG_ARCH_CHIP_SAMD2X is not set
> # CONFIG_ARCH_CHIP_SAML2X is not set
> # CONFIG_ARCH_CHIP_SAMD5X is not set
> # CONFIG_ARCH_CHIP_SAME5X is not set
> # CONFIG_ARCH_CHIP_SAM34 is not set
> # CONFIG_ARCH_CHIP_SAMV7 is not set
> # CONFIG_ARCH_CHIP_STM32 is not set
> # CONFIG_ARCH_CHIP_STM32F0 is not set
> # CONFIG_ARCH_CHIP_STM32L0 is not set
> # CONFIG_ARCH_CHIP_STM32G0 is not set
> # CONFIG_ARCH_CHIP_STM32F7 is not set
> # CONFIG_ARCH_CHIP_STM32H7 is not set
> # CONFIG_ARCH_CHIP_STM32L4 is not set
> # CONFIG_ARCH_CHIP_STM32L5 is not set
> # CONFIG_ARCH_CHIP_STR71X is not set
> # CONFIG_ARCH_CHIP_TMS570 is not set
> # CONFIG_ARCH_CHIP_TIVA is not set
> # CONFIG_ARCH_CHIP_XMC4 is not set
> # CONFIG_ARCH_CHIP_CXD56XX is not set
> # CONFIG_ARCH_CHIP_ARM_CUSTOM is not set
> # CONFIG_ARCH_ARM7TDMI is not set
> # CONFIG_ARCH_ARM920T is not set
> # CONFIG_ARCH_ARM926EJS is not set
> # CONFIG_ARCH_ARM1136J is not set
> # CONFIG_ARCH_ARM1156T2 is not set
> # CONFIG_ARCH_ARM1176JZ is not set
> # CONFIG_ARCH_ARMV6M is not set
> # CONFIG_ARCH_CORTEXM0 is not set
> CONFIG_ARCH_ARMV7M=y
> # CONFIG_ARCH_CORTEXM3 is not set
> CONFIG_ARCH_CORTEXM4=y
> # CONFIG_ARCH_CORTEXM7 is not set
> # CONFIG_ARCH_ARMV7A is not set
> # CONFIG_ARCH_CORTEXA5 is not set
> # CONFIG_ARCH_CORTEXA7 is not set
> # CONFIG_ARCH_CORTEXA8 is not set
> # CONFIG_ARCH_CORTEXA9 is not set
> # CONFIG_ARCH_ARMV7R is not set
> # CONFIG_ARCH_CORTEXR4 is not set
> # CONFIG_ARCH_CORTEXR5 is not set
> # CONFIG_ARCH_CORTEXR7 is not set
> # CONFIG_ARCH_ARMV8M is not set
> # CONFIG_ARCH_CORTEXM23 is not set
> # CONFIG_ARCH_CORTEXM33 is not set
> # CONFIG_ARCH_CORTEXM35P is not set
> CONFIG_ARCH_FAMILY="armv7-m"
> CONFIG_ARCH_CHIP="nrf52"
> # CONFIG_ARCH_HAVE_TRUSTZONE is not set
> # CONFIG_ARM_HAVE_WFE_SEV is not set
> # CONFIG_ARM_HAVE_FPU_D32 is not set
> # CONFIG_ARM_HAVE_MPU_UNIFIED is not set
> CONFIG_ARCH_HAVE_HARDFAULT_DEBUG=y
> # CONFIG_DEBUG_HARDFAULT_ALERT is not set
> CONFIG_ARCH_HAVE_MEMFAULT_DEBUG=y
> # CONFIG_ARM_SEMIHOSTING_SYSLOG is not set
> 
> #
> # ARMV7M Configuration Options
> #
> # CONFIG_ARMV7M_HAVE_ICACHE is not set
> # CONFIG_ARMV7M_HAVE_DCACHE is not set
> # CONFIG_ARMV7M_LAZYFPU is not set
> # CONFIG_ARMV7M_USEBASEPRI is not set
> # CONFIG_ARMV7M_HAVE_ITCM is not set
> # CONFIG_ARMV7M_HAVE_DTCM is not set
> # CONFIG_ARMV7M_TOOLCHAIN_IARL is not set
> # CONFIG_ARMV7M_TOOLCHAIN_BUILDROOT is not set
> CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL=y
> # CONFIG_ARMV7M_TOOLCHAIN_CLANGL is not set
> CONFIG_ARMV7M_HAVE_STACKCHECK=y
> # CONFIG_ARMV7M_STACKCHECK is not set
> # CONFIG_ARMV7M_ITMSYSLOG is not set
> CONFIG_ARMV7M_SYSTICK=y
> 
> #
> # NRF52 Configuration Options
> #
> # CONFIG_ARCH_CHIP_NRF52832 is not set
> # CONFIG_ARCH_CHIP_NRF52833 is not set
> CONFIG_ARCH_CHIP_NRF52840=y
> CONFIG_ARCH_FAMILY_NRF52=y
> # CONFIG_NRF52_HAVE_BPROT is not set
> CONFIG_NRF52_HAVE_ACL=y
> CONFIG_NRF52_HAVE_UART1=y
> CONFIG_NRF52_HAVE_PORT1=y
> CONFIG_NRF52_HAVE_SPI3_MASTER=y
> CONFIG_NRF52_HAVE_QSPI=y
> CONFIG_NRF52_HAVE_USBDEV=y
> CONFIG_NRF52_HAVE_PWM3=y
> CONFIG_NRF52_HAVE_CRYPTOCELL=y
> # CONFIG_NRF52_I2C_MASTER is not set
> # CONFIG_NRF52_SPI_MASTER is not set
> CONFIG_NRF52_UART=y
> # CONFIG_NRF52_TIMER is not set
> # CONFIG_NRF52_PWM is not set
> # CONFIG_NRF52_RTC is not set
> 
> #
> # NRF52 Peripheral Selection
> #
> # CONFIG_NRF52_I2C0_MASTER is not set
> # CONFIG_NRF52_I2C1_MASTER is not set
> # CONFIG_NRF52_SPI0_MASTER is not set
> # CONFIG_NRF52_SPI1_MASTER is not set
> # CONFIG_NRF52_SPI2_MASTER is not set
> # CONFIG_NRF52_SPI3_MASTER is not set
> # CONFIG_NRF52_GPIOTE is not set
> CONFIG_NRF52_UART0=y
> # CONFIG_NRF52_UART1 is not set
> # CONFIG_NRF52_RNG is not set
> # CONFIG_NRF52_QSPI is not set
> # CONFIG_NRF52_WDT is not set
> # CONFIG_NRF52_NFCT is not set
> # CONFIG_NRF52_SAADC is not set
> # CONFIG_NRF52_TIMER1 is not set
> # CONFIG_NRF52_TIMER2 is not set
> # CONFIG_NRF52_TIMER3 is not set
> # CONFIG_NRF52_TIMER4 is not set
> # CONFIG_NRF52_PWM0 is not set
> # CONFIG_NRF52_PWM1 is not set
> # CONFIG_NRF52_PWM2 is not set
> # CONFIG_NRF52_PWM3 is not set
> # CONFIG_NRF52_PPI is not set
> # CONFIG_NRF52_RTC1 is not set
> # CONFIG_NRF52_RTC2 is not set
> # CONFIG_NRF52_I2S is not set
> # CONFIG_NRF52_USBDEV is not set
> # CONFIG_NRF52_COMP is not set
> 
> #
> # Clock Configuration
> #
> # CONFIG_NRF52_HFCLK_XTAL is not set
> CONFIG_NRF52_USE_LFCLK=y
> CONFIG_NRF52_LFCLK_XTAL=y
> # CONFIG_NRF52_LFCLK_RC is not set
> # CONFIG_NRF52_LFCLK_SYNTH is not set
> 
> #
> # System Timer
> #
> CONFIG_NRF52_SYSTIMER=y
> CONFIG_NRF52_SYSTIMER_SYSTICK=y
> # CONFIG_NRF52_SYSTIMER_RTC is not set
> # CONFIG_NRF52_DCDC is not set
> CONFIG_NRF52_FLASH_PREFETCH=y
> # CONFIG_NRF52_PROGMEM is not set
> 
> #
> # GPIO Interrupt Configuration
> #
> 
> #
> # PWM configuration
> #
> # CONFIG_NRF52_PWM_MULTICHAN is not set
> 
> #
> # SAADC Configuration
> #
> 
> #
> # SPI Configuration
> #
> 
> #
> # I2C Master Configuration
> #
> # CONFIG_NRF52_I2C_MASTER_DISABLE_NOSTART is not set
> CONFIG_NRF52_I2C_MASTER_COPY_BUF_SIZE=4
> CONFIG_NRF52_SOFTDEVICE_CONTROLLER=y
> CONFIG_NRF52_SDC_CLOCK_ACCURACY=250
> CONFIG_NRF52_SDC_SLAVE_COUNT=1
> CONFIG_NRF52_SDC_ADVERTISING=y
> CONFIG_NRF52_SDC_SCANNING=y
> CONFIG_NRF52_SDC_LE_2M_PHY=y
> CONFIG_NRF52_SDC_LE_CODED_PHY=y
> CONFIG_NRF52_SDC_DLE=y
> CONFIG_NRF52_SDC_VERSION=140
> CONFIG_ARCH_BOARD="nrf52840-dk"
> # CONFIG_ARCH_CHIP_CUSTOM is not set
> # CONFIG_ARCH_TOOLCHAIN_IAR is not set
> CONFIG_ARCH_TOOLCHAIN_GNU=y
> # CONFIG_ARCH_GNU_NO_WEAKFUNCTIONS is not set
> # CONFIG_ARCH_SIZET_LONG is not set
> 
> #
> # Architecture Options
> #
> # CONFIG_ARCH_NOINTC is not set
> # CONFIG_ARCH_VECNOTIRQ is not set
> CONFIG_ARCH_HAVE_IRQTRIGGER=y
> # CONFIG_ARCH_DMA is not set
> CONFIG_ARCH_HAVE_IRQPRIO=y
> # CONFIG_ARCH_ICACHE is not set
> # CONFIG_ARCH_DCACHE is not set
> # CONFIG_ARCH_L2CACHE is not set
> # CONFIG_ARCH_HAVE_ADDRENV is not set
> # CONFIG_ARCH_NEED_ADDRENV_MAPPING is not set
> # CONFIG_ARCH_HAVE_MODULE_TEXT is not set
> # CONFIG_ARCH_HAVE_MULTICPU is not set
> CONFIG_ARCH_HAVE_VFORK=y
> CONFIG_ARCH_HAVE_FPU=y
> # CONFIG_ARCH_HAVE_DPFPU is not set
> CONFIG_ARCH_HAVE_LAZYFPU=y
> # CONFIG_ARCH_HAVE_MMU is not set
> # CONFIG_ARCH_HAVE_MPU is not set
> # CONFIG_ARCH_NAND_HWECC is not set
> # CONFIG_ARCH_HAVE_EXTCLK is not set
> # CONFIG_ARCH_HAVE_POWEROFF is not set
> # CONFIG_ARCH_HAVE_PROGMEM is not set
> CONFIG_ARCH_HAVE_RESET=y
> CONFIG_ARCH_HAVE_TESTSET=y
> # CONFIG_ARCH_HAVE_FETCHADD is not set
> # CONFIG_ARCH_HAVE_RTC_SUBSECONDS is not set
> CONFIG_ARCH_HAVE_SYSCALL_HOOKS=y
> # CONFIG_ARCH_FPU is not set
> CONFIG_ARCH_IRQPRIO=y
> CONFIG_ARCH_STACKDUMP=y
> # CONFIG_ENDIAN_BIG is not set
> # CONFIG_ARCH_IDLE_CUSTOM is not set
> # CONFIG_ARCH_HAVE_RAMFUNCS is not set
> CONFIG_ARCH_HAVE_RAMVECTORS=y
> CONFIG_ARCH_RAMVECTORS=y
> # CONFIG_ARCH_MINIMAL_VECTORTABLE is not set
> 
> #
> # Board Settings
> #
> CONFIG_BOARD_LOOPSPERMSEC=5500
> 
> #
> # Interrupt options
> #
> CONFIG_ARCH_HAVE_INTERRUPTSTACK=y
> CONFIG_ARCH_INTERRUPTSTACK=0
> CONFIG_ARCH_HAVE_HIPRI_INTERRUPT=y
> # CONFIG_ARCH_HIPRI_INTERRUPT is not set
> 
> #
> # Boot options
> #
> # CONFIG_BOOT_RUNFROMEXTSRAM is not set
> CONFIG_BOOT_RUNFROMFLASH=y
> # CONFIG_BOOT_RUNFROMISRAM is not set
> # CONFIG_BOOT_RUNFROMSDRAM is not set
> # CONFIG_BOOT_COPYTORAM is not set
> 
> #
> # Boot Memory Configuration
> #
> CONFIG_RAM_START=0x20000000
> CONFIG_RAM_SIZE=65535
> # CONFIG_ARCH_HAVE_SDRAM is not set
> 
> #
> # Board Selection
> #
> # CONFIG_ARCH_BOARD_NRF52832_DK is not set
> # CONFIG_ARCH_BOARD_NRF52_FEATHER is not set
> # CONFIG_ARCH_BOARD_NRF52832_SPARKFUN is not set
> # CONFIG_ARCH_BOARD_NRF52832_MDK is not set
> CONFIG_ARCH_BOARD_NRF52840_DK=y
> # CONFIG_ARCH_BOARD_NRF52840_DONGLE is not set
> # CONFIG_ARCH_BOARD_CUSTOM is not set
> 
> #
> # Common Board Options
> #
> CONFIG_ARCH_HAVE_LEDS=y
> # CONFIG_ARCH_LEDS is not set
> CONFIG_ARCH_HAVE_BUTTONS=y
> # CONFIG_ARCH_BUTTONS is not set
> 
> #
> # Board-Specific Options
> #
> # CONFIG_NRF52840DK_HIGHPRI is not set
> 
> #
> # Board-Common Options
> #
> # CONFIG_BOARD_CRASHDUMP is not set
> CONFIG_LIB_BOARDCTL=y
> # CONFIG_BOARDCTL_FINALINIT is not set
> # CONFIG_BOARDCTL_RESET is not set
> # CONFIG_BOARDCTL_UNIQUEID is not set
> CONFIG_BOARDCTL_MKRD=y
> # CONFIG_BOARDCTL_ROMDISK is not set
> # CONFIG_BOARDCTL_APP_SYMTAB is not set
> # CONFIG_BOARDCTL_TESTSET is not set
> # CONFIG_BOARDCTL_IOCTL is not set
> 
> #
> # RTOS Features
> #
> CONFIG_DISABLE_OS_API=y
> # CONFIG_DISABLE_POSIX_TIMERS is not set
> # CONFIG_DISABLE_PTHREAD is not set
> # CONFIG_DISABLE_MQUEUE is not set
> # CONFIG_DISABLE_ENVIRON is not set
> 
> #
> # Clocks and Timers
> #
> CONFIG_ARCH_HAVE_TICKLESS=y
> # CONFIG_SCHED_TICKLESS is not set
> CONFIG_USEC_PER_TICK=10000
> # CONFIG_SYSTEMTICK_HOOK is not set
> # CONFIG_SYSTEM_TIME64 is not set
> # CONFIG_CLOCK_MONOTONIC is not set
> CONFIG_ARCH_HAVE_TIMEKEEPING=y
> # CONFIG_JULIAN_TIME is not set
> CONFIG_START_YEAR=2018
> CONFIG_START_MONTH=3
> CONFIG_START_DAY=26
> CONFIG_PREALLOC_TIMERS=4
> 
> #
> # Tasks and Scheduling
> #
> # CONFIG_SPINLOCK is not set
> # CONFIG_IRQCHAIN is not set
> # CONFIG_IRQCOUNT is not set
> # CONFIG_INIT_NONE is not set
> CONFIG_INIT_ENTRYPOINT=y
> # CONFIG_INIT_FILEPATH is not set
> CONFIG_INIT_ARGS=""
> CONFIG_USER_ENTRYPOINT="nsh_main"
> CONFIG_USERMAIN_STACKSIZE=2048
> CONFIG_USERMAIN_PRIORITY=100
> CONFIG_RR_INTERVAL=200
> # CONFIG_SCHED_SPORADIC is not set
> CONFIG_TASK_NAME_SIZE=0
> CONFIG_MAX_TASKS=16
> # CONFIG_SCHED_HAVE_PARENT is not set
> CONFIG_SCHED_WAITPID=y
> # CONFIG_SCHED_USER_IDENTITY is not set
> 
> #
> # Pthread Options
> #
> CONFIG_PTHREAD_MUTEX_TYPES=y
> CONFIG_PTHREAD_MUTEX_ROBUST=y
> # CONFIG_PTHREAD_MUTEX_UNSAFE is not set
> # CONFIG_PTHREAD_MUTEX_BOTH is not set
> # CONFIG_PTHREAD_CLEANUP is not set
> # CONFIG_CANCELLATION_POINTS is not set
> 
> #
> # Performance Monitoring
> #
> # CONFIG_SCHED_SUSPENDSCHEDULER is not set
> # CONFIG_SCHED_RESUMESCHEDULER is not set
> # CONFIG_SCHED_IRQMONITOR is not set
> # CONFIG_SCHED_CRITMONITOR is not set
> # CONFIG_SCHED_CPULOAD is not set
> # CONFIG_SCHED_INSTRUMENTATION is not set
> 
> #
> # Files and I/O
> #
> CONFIG_DEV_CONSOLE=y
> # CONFIG_FDCLONE_DISABLE is not set
> # CONFIG_FDCLONE_STDIO is not set
> CONFIG_SDCLONE_DISABLE=y
> CONFIG_NFILE_DESCRIPTORS_PER_BLOCK=8
> CONFIG_FILE_STREAM=y
> CONFIG_NAME_MAX=32
> CONFIG_PATH_MAX=256
> # CONFIG_PRIORITY_INHERITANCE is not set
> 
> #
> # RTOS hooks
> #
> # CONFIG_BOARD_EARLY_INITIALIZE is not set
> # CONFIG_BOARD_LATE_INITIALIZE is not set
> # CONFIG_SCHED_STARTHOOK is not set
> # CONFIG_SCHED_ATEXIT is not set
> # CONFIG_SCHED_ONEXIT is not set
> 
> #
> # Signal Configuration
> #
> CONFIG_SIG_PREALLOC_IRQ_ACTIONS=8
> CONFIG_SIG_EVTHREAD=y
> CONFIG_SIG_DEFAULT=y
> 
> #
> # Per-signal Default Actions
> #
> # CONFIG_SIG_SIGUSR1_ACTION is not set
> # CONFIG_SIG_SIGUSR2_ACTION is not set
> # CONFIG_SIG_SIGALRM_ACTION is not set
> CONFIG_SIG_SIGSTOP_ACTION=y
> CONFIG_SIG_SIGKILL_ACTION=y
> CONFIG_SIG_SIGPIPE_ACTION=y
> 
> #
> # Signal Numbers
> #
> 
> #
> # Standard Signal Numbers
> #
> CONFIG_SIG_SIGUSR1=1
> CONFIG_SIG_SIGUSR2=2
> CONFIG_SIG_SIGALRM=3
> CONFIG_SIG_STOP=6
> CONFIG_SIG_TSTP=7
> CONFIG_SIG_CONT=8
> CONFIG_SIG_KILL=9
> CONFIG_SIG_INT=10
> CONFIG_SIG_QUIT=11
> CONFIG_SIG_TERM=12
> CONFIG_SIG_PIPE=13
> 
> #
> # Non-standard Signal Numbers
> #
> CONFIG_SIG_SIGCONDTIMEDOUT=16
> CONFIG_SIG_SIGWORK=17
> 
> #
> # POSIX Message Queue Options
> #
> CONFIG_PREALLOC_MQ_MSGS=4
> CONFIG_PREALLOC_MQ_IRQ_MSGS=8
> CONFIG_MQ_MAXMSGSIZE=32
> # CONFIG_MODULE is not set
> 
> #
> # Work queue support
> #
> CONFIG_SCHED_WORKQUEUE=y
> # CONFIG_WQUEUE_NOTIFIER is not set
> CONFIG_SCHED_HPWORK=y
> CONFIG_SCHED_HPNTHREADS=1
> CONFIG_SCHED_HPWORKPRIORITY=224
> CONFIG_SCHED_HPWORKSTACKSIZE=2048
> CONFIG_SCHED_LPWORK=y
> CONFIG_SCHED_LPNTHREADS=1
> CONFIG_SCHED_LPWORKPRIORITY=100
> CONFIG_SCHED_LPWORKSTACKSIZE=2048
> 
> #
> # Stack and heap information
> #
> CONFIG_DEFAULT_TASK_STACKSIZE=2048
> CONFIG_IDLETHREAD_STACKSIZE=1024
> CONFIG_PTHREAD_STACK_MIN=256
> CONFIG_PTHREAD_STACK_DEFAULT=2048
> # CONFIG_LIB_SYSCALL is not set
> 
> #
> # Device Drivers
> #
> # CONFIG_DEV_SIMPLE_ADDRENV is not set
> CONFIG_DEV_NULL=y
> # CONFIG_DEV_ZERO is not set
> CONFIG_DRVR_MKRD=y
> CONFIG_ARCH_HAVE_RDWR_MEM_CPU_RUN=y
> # CONFIG_LWL_CONSOLE is not set
> 
> #
> # Buffering
> #
> # CONFIG_DRVR_WRITEBUFFER is not set
> # CONFIG_DRVR_READAHEAD is not set
> # CONFIG_SPECIFIC_DRIVERS is not set
> # CONFIG_DEV_URANDOM is not set
> # CONFIG_DEV_LOOP is not set
> # CONFIG_ARCH_HAVE_CAN_ERRORS is not set
> # CONFIG_CAN is not set
> # CONFIG_ARCH_HAVE_I2CRESET is not set
> # CONFIG_I2C is not set
> # CONFIG_ARCH_HAVE_SPI_CRCGENERATION is not set
> # CONFIG_ARCH_HAVE_SPI_CS_CONTROL is not set
> CONFIG_ARCH_HAVE_SPI_BITORDER=y
> # CONFIG_SPI is not set
> # CONFIG_I2S is not set
> 
> #
> # Timer Driver Support
> #
> # CONFIG_ARCH_HAVE_PWM_PULSECOUNT is not set
> CONFIG_ARCH_HAVE_PWM_MULTICHAN=y
> # CONFIG_PWM is not set
> CONFIG_TIMER=y
> CONFIG_TIMER_ARCH=y
> # CONFIG_ONESHOT is not set
> # CONFIG_RTC is not set
> # CONFIG_WATCHDOG is not set
> # CONFIG_ANALOG is not set
> # CONFIG_DRIVERS_AUDIO is not set
> # CONFIG_FB_CMAP is not set
> # CONFIG_FB_TRANSPARENCY is not set
> # CONFIG_FB_UPDATE is not set
> # CONFIG_FB_SYNC is not set
> # CONFIG_FB_OVERLAY is not set
> # CONFIG_DRIVERS_VIDEO is not set
> CONFIG_BCH=y
> # CONFIG_INPUT is not set
> 
> #
> # IO Expander/GPIO Support
> #
> # CONFIG_IOEXPANDER is not set
> # CONFIG_DEV_GPIO is not set
> 
> #
> # LCD Driver Support
> #
> # CONFIG_LCD is not set
> 
> #
> # Character/Segment LCD Devices
> #
> # CONFIG_SLCD is not set
> 
> #
> # Other LCD-related Devices
> #
> # CONFIG_LCD_OTHER is not set
> 
> #
> # LED Support
> #
> # CONFIG_USERLED is not set
> # CONFIG_LEDS_APA102 is not set
> # CONFIG_LEDS_MAX7219 is not set
> # CONFIG_RGBLED is not set
> # CONFIG_PCA9635PW is not set
> # CONFIG_NCP5623C is not set
> # CONFIG_WS2812 is not set
> # CONFIG_ARCH_HAVE_SDIO is not set
> # CONFIG_ARCH_HAVE_SDIOWAIT_WRCOMPLETE is not set
> # CONFIG_ARCH_HAVE_SDIO_PREFLIGHT is not set
> # CONFIG_MMCSD is not set
> # CONFIG_MODEM is not set
> # CONFIG_MTD is not set
> # CONFIG_EEPROM is not set
> # CONFIG_EFUSE is not set
> CONFIG_NETDEVICES=y
> 
> #
> # General Ethernet MAC Driver Options
> #
> # CONFIG_NETDEV_TELNET is not set
> 
> #
> # External Ethernet MAC Device Support
> #
> # CONFIG_NET_DM90x0 is not set
> # CONFIG_ENC28J60 is not set
> # CONFIG_ENCX24J600 is not set
> # CONFIG_NET_FTMAC100 is not set
> # CONFIG_NET_LAN91C111 is not set
> # CONFIG_PIPES is not set
> # CONFIG_PM is not set
> # CONFIG_DRIVERS_POWERLED is not set
> # CONFIG_DRIVERS_SMPS is not set
> # CONFIG_POWER is not set
> # CONFIG_SENSORS is not set
> CONFIG_ARCH_HAVE_SERIAL_TERMIOS=y
> CONFIG_SERIAL=y
> # CONFIG_SERIAL_REMOVABLE is not set
> CONFIG_SERIAL_CONSOLE=y
> # CONFIG_16550_UART is not set
> # CONFIG_OTHER_UART_SERIALDRIVER is not set
> CONFIG_MCU_SERIAL=y
> CONFIG_STANDARD_SERIAL=y
> CONFIG_SERIAL_NPOLLWAITERS=4
> # CONFIG_SERIAL_IFLOWCONTROL is not set
> # CONFIG_SERIAL_RS485CONTROL is not set
> # CONFIG_SERIAL_OFLOWCONTROL is not set
> # CONFIG_SERIAL_TXDMA is not set
> # CONFIG_SERIAL_RXDMA is not set
> # CONFIG_SERIAL_TERMIOS is not set
> CONFIG_UART0_SERIAL_CONSOLE=y
> # CONFIG_OTHER_SERIAL_CONSOLE is not set
> # CONFIG_NO_SERIAL_CONSOLE is not set
> # CONFIG_UART_SERIALDRIVER is not set
> CONFIG_UART0_SERIALDRIVER=y
> # CONFIG_UART1_SERIALDRIVER is not set
> # CONFIG_UART2_SERIALDRIVER is not set
> # CONFIG_UART3_SERIALDRIVER is not set
> # CONFIG_UART4_SERIALDRIVER is not set
> # CONFIG_UART5_SERIALDRIVER is not set
> # CONFIG_UART6_SERIALDRIVER is not set
> # CONFIG_UART7_SERIALDRIVER is not set
> # CONFIG_UART8_SERIALDRIVER is not set
> 
> #
> # UART0 Configuration
> #
> CONFIG_UART0_RXBUFSIZE=256
> CONFIG_UART0_TXBUFSIZE=256
> CONFIG_UART0_BAUD=115200
> CONFIG_UART0_BITS=8
> CONFIG_UART0_PARITY=0
> CONFIG_UART0_2STOP=0
> # CONFIG_UART0_IFLOWCONTROL is not set
> # CONFIG_UART0_OFLOWCONTROL is not set
> # CONFIG_UART0_RXDMA is not set
> # CONFIG_UART0_TXDMA is not set
> # CONFIG_LPUART_SERIALDRIVER is not set
> # CONFIG_LPUART0_SERIALDRIVER is not set
> # CONFIG_LPUART1_SERIALDRIVER is not set
> # CONFIG_LPUART2_SERIALDRIVER is not set
> # CONFIG_LPUART3_SERIALDRIVER is not set
> # CONFIG_LPUART4_SERIALDRIVER is not set
> # CONFIG_LPUART5_SERIALDRIVER is not set
> # CONFIG_LPUART6_SERIALDRIVER is not set
> # CONFIG_LPUART7_SERIALDRIVER is not set
> # CONFIG_LPUART8_SERIALDRIVER is not set
> # CONFIG_USART0_SERIALDRIVER is not set
> # CONFIG_USART1_SERIALDRIVER is not set
> # CONFIG_USART2_SERIALDRIVER is not set
> # CONFIG_USART3_SERIALDRIVER is not set
> # CONFIG_USART4_SERIALDRIVER is not set
> # CONFIG_USART5_SERIALDRIVER is not set
> # CONFIG_USART6_SERIALDRIVER is not set
> # CONFIG_USART7_SERIALDRIVER is not set
> # CONFIG_USART8_SERIALDRIVER is not set
> # CONFIG_USART9_SERIALDRIVER is not set
> # CONFIG_SCI0_SERIALDRIVER is not set
> # CONFIG_SCI1_SERIALDRIVER is not set
> # CONFIG_SCI2_SERIALDRIVER is not set
> # CONFIG_SCI3_SERIALDRIVER is not set
> # CONFIG_SCI4_SERIALDRIVER is not set
> # CONFIG_SCI5_SERIALDRIVER is not set
> # CONFIG_SCI6_SERIALDRIVER is not set
> # CONFIG_SCI7_SERIALDRIVER is not set
> # CONFIG_SCI8_SERIALDRIVER is not set
> # CONFIG_SCI9_SERIALDRIVER is not set
> # CONFIG_SCI10_SERIALDRIVER is not set
> # CONFIG_SCI11_SERIALDRIVER is not set
> # CONFIG_SCI12_SERIALDRIVER is not set
> # CONFIG_PSEUDOTERM is not set
> # CONFIG_USBDEV is not set
> # CONFIG_USBHOST_HAVE_ASYNCH is not set
> # CONFIG_USBHOST is not set
> # CONFIG_USBMISC is not set
> # CONFIG_HAVE_USBTRACE is not set
> CONFIG_DRIVERS_WIRELESS=y
> # CONFIG_WL_CC1101 is not set
> # CONFIG_WL_GS2200M is not set
> # CONFIG_WL_SPIRIT is not set
> # CONFIG_SPIRIT_NETDEV is not set
> # CONFIG_DRIVERS_IEEE802154 is not set
> # CONFIG_DRIVERS_IEEE80211 is not set
> CONFIG_DRIVERS_BLUETOOTH=y
> CONFIG_BLUETOOTH_UART=y
> CONFIG_BLUETOOTH_UART_GENERIC=y
> # CONFIG_BLUETOOTH_UART_SHIM is not set
> # CONFIG_BLUETOOTH_BCM4343X is not set
> CONFIG_BLUETOOTH_UART_OTHER=y
> # CONFIG_BLUETOOTH_NULL is not set
> # CONFIG_DRIVERS_LPWAN is not set
> # CONFIG_WL_NRF24L01 is not set
> # CONFIG_DRIVERS_CONTACTLESS is not set
> # CONFIG_1WIRE is not set
> 
> #
> # System Logging
> #
> # CONFIG_ARCH_SYSLOG is not set
> CONFIG_SYSLOG_MAX_CHANNELS=1
> # CONFIG_RAMLOG is not set
> # CONFIG_SYSLOG_BUFFER is not set
> # CONFIG_SYSLOG_INTBUFFER is not set
> # CONFIG_SYSLOG_TIMESTAMP is not set
> # CONFIG_SYSLOG_PRIORITY is not set
> # CONFIG_SYSLOG_PROCESS_NAME is not set
> # CONFIG_SYSLOG_PROCESSID is not set
> # CONFIG_SYSLOG_PREFIX is not set
> # CONFIG_SYSLOG_COLOR_OUTPUT is not set
> # CONFIG_SYSLOG_CHAR is not set
> # CONFIG_SYSLOG_CONSOLE is not set
> CONFIG_SYSLOG_DEFAULT=y
> # CONFIG_SYSLOG_FILE is not set
> # CONFIG_CONSOLE_SYSLOG is not set
> # CONFIG_SYSLOG_CHARDEV is not set
> # CONFIG_DRIVERS_RF is not set
> # CONFIG_DRIVERS_RC is not set
> # CONFIG_MOTOR is not set
> 
> #
> # Networking Support
> #
> CONFIG_ARCH_HAVE_NET=y
> # CONFIG_ARCH_HAVE_PHY is not set
> # CONFIG_ARCH_PHY_INTERRUPT is not set
> # CONFIG_ARCH_PHY_POLLED is not set
> # CONFIG_ARCH_HAVE_NETDEV_STATISTICS is not set
> # CONFIG_NET_WRITE_BUFFERS is not set
> CONFIG_NET_READAHEAD=y
> # CONFIG_NET_MCASTGROUP is not set
> CONFIG_NET=y
> # CONFIG_NET_PROMISCUOUS is not set
> 
> #
> # Driver buffer configuration
> #
> CONFIG_NET_ETH_PKTSIZE=590
> CONFIG_NET_GUARDSIZE=2
> 
> #
> # Link layer support
> #
> CONFIG_NET_ETHERNET=y
> # CONFIG_NET_LOOPBACK is not set
> # CONFIG_NET_SLIP is not set
> # CONFIG_NET_TUN is not set
> CONFIG_NETDEV_LATEINIT=y
> 
> #
> # Network Device Operations
> #
> CONFIG_NETDEV_IOCTL=y
> # CONFIG_NETDEV_PHY_IOCTL is not set
> # CONFIG_NETDEV_WIRELESS_IOCTL is not set
> # CONFIG_NETDEV_IFINDEX is not set
> # CONFIG_NETDOWN_NOTIFIER is not set
> 
> #
> # Internet Protocol Selection
> #
> CONFIG_NET_IPv4=y
> # CONFIG_NET_IPv6 is not set
> # CONFIG_NET_IPFORWARD is not set
> 
> #
> # Socket Support
> #
> CONFIG_NET_NACTIVESOCKETS=16
> # CONFIG_NET_SOCKOPTS is not set
> # CONFIG_NET_TCPPROTO_OPTIONS is not set
> # CONFIG_NET_UDPPROTO_OPTIONS is not set
> # CONFIG_NET_CANPROTO_OPTIONS is not set
> 
> #
> # Raw Socket Support
> #
> # CONFIG_NET_PKT is not set
> 
> #
> # Unix Domain Socket Support
> #
> # CONFIG_NET_LOCAL is not set
> 
> #
> # Rpmsg Socket Support
> #
> # CONFIG_NET_RPMSG is not set
> 
> #
> # SocketCAN Support
> #
> # CONFIG_NET_CAN is not set
> 
> #
> # Netlink Socket Support
> #
> # CONFIG_NET_NETLINK is not set
> 
> #
> # TCP/IP Networking
> #
> CONFIG_NET_TCP=y
> # CONFIG_NET_TCP_NO_STACK is not set
> # CONFIG_NET_TCP_DELAYED_ACK is not set
> # CONFIG_NET_TCP_KEEPALIVE is not set
> # CONFIG_NET_TCPURGDATA is not set
> CONFIG_NET_TCP_CONNS=8
> CONFIG_NET_TCP_NPOLLWAITERS=1
> CONFIG_NET_TCP_RTO=3
> CONFIG_NET_TCP_WAIT_TIMEOUT=120
> CONFIG_NET_MAX_LISTENPORTS=20
> CONFIG_NET_TCP_FAST_RETRANSMIT_WATERMARK=3
> # CONFIG_NET_TCP_NOTIFIER is not set
> # CONFIG_NET_TCP_WRITE_BUFFERS is not set
> # CONFIG_NET_TCPBACKLOG is not set
> # CONFIG_NET_TCP_SPLIT is not set
> # CONFIG_NET_SENDFILE is not set
> 
> #
> # UDP Networking
> #
> CONFIG_NET_UDP=y
> # CONFIG_NET_UDP_NO_STACK is not set
> # CONFIG_NET_BROADCAST is not set
> # CONFIG_NET_UDP_BINDTODEVICE is not set
> # CONFIG_NET_UDP_CHECKSUMS is not set
> CONFIG_NET_UDP_CONNS=8
> CONFIG_NET_UDP_NPOLLWAITERS=1
> # CONFIG_NET_UDP_WRITE_BUFFERS is not set
> # CONFIG_NET_UDP_NOTIFIER is not set
> 
> #
> # Bluetooth socket support
> #
> CONFIG_NET_BLUETOOTH=y
> CONFIG_NET_BLUETOOTH_NCONNS=4
> CONFIG_NET_BLUETOOTH_NCONTAINERS=8
> CONFIG_NET_BLUETOOTH_BACKLOG=8
> 
> #
> # IEEE 802.15.4 socket support
> #
> 
> #
> # ICMP Networking Support
> #
> # CONFIG_NET_ICMP is not set
> # CONFIG_NET_ICMP_NO_STACK is not set
> # CONFIG_NET_IGMP is not set
> 
> #
> # ARP Configuration
> #
> CONFIG_NET_ARP=y
> CONFIG_NET_ARPTAB_SIZE=16
> CONFIG_NET_ARP_MAXAGE=120
> # CONFIG_NET_ARP_IPIN is not set
> # CONFIG_NET_ARP_SEND is not set
> 
> #
> # User-space networking stack API
> #
> # CONFIG_NET_USRSOCK is not set
> # CONFIG_NET_ARCH_INCR32 is not set
> # CONFIG_NET_ARCH_CHKSUM is not set
> # CONFIG_NET_STATISTICS is not set
> # CONFIG_NET_HAVE_STAR is not set
> 
> #
> # Network Topologies
> #
> 
> #
> # Routing Table Configuration
> #
> # CONFIG_NET_ROUTE is not set
> 
> #
> # Crypto API
> #
> # CONFIG_CRYPTO is not set
> 
> #
> # File Systems
> #
> 
> #
> # File system configuration
> #
> # CONFIG_DISABLE_MOUNTPOINT is not set
> # CONFIG_FS_AUTOMOUNTER is not set
> CONFIG_FS_NEPOLL_DESCRIPTORS=8
> # CONFIG_DISABLE_PSEUDOFS_OPERATIONS is not set
> # CONFIG_PSEUDOFS_SOFTLINKS is not set
> # CONFIG_EVENT_FD is not set
> # CONFIG_FS_AIO is not set
> # CONFIG_FS_NAMED_SEMAPHORES is not set
> CONFIG_FS_MQUEUE_MPATH="/var/mqueue"
> CONFIG_FS_MQUEUE_NPOLLWAITERS=4
> # CONFIG_FS_RAMMAP is not set
> 
> #
> # Partition Table
> #
> # CONFIG_PTABLE_PARTITION is not set
> CONFIG_FS_FAT=y
> CONFIG_FAT_LCNAMES=y
> CONFIG_FAT_LFN=y
> CONFIG_FAT_MAXFNAME=32
> # CONFIG_FAT_LFN_ALIAS_HASH is not set
> # CONFIG_FAT_LFN_UTF8 is not set
> CONFIG_FAT_LFN_ALIAS_TRAILCHARS=0
> # CONFIG_FS_FATTIME is not set
> # CONFIG_FAT_FORCE_INDIRECT is not set
> # CONFIG_FAT_DMAMEMORY is not set
> # CONFIG_FAT_DIRECT_RETRY is not set
> # CONFIG_NFS is not set
> # CONFIG_FS_NXFFS is not set
> # CONFIG_FS_ROMFS is not set
> # CONFIG_FS_CROMFS is not set
> # CONFIG_FS_TMPFS is not set
> # CONFIG_FS_SMARTFS is not set
> # CONFIG_FS_BINFS is not set
> CONFIG_FS_PROCFS=y
> # CONFIG_FS_PROCFS_REGISTER is not set
> 
> #
> # Exclude individual procfs entries
> #
> # CONFIG_FS_PROCFS_EXCLUDE_PROCESS is not set
> CONFIG_FS_PROCFS_EXCLUDE_ENVIRON=y
> # CONFIG_FS_PROCFS_EXCLUDE_BLOCKS is not set
> # CONFIG_FS_PROCFS_EXCLUDE_MOUNT is not set
> # CONFIG_FS_PROCFS_EXCLUDE_USAGE is not set
> # CONFIG_FS_PROCFS_EXCLUDE_UPTIME is not set
> # CONFIG_FS_PROCFS_EXCLUDE_VERSION is not set
> # CONFIG_FS_PROCFS_EXCLUDE_MEMINFO is not set
> # CONFIG_FS_PROCFS_EXCLUDE_IOBINFO is not set
> # CONFIG_FS_PROCFS_EXCLUDE_MOUNTS is not set
> # CONFIG_FS_PROCFS_EXCLUDE_NET is not set
> # CONFIG_FS_SPIFFS is not set
> # CONFIG_FS_LITTLEFS is not set
> # CONFIG_FS_UNIONFS is not set
> # CONFIG_FS_HOSTFS is not set
> 
> #
> # Graphics Support
> #
> # CONFIG_NX is not set
> # CONFIG_NXFONTS is not set
> 
> #
> # Font Cache Pixel Depths
> #
> # CONFIG_NXFONTS_DISABLE_1BPP is not set
> # CONFIG_NXFONTS_DISABLE_2BPP is not set
> # CONFIG_NXFONTS_DISABLE_4BPP is not set
> # CONFIG_NXFONTS_DISABLE_8BPP is not set
> # CONFIG_NXFONTS_DISABLE_16BPP is not set
> # CONFIG_NXFONTS_DISABLE_24BPP is not set
> # CONFIG_NXFONTS_DISABLE_32BPP is not set
> CONFIG_NXFONTS_PACKEDMSFIRST=y
> # CONFIG_NXGLIB is not set
> 
> #
> # Memory Management
> #
> CONFIG_MM_DEFAULT_MANAGER=y
> # CONFIG_MM_CUSTOMIZE_MANAGER is not set
> # CONFIG_MM_SMALL is not set
> CONFIG_MM_REGIONS=2
> # CONFIG_ARCH_HAVE_HEAP2 is not set
> # CONFIG_GRAN is not set
> # CONFIG_MM_FILL_ALLOCATIONS is not set
> # CONFIG_MM_CIRCBUF is not set
> 
> #
> # Common I/O Buffer Support
> #
> CONFIG_MM_IOB=y
> CONFIG_IOB_NBUFFERS=24
> CONFIG_IOB_BUFSIZE=196
> CONFIG_IOB_NCHAINS=24
> CONFIG_IOB_THROTTLE=0
> # CONFIG_IOB_NOTIFIER is not set
> 
> #
> # Audio Support
> #
> # CONFIG_AUDIO is not set
> 
> #
> # Video Support
> #
> 
> #
> # Video subsystem
> #
> # CONFIG_VIDEO is not set
> 
> #
> # Wireless Support
> #
> CONFIG_WIRELESS=y
> CONFIG_WIRELESS_BLUETOOTH=y
> CONFIG_WIRELESS_BLUETOOTH_HOST=y
> CONFIG_BLUETOOTH_MAX_CONN=1
> CONFIG_BLUETOOTH_MAX_PAIRED=1
> CONFIG_BLUETOOTH_MAXSCANDATA=64
> CONFIG_BLUETOOTH_MAXSCANRESULT=8
> CONFIG_BLUETOOTH_MAXDISCOVER=8
> CONFIG_BLUETOOTH_BUFFER_PREALLOC=20
> CONFIG_BLUETOOTH_BUFFER_IRQRESERVE=0
> 
> #
> # Kernel Thread Configuration
> #
> CONFIG_BLUETOOTH_TXCMD_STACKSIZE=2048
> CONFIG_BLUETOOTH_TXCMD_PRIORITY=100
> CONFIG_BLUETOOTH_TXCMD_NMSGS=16
> CONFIG_BLUETOOTH_TXCONN_STACKSIZE=2048
> CONFIG_BLUETOOTH_TXCONN_PRIORITY=100
> CONFIG_BLUETOOTH_TXCONN_NMSGS=16
> # CONFIG_BLUETOOTH_SMP_SELFTEST is not set
> # CONFIG_WIRELESS_IEEE802154 is not set
> # CONFIG_WIRELESS_PKTRADIO is not set
> 
> #
> # Binary Loader
> #
> # CONFIG_BINFMT_DISABLE is not set
> # CONFIG_BINFMT_LOADABLE is not set
> # CONFIG_PIC is not set
> # CONFIG_NXFLAT is not set
> # CONFIG_ELF is not set
> 
> #
> # Library Routines
> #
> 
> #
> # Standard C Library Options
> #
> 
> #
> # Standard C I/O
> #
> # CONFIG_STDIO_DISABLE_BUFFERING is not set
> CONFIG_STDIO_BUFFER_SIZE=64
> CONFIG_STDIO_LINEBUFFER=y
> CONFIG_NUNGET_CHARS=2
> # CONFIG_LIBC_PRINT_LEGACY is not set
> # CONFIG_LIBC_FLOATINGPOINT is not set
> CONFIG_LIBC_LONG_LONG=y
> # CONFIG_LIBC_NUMBERED_ARGS is not set
> # CONFIG_LIBC_SCANSET is not set
> # CONFIG_EOL_IS_CR is not set
> # CONFIG_EOL_IS_LF is not set
> # CONFIG_EOL_IS_BOTH_CRLF is not set
> CONFIG_EOL_IS_EITHER_CRLF=y
> # CONFIG_AUDIO_SRC is not set
> # CONFIG_LIBM is not set
> 
> #
> # Architecture-Specific Support
> #
> CONFIG_ARCH_LOWPUTC=y
> # CONFIG_ARCH_ROMGETC is not set
> # CONFIG_LIBC_ARCH_MEMCPY is not set
> # CONFIG_LIBC_ARCH_MEMCMP is not set
> # CONFIG_LIBC_ARCH_MEMMOVE is not set
> # CONFIG_LIBC_ARCH_MEMSET is not set
> # CONFIG_LIBC_ARCH_STRCHR is not set
> # CONFIG_LIBC_ARCH_STRCMP is not set
> # CONFIG_LIBC_ARCH_STRCPY is not set
> # CONFIG_LIBC_ARCH_STRLCPY is not set
> # CONFIG_LIBC_ARCH_STRNCPY is not set
> # CONFIG_LIBC_ARCH_STRLEN is not set
> # CONFIG_LIBC_ARCH_STRNLEN is not set
> # CONFIG_LIBC_ARCH_ELF is not set
> # CONFIG_ARMV7M_MEMCPY is not set
> # CONFIG_MACHINE_OPTS_ARMV7M is not set
> # CONFIG_LIBM_ARCH_FABSF is not set
> # CONFIG_LIBM_ARCH_SQRTF is not set
> 
> #
> # stdlib Options
> #
> CONFIG_LIB_RAND_ORDER=1
> CONFIG_LIB_HOMEDIR="/"
> CONFIG_LIBC_TMPDIR="/tmp"
> CONFIG_LIBC_MAX_TMPFILE=32
> 
> #
> # Program Execution Options
> #
> # CONFIG_LIBC_EXECFUNCS is not set
> CONFIG_SYMTAB_ORDEREDBYNAME=y
> # CONFIG_SYMTAB_DECORATED is not set
> CONFIG_POSIX_SPAWN_PROXY_STACKSIZE=1024
> CONFIG_TASK_SPAWN_DEFAULT_STACKSIZE=2048
> CONFIG_LIB_HOSTNAME=""
> 
> #
> # errno Decode Support
> #
> # CONFIG_LIBC_STRERROR is not set
> # CONFIG_LIBC_PERROR_STDOUT is not set
> 
> #
> # memcpy/memset Options
> #
> # CONFIG_MEMCPY_VIK is not set
> # CONFIG_MEMSET_OPTSPEED is not set
> 
> #
> # pthread support
> #
> # CONFIG_LIBC_DLFCN is not set
> # CONFIG_LIBC_MODLIB is not set
> # CONFIG_LIBC_GROUP_FILE is not set
> # CONFIG_LIBC_PASSWD_FILE is not set
> # CONFIG_LIBC_WCHAR is not set
> # CONFIG_LIBC_LOCALE is not set
> # CONFIG_LIBC_LZF is not set
> 
> #
> # Time/Time Zone Support
> #
> # CONFIG_LIBC_LOCALTIME is not set
> 
> #
> # Thread Local Storage (TLS)
> #
> # CONFIG_TLS_ALIGNED is not set
> CONFIG_TLS_NELEM=4
> 
> #
> # Network-Related Options
> #
> # CONFIG_LIBC_IPv6_ADDRCONV is not set
> CONFIG_LIBC_NETDB=y
> 
> #
> # NETDB Support
> #
> # CONFIG_LIBC_GAISTRERROR is not set
> CONFIG_NETDB_BUFSIZE=256
> CONFIG_NETDB_MAX_IPADDR=1
> # CONFIG_NETDB_HOSTFILE is not set
> # CONFIG_NETDB_DNSCLIENT is not set
> CONFIG_LIB_SENDFILE_BUFSIZE=512
> 
> #
> # Non-standard Library Support
> #
> # CONFIG_LIB_CRC64_FAST is not set
> # CONFIG_LIB_KBDCODEC is not set
> # CONFIG_LIB_SLCDCODEC is not set
> # CONFIG_LIB_ENVPATH is not set
> # CONFIG_LIB_HEX2BIN is not set
> CONFIG_BUILTIN=y
> 
> #
> # Library Debugging
> #
> # CONFIG_EABI_UNWINDER is not set
> 
> #
> # Basic CXX Support
> #
> # CONFIG_C99_BOOL8 is not set
> # CONFIG_HAVE_CXX is not set
> # CONFIG_LIBDSP is not set
> 
> #
> # Open Asymmetric Multi Processing
> #
> # CONFIG_OPENAMP is not set
> 
> #
> # Application Configuration
> #
> 
> #
> # CAN Utilities
> #
> 
> #
> # Examples
> #
> # CONFIG_EXAMPLES_ABNTCODI is not set
> # CONFIG_EXAMPLES_ADXL372_TEST is not set
> # CONFIG_EXAMPLES_APA102 is not set
> # CONFIG_EXAMPLES_AUDIO_SOUND is not set
> # CONFIG_EXAMPLES_BATTERY is not set
> # CONFIG_EXAMPLES_SIXAXIS is not set
> # CONFIG_EXAMPLES_BRIDGE is not set
> # CONFIG_EXAMPLES_CALIB_UDELAY is not set
> # CONFIG_EXAMPLES_CAMERA is not set
> # CONFIG_EXAMPLES_CCTYPE is not set
> # CONFIG_EXAMPLES_CHARGER is not set
> # CONFIG_EXAMPLES_CHAT is not set
> # CONFIG_EXAMPLES_CHRONO is not set
> # CONFIG_EXAMPLES_CONFIGDATA is not set
> # CONFIG_EXAMPLES_DHCPD is not set
> # CONFIG_EXAMPLES_DHTXX is not set
> # CONFIG_EXAMPLES_DISCOVER is not set
> # CONFIG_EXAMPLES_ESP32_HIMEM is not set
> # CONFIG_EXAMPLES_FTPC is not set
> # CONFIG_EXAMPLES_FTPD is not set
> # CONFIG_EXAMPLES_FXOS8700CQ is not set
> # CONFIG_EXAMPLES_GPS is not set
> # CONFIG_EXAMPLES_HDC1008 is not set
> # CONFIG_EXAMPLES_HELLO is not set
> # CONFIG_EXAMPLES_HIDKBD is not set
> # CONFIG_EXAMPLES_IGMP is not set
> # CONFIG_EXAMPLES_INA219 is not set
> # CONFIG_EXAMPLES_INA226 is not set
> # CONFIG_EXAMPLES_LSM330SPI_TEST is not set
> # CONFIG_EXAMPLES_LVGLDEMO is not set
> # CONFIG_EXAMPLES_MAX31855 is not set
> # CONFIG_EXAMPLES_MEDIA is not set
> # CONFIG_EXAMPLES_MLX90614 is not set
> # CONFIG_EXAMPLES_MODBUS is not set
> # CONFIG_EXAMPLES_MODBUSMASTER is not set
> # CONFIG_EXAMPLES_MOUNT is not set
> # CONFIG_EXAMPLES_NRF24L01_BTLE is not set
> # CONFIG_EXAMPLES_NRF24L01TERM is not set
> # CONFIG_EXAMPLES_NULL is not set
> # CONFIG_EXAMPLES_NXDEMO is not set
> # CONFIG_EXAMPLES_OBD2 is not set
> # CONFIG_EXAMPLES_PCA9635 is not set
> # CONFIG_EXAMPLES_PDCURSES is not set
> # CONFIG_EXAMPLES_POSIXSPAWN is not set
> # CONFIG_EXAMPLES_POWERLED is not set
> # CONFIG_EXAMPLES_POWERMONITOR is not set
> # CONFIG_EXAMPLES_PPPD is not set
> # CONFIG_EXAMPLES_RFID_READUID is not set
> # CONFIG_EXAMPLES_RGBLED is not set
> # CONFIG_EXAMPLES_SENDMAIL is not set
> # CONFIG_EXAMPLES_SERIALBLASTER is not set
> # CONFIG_EXAMPLES_SERIALRX is not set
> # CONFIG_EXAMPLES_SERLOOP is not set
> # CONFIG_EXAMPLES_SLCD is not set
> # CONFIG_EXAMPLES_SMPS is not set
> # CONFIG_EXAMPLES_STAT is not set
> # CONFIG_EXAMPLES_TCPBLASTER is not set
> # CONFIG_EXAMPLES_TCPECHO is not set
> # CONFIG_EXAMPLES_TERMIOS is not set
> # CONFIG_EXAMPLES_TIFF is not set
> # CONFIG_EXAMPLES_TIMER is not set
> # CONFIG_EXAMPLES_TOUCHSCREEN is not set
> # CONFIG_EXAMPLES_UDPBLASTER is not set
> # CONFIG_EXAMPLES_UDP is not set
> # CONFIG_EXAMPLES_UID is not set
> # CONFIG_EXAMPLES_USBSERIAL is not set
> # CONFIG_EXAMPLES_USERFS is not set
> # CONFIG_EXAMPLES_WATCHDOG is not set
> # CONFIG_EXAMPLES_WEBSERVER is not set
> # CONFIG_EXAMPLES_WGET is not set
> # CONFIG_EXAMPLES_XBC_TEST is not set
> # CONFIG_EXAMPLES_XMLRPC is not set
> 
> #
> # File System Utilities
> #
> # CONFIG_FSUTILS_INIFILE is not set
> # CONFIG_FSUTILS_INIH is not set
> # CONFIG_FSUTILS_IPCFG is not set
> CONFIG_FSUTILS_MKFATFS=y
> # CONFIG_FSUTILS_PASSWD is not set
> 
> #
> # GPS Utilities
> #
> # CONFIG_GPSUTILS_MINMEA_LIB is not set
> 
> #
> # Graphics Support
> #
> # CONFIG_GRAPHICS_FT80X is not set
> # CONFIG_GRAPHICS_LVGL is not set
> 
> #
> # NxWidgets
> #
> 
> #
> # NxWM
> #
> # CONFIG_GRAPHICS_PDCURSES is not set
> # CONFIG_TIFF is not set
> 
> #
> # Industrial Applications
> #
> # CONFIG_INDUSTRY_ABNT_CODI_LIB is not set
> # CONFIG_INDUSTRY_FOC is not set
> 
> #
> # Interpreters
> #
> # CONFIG_INTERPRETERS_BAS is not set
> # CONFIG_INTERPRETERS_DUKTAPE is not set
> # CONFIG_INTERPRETERS_FICL is not set
> # CONFIG_INTERPRETERS_MINIBASIC is not set
> # CONFIG_INTERPRETERS_QUICKJS is not set
> # CONFIG_INTERPRETERS_WAMR is not set
> # CONFIG_INTERPRETERS_WASM3 is not set
> 
> #
> # FreeModBus
> #
> # CONFIG_MODBUS is not set
> 
> #
> # Network Utilities
> #
> # CONFIG_NETUTILS_CHAT is not set
> # CONFIG_NETUTILS_CJSON is not set
> # CONFIG_NETUTILS_CODECS is not set
> # CONFIG_NETUTILS_DHCPD is not set
> # CONFIG_NETUTILS_DISCOVER is not set
> # CONFIG_NETUTILS_ESP8266 is not set
> # CONFIG_NETUTILS_FTPC is not set
> # CONFIG_NETUTILS_FTPD is not set
> # CONFIG_NETUTILS_IPERF is not set
> # CONFIG_NETUTILS_LIBCURL4NX is not set
> # CONFIG_NETUTILS_MQTTC is not set
> # CONFIG_NETUTILS_NETCAT is not set
> CONFIG_NETUTILS_NETINIT=y
> # CONFIG_NETINIT_NETLOCAL is not set
> CONFIG_NETINIT_THREAD=y
> CONFIG_NETINIT_THREAD_STACKSIZE=2048
> CONFIG_NETINIT_THREAD_PRIORITY=80
> 
> #
> # IP Address Configuration
> #
> 
> #
> # IPv4 Addresses
> #
> CONFIG_NETINIT_IPADDR=0x0a000002
> CONFIG_NETINIT_DRIPADDR=0x0a000001
> CONFIG_NETINIT_NETMASK=0xffffff00
> # CONFIG_NETINIT_NOMAC is not set
> CONFIG_NETUTILS_NETLIB=y
> # CONFIG_NETUTILS_NETLIB_GENERICURLPARSER is not set
> # CONFIG_NETUTILS_PPPD is not set
> # CONFIG_NETUTILS_SMTP is not set
> # CONFIG_NETUTILS_TELNETC is not set
> # CONFIG_NETUTILS_TELNETD is not set
> # CONFIG_NETUTILS_TFTPC is not set
> # CONFIG_NETUTILS_WEBCLIENT is not set
> # CONFIG_NETUTILS_WEBSERVER is not set
> # CONFIG_NETUTILS_XMLRPC is not set
> 
> #
> # NSH Library
> #
> CONFIG_NSH_LIBRARY=y
> # CONFIG_NSH_MOTD is not set
> 
> #
> # Command Line Configuration
> #
> CONFIG_NSH_PROMPT_STRING="nsh> "
> CONFIG_NSH_READLINE=y
> # CONFIG_NSH_CLE is not set
> CONFIG_NSH_LINELEN=64
> # CONFIG_NSH_DISABLE_SEMICOLON is not set
> CONFIG_NSH_QUOTE=y
> CONFIG_NSH_CMDPARMS=y
> CONFIG_NSH_MAXARGUMENTS=7
> CONFIG_NSH_ARGCAT=y
> CONFIG_NSH_NESTDEPTH=3
> # CONFIG_NSH_DISABLEBG is not set
> # CONFIG_NSH_BUILTIN_APPS is not set
> 
> #
> # Disable Individual commands
> #
> # CONFIG_NSH_DISABLE_ARP is not set
> # CONFIG_NSH_DISABLE_BASENAME is not set
> # CONFIG_NSH_DISABLE_CAT is not set
> # CONFIG_NSH_DISABLE_CD is not set
> # CONFIG_NSH_DISABLE_CP is not set
> # CONFIG_NSH_DISABLE_CMP is not set
> CONFIG_NSH_DISABLE_DATE=y
> # CONFIG_NSH_DISABLE_DD is not set
> # CONFIG_NSH_DISABLE_DF is not set
> # CONFIG_NSH_DISABLE_DIRNAME is not set
> # CONFIG_NSH_DISABLE_ECHO is not set
> # CONFIG_NSH_DISABLE_ENV is not set
> # CONFIG_NSH_DISABLE_EXEC is not set
> # CONFIG_NSH_DISABLE_EXIT is not set
> # CONFIG_NSH_DISABLE_EXPORT is not set
> # CONFIG_NSH_DISABLE_FREE is not set
> # CONFIG_NSH_DISABLE_GET is not set
> # CONFIG_NSH_DISABLE_HELP is not set
> # CONFIG_NSH_DISABLE_HEXDUMP is not set
> # CONFIG_NSH_DISABLE_IFCONFIG is not set
> CONFIG_NSH_DISABLE_IFUPDOWN=y
> # CONFIG_NSH_DISABLE_KILL is not set
> # CONFIG_NSH_DISABLE_LOSETUP is not set
> CONFIG_NSH_DISABLE_LOSMART=y
> # CONFIG_NSH_DISABLE_LS is not set
> CONFIG_NSH_DISABLE_MB=y
> # CONFIG_NSH_DISABLE_MKDIR is not set
> # CONFIG_NSH_DISABLE_MKFATFS is not set
> # CONFIG_NSH_DISABLE_MKRD is not set
> CONFIG_NSH_DISABLE_MH=y
> # CONFIG_NSH_DISABLE_MOUNT is not set
> # CONFIG_NSH_DISABLE_MV is not set
> CONFIG_NSH_DISABLE_MW=y
> CONFIG_NSH_DISABLE_PRINTF=y
> # CONFIG_NSH_DISABLE_PS is not set
> # CONFIG_NSH_DISABLE_PUT is not set
> # CONFIG_NSH_DISABLE_PWD is not set
> # CONFIG_NSH_DISABLE_RM is not set
> # CONFIG_NSH_DISABLE_RMDIR is not set
> # CONFIG_NSH_DISABLE_SET is not set
> # CONFIG_NSH_DISABLE_SOURCE is not set
> # CONFIG_NSH_DISABLE_SLEEP is not set
> # CONFIG_NSH_DISABLE_TIME is not set
> # CONFIG_NSH_DISABLE_TEST is not set
> # CONFIG_NSH_DISABLE_TELNETD is not set
> CONFIG_NSH_DISABLE_TRUNCATE=y
> # CONFIG_NSH_DISABLE_UMOUNT is not set
> # CONFIG_NSH_DISABLE_UNAME is not set
> # CONFIG_NSH_DISABLE_UNSET is not set
> # CONFIG_NSH_DISABLE_USLEEP is not set
> # CONFIG_NSH_DISABLE_WGET is not set
> # CONFIG_NSH_DISABLE_XD is not set
> CONFIG_NSH_MMCSDMINOR=0
> 
> #
> # Configure Command Options
> #
> # CONFIG_NSH_VARS is not set
> # CONFIG_NSH_CMDOPT_DD_STATS is not set
> CONFIG_NSH_CODECS_BUFSIZE=128
> CONFIG_NSH_CMDOPT_HEXDUMP=y
> CONFIG_NSH_PROC_MOUNTPOINT="/proc"
> CONFIG_NSH_FILEIOSIZE=512
> 
> #
> # Scripting Support
> #
> # CONFIG_NSH_DISABLESCRIPT is not set
> # CONFIG_NSH_DISABLE_ITEF is not set
> # CONFIG_NSH_DISABLE_LOOPS is not set
> 
> #
> # Console Configuration
> #
> CONFIG_NSH_CONSOLE=y
> # CONFIG_NSH_ALTCONDEV is not set
> CONFIG_NSH_ARCHINIT=y
> 
> #
> # Networking Configuration
> #
> CONFIG_NSH_NETINIT=y
> CONFIG_NSH_WGET_BUFF_SIZE=512
> # CONFIG_NSH_LOGIN is not set
> # CONFIG_NSH_CONSOLE_LOGIN is not set
> 
> #
> # Platform-specific Support
> #
> # CONFIG_PLATFORM_CONFIGDATA is not set
> 
> #
> # System Libraries and NSH Add-Ons
> #
> # CONFIG_SYSTEM_ADBD is not set
> # CONFIG_SYSTEM_ARGTABLE3 is not set
> # CONFIG_SYSTEM_CLE is not set
> # CONFIG_SYSTEM_CUTERM is not set
> # CONFIG_SYSTEM_EMBEDLOG is not set
> # CONFIG_SYSTEM_HEX2BIN is not set
> # CONFIG_SYSTEM_HEXED is not set
> 
> #
> # libuv async i/o Library
> #
> # CONFIG_LIBUV is not set
> # CONFIG_SYSTEM_NETDB is not set
> CONFIG_SYSTEM_NSH=y
> CONFIG_SYSTEM_NSH_PRIORITY=100
> CONFIG_SYSTEM_NSH_STACKSIZE=2048
> CONFIG_SYSTEM_NSH_PROGNAME="nsh"
> # CONFIG_SYSTEM_NTPC is not set
> # CONFIG_SYSTEM_POPEN is not set
> # CONFIG_SYSTEM_RAMTEST is not set
> CONFIG_READLINE_HAVE_EXTMATCH=y
> CONFIG_SYSTEM_READLINE=y
> CONFIG_READLINE_ECHO=y
> # CONFIG_READLINE_TABCOMPLETION is not set
> # CONFIG_READLINE_CMD_HISTORY is not set
> # CONFIG_SYSTEM_SETLOGMASK is not set
> # CONFIG_SYSTEM_SYSTEM is not set
> # CONFIG_SYSTEM_TEE is not set
> # CONFIG_SYSTEM_TELNET_CHATD is not set
> # CONFIG_SYSTEM_TELNET_CLIENT is not set
> # CONFIG_SYSTEM_TERMCURSES is not set
> # CONFIG_SYSTEM_UBLOXMODEM is not set
> # CONFIG_SYSTEM_VI is not set
> # CONFIG_SYSTEM_ZMODEM is not set
> 
> #
> # Testing
> #
> # CONFIG_TESTING_FATUTF8 is not set
> # CONFIG_TESTING_FSTEST is not set
> # CONFIG_TESTING_GETPRIME is not set
> # CONFIG_TESTING_IRTEST is not set
> # CONFIG_TESTING_LTP is not set
> # CONFIG_TESTING_MM is not set
> # CONFIG_TESTING_NXFFS is not set
> # CONFIG_TESTING_OSTEST is not set
> # CONFIG_TESTING_SCANFTEST is not set
> # CONFIG_TESTING_SENSORTEST is not set
> # CONFIG_TESTING_SMART is not set
> # CONFIG_TESTING_SMART_TEST is not set
> # CONFIG_TESTING_UNITY is not set
> 
> #
> # Wireless Libraries and NSH Add-Ons
> #
> 
> #
> # Bluetooth applications
> #
> CONFIG_BTSAK=y
> 
> #
> # IEEE 802.15.4 applications
> #
> # CONFIG_IEEE802154_I8SAK is not set
> # CONFIG_IEEE802154_LIBMAC is not set
> # CONFIG_IEEE802154_LIBUTILS is not set
> # CONFIG_WIRELESS_IWPAN is not set
> # CONFIG_WIRELESS_WAPI is not set
> 
> I can se bnep0
> 
> nsh> bt bnep0 info
> btnet_ioctl: cmd=8b38 arg=536911328
> btnet_ioctl: ifname: bnep0
> Device: bnep0
> BDAddr: 00:00:00:00:00:00
> Flags:  0000
> Free:   20
>   ACL:  20
>   SCO:  0
> Max:
>   ACL:  24
>   SCO:  0
> MTU:
>   ACL:  70
>   SCO:  70
> Policy: 0
> Type:   0
> nsh>
> 
> But when i try to make a scan
> 
> nsh> bt bnep0 scan start
> btnet_ioctl: cmd=8b44 arg=536911328
> btnet_ioctl: ifname: bnep0
> bt_hci_cmd_create: opcode 200b param_len 7
> bt_buf_alloc: buf 0x20002c28 type 0 reserve 0
> bt_hci_cmd_create: buf 0x20002c28
> bt_buf_extend: buf 0x20002c28 len 3
> bt_buf_extend: buf 0x20002c28 len 7
> bt_buf_addref: buf 0x20002c28 (old) ref 1 type 0
> bt_hci_cmd_send: opcode 200b len 10
> bt_hci_cmd_create: opcode 200c param_len 2
> bt_buf_alloc: buf 0x20002c10 type 0 reserve 0
> bt_hci_cmd_create: buf 0x20002c10
> bt_buf_extend: buf 0x20002c10 len 3
> bt_buf_extend: buf 0x20002c10 len 2
> bt_buf_addref: buf 0x20002c10 (old) ref 1 type 0
> bt_hci_cmd_send_sync: opcode 200c len 5
> bt_buf_addref: buf 0x20002c28 (old) ref 2 type 0
> hci_tx_kthread: Sending command 200b buf 0x20002c28 to driver
> bt_hci_send: passing CMD 8203 to softdevice
> bt_buf_release: buf 0x20002c28 ref 3 type 0
> bt_buf_release: Remaining references: 2
> on_hci: received CMD_COMPLETE from softdevice (opcode: 8203, status: 0xb)
> bt_buf_alloc: buf 0x20002bf8 type 1 reserve 1
> bt_buf_extend: buf 0x20002bf8 len 6
> bt_hci_receive: buf 0x20002bf8 len 6
> priority_rx_work: list 0x20002c64
> priority_rx_work: buf 0x20002bf8 type 1 len 6
> bt_buf_consume: buf 0x20002bf8 len 2
> hci_cmd_complete: opcode 200b
> bt_buf_consume: buf 0x20002bf8 len 3
> hci_cmd_complete: Unhandled opcode 200b
> bt_buf_release: buf 0x20002c28 ref 2 type 0
> bt_buf_release: Remaining references: 1
> bt_buf_release: buf 0x20002bf8 ref 1 type 1
> bt_buf_release: Buffer freed: 0x20002bf8
> bt_buf_addref: buf 0x20002c10 (old) ref 2 type 0
> hci_tx_kthread: Sending command 200c buf 0x20002c10 to driver
> bt_hci_send: passing CMD 8204 to softdevice
> bt_buf_release: buf 0x20002c10 ref 3 type 0
> bt_buf_release: Remaining references: 2
> on_hci: received CMD_COMPLETE from softdevice (opcode: 8204, status: 0xc)
> bt_buf_alloc: buf 0x20002bf8 type 1 reserve 1
> bt_buf_extend: buf 0x20002bf8 len 6
> bt_hci_receive: buf 0x20002bf8 len 6
> priority_rx_work: list 0x20002c64
> priority_rx_work: buf 0x20002bf8 type 1 len 6
> bt_buf_consume: buf 0x20002bf8 len 2
> hci_cmd_complete: opcode 200c
> bt_buf_consume: buf 0x20002bf8 len 3
> hci_cmd_complete: Unhandled opcode 200c
> hci_cmd_done: WARNING: status 18
> bt_buf_release: buf 0x20002c10 ref 2 type 0
> bt_buf_release: Remaining references: 1
> bt_buf_release: buf 0x20002bf8 ref 1 type 1
> bt_buf_release: Buffer freed: 0x20002bf8
> bt_hci_cmd_send_sync: ERROR:  Failed get return parameters
> bt_buf_release: buf 0x20002c10 ref 1 type 0
> bt_buf_release: Buffer freed: 0x20002c10
> bt_hci_start_scanning: ERROR:  bt_hci_cmd_send_sync failed: -5
> btnet_ioctl: Start scan: -5
> ERROR:  ioctl(SIOCBTSCANSTART) failed: 5
> nsh>
> 
> and
> 
> nsh> bt bnep0 scan get
> btnet_ioctl: cmd=8b45 arg=536910860
> btnet_ioctl: ifname: bnep0
> btnet_scan_result: Scanning? NO
> btnet_ioctl: Get scan results: 0
> Scan result:
> nsh>
> 
> Can you give some tip ?  (strange that shows HCI messages)
> 
> Thanks for all!
> 
> 

Reply via email to