zephyr/boards/arm/nrf9160_innblue21/CMakeLists.txt
Bilal Wasim 0f557deae3 boards/arm: Adding support for nRF9160 InnBlue21 Board.
Adding support for nRF9160 based InnBlue board V2.1. Supports both
Secure and Non-Secure configurations along with various sensors
(lis2dh12 / hts221) and devices(i2c / pwm).

Signed-off-by: Bilal Wasim <bilalwasim676@gmail.com>
2020-04-23 18:31:57 +02:00

6 lines
190 B
CMake

# Copyright (c) 2020 InnBlue
# SPDX-License-Identifier: Apache-2.0
zephyr_library()
zephyr_library_sources(innblue21_board_init.c)
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)