Skip to content

Commit

Permalink
feat(ble): Add CI testing for NimBLE host in Blufi and HID examples
Browse files Browse the repository at this point in the history
  • Loading branch information
esp-zhp committed Jan 7, 2025
1 parent aa2f136 commit 0e25572
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitlab/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion components/esp_hid/src/nimble_hidd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
3 changes: 3 additions & 0 deletions examples/bluetooth/blufi/sdkconfig.ci.nimble
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CONFIG_BT_ENABLED=y
CONFIG_BT_NIMBLE_ENABLED=y
CONFIG_BT_NIMBLE_BLUFI_ENABLE=y
2 changes: 2 additions & 0 deletions examples/bluetooth/esp_hid_device/sdkconfig.ci.nimble
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CONFIG_BT_ENABLED=y
CONFIG_BT_NIMBLE_ENABLED=y
2 changes: 2 additions & 0 deletions examples/bluetooth/esp_hid_host/sdkconfig.ci.nimble
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CONFIG_BT_ENABLED=y
CONFIG_BT_NIMBLE_ENABLED=y

0 comments on commit 0e25572

Please sign in to comment.