-
Notifications
You must be signed in to change notification settings - Fork 8k
samples: Bluetooth: Classic: Add guide on how to build/run samples #97447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
samples: Bluetooth: Classic: Add guide on how to build/run samples #97447
Conversation
f0397fe
to
7336df1
Compare
samples/bluetooth/classic/index.rst
Outdated
DCONFIG_BT_DEBUG_LOG=y | ||
DCONFIG_LOG_DEFAULT_LEVEL=<log level> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DCONFIG_BT_DEBUG_LOG=y | |
DCONFIG_LOG_DEFAULT_LEVEL=<log level> | |
CONFIG_BT_DEBUG_LOG=y | |
CONFIG_LOG_DEFAULT_LEVEL=<log level> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
.. note:: | ||
If you want to run any bluetooth sample on the mimxrt1170_evk@B device (build using | ||
``-DBOARD=mimxrt1170_evk@B/mimxrt1176/cm7``), the extended Bluetooth module needs to be | ||
installed on the M.2 interface. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it seems a bit too specific to mention the special case of that one particular board in the generic listing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure about it. I added it based on the following reference,
zephyr/samples/bluetooth/bluetooth.rst
Lines 18 to 24 in 4b3cb73
.. note:: | |
If you want to run any bluetooth sample on the nRF5340 device (build using | |
``-DBOARD=nrf5340dk/nrf5340/cpuapp`` or | |
``-DBOARD=nrf5340dk/nrf5340/cpuapp/ns``) you must also build | |
and program the corresponding sample for the nRF5340 network core | |
:zephyr:code-sample:`bluetooth_hci_ipc` which implements the Bluetooth | |
Low Energy controller. |
7336df1
to
ef5760b
Compare
Add guide on how to build and run samples for the Bluetooth Classic. Signed-off-by: Lyle Zhu <[email protected]>
ef5760b
to
e0ad9a1
Compare
|
Add guide on how to build and run samples for the Bluetooth Classic.