Skip to content

Commit c553df5

Browse files
authored
[bsp][renesas]:pwm_config里新增对BSP_USING_PWM10到BSP_USING_PWM12的定义 (#10859)
* [BSP][renesas][rsoc][fix]:移除HAL_Drivers/config/ra2a1,add pwm configuration items * 在pwm_config里新增对BSP_USING_PWM10到BSP_USING_PWM12的定义
1 parent 858ed95 commit c553df5

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

bsp/renesas/libraries/HAL_Drivers/drivers/config/ra8/pwm_config.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,15 @@ enum
4949
#endif
5050
#ifdef BSP_USING_PWM9
5151
BSP_PWM9_INDEX,
52+
#endif
53+
#ifdef BSP_USING_PWM10
54+
BSP_PWM10_INDEX,
55+
#endif
56+
#ifdef BSP_USING_PWM11
57+
BSP_PWM11_INDEX,
58+
#endif
59+
#ifdef BSP_USING_PWM12
60+
BSP_PWM12_INDEX,
5261
#endif
5362
BSP_PWMS_NUM
5463
};

bsp/renesas/ra8d1-vision-board/board/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,7 @@ menu "Hardware Drivers Config"
506506
menuconfig BSP_USING_HW_I2C
507507
bool "Enable hardware I2C BUS"
508508
default n
509+
select RT_USING_I2C
509510
if BSP_USING_HW_I2C
510511
config BSP_USING_HW_I2C0
511512
bool "Enable Hardware I2C0 BUS"

0 commit comments

Comments
 (0)