-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #415 from pulp-platform/michaero/pulpissimo-v8-dev
Michaero/pulpissimo v8 dev
- Loading branch information
Showing
573 changed files
with
116,284 additions
and
11,040 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,4 @@ | ||
overrides: | ||
gpio: { path: "hw/vendored_ips/gpio" } # Override to use the vendored in copy of | ||
# the GPIO repo to allow reconfiguration | ||
# of the number of GPIO pads. |
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,25 @@ | ||
# Copyright 2024 ETH Zurich and University of Bologna. | ||
# Solderpad Hardware License, Version 0.51, see LICENSE for details. | ||
# SPDX-License-Identifier: SHL-0.51 | ||
|
||
# Some CI tests run on our GitLab servers due to licenses and tools | ||
name: gitlab-ci | ||
on: [push, pull_request, workflow_dispatch] | ||
jobs: | ||
gitlab-ci: | ||
name: Internal Gitlab CI | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Check Gitlab CI | ||
uses: pulp-platform/pulp-actions/gitlab-ci@v2.2.0 | ||
# Skip on forks or pull requests from forks due to missing secrets. | ||
if: | ||
github.repository == 'pulp-platform/pulpissimo' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) | ||
with: | ||
domain: iis-git.ee.ethz.ch | ||
repo: github-mirror/pulpissimo | ||
token: ${{ secrets.GITLAB_TOKEN }} | ||
poll-period: 20 | ||
poll-count: 1000 | ||
retry-count: 100 | ||
retry-period: 50 |
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.