-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…1194) Signed-off-by: Sadik Ozer <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Anıl Kara <[email protected]> Signed-off-by: Maureen Helm <[email protected]> Signed-off-by: Furkan Akkiz <[email protected]> Signed-off-by: Tahsin Mutlugun <[email protected]> Signed-off-by: Michael Perkins <[email protected]> Signed-off-by: Kevin Townsend <[email protected]> Co-authored-by: Lorne Smith <[email protected]> Co-authored-by: Jake Carter <[email protected]> Co-authored-by: Sadik Ozer <[email protected]> Co-authored-by: Jake Carter <[email protected]> Co-authored-by: ahmetyazicii <[email protected]> Co-authored-by: Brent K <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Omercan Kilic <[email protected]> Co-authored-by: EricB-ADI <[email protected]> Co-authored-by: Jake-Carter <[email protected]> Co-authored-by: Anıl Kara <[email protected]> Co-authored-by: Brandon Hurst <[email protected]> Co-authored-by: EricB-ADI <[email protected]> Co-authored-by: Victor Loginov <[email protected]> Co-authored-by: lorne-maxim <[email protected]> Co-authored-by: Sadik Ozer <[email protected]> Co-authored-by: Maureen Helm <[email protected]> Co-authored-by: Furkan AKKIZ <[email protected]> Co-authored-by: isztldav <[email protected]> Co-authored-by: JC-282-AD <[email protected]> Co-authored-by: Oğuzhan Büyüksolak <[email protected]> Co-authored-by: JC-282-AD <[email protected]> Co-authored-by: Mehmet Ozgun Kanal <[email protected]> Co-authored-by: Ozgun <[email protected]> Co-authored-by: Noxi123 <[email protected]> Co-authored-by: Changmin Jeon <[email protected]> Co-authored-by: ersahatmacaa <[email protected]> Co-authored-by: Kevin Gillespie <[email protected]> Co-authored-by: Kevin Gillespie <[email protected]> Co-authored-by: Kalvin McCallum <[email protected]> Co-authored-by: Omer Demir <[email protected]> Co-authored-by: sihyung-maxim <[email protected]> Co-authored-by: EricB-ADI <[email protected]> Co-authored-by: Tahsin Türker Mutlugün <[email protected]> Co-authored-by: Michael Perkins <[email protected]> Co-authored-by: Kevin Townsend <[email protected]> Co-authored-by: Bobby <[email protected]> Co-authored-by: Bobby Counts <[email protected]> Co-authored-by: Mert Ekren <[email protected]> Co-authored-by: Anıl Kara <[email protected]> Co-authored-by: Ozan Durgut <[email protected]> Co-authored-by: Cristian Cruz <[email protected]>
- Loading branch information
1 parent
b20b398
commit f8d2e36
Showing
8,721 changed files
with
408,286 additions
and
91,064 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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 |
---|---|---|
@@ -1,3 +1,23 @@ | ||
############################################################################### | ||
# | ||
# Copyright (C) 2022-2023 Maxim Integrated Products, Inc. (now owned by | ||
# Analog Devices, Inc.), | ||
# Copyright (C) 2023-2024 Analog Devices, Inc. | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
# | ||
############################################################################## | ||
|
||
name: Build & Deploy Docs | ||
|
||
# Controls when the workflow will run | ||
|
@@ -15,7 +35,7 @@ jobs: | |
|
||
steps: | ||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Setup Python | ||
uses: actions/[email protected] | ||
|
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
Oops, something went wrong.