Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@ enum
#endif
#ifdef BSP_USING_PWM9
BSP_PWM9_INDEX,
#endif
#ifdef BSP_USING_PWM10
BSP_PWM10_INDEX,
#endif
#ifdef BSP_USING_PWM11
BSP_PWM11_INDEX,
#endif
#ifdef BSP_USING_PWM12
BSP_PWM12_INDEX,
#endif
BSP_PWMS_NUM
};
Expand Down
1 change: 1 addition & 0 deletions bsp/renesas/ra8d1-vision-board/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,7 @@ menu "Hardware Drivers Config"
menuconfig BSP_USING_HW_I2C
bool "Enable hardware I2C BUS"
default n
select RT_USING_I2C
if BSP_USING_HW_I2C
config BSP_USING_HW_I2C0
bool "Enable Hardware I2C0 BUS"
Expand Down