Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions app/boards/canbardo_same70n20b_usbd_next.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Copyright (c) 2026 Henrik Brix Andersen <henrik@brixandersen.dk>
# SPDX-License-Identifier: Apache-2.0

CONFIG_CANNECTIVITY_USB_SELF_POWERED=n
CONFIG_USBD_GS_USB_COMPATIBILITY_MODE=n
3 changes: 3 additions & 0 deletions app/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ tests:
extra_args:
- FILE_SUFFIX=usbd_next
integration_platforms:
- canbardo
- candlelightfd
- candlelightfd/stm32g0b1xx/dual
- frdm_k64f
Expand All @@ -89,6 +90,7 @@ tests:
extra_args:
- FILE_SUFFIX=usbd_next_release
integration_platforms:
- canbardo
- candlelight
- candlelightfd
- candlelightfd/stm32g0b1xx/dual
Expand Down Expand Up @@ -117,6 +119,7 @@ tests:
- can
- usbd
platform_allow:
- canbardo
- frdm_k64f
- frdm_mcxn947/mcxn947/cpu0
- lpcxpresso55s16
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Copyright (c) 2026 Henrik Brix Andersen <henrik@brixandersen.dk>
# SPDX-License-Identifier: Apache-2.0

# Override default y for this board
CONFIG_BOOT_USB_DFU_GPIO=n
Loading