-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
boards: st: nucleo_u5a5zj_q: enable USB HS
Provide configuration for USB HS with embedded USB HS PHY. Disable USB_DC_STM32_CLOCK_CHECK, since USB PLL is expected to be sourced by 16MHz clock, instead of 48MHz. Signed-off-by: Marcin Niestroj <[email protected]>
- Loading branch information
Showing
4 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Copyright (c) 2024 Marcin Niestroj | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
configdefault USB_DC_STM32_CLOCK_CHECK | ||
default n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,5 +21,6 @@ supported: | |
- backup_sram | ||
- dma | ||
- rtc | ||
- usb_device | ||
ram: 2450 | ||
flash: 4096 |