Skip to content

Commit a066002

Browse files
author
IngHK
committed
Merge remote-tracking branch 'remotes/hathach/master' into improve_debug_prints
2 parents e784e20 + b60d0ff commit a066002

File tree

100 files changed

+5148
-1899
lines changed

Some content is hidden

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

100 files changed

+5148
-1899
lines changed

.github/workflows/build_aarch64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- 'broadcom_64bit'
3737
steps:
3838
- name: Setup Python
39-
uses: actions/setup-python@v4
39+
uses: actions/setup-python@v5
4040
with:
4141
python-version: '3.x'
4242

.github/workflows/build_arm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# Alphabetical order
3838
- 'broadcom_32bit'
3939
- 'kinetis_k32l2'
40-
- 'lpc11 lpc13 lpc15 lpc17'
40+
- 'lpc11 lpc13 lpc15'
4141
- 'lpc51'
4242
- 'mm32 msp432e4'
4343
- 'samd11 same5x saml2x'
@@ -46,7 +46,7 @@ jobs:
4646
- 'tm4c123 xmc4000'
4747
steps:
4848
- name: Setup Python
49-
uses: actions/setup-python@v4
49+
uses: actions/setup-python@v5
5050
with:
5151
python-version: '3.x'
5252

.github/workflows/build_esp.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- 'examples/**'
99
- 'lib/**'
1010
- 'hw/**'
11+
- 'test/hil/**'
1112
- '.github/workflows/build_esp.yml'
1213
pull_request:
1314
branches: [ master ]
@@ -16,6 +17,7 @@ on:
1617
- 'examples/**'
1718
- 'lib/**'
1819
- 'hw/**'
20+
- 'test/hil/**'
1921
- '.github/workflows/build_esp.yml'
2022

2123
concurrency:
@@ -35,7 +37,7 @@ jobs:
3537
- 'espressif_s3_devkitc'
3638
steps:
3739
- name: Setup Python
38-
uses: actions/setup-python@v4
40+
uses: actions/setup-python@v5
3941
with:
4042
python-version: '3.x'
4143

@@ -46,7 +48,7 @@ jobs:
4648
uses: actions/checkout@v4
4749

4850
- name: Build
49-
run: docker run --rm -v $PWD:/project -w /project espressif/idf:latest python3 tools/build_esp32.py ${{ matrix.board }}
51+
run: docker run --rm -v $PWD:/project -w /project espressif/idf:v5.1.1 python3 tools/build_esp32.py ${{ matrix.board }}
5052

5153
- name: Upload Artifacts for Hardware Testing
5254
if: matrix.board == 'espressif_s3_devkitc' && github.repository_owner == 'hathach'

.github/workflows/build_iar.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- 'lib/**'
1010
- 'hw/**'
1111
- 'tools/get_deps.py'
12+
- 'test/hil/**'
1213
- '.github/workflows/build_iar.yml'
1314
pull_request:
1415
branches: [ master ]
@@ -18,6 +19,7 @@ on:
1819
- 'lib/**'
1920
- 'hw/**'
2021
- 'tools/get_deps.py'
22+
- 'test/hil/**'
2123
- '.github/workflows/build_iar.yml'
2224

2325
concurrency:

.github/workflows/build_msp430.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: Setup Python
39-
uses: actions/setup-python@v4
39+
uses: actions/setup-python@v5
4040
with:
4141
python-version: '3.x'
4242

.github/workflows/build_renesas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- 'rx'
3636
steps:
3737
- name: Setup Python
38-
uses: actions/setup-python@v4
38+
uses: actions/setup-python@v5
3939
with:
4040
python-version: '3.x'
4141

.github/workflows/build_riscv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- 'gd32vf103'
3838
steps:
3939
- name: Setup Python
40-
uses: actions/setup-python@v4
40+
uses: actions/setup-python@v5
4141
with:
4242
python-version: '3.x'
4343

.github/workflows/build_win_mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Setup Python
38-
uses: actions/setup-python@v4
38+
uses: actions/setup-python@v5
3939
with:
4040
python-version: '3.x'
4141

.github/workflows/cmake_arm.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- 'examples/**'
99
- 'lib/**'
1010
- 'hw/**'
11+
- 'test/hil/**'
1112
- 'tools/get_deps.py'
1213
- '.github/workflows/cmake_arm.yml'
1314
pull_request:
@@ -17,6 +18,7 @@ on:
1718
- 'examples/**'
1819
- 'lib/**'
1920
- 'hw/**'
21+
- 'test/hil/**'
2022
- 'tools/get_deps.py'
2123
- '.github/workflows/cmake_arm.yml'
2224

@@ -37,7 +39,7 @@ jobs:
3739
# Alphabetical order
3840
- 'imxrt'
3941
- 'kinetis_kl'
40-
- 'lpc18 lpc40 lpc43'
42+
- 'lpc17 lpc18 lpc40 lpc43'
4143
- 'lpc54 lpc55'
4244
- 'mcx'
4345
- 'nrf'
@@ -57,7 +59,7 @@ jobs:
5759
- 'stm32u5'
5860
steps:
5961
- name: Setup Python
60-
uses: actions/setup-python@v4
62+
uses: actions/setup-python@v5
6163
with:
6264
python-version: '3.x'
6365

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Setup Python
18-
uses: actions/setup-python@v4
18+
uses: actions/setup-python@v5
1919
with:
2020
python-version: '3.x'
2121

0 commit comments

Comments
 (0)