mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-11 00:43:01 +00:00
BLE is the only networking interface on 96b_carbon, so if CONFIG_NETWORKING is set, automatically use 6lowpan/BLE link layer. This will allow to make networking apps work "out of the box" on 96b_carbon, similar to e.g. qemu_x86 (which automatically uses SLIP) or frdm_k64f (which automatically uses Ethernet). This also enables NET_L2_BT_ZEP1656, because most 6LoWPAN/BLE samples in Zephyr currently use that option, and it is required to achieve working 6LoWPAN/BLE with Linux kernels currently widely accessible to the end users. E.g. the latest Ubuntu LTS release, 16.04, ships with 4.4 kernel, and can be upgraded with a special effort to HWE kernel which is currently at 4.10. NET_L2_BT_ZEP1656 is needed for both these kernels. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org> |
||
---|---|---|
.. | ||
96b_carbon | ||
96b_carbon_nrf51 | ||
96b_nitrogen | ||
arduino_101_ble | ||
arduino_due | ||
bbc_microbit | ||
cc2650_sensortag | ||
cc3220sf_launchxl | ||
curie_ble | ||
disco_l475_iot1 | ||
frdm_k64f | ||
frdm_kl25z | ||
frdm_kw41z | ||
hexiwear_k64 | ||
hexiwear_kw40z | ||
mps2_an385 | ||
nrf51_blenano | ||
nrf51_pca10028 | ||
nrf51_vbluno51 | ||
nrf52_blenano2 | ||
nrf52_pca10040 | ||
nrf52_vbluno52 | ||
nrf52840_pca10056 | ||
nucleo_f103rb | ||
nucleo_f334r8 | ||
nucleo_f401re | ||
nucleo_f411re | ||
nucleo_f412zg | ||
nucleo_f413zh | ||
nucleo_l432kc | ||
nucleo_l476rg | ||
olimex_stm32_e407 | ||
olimex_stm32_p405 | ||
olimexino_stm32 | ||
qemu_cortex_m3 | ||
quark_se_c1000_ble | ||
sam_e70_xplained | ||
sam4s_xplained | ||
stm32_min_dev | ||
stm32_mini_a15 | ||
stm32f3_disco | ||
stm32f4_disco | ||
stm32f429i_disc1 | ||
stm32f469i_disco | ||
stm32l496g_disco | ||
stm3210c_eval | ||
stm32373c_eval | ||
v2m_beetle | ||
index.rst |