component/bt: add Kconfig option "CLASSIC_BT_ENABLED"

This commit is contained in:
wangmengyang
2017-03-16 22:32:27 +08:00
parent aaf0cc00c4
commit b2f52dd22e
7 changed files with 109 additions and 11 deletions

View File

@@ -33,7 +33,7 @@
/* Bt contoller Task */
/* controller */
#define ESP_TASK_BT_CONTROLLER_PRIO (ESP_TASK_PRIO_MAX - 1)
#define ESP_TASK_BT_CONTROLLER_PRIO (ESP_TASK_PRIO_MAX - 2)
#ifdef CONFIG_NEWLIB_NANO_FORMAT
#define BT_TASK_EXTRA_STACK_SIZE (0)
#else