mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-17 14:39:55 +00:00
nimble/ll: Add GPIOs for HCI debugging
This adds two new settings which allows to use two GPIO pins to indicate when command is received or event sent by controller. This can be useful for debugging, e.g. to check synchronization between HCI and air activity.
This commit is contained in:
@@ -509,6 +509,14 @@
|
||||
#define MYNEWT_VAL_BLE_LL_CONN_INIT_SLOTS (4)
|
||||
#endif
|
||||
|
||||
#ifndef MYNEWT_VAL_BLE_LL_DBG_HCI_CMD_PIN
|
||||
#define MYNEWT_VAL_BLE_LL_DBG_HCI_CMD_PIN (-1)
|
||||
#endif
|
||||
|
||||
#ifndef MYNEWT_VAL_BLE_LL_DBG_HCI_EV_PIN
|
||||
#define MYNEWT_VAL_BLE_LL_DBG_HCI_EV_PIN (-1)
|
||||
#endif
|
||||
|
||||
#ifndef MYNEWT_VAL_BLE_LL_DIRECT_TEST_MODE
|
||||
#define MYNEWT_VAL_BLE_LL_DIRECT_TEST_MODE (0)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user