Skip to content

Commit 77b4234

Browse files
authored
Merge pull request hathach#1271 from tannewt/rpi_zero
Add Raspberry Pi Zero W and Zero 2 W
2 parents 868948f + bed8913 commit 77b4234

File tree

100 files changed

+482
-121
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

+482
-121
lines changed

.github/workflows/build_aarch64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
family:
2020
# Alphabetical order
21-
- 'raspberrypi4'
21+
- 'broadcom_64bit'
2222
steps:
2323
- name: Setup Python
2424
uses: actions/setup-python@v2

.github/workflows/build_arm.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
matrix:
4040
family:
4141
# Alphabetical order
42+
- 'broadcom_32bit'
4243
- 'imxrt'
4344
- 'lpc15'
4445
- 'lpc18'
@@ -114,7 +115,7 @@ jobs:
114115
done
115116
116117
# ---------------------------------------
117-
# Build all no-family (opharned) boards
118+
# Build all no-family (orphaned) boards
118119
# ---------------------------------------
119120
build-board:
120121
runs-on: ubuntu-latest

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ cov-int
2626
# cppcheck build directories
2727
*-build-dir
2828
/_bin/
29+
__pycache__
30+

examples/device/audio_4_channel_mic/.skip.MCU_SAMD11

Whitespace-only changes.

examples/device/audio_4_channel_mic/.skip.MCU_SAME5X

Whitespace-only changes.

examples/device/audio_4_channel_mic/.skip.MCU_SAMG

Whitespace-only changes.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
mcu:SAMD11
2+
mcu:SAME5X
3+
mcu:SAMG

examples/device/audio_test/.skip.MCU_SAMD11

Whitespace-only changes.

examples/device/audio_test/.skip.MCU_SAME5X

Whitespace-only changes.

examples/device/audio_test/.skip.MCU_SAMG

Whitespace-only changes.

0 commit comments

Comments
 (0)