Skip to content

Commit

Permalink
Merge branch 'release' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelRiedel committed Jul 1, 2021
2 parents 092012c + 64ee162 commit 1362f97
Show file tree
Hide file tree
Showing 1,053 changed files with 3,349 additions and 108,426 deletions.
4 changes: 4 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# Copyright 2021 ETH Zurich and University of Bologna.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0

# Use LLVM's style
BasedOnStyle: LLVM
18 changes: 18 additions & 0 deletions .clang-format-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Copyright 2021 ETH Zurich and University of Bologna.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0

# Exclude files from formatting requirement
# External dependencies
*/software/runtime/encoding.h
*/software/riscv-tests
*/toolchain
*/hardware/deps
*/hardware/tb/dpi/elfloader.cpp

# Build artifacts
*/install
*build*

# Linker scripts to preprocess
*.ld.c
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright 2021 ETH Zurich and University of Bologna.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0

# EditorConfig (http://editorconfig.org/)
root = true

Expand Down
11 changes: 11 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Copyright 2021 ETH Zurich and University of Bologna.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0

[flake8]
exclude =
install
toolchain
hardware/deps
scripts/license-checker.py
scripts/run_clang_format.py
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Global owners
* @SamuelRiedel @suehtamacv
19 changes: 19 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Summarize the changes concisely

## Changelog

### Added

### Changed

### Fixed

(Reference to issues, labels, and related merge requests)

## Checklist

- [ ] Automated tests pass
- [ ] Changelog updated
- [ ] Code style guideline is observed

Please check our [contributing guidelines](CONTRIBUTING.md) before opening a Pull Request.
Loading

0 comments on commit 1362f97

Please sign in to comment.