From 12d96da80aa58bd485f2aa2578068111703af403 Mon Sep 17 00:00:00 2001 From: Eduard Iten Date: Mon, 8 Dec 2025 12:10:10 +0100 Subject: [PATCH] Remove CONFIG_HAS_STM32CUBE from defconfig - CONFIG_HAS_STM32CUBE is auto-generated, not user-configurable - Use minimal defconfig like candlelight board - Let Zephyr auto-detect required configurations --- firmware/canfd_cdc_composite/boards/arm/ews/ews_defconfig | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/firmware/canfd_cdc_composite/boards/arm/ews/ews_defconfig b/firmware/canfd_cdc_composite/boards/arm/ews/ews_defconfig index f9da5d0..3081778 100644 --- a/firmware/canfd_cdc_composite/boards/arm/ews/ews_defconfig +++ b/firmware/canfd_cdc_composite/boards/arm/ews/ews_defconfig @@ -1,10 +1,4 @@ # EWS Board Configuration -# Enable STM32Cube (required for USB) -CONFIG_HAS_STM32CUBE=y - # Enable GPIO -CONFIG_GPIO=y - -# Enable CAN -CONFIG_CAN=y \ No newline at end of file +CONFIG_GPIO=y \ No newline at end of file