mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 13:21:56 +00:00
Remove those from Makefiles and testcase.ini, we now support unified kernel only and sanitycheck script now knows how to deal with this. Change-Id: I853ebcadfa7b56a4de5737d95f2ba096babb2e13 Signed-off-by: Anas Nashif <anas.nashif@intel.com> |
||
---|---|---|
.. | ||
src | ||
Makefile | ||
prj.conf | ||
README | ||
testcase.ini |
IPSP sample application == Supported Boards == This application currently only works with HCI based firmware since it requires L2CAP channels support. == Testing with Linux host == To test IPSP please take a look at samples/net/README, in addition to running echo-client it is necessary to enable 6LowPAN module in Linux with the following commands: $ modprobe bluetooth_6lowpan $ echo 1 > /sys/kernel/debug/bluetooth/6lowpan_enable Then to connect: echo "connect <bdaddr> <type>" > /sys/kernel/debug/bluetooth/6lowpan_control Once connected a dedicated interface will be created, usually bt0, which can then be used as following: $ echo-client -i bt0 <ip>