Skip to content

Commit 1253995

Browse files
authored
Merge pull request #753 from danielinux/prep-2.8.0
Preparing release v2.8.0 + update copyright
2 parents 053d169 + 4f050f2 commit 1253995

File tree

328 files changed

+363
-328
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

328 files changed

+363
-328
lines changed

.github/workflows/test-renode-fastmath.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
renode_automated_fastmath:
1111
runs-on: ubuntu-22.04
12-
timeout-minutes: 15
12+
timeout-minutes: 25
1313

1414
steps:
1515
- uses: actions/checkout@v4

.github/workflows/test-renode-noasm-smallstack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
renode_automated_noasm_smallstack:
1111
runs-on: ubuntu-22.04
12-
timeout-minutes: 15
12+
timeout-minutes: 25
1313

1414
steps:
1515
- uses: actions/checkout@v4

.github/workflows/test-renode-noasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
renode_automated_noasm:
1111
runs-on: ubuntu-22.04
12-
timeout-minutes: 15
12+
timeout-minutes: 25
1313

1414
steps:
1515
- uses: actions/checkout@v4

.github/workflows/test-renode-nrf52.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
renode_automated_base:
1111
runs-on: ubuntu-22.04
12-
timeout-minutes: 15
12+
timeout-minutes: 25
1313

1414
steps:
1515
- uses: actions/checkout@v4

.github/workflows/test-renode-sha3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
renode_automated_multi_sha:
1111
runs-on: ubuntu-22.04
12-
timeout-minutes: 15
12+
timeout-minutes: 25
1313

1414
steps:
1515
- uses: actions/checkout@v4

.github/workflows/test-renode-sha384.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
renode_automated_multi_sha:
1111
runs-on: ubuntu-22.04
12-
timeout-minutes: 15
12+
timeout-minutes: 25
1313

1414
steps:
1515
- uses: actions/checkout@v4

.github/workflows/test-renode-smallstack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
renode_automated_smallstack:
1111
runs-on: ubuntu-22.04
12-
timeout-minutes: 15
12+
timeout-minutes: 25
1313

1414
steps:
1515
- uses: actions/checkout@v4

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CMakeLists.txt
22
#
3-
# Copyright (C) 2025 wolfSSL Inc.
3+
# Copyright (C) 2026 wolfSSL Inc.
44
#
55
# This file is part of wolfBoot.
66
#

README.md

Lines changed: 30 additions & 0 deletions

cmake/config_defaults.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# wolfboot/cmake/config_defaults.cmake
22
#
3-
# Copyright (C) 2025 wolfSSL Inc.
3+
# Copyright (C) 2026 wolfSSL Inc.
44
#
55
# This file is part of wolfBoot.
66
#

0 commit comments

Comments
 (0)