mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 03:35:19 +00:00
The SensorTile.box is a board designed for IoT applications embedding a wide range of intelligent low power MEMS sensors, a STM32L4 microcontroller to manage sensor configuration and process sensor output data, a micro-USB battery charging interface and an ST Bluetooth Low Energy module for wireless communication with a BLE-enabled smartphone. Signed-off-by: Armando Visconti <armando.visconti@st.com>
6 lines
165 B
CMake
6 lines
165 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
board_runner_args(dfu-util "--pid=0483:df11" "--alt=0" "--dfuse")
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/dfu-util.board.cmake)
|