feat(ble): Add CI testing for NimBLE host in Blufi and HID examples

This commit is contained in:
zhanghaipeng 2025-01-03 15:41:41 +08:00
parent aa2f136e16
commit 0e25572b4b
5 changed files with 9 additions and 1 deletions

View File

@ -206,6 +206,7 @@
/tools/ @esp-idf-codeowners/tools
/tools/ble/ @esp-idf-codeowners/app-utilities
/tools/bt/ @esp-idf-codeowners/bluetooth
/tools/catch/ @esp-idf-codeowners/ci
/tools/ci/ @esp-idf-codeowners/ci
/tools/cmake/ @esp-idf-codeowners/build-config

View File

@ -132,7 +132,7 @@ static int create_hid_db(int device_index)
return rc;
}
static int ble_hid_create_info_db()
static int ble_hid_create_info_db(void)
{
int rc;

View File

@ -0,0 +1,3 @@
CONFIG_BT_ENABLED=y
CONFIG_BT_NIMBLE_ENABLED=y
CONFIG_BT_NIMBLE_BLUFI_ENABLE=y

View File

@ -0,0 +1,2 @@
CONFIG_BT_ENABLED=y
CONFIG_BT_NIMBLE_ENABLED=y

View File

@ -0,0 +1,2 @@
CONFIG_BT_ENABLED=y
CONFIG_BT_NIMBLE_ENABLED=y