Skip to content

Commit

Permalink
configs: Add an example defconfig for BLE central mouse
Browse files Browse the repository at this point in the history
Add an defconfig for BLE central example application that connects
with BLE HID mouse device.
  • Loading branch information
SPRESENSE committed Nov 27, 2024
1 parent caf881f commit ac161b8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sdk/configs/examples/ble_mouse_central/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
This configuration contains required options to use BLE central example
application that connects with BLE HID mouse device.

[Source path]
examples/ble_mouse_central
5 changes: 5 additions & 0 deletions sdk/configs/examples/ble_mouse_central/defconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+BLUETOOTH=y
+BLUETOOTH_NRF52=y
+EXAMPLES_BLE_MOUSE_CENTRAL=y
+EXTERNALS_MICRO_ECC=y
+EXTERNALS_NRF52=y

0 comments on commit ac161b8

Please sign in to comment.