zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
9.74k stars 6k forks source link

Bluetooth: Remove legacy debug symbols #72209

Closed theob-pro closed 1 week ago

theob-pro commented 2 weeks ago

The BT_DEBUG_* Kconfig symbols have been deprecated for more than 2 versions, remove them.

Update code that was still using them.

Remove the Bluetooth specific Kconfig.template.log_config_bt and use Kconfig.template.log_config_inherit from the logging subsystem instead, now that the legacy symbols can be removed.

jhedberg commented 1 week ago

@theob-pro there are a few conflicts with documentation files

theob-pro commented 1 week ago

@theob-pro there are a few conflicts with documentation files

Thanks for the ping, I rebased on main