This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
fff9180614
zephyr
/
tests
/
bluetooth
/
at
/
prj.conf
7 lines
97 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* The API name space for Bluetooth is bt_* and BT_* so it makes sense to align the Kconfig name space with this. The additional benefit is that this also makes the names shorter. It is also in line with what Linux uses for Bluetooth Kconfig entries. Some Bluetooth-related Networking Kconfig defines are renamed as well in order to be consistent, such as NET_L2_BLUETOOTH. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2017-08-09 14:21:11 +08:00
CONFIG_BT=y
CONFIG_BT_BREDR=y
CONFIG_BT_HFP_HF=y
Bluetooth: AT: Unit test application init AT Module unit testing application to verify at_parse_input, at_parse_cmd_input, at_get_number. Change-Id: I256c0f9b62c13bc6f22eac4b94118b5fc7643462 Signed-off-by: Sathish Narasimman <sathish.narasimman@intel.com>
2017-03-08 16:48:16 +08:00
CONFIG_NET_BUF=y
CONFIG_ZTEST=y
bluetooth: at: enable CONFIG_SERIAL Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-05-19 07:24:07 +08:00
CONFIG_SERIAL=y