zephyr/boards/arm/az3166_iotdevkit/board.cmake
Benjamin Cabé ce339e3475 boards: stm32: Add support for MXChip AZ3166 IoT DevKit
This adds support for the MXChip AZ3166 IoT DevKit, on-board sensors and
OLED display.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
2023-04-25 08:40:46 -05:00

7 lines
217 B
CMake

# SPDX-License-Identifier: Apache-2.0
board_runner_args(jlink "--device=STM32F412ZG" "--speed=4000")
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)