Files
EWS/firmware/canfd_cdc_composite/boards/arm/ews/ews_defconfig
Eduard Iten 05a25c3900 Simplify board configuration following candlelight example
- Minimal defconfig like candlelight (only GPIO and CAN)
- Remove SOC and clock configs that are auto-detected
- Change vendor from 'ews' to 'others' like candlelight
- Let Zephyr auto-configure SOC and clock settings
2025-12-08 11:57:14 +01:00

7 lines
81 B
Plaintext

# EWS Board Configuration
# Enable GPIO
CONFIG_GPIO=y
# Enable CAN
CONFIG_CAN=y