File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
tests/drivers/pwm/pwm_api/src Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 6464#define DEFAULT_PULSE_NSEC 1000000
6565#endif
6666
67- #if defined CONFIG_BOARD_SAM_E70_XPLAINED
67+ #if defined(CONFIG_BOARD_SAM_E70_XPLAINED ) || \
68+ defined(CONFIG_BOARD_SAM_E70B_XPLAINED )
6869#define DEFAULT_PWM_PORT 2 /* PWM on EXT2 connector, pin 8 */
6970#elif defined CONFIG_PWM_NRFX
7071#define DEFAULT_PWM_PORT DT_PROP(DT_ALIAS(pwm_0), ch0_pin)
7172#elif defined CONFIG_BOARD_ADAFRUIT_ITSYBITSY_M4_EXPRESS
7273#define DEFAULT_PWM_PORT 2 /* TCC1/WO[2] on PA18 (D7) */
73- #elif defined CONFIG_BOARD_MIMXRT685_EVK
74+ #elif defined CONFIG_BOARD_MIMXRT685_EVK_CM33
7475#define DEFAULT_PWM_PORT 7 /* D3 on Arduino connector J27 */
75- #elif defined CONFIG_BOARD_LPCXPRESSO55S69_CPU0
76+ #elif defined(CONFIG_BOARD_LPCXPRESSO55S69_CPU0 ) || \
77+ defined(CONFIG_BOARD_LPCXPRESSO55S69_NS )
7678#define DEFAULT_PWM_PORT 2 /* D2 on Arduino connector P18 */
7779#elif DT_HAS_COMPAT_STATUS_OKAY (st_stm32_pwm )
7880/* Default port should be adapted per board to fit the channel
You can’t perform that action at this time.
0 commit comments