tests: drivers: pwm: Add lpcxpresso55s69 board name
This adds a board name that got missed in commit
8dc3f85622
(hwmv2: Introduce Hardware
model version 2 and convert devices)
Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com>
This commit is contained in:
parent
f80377bd4e
commit
6ab94f0429
1 changed files with 2 additions and 1 deletions
|
@ -81,7 +81,8 @@
|
|||
#define DEFAULT_PWM_PORT 2 /* TCC1/WO[2] on PA18 (D7) */
|
||||
#elif defined CONFIG_BOARD_MIMXRT685_EVK
|
||||
#define DEFAULT_PWM_PORT 7 /* D3 on Arduino connector J27 */
|
||||
#elif defined CONFIG_BOARD_LPCXPRESSO55S69_LPC55S69_CPU0
|
||||
#elif defined(CONFIG_BOARD_LPCXPRESSO55S69_LPC55S69_CPU0_NS) || \
|
||||
defined(CONFIG_BOARD_LPCXPRESSO55S69_LPC55S69_CPU0)
|
||||
#define DEFAULT_PWM_PORT 2 /* D2 on Arduino connector P18 */
|
||||
#elif DT_HAS_COMPAT_STATUS_OKAY(st_stm32_pwm)
|
||||
/* Default port should be adapted per board to fit the channel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue