From bb04f3564e593258db89e9b0aba909a8ecab26e0 Mon Sep 17 00:00:00 2001 From: Henrik Brix Andersen Date: Mon, 5 Jan 2026 12:20:32 +0000 Subject: [PATCH] app: boards: canbardo: add usbd_next configuration Add usbd_next configuration for the CANbardo board. Signed-off-by: Henrik Brix Andersen --- app/boards/canbardo_same70n20b_usbd_next.conf | 5 +++++ app/sample.yaml | 3 +++ .../mcuboot/boards/canbardo_same70n20b_usbd_next.conf | 5 +++++ 3 files changed, 13 insertions(+) create mode 100644 app/boards/canbardo_same70n20b_usbd_next.conf create mode 100644 app/sysbuild/mcuboot/boards/canbardo_same70n20b_usbd_next.conf diff --git a/app/boards/canbardo_same70n20b_usbd_next.conf b/app/boards/canbardo_same70n20b_usbd_next.conf new file mode 100644 index 0000000..ad8e6a7 --- /dev/null +++ b/app/boards/canbardo_same70n20b_usbd_next.conf @@ -0,0 +1,5 @@ +# Copyright (c) 2026 Henrik Brix Andersen +# SPDX-License-Identifier: Apache-2.0 + +CONFIG_CANNECTIVITY_USB_SELF_POWERED=n +CONFIG_USBD_GS_USB_COMPATIBILITY_MODE=n diff --git a/app/sample.yaml b/app/sample.yaml index 223677d..b348572 100644 --- a/app/sample.yaml +++ b/app/sample.yaml @@ -64,6 +64,7 @@ tests: extra_args: - FILE_SUFFIX=usbd_next integration_platforms: + - canbardo - candlelightfd - candlelightfd/stm32g0b1xx/dual - frdm_k64f @@ -89,6 +90,7 @@ tests: extra_args: - FILE_SUFFIX=usbd_next_release integration_platforms: + - canbardo - candlelight - candlelightfd - candlelightfd/stm32g0b1xx/dual @@ -117,6 +119,7 @@ tests: - can - usbd platform_allow: + - canbardo - frdm_k64f - frdm_mcxn947/mcxn947/cpu0 - lpcxpresso55s16 diff --git a/app/sysbuild/mcuboot/boards/canbardo_same70n20b_usbd_next.conf b/app/sysbuild/mcuboot/boards/canbardo_same70n20b_usbd_next.conf new file mode 100644 index 0000000..794a1e4 --- /dev/null +++ b/app/sysbuild/mcuboot/boards/canbardo_same70n20b_usbd_next.conf @@ -0,0 +1,5 @@ +# Copyright (c) 2026 Henrik Brix Andersen +# SPDX-License-Identifier: Apache-2.0 + +# Override default y for this board +CONFIG_BOOT_USB_DFU_GPIO=n