10ef1a7cba
Support for the measuring the CPU die temperature for the RaspberryPi Pico. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>
7 lines
133 B
CMake
7 lines
133 B
CMake
# Copyright (c) 2023 TOKITA Hiroshi
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library()
|
|
|
|
zephyr_library_sources(rpi_pico_temp.c)
|