e2b45e6b1d
The Particle.io Boron is an nRF52840-based board with a connected u-blox SARA-R4 modem. The main board was previously upstreamed without modem support. Now that we have a driver to support the SARA-R4 modem, let's enable it for the Boron board. Signed-off-by: Michael Scott <mike@foundries.io>
5 lines
88 B
CMake
5 lines
88 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library()
|
|
zephyr_library_sources(board.c)
|