zephyr/samples
Luiz Augusto von Dentz 4db2c941be net: samples: Enable CONFIG_NET_CONTEXT_NBUF_POOL in prj_bt.conf
Bluetooth consumes buffer when transmitting them therefore any protocol
that need to retain them, like TCP, needs to have its own pool to copy
the buffers as they may need to be resent in case they are not acked.

Change-Id: I483c5a3eb4d54fae6b5b2902c69b67e8c2e0be5e
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2017-03-09 20:33:46 +02:00
..
basic samples: pwm: change hard-coded device name 2017-03-07 23:03:44 +00:00
bluetooth net: nbuf: Split one global DATA pool to RX and TX DATA pools 2017-03-09 20:33:43 +02:00
drivers samples: i2c_fujitsu: change hard-coded device name 2017-02-28 13:49:48 +00:00
environmental_sensing
grove samples: grove: add missing testcase.ini 2017-03-06 16:58:31 +00:00
hello_world
ipm
legacy REVERTME: cpp_synchronization: disable on Xtensa 2017-02-13 11:39:03 -08:00
logger-hook samples/logger-hook: fix usage of ring buffer 2017-03-07 12:40:23 +00:00
net net: samples: Enable CONFIG_NET_CONTEXT_NBUF_POOL in prj_bt.conf 2017-03-09 20:33:46 +02:00
nfc/nfc_hello
philosophers misc: fix more variable type mismatches 2017-02-11 00:14:15 +00:00
power
sensor samples: bmi160: use correct device name 2017-02-11 01:28:09 +00:00
shell
static_lib
synchronization
testing lifo: Make use of k_queue as implementation 2017-02-27 21:20:53 +00:00
usb samples: webusb: fix variable type mismatches 2017-02-14 02:13:52 +00:00
advanced.rst
kernel.rst
samples.rst