zephyr/boards/arm/stm32l1_disco/board.cmake
Karl Palsson 79b15e374d boards: add stm32l1 discovery
Tested apps: hello_world, blinky
Tested peripherals: UART, SPI

Signed-off-by: Karl Palsson <karlp@etactica.com>
2019-10-16 14:42:54 -05:00

7 lines
217 B
CMake

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