Files
zephyr/boards/beagleboard/beagleconnect_freedom/CMakeLists.txt
Jamie McCrae fd5847123f boards: arm: beagleconnect_freedom: Convert to v2
Converts the board to hwmv2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2024-03-01 14:17:21 +00:00

9 lines
167 B
CMake

# SPDX-License-Identifier: Apache-2.0
zephyr_library()
zephyr_library_sources(
board_antenna.c
)
zephyr_library_compile_definitions("DeviceFamily_CC13X2X7")