Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SPDX tags #270

Merged
merged 4 commits into from
Aug 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions third_party/renode/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<!--
SPDX-FileCopyrightText: 2021 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
SPDX-License-Identifier: MIT
-->
# Renode

This folder contains a subset of files imported from [renode/renode](https://github.com/renode/renode/), adjusted to the needs of iree-bare-metal-arm.
Expand Down
3 changes: 3 additions & 0 deletions third_party/renode/nrf52840.repl
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
// SPDX-License-Identifier: MIT

using "platforms/cpus/nrf52840.repl"

uart0: @ sysbus 0x40002000
Expand Down
3 changes: 3 additions & 0 deletions third_party/renode/nrf52840.resc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
// SPDX-License-Identifier: MIT

:name: nRF52840
:description: This script runs the nRF52840.

Expand Down
4 changes: 4 additions & 0 deletions third_party/renode/stm32f407.repl
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: Antmicro <www.antmicro.com>
// SPDX-FileCopyrightText: 2021 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
// SPDX-License-Identifier: MIT

using "platforms/boards/stm32f4_discovery.repl"
using "platforms/boards/stm32f4_discovery-additional_gpios.repl"
using "platforms/boards/stm32f4_discovery-bb.repl"
Expand Down
4 changes: 4 additions & 0 deletions third_party/renode/stm32f407.resc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: Antmicro <www.antmicro.com>
// SPDX-FileCopyrightText: 2021 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
// SPDX-License-Identifier: MIT

:name: STM32F407
:description: This script runs the STM32F407.

Expand Down
4 changes: 4 additions & 0 deletions third_party/renode/stm32f446.repl
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: Antmicro <www.antmicro.com>
// SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
// SPDX-License-Identifier: MIT

flash: Memory.MappedMemory @ sysbus 0x08000000
size: 0x80000

Expand Down
3 changes: 3 additions & 0 deletions third_party/renode/stm32f446.resc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
// SPDX-License-Identifier: MIT

:name: STM32F446
:description: This script runs the STM32F446.

Expand Down
3 changes: 3 additions & 0 deletions third_party/renode/stm32f4xx-highmem.repl
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2021 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
// SPDX-License-Identifier: MIT

using "platforms/boards/stm32f4_discovery.repl"
using "platforms/boards/stm32f4_discovery-additional_gpios.repl"
using "platforms/boards/stm32f4_discovery-bb.repl"
Expand Down
3 changes: 3 additions & 0 deletions third_party/renode/stm32f4xx-highmem.resc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2021 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
// SPDX-License-Identifier: MIT

:name: STM32F4XX
:description: This script runs the STM32F4XX with high memory.

Expand Down
3 changes: 3 additions & 0 deletions third_party/renode/stm32f746.repl
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
// SPDX-License-Identifier: MIT

using "platforms/boards/stm32f7_discovery-bb.repl"

// According to https://www.st.com/resource/en/datasheet/stm32f746ng.pdf,
Expand Down
3 changes: 3 additions & 0 deletions third_party/renode/stm32f746.resc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
// SPDX-License-Identifier: MIT

:name: STM32F746
:description: This script runs the STM32F746.

Expand Down
3 changes: 3 additions & 0 deletions third_party/renode/stm32l476.repl
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
// SPDX-License-Identifier: MIT

flash: Memory.MappedMemory @ sysbus 0x08000000
size: 0x100000

Expand Down
3 changes: 3 additions & 0 deletions third_party/renode/stm32l476.resc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
// SPDX-License-Identifier: MIT

:name: STM32L476
:description: This script runs the STM32L476.

Expand Down
3 changes: 3 additions & 0 deletions third_party/renode/stm32l4r5.repl
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
// SPDX-License-Identifier: MIT

flash: Memory.MappedMemory @ sysbus 0x08000000
size: 0x200000

Expand Down
3 changes: 3 additions & 0 deletions third_party/renode/stm32l4r5.resc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2022 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
// SPDX-License-Identifier: MIT

:name: STM32L4R5
:description: This script runs the STM32L4R5.

Expand Down
Loading