初始提交

This commit is contained in:
2025-05-13 22:00:58 +08:00
commit e4c030b0c0
564 changed files with 78858 additions and 0 deletions

View File

@ -0,0 +1,28 @@
#===============================================================================
# @brief Kconfig file.
# Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2023-2023. All rights reserved.
#===============================================================================
config PWM_CHANNEL
int
prompt "Choose PWM Test Channel."
depends on SAMPLE_SUPPORT_PWM
default 0
config PWM_GROUP_ID
int
prompt "Choose PWM Test Group ID."
depends on SAMPLE_SUPPORT_PWM && PWM_USING_V151
default 0
config PWM_PIN
int
prompt "Choose PWM pin."
depends on SAMPLE_SUPPORT_PWM
default 20
config PWM_PIN_MODE
int
prompt "Choose PWM pin mode."
default 3
depends on SAMPLE_SUPPORT_PWM