mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 09:09:10 -04:00
feat(ble): Add CI testing for NimBLE host in Blufi and HID examples
This commit is contained in:
parent
aa2f136e16
commit
0e25572b4b
@ -206,6 +206,7 @@
|
|||||||
|
|
||||||
/tools/ @esp-idf-codeowners/tools
|
/tools/ @esp-idf-codeowners/tools
|
||||||
/tools/ble/ @esp-idf-codeowners/app-utilities
|
/tools/ble/ @esp-idf-codeowners/app-utilities
|
||||||
|
/tools/bt/ @esp-idf-codeowners/bluetooth
|
||||||
/tools/catch/ @esp-idf-codeowners/ci
|
/tools/catch/ @esp-idf-codeowners/ci
|
||||||
/tools/ci/ @esp-idf-codeowners/ci
|
/tools/ci/ @esp-idf-codeowners/ci
|
||||||
/tools/cmake/ @esp-idf-codeowners/build-config
|
/tools/cmake/ @esp-idf-codeowners/build-config
|
||||||
|
@ -132,7 +132,7 @@ static int create_hid_db(int device_index)
|
|||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int ble_hid_create_info_db()
|
static int ble_hid_create_info_db(void)
|
||||||
{
|
{
|
||||||
int rc;
|
int rc;
|
||||||
|
|
||||||
|
3
examples/bluetooth/blufi/sdkconfig.ci.nimble
Normal file
3
examples/bluetooth/blufi/sdkconfig.ci.nimble
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
CONFIG_BT_ENABLED=y
|
||||||
|
CONFIG_BT_NIMBLE_ENABLED=y
|
||||||
|
CONFIG_BT_NIMBLE_BLUFI_ENABLE=y
|
2
examples/bluetooth/esp_hid_device/sdkconfig.ci.nimble
Normal file
2
examples/bluetooth/esp_hid_device/sdkconfig.ci.nimble
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
CONFIG_BT_ENABLED=y
|
||||||
|
CONFIG_BT_NIMBLE_ENABLED=y
|
2
examples/bluetooth/esp_hid_host/sdkconfig.ci.nimble
Normal file
2
examples/bluetooth/esp_hid_host/sdkconfig.ci.nimble
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
CONFIG_BT_ENABLED=y
|
||||||
|
CONFIG_BT_NIMBLE_ENABLED=y
|
Loading…
x
Reference in New Issue
Block a user