Kai Ren / client
Committer:
krenbluetoothsig
Date:
Wed May 02 05:13:51 2018 +0000
Revision:
2:d62a2f9a0874
Child:
7:6512e150f5f6
client; 1. NEW: add prj_bbc_microbit.txt, developer need to rename it as prj_bbc_microbit.conf;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
krenbluetoothsig 2:d62a2f9a0874 1 #CONFIG_INIT_STACKS=y
krenbluetoothsig 2:d62a2f9a0874 2 CONFIG_MAIN_STACK_SIZE=512
krenbluetoothsig 2:d62a2f9a0874 3 #CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=1280
krenbluetoothsig 2:d62a2f9a0874 4 CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
krenbluetoothsig 2:d62a2f9a0874 5 CONFIG_SYS_CLOCK_TICKS_PER_SEC=250
krenbluetoothsig 2:d62a2f9a0874 6 CONFIG_GPIO=y
krenbluetoothsig 2:d62a2f9a0874 7 CONFIG_FLASH=y
krenbluetoothsig 2:d62a2f9a0874 8 CONFIG_SOC_FLASH_NRF5=y
krenbluetoothsig 2:d62a2f9a0874 9 CONFIG_MICROBIT_DISPLAY=y
krenbluetoothsig 2:d62a2f9a0874 10 CONFIG_PWM=y
krenbluetoothsig 2:d62a2f9a0874 11 CONFIG_PWM_NRF5_SW=y
krenbluetoothsig 2:d62a2f9a0874 12
krenbluetoothsig 2:d62a2f9a0874 13 CONFIG_BT=y
krenbluetoothsig 2:d62a2f9a0874 14 CONFIG_BT_RX_STACK_SIZE=1280
krenbluetoothsig 2:d62a2f9a0874 15 CONFIG_BT_CTLR_DUP_FILTER_LEN=0
krenbluetoothsig 2:d62a2f9a0874 16 CONFIG_BT_OBSERVER=y
krenbluetoothsig 2:d62a2f9a0874 17 CONFIG_BT_BROADCASTER=y
krenbluetoothsig 2:d62a2f9a0874 18 CONFIG_BT_PRIVACY=n
krenbluetoothsig 2:d62a2f9a0874 19
krenbluetoothsig 2:d62a2f9a0874 20 CONFIG_BT_MESH=y
krenbluetoothsig 2:d62a2f9a0874 21 CONFIG_BT_MESH_RELAY=y
krenbluetoothsig 2:d62a2f9a0874 22 CONFIG_BT_MESH_RX_SDU_MAX=36
krenbluetoothsig 2:d62a2f9a0874 23 CONFIG_BT_MESH_SUBNET_COUNT=1
krenbluetoothsig 2:d62a2f9a0874 24 CONFIG_BT_MESH_APP_KEY_COUNT=2
krenbluetoothsig 2:d62a2f9a0874 25 CONFIG_BT_MESH_MODEL_GROUP_COUNT=2
krenbluetoothsig 2:d62a2f9a0874 26 CONFIG_BT_MESH_ADV_BUF_COUNT=10
krenbluetoothsig 2:d62a2f9a0874 27 CONFIG_BT_MESH_PB_ADV=n
krenbluetoothsig 2:d62a2f9a0874 28 CONFIG_BT_MESH_CFG_CLI=y
krenbluetoothsig 2:d62a2f9a0874 29
krenbluetoothsig 2:d62a2f9a0874 30 CONFIG_BT_DEBUG_LOG=y
krenbluetoothsig 2:d62a2f9a0874 31 CONFIG_BT_MESH_DEBUG=y
krenbluetoothsig 2:d62a2f9a0874 32 #CONFIG_BT_MESH_DEBUG_NET=y
krenbluetoothsig 2:d62a2f9a0874 33 CONFIG_BT_MESH_DEBUG_MODEL=y
krenbluetoothsig 2:d62a2f9a0874 34 #CONFIG_BT_MESH_DEBUG_TRANS=y
krenbluetoothsig 2:d62a2f9a0874 35 #CONFIG_BT_MESH_SELF_TEST=y
krenbluetoothsig 2:d62a2f9a0874 36 #CONFIG_BT_MESH_IV_UPDATE_TEST=y
krenbluetoothsig 2:d62a2f9a0874 37 #CONFIG_BT_MESH_DEBUG_PROV=y
krenbluetoothsig 2:d62a2f9a0874 38 #CONFIG_BT_MESH_DEBUG_BEACON=y
krenbluetoothsig 2:d62a2f9a0874 39 #CONFIG_BT_MESH_DEBUG_CRYPTO=y
krenbluetoothsig 2:d62a2f9a0874 40 #CONFIG_BT_MESH_DEBUG_ADV=y
krenbluetoothsig 2:d62a2f9a0874 41 #CONFIG_BT_MESH_DEBUG_ACCESS=y