Skip to content

Commit

Permalink
[nrf5] build with internal OpenThread (project-chip#1579)
Browse files Browse the repository at this point in the history
This commit adds support to build with internal OpenThread on the Nordic
platform.
  • Loading branch information
bukepo authored and kedars committed Jul 19, 2020
1 parent 7b1cb9c commit 6647d7d
Show file tree
Hide file tree
Showing 6 changed files with 125 additions and 80 deletions.
2 changes: 1 addition & 1 deletion config/nrf5/nrf5-chip.mk
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ CHIP_CONFIGURE_OPTIONS = \
--with-chip-ble-project-includes=$(CHIP_PROJECT_CONFIG) \
--with-chip-warm-project-includes=$(CHIP_PROJECT_CONFIG) \
--with-chip-device-project-includes=$(CHIP_PROJECT_CONFIG) \
--with-openthread=$(NRF5_SDK_ROOT)/external/openthread \
--with-openthread=internal \
--disable-ipv4 \
--disable-tests \
--disable-tools \
Expand Down
142 changes: 109 additions & 33 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -904,36 +904,6 @@ NL_ENABLE_DOCS([auto],[NO])

AM_CONDITIONAL(CHIP_BUILD_DOCS, [test "${nl_cv_build_docs}" = "yes"])

#
# OpenThread
#

NL_WITH_OPTIONAL_INTERNAL_PACKAGE(
[OpenThread],
[OPENTHREAD],
[openthread],
[],
[
AC_MSG_NOTICE([No internal OpenThread support yet!])
with_openthread=no
],
[
# Check for required OpenThread headers.
AC_CHECK_HEADERS([openthread/dataset.h] [openthread/dataset_ftd.h] [openthread/error.h] [openthread/icmp6.h] [openthread/instance.h] [openthread/ip6.h] [openthread/link.h] [openthread/message.h] [openthread/netdata.h] [openthread/tasklet.h] [openthread/thread.h],
[],
[
AC_MSG_ERROR(The nlio header "$ac_header" is required but cannot be found.)
])
]
)
AM_CONDITIONAL([CHIP_ENABLE_OPENTHREAD], [test "${with_openthread}" != "no"])
if test "${with_openthread}" != "no"; then
CHIP_ENABLE_OPENTHREAD=1
else
CHIP_ENABLE_OPENTHREAD=0
fi
AC_DEFINE_UNQUOTED([CHIP_ENABLE_OPENTHREAD],[${CHIP_ENABLE_OPENTHREAD}],[Define to 1 if you want to enable OpenThread.])

#
# Network Technology Layer
#
Expand Down Expand Up @@ -1043,6 +1013,8 @@ nrf5)
CONFIG_DEVICE_LAYER=1
CHIP_DEVICE_LAYER_TARGET=nRF5
CHIP_DEVICE_LAYER_TARGET_NRF5=1
CFLAGS="${CFLAGS} -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -mthumb -mabi=aapcs"
CXXFLAGS="${CXXFLAGS} -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -mthumb -mabi=aapcs"
;;

linux)
Expand Down Expand Up @@ -1616,6 +1588,106 @@ else
AC_DEFINE([CHIP_WITH_MBEDTLS], [1], [Define to 1 to build CHIP with mbedTLS])
fi

#
# OpenThread
#

NL_WITH_OPTIONAL_INTERNAL_PACKAGE(
[OpenThread],
[OPENTHREAD],
[openthread],
[],
[
# use absolute path to support build out of source tree
chip_srcdir="$(cd ${srcdir} && pwd)"
# bootstrap
test -f ${chip_srcdir}/third_party/openthread/repo/configure || (cd ${chip_srcdir}/third_party/openthread/repo && ./bootstrap)
case "${with_device_layer}" in
nrf5)
OPENTHREAD_CPPFLAGS="-I\${abs_top_srcdir}/third_party/openthread/repo/include"
OPENTHREAD_LDFLAGS="-L${ac_pwd}/third_party/openthread"
OPENTHREAD_LIBS="-lopenthread-cli-ftd \
-lopenthread-ftd \
-lopenthread-platform-utils \
-lopenthread-nrf52840-transport \
-lopenthread-nrf52840-softdevice-sdk \
-lnordicsemi-nrf52840-radio-driver-softdevice \
\${NRF5_SDK_ROOT}/external/openthread/nrf_security/lib/libmbedcrypto_glue.a \
\${NRF5_SDK_ROOT}/external/openthread/nrf_security/lib/libmbedcrypto_glue_cc310.a \
\${NRF5_SDK_ROOT}/external/openthread/nrf_security/lib/libmbedcrypto_glue_vanilla.a \
\${NRF5_SDK_ROOT}/external/openthread/nrf_security/lib/libmbedcrypto_cc310_backend.a \
\${NRF5_SDK_ROOT}/external/openthread/nrf_security/lib/libmbedcrypto_vanilla_backend.a \
\${NRF5_SDK_ROOT}/external/openthread/nrf_security/lib/libmbedtls_base_vanilla.a \
\${NRF5_SDK_ROOT}/external/openthread/nrf_security/lib/libmbedtls_tls_vanilla.a \
\${NRF5_SDK_ROOT}/external/openthread/nrf_security/lib/libmbedtls_x509_vanilla.a \
\${NRF5_SDK_ROOT}/external/openthread/nrf_security/lib/libnrf_cc310_platform_0.9.1.a"
# private definitions
ot_cppflags="-Wno-expansion-to-defined \
-I${chip_srcdir}/third_party/openthread/repo/examples/platforms/nrf528xx/nrf52840 \
-I${chip_srcdir}/third_party/openthread/repo/third_party/NordicSemiconductor/libraries/nrf_security/config \
-I${chip_srcdir}/third_party/openthread/repo/third_party/NordicSemiconductor/libraries/nrf_security/include \
-I${chip_srcdir}/third_party/openthread/repo/third_party/NordicSemiconductor/libraries/nrf_security/mbedtls_plat_config \
-I${chip_srcdir}/third_party/openthread/repo/third_party/NordicSemiconductor/libraries/nrf_security/nrf_cc310_plat/include \
-I${chip_srcdir}/third_party/mbedtls/repo/include \
-DMBEDTLS_CONFIG_FILE=\<nrf-config.h\> \
-DMBEDTLS_USER_CONFIG_FILE=\<nrf52840-mbedtls-config.h\> \
-DOPENTHREAD_PROJECT_CORE_CONFIG_FILE=\<openthread-core-nrf52840-config.h\> \
-DOPENTHREAD_CORE_CONFIG_PLATFORM_CHECK_FILE=\<openthread-core-nrf52840-config-check.h\> \
-DOPENTHREAD_CONFIG_HEAP_EXTERNAL_ENABLE=1 \
-DOPENTHREAD_CONFIG_JOINER_ENABLE=1 \
-DOPENTHREAD_CONFIG_NCP_UART_ENABLE=1 \
-DUART_AS_SERIAL_TRANSPORT=1"
(mkdir -p ${ac_pwd}/third_party/openthread \
&& cd ${ac_pwd}/third_party/openthread \
&& CPPFLAGS="${ot_cppflags}" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" ${chip_srcdir}/third_party/openthread/repo/configure \
--disable-builtin-mbedtls \
--disable-docs \
--disable-executable \
--disable-tools \
--enable-cli \
--enable-ftd \
--host=arm-none-eabi \
--prefix=${prefix} \
--exec-prefix=${exec_prefix} \
--with-examples=nrf52840)
if test $? != 0; then
AC_MSG_ERROR([Failed to configure OpenThread!])
fi
maybe_openthread_dirstem="openthread"
;;
*)
AC_MSG_NOTICE([No internal OpenThread support yet!])
nl_with_openthread=no
with_openthread=no
;;
esac
],
[
# Check for required OpenThread headers.
AC_CHECK_HEADERS([openthread/dataset.h] [openthread/dataset_ftd.h] [openthread/error.h] [openthread/icmp6.h] [openthread/instance.h] [openthread/ip6.h] [openthread/link.h] [openthread/message.h] [openthread/netdata.h] [openthread/tasklet.h] [openthread/thread.h],
[],
[
AC_MSG_ERROR(The OpenThread header "$ac_header" is required but cannot be found.)
])
maybe_openthread_dirstem=""
]
)
AC_SUBST(OPENTHREAD_SUBDIRS, [${maybe_openthread_dirstem}])
AM_CONDITIONAL([CHIP_ENABLE_OPENTHREAD], [test "${nl_with_openthread}" != "no"])
if test "${nl_with_openthread}" != "no"; then
CHIP_ENABLE_OPENTHREAD=1
else
CHIP_ENABLE_OPENTHREAD=0
fi
AC_DEFINE_UNQUOTED([CHIP_ENABLE_OPENTHREAD],[${CHIP_ENABLE_OPENTHREAD}],[Define to 1 if you want to enable OpenThread.])

#
# LwIP
#
Expand Down Expand Up @@ -2139,9 +2211,9 @@ AC_SUBST(CRYPTO_CPPFLAGS)
AC_SUBST(CRYPTO_LDFLAGS)
AC_SUBST(CRYPTO_LIBS)

CPPFLAGS="${CPPFLAGS} ${CRYPTO_CPPFLAGS}"
LDFLAGS="${LDFLAGS} ${CRYPTO_LDFLAGS}"
LIBS="${LIBS} ${CRYPTO_LIBS}"
CPPFLAGS="${CPPFLAGS} ${CRYPTO_CPPFLAGS} ${OPENTHREAD_CPPFLAGS}"
LDFLAGS="${LDFLAGS} ${CRYPTO_LDFLAGS} ${OPENTHREAD_LDFLAGS}"
LIBS="${LIBS} ${CRYPTO_LIBS} ${OPENTHREAD_LIBS}"

# Add any code coverage CPPFLAGS, LDFLAGS, and LIBS

Expand Down Expand Up @@ -2321,6 +2393,10 @@ AC_MSG_NOTICE([
mbedTLS compile flags : ${MBEDTLS_CPPFLAGS:--}
mbedTLS link flags : ${MBEDTLS_LDFLAGS:--}
mbedTLS link libraries : ${MBEDTLS_LIBS:--}
OpenThread source : ${nl_with_openthread}
OpenThread compile flags : ${OPENTHREAD_CPPFLAGS:--}
OpenThread link flags : ${OPENTHREAD_LDFLAGS:--}
OpenThread link libraries : ${OPENTHREAD_LIBS:--}
OpenSSL source : ${nl_with_openssl}
OpenSSL compile flags : ${OPENSSL_CPPFLAGS:--}
OpenSSL link flags : ${OPENSSL_LDFLAGS:--}
Expand Down
28 changes: 6 additions & 22 deletions examples/lighting-app/nrf5/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -194,25 +194,22 @@ DEFINES = \
NRF52840_XXAA \
NRFX_PRS_ENABLED=0 \
NRF_SD_BLE_API_VERSION=7 \
OPENTHREAD_CONFIG_COAP_API_ENABLE \
OPENTHREAD_CONFIG_ENABLE_BUILTIN_MBEDTLS=0 \
OPENTHREAD_CONFIG_FILE=\"openthread-config-wrap.h\" \
OPENTHREAD_FTD=1 \
PRINTF_DISABLE_SUPPORT_EXPONENTIAL \
S140 \
SOFTDEVICE_PRESENT \
THREAD_EXAMPLE_COAP_SERVER=1 \
THREAD_EXAMPLE_FREERTOS=1 \
UART0_ENABLED=0 \
UART1_ENABLED=1 \
USE_APP_CONFIG \
__HEAP_SIZE=40960 \
__STACK_SIZE=8192 \

LIBS = \
$(NRF5_SDK_ROOT)/external/openthread/lib/nrf52840/gcc/libopenthread-cli-ftd.a \
$(NRF5_SDK_ROOT)/external/openthread/lib/nrf52840/gcc/libopenthread-ftd.a \
$(NRF5_SDK_ROOT)/external/openthread/lib/nrf52840/gcc/libopenthread-platform-utils.a \
-lopenthread-cli-ftd \
-lopenthread-ftd \
-lopenthread-platform-utils \
-lopenthread-nrf52840-transport \
-lopenthread-nrf52840-softdevice-sdk \
-lnordicsemi-nrf52840-radio-driver-softdevice \
$(NRF5_SDK_ROOT)/external/openthread/nrf_security/lib/libmbedcrypto_glue.a \
$(NRF5_SDK_ROOT)/external/openthread/nrf_security/lib/libmbedcrypto_glue_cc310.a \
$(NRF5_SDK_ROOT)/external/openthread/nrf_security/lib/libmbedcrypto_glue_vanilla.a \
Expand All @@ -222,19 +219,6 @@ LIBS = \
$(NRF5_SDK_ROOT)/external/openthread/nrf_security/lib/libmbedtls_tls_vanilla.a \
$(NRF5_SDK_ROOT)/external/openthread/nrf_security/lib/libmbedtls_x509_vanilla.a \
$(NRF5_SDK_ROOT)/external/openthread/nrf_security/lib/libnrf_cc310_platform_0.9.1.a \
$(NRF5_SDK_ROOT)/external/openthread/lib/nrf52840/gcc/libopenthread-nrf52840-softdevice-sdk.a \
$(NRF5_SDK_ROOT)/external/openthread/nrf_security/lib/libmbedcrypto_glue.a \
$(NRF5_SDK_ROOT)/external/openthread/nrf_security/lib/libmbedcrypto_glue_cc310.a \
$(NRF5_SDK_ROOT)/external/openthread/nrf_security/lib/libmbedcrypto_glue_vanilla.a \
$(NRF5_SDK_ROOT)/external/openthread/lib/nrf52840/gcc/libnordicsemi-nrf52840-radio-driver-softdevice.a \
$(NRF5_SDK_ROOT)/external/openthread/nrf_security/lib/libmbedcrypto_cc310_backend.a \
$(NRF5_SDK_ROOT)/external/openthread/nrf_security/lib/libmbedcrypto_vanilla_backend.a \
$(NRF5_SDK_ROOT)/external/openthread/lib/nrf52840/gcc/libopenthread-platform-utils.a \
$(NRF5_SDK_ROOT)/external/openthread/nrf_security/lib/libmbedtls_base_vanilla.a \
$(NRF5_SDK_ROOT)/external/openthread/nrf_security/lib/libmbedtls_tls_vanilla.a \
$(NRF5_SDK_ROOT)/external/openthread/nrf_security/lib/libmbedtls_x509_vanilla.a \
$(NRF5_SDK_ROOT)/external/openthread/nrf_security/lib/libnrf_cc310_platform_0.9.1.a \
$(NRF5_SDK_ROOT)/external/openthread/lib/nrf52840/gcc/libopenthread-ftd.a \

CFLAGS = \
--specs=nano.specs
Expand Down
28 changes: 6 additions & 22 deletions examples/lock-app/nrf5/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -194,25 +194,22 @@ DEFINES = \
NRF52840_XXAA \
NRFX_PRS_ENABLED=0 \
NRF_SD_BLE_API_VERSION=7 \
OPENTHREAD_CONFIG_COAP_API_ENABLE \
OPENTHREAD_CONFIG_ENABLE_BUILTIN_MBEDTLS=0 \
OPENTHREAD_CONFIG_FILE=\"openthread-config-wrap.h\" \
OPENTHREAD_FTD=1 \
PRINTF_DISABLE_SUPPORT_EXPONENTIAL \
S140 \
SOFTDEVICE_PRESENT \
THREAD_EXAMPLE_COAP_SERVER=1 \
THREAD_EXAMPLE_FREERTOS=1 \
UART0_ENABLED=0 \
UART1_ENABLED=1 \
USE_APP_CONFIG \
__HEAP_SIZE=40960 \
__STACK_SIZE=8192 \

LIBS = \
$(NRF5_SDK_ROOT)/external/openthread/lib/nrf52840/gcc/libopenthread-cli-ftd.a \
$(NRF5_SDK_ROOT)/external/openthread/lib/nrf52840/gcc/libopenthread-ftd.a \
$(NRF5_SDK_ROOT)/external/openthread/lib/nrf52840/gcc/libopenthread-platform-utils.a \
-lopenthread-cli-ftd \
-lopenthread-ftd \
-lopenthread-platform-utils \
-lopenthread-nrf52840-transport \
-lopenthread-nrf52840-softdevice-sdk \
-lnordicsemi-nrf52840-radio-driver-softdevice \
$(NRF5_SDK_ROOT)/external/openthread/nrf_security/lib/libmbedcrypto_glue.a \
$(NRF5_SDK_ROOT)/external/openthread/nrf_security/lib/libmbedcrypto_glue_cc310.a \
$(NRF5_SDK_ROOT)/external/openthread/nrf_security/lib/libmbedcrypto_glue_vanilla.a \
Expand All @@ -222,19 +219,6 @@ LIBS = \
$(NRF5_SDK_ROOT)/external/openthread/nrf_security/lib/libmbedtls_tls_vanilla.a \
$(NRF5_SDK_ROOT)/external/openthread/nrf_security/lib/libmbedtls_x509_vanilla.a \
$(NRF5_SDK_ROOT)/external/openthread/nrf_security/lib/libnrf_cc310_platform_0.9.1.a \
$(NRF5_SDK_ROOT)/external/openthread/lib/nrf52840/gcc/libopenthread-nrf52840-softdevice-sdk.a \
$(NRF5_SDK_ROOT)/external/openthread/nrf_security/lib/libmbedcrypto_glue.a \
$(NRF5_SDK_ROOT)/external/openthread/nrf_security/lib/libmbedcrypto_glue_cc310.a \
$(NRF5_SDK_ROOT)/external/openthread/nrf_security/lib/libmbedcrypto_glue_vanilla.a \
$(NRF5_SDK_ROOT)/external/openthread/lib/nrf52840/gcc/libnordicsemi-nrf52840-radio-driver-softdevice.a \
$(NRF5_SDK_ROOT)/external/openthread/nrf_security/lib/libmbedcrypto_cc310_backend.a \
$(NRF5_SDK_ROOT)/external/openthread/nrf_security/lib/libmbedcrypto_vanilla_backend.a \
$(NRF5_SDK_ROOT)/external/openthread/lib/nrf52840/gcc/libopenthread-platform-utils.a \
$(NRF5_SDK_ROOT)/external/openthread/nrf_security/lib/libmbedtls_base_vanilla.a \
$(NRF5_SDK_ROOT)/external/openthread/nrf_security/lib/libmbedtls_tls_vanilla.a \
$(NRF5_SDK_ROOT)/external/openthread/nrf_security/lib/libmbedtls_x509_vanilla.a \
$(NRF5_SDK_ROOT)/external/openthread/nrf_security/lib/libnrf_cc310_platform_0.9.1.a \
$(NRF5_SDK_ROOT)/external/openthread/lib/nrf52840/gcc/libopenthread-ftd.a \

CFLAGS = \
--specs=nano.specs
Expand Down
3 changes: 2 additions & 1 deletion third_party/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ DIST_SUBDIRS = \
# of the 'distclean' target. Consequently, we conditionally include
# them in DIST_SUBDIRS on invocation of 'distclean-recursive'

distclean-recursive: DIST_SUBDIRS += $(NLASSERT_SUBDIRS) $(NLFAULTINJECTION_SUBDIRS) $(NLIO_SUBDIRS) $(NLUNIT_TEST_SUBDIRS) $(MBEDTLS_SUBDIRS) $(OTBR_CLIENT_SUBDIRS)
distclean-recursive: DIST_SUBDIRS += $(NLASSERT_SUBDIRS) $(NLFAULTINJECTION_SUBDIRS) $(NLIO_SUBDIRS) $(NLUNIT_TEST_SUBDIRS) $(MBEDTLS_SUBDIRS) $(OPENTHREAD_SUBDIRS) $(OTBR_CLIENT_SUBDIRS)

# Always build (e.g. for 'make all') these subdirectories.
#
Expand All @@ -58,6 +58,7 @@ SUBDIRS = \
$(NLIO_SUBDIRS) \
$(NLUNIT_TEST_SUBDIRS) \
$(MBEDTLS_SUBDIRS) \
$(OPENTHREAD_SUBDIRS) \
$(OT_BR_POSIX_SUBDIRS) \
$(NULL)

Expand Down
2 changes: 1 addition & 1 deletion third_party/openthread/repo
Submodule repo updated 149 files

0 comments on commit 6647d7d

Please sign in to comment.