TI MSPM0 SoC series has General Purpose Timer and Advanced control timers with Counting module, Capture block (measure input signal period/time) and Compare block (to generate time expiry, output waveform like PWM). Add a support for counter driver with alarm and counter top functions. Signed-off-by: Saravanan Sekar <saravanan@linumiz.com>
17 lines
229 B
Plaintext
17 lines
229 B
Plaintext
# MSPM0 SDK configuration
|
|
|
|
# Copyright (c) 2025 Texas Instruments
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config HAS_MSPM0_SDK
|
|
bool
|
|
|
|
config USE_MSPM0_DL_GPIO
|
|
bool
|
|
|
|
config USE_MSPM0_DL_UART
|
|
bool
|
|
|
|
config USE_MSPM0_DL_TIMER
|
|
bool
|