-
Notifications
You must be signed in to change notification settings - Fork 969
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into fix/replace-eui64-with-mac48
- Loading branch information
Showing
19 changed files
with
291 additions
and
238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: process stale Issues and PR's | ||
on: | ||
schedule: | ||
- cron: 0 6 * * * | ||
workflow_dispatch: {} | ||
|
||
permissions: | ||
issues: write | ||
pull-requests: write | ||
|
||
jobs: | ||
stale_issues: | ||
name: Close Stale Issues | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Stale PR+Issues | ||
uses: actions/[email protected] | ||
with: | ||
exempt-issue-labels: pinned,3.0 | ||
exempt-pr-labels: pinned,3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,15 +8,15 @@ plugins: | |
uri: https://github.com/trunk-io/plugins | ||
lint: | ||
enabled: | ||
- [email protected].12 | ||
- [email protected].13 | ||
- [email protected] | ||
- [email protected] | ||
- [email protected].256 | ||
- [email protected].269 | ||
- [email protected] | ||
- trivy@0.55.2 | ||
- trivy@0.56.2 | ||
#- [email protected] | ||
- [email protected] | ||
- [email protected].0 | ||
- [email protected].1 | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Display: | ||
|
||
### Waveshare 2.8inch RPi LCD | ||
Panel: ST7789 | ||
CS: 8 | ||
DC: 22 # Data/Command pin | ||
Backlight: 18 | ||
Width: 240 | ||
Height: 320 | ||
Reset: 27 | ||
Rotate: true | ||
Invert: true | ||
|
||
Touchscreen: | ||
### Note, at least for now, the touchscreen must have a CS pin defined, even if you let Linux manage the CS switching. | ||
Module: XPT2046 # Waveshare 2.8inch | ||
CS: 7 | ||
IRQ: 17 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Lora: | ||
Module: sx1262 # Waveshare SX126X XXXM | ||
DIO2_AS_RF_SWITCH: true | ||
CS: 21 | ||
IRQ: 16 | ||
Busy: 20 | ||
Reset: 18 | ||
SX126X_ANT_SW: 6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.