Skip to content

Commit

Permalink
Minor update to USB Host EHCI_TT and OHCI drivers config files and pdsc
Browse files Browse the repository at this point in the history
  • Loading branch information
MiloradCvjetkovic committed May 27, 2024
1 parent e55fb95 commit 7ea7196
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 15 deletions.
3 changes: 2 additions & 1 deletion ARM.CMSIS-Driver.pdsc
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,8 @@
<description>USB Host EHCI Controller Driver for customized EHCI with internal Transaction Translator (TT)</description>
<RTE_Components_h>
<!-- the following content goes into file 'RTE_Components.h' -->
#define RTE_Drivers_USBH_EHCI /* Driver USBH EHCI (TT) */
#define RTE_Drivers_USBH_EHCI /* Driver USBH EHCI */
#define RTE_Drivers_USBH_EHCI_TT /* Driver USBH EHCI (TT) */
</RTE_Components_h>
<files>
<file category="header" name="USB/EHCI/Interface/USBH_EHCI_HW.h"/>
Expand Down
17 changes: 10 additions & 7 deletions USB/EHCI/Config/USBH_EHCI_Config.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* -----------------------------------------------------------------------------
* Copyright (c) 2024 Arm Limited (or its affiliates).
* All rights reserved.
/*
* Copyright (c) 2024 Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*
Expand All @@ -16,12 +15,16 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
* -----------------------------------------------------------------------------
*
* $Date: 27. May 2024
* $Revision: V1.0
* $Date: 27. May 2024
* $Revision: V1.0
*
* Project: Config file for USB Host EHCI Controller Driver
* -------------------------------------------------------------------------- */
* Driver: Driver_USBH# (default: Driver_USBH0)
* Project: USB Host EHCI Controller Driver Configuration definitions
*
* -----------------------------------------------------------------------------
*/

//-------- <<< Use Configuration Wizard in Context Menu >>> --------------------

Expand Down
17 changes: 10 additions & 7 deletions USB/OHCI/Config/USBH_OHCI_Config.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* -----------------------------------------------------------------------------
* Copyright (c) 2024 Arm Limited (or its affiliates).
* All rights reserved.
/*
* Copyright (c) 2024 Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*
Expand All @@ -16,12 +15,16 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
* -----------------------------------------------------------------------------
*
* $Date: 27. May 2024
* $Revision: V1.0
* $Date: 27. May 2024
* $Revision: V1.0
*
* Project: Config file for USB Host OHCI Controller Driver
* -------------------------------------------------------------------------- */
* Driver: Driver_USBH# (default: Driver_USBH0)
* Project: USB Host OHCI Controller Driver Configuration definitions
*
* -----------------------------------------------------------------------------
*/

//-------- <<< Use Configuration Wizard in Context Menu >>> --------------------

Expand Down

0 comments on commit 7ea7196

Please sign in to comment.