-
Notifications
You must be signed in to change notification settings - Fork 941
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 big-brain-baud-bash
- Loading branch information
Showing
68 changed files
with
1,250 additions
and
396 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
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 |
---|---|---|
@@ -0,0 +1,43 @@ | ||
name: Run Trunk Fmt on PR Comment | ||
|
||
on: | ||
issue_comment: | ||
types: [created] | ||
|
||
jobs: | ||
trunk-fmt: | ||
if: github.event.issue.pull_request != null && contains(github.event.comment.body, 'trunk fmt') | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4 | ||
with: | ||
ref: ${{github.event.pull_request.head.ref}} | ||
repository: ${{github.event.pull_request.head.repo.full_name}} | ||
|
||
- name: Install trunk | ||
run: curl https://get.trunk.io -fsSL | bash | ||
|
||
- name: Run Trunk Fmt | ||
run: trunk fmt | ||
|
||
- name: Commit and push changes | ||
run: | | ||
git config --global user.name "github-actions[bot]" | ||
git config --global user.email "github-actions[bot]@users.noreply.github.com" | ||
git add . | ||
git commit -m "Add firmware version ${{ steps.version.outputs.version }}" | ||
git push | ||
- name: Comment on PR | ||
uses: actions/github-script@v7 | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
script: | | ||
github.issues.createComment({ | ||
issue_number: context.issue.number, | ||
owner: context.repo.owner, | ||
repo: context.repo.repo, | ||
body: '`trunk fmt` has been run on this PR.' | ||
}) |
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 |
---|---|---|
@@ -1,22 +1,22 @@ | ||
version: 0.1 | ||
cli: | ||
version: 1.22.6 | ||
version: 1.22.7 | ||
plugins: | ||
sources: | ||
- id: trunk | ||
ref: v1.6.3 | ||
ref: v1.6.4 | ||
uri: https://github.com/trunk-io/plugins | ||
lint: | ||
enabled: | ||
- trufflehog@3.82.6 | ||
- trufflehog@3.83.2 | ||
- [email protected] | ||
- [email protected] | ||
- [email protected].256 | ||
- [email protected].1 | ||
- trivy@0.55.2 | ||
- [email protected].276 | ||
- [email protected].9 | ||
- trivy@0.56.2 | ||
#- [email protected] | ||
- [email protected] | ||
- ruff@0.6.8 | ||
- ruff@0.7.1 | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
@@ -26,9 +26,9 @@ lint: | |
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- black@24.8.0 | ||
- black@24.10.0 | ||
- git-diff-check | ||
- gitleaks@8.20.0 | ||
- gitleaks@8.21.1 | ||
- [email protected] | ||
- [email protected] | ||
ignore: | ||
|
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 |
---|---|---|
|
@@ -23,4 +23,5 @@ lib_deps= | |
rweather/Crypto@^0.4.0 | ||
|
||
lib_ignore = | ||
BluetoothOTA | ||
BluetoothOTA | ||
lvgl |
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,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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"build": { | ||
"arduino": { | ||
"ldscript": "esp32s3_out.ld", | ||
"memory_type": "qio_opi" | ||
}, | ||
"core": "esp32", | ||
"extra_flags": [ | ||
"-DBOARD_HAS_PSRAM", | ||
"-DARDUINO_USB_CDC_ON_BOOT=1", | ||
"-DARDUINO_USB_MODE=0", | ||
"-DARDUINO_RUNNING_CORE=1", | ||
"-DARDUINO_EVENT_RUNNING_CORE=0" | ||
], | ||
"f_cpu": "240000000L", | ||
"f_flash": "80000000L", | ||
"flash_mode": "qio", | ||
"hwids": [["0x2886", "0x0059"]], | ||
"mcu": "esp32s3", | ||
"variant": "icarus" | ||
}, | ||
"connectivity": ["wifi", "bluetooth", "lora"], | ||
"debug": { | ||
"default_tool": "esp-builtin", | ||
"onboard_tools": ["esp-builtin"], | ||
"openocd_target": "esp32s3.cfg" | ||
}, | ||
"frameworks": ["arduino", "espidf"], | ||
"name": "icarus", | ||
"upload": { | ||
"flash_size": "8MB", | ||
"maximum_ram_size": 8388608, | ||
"maximum_size": 8388608, | ||
"use_1200bps_touch": true, | ||
"wait_for_upload_port": true, | ||
"require_upload_port": true, | ||
"speed": 921600 | ||
}, | ||
"url": "https://icarus.azlan.works", | ||
"vendor": "Muhammad Shah" | ||
} |
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,46 @@ | ||
{ | ||
"build": { | ||
"arduino": { | ||
"ldscript": "esp32s3_out.ld", | ||
"memory_type": "qio_opi", | ||
"partitions": "default_8MB.csv" | ||
}, | ||
"core": "esp32", | ||
"extra_flags": [ | ||
"-DBOARD_HAS_PSRAM", | ||
"-DUNPHONE_SPIN=9", | ||
"-DARDUINO_USB_CDC_ON_BOOT=1", | ||
"-DARDUINO_USB_MODE=0", | ||
"-DARDUINO_RUNNING_CORE=1", | ||
"-DARDUINO_EVENT_RUNNING_CORE=1" | ||
], | ||
"f_cpu": "240000000L", | ||
"f_flash": "80000000L", | ||
"flash_mode": "qio", | ||
"hwids": [ | ||
["0x16D0", "0x1178"], | ||
["0x303a", "0x1001"] | ||
], | ||
"mcu": "esp32s3", | ||
"variant": "unphone" | ||
}, | ||
"connectivity": ["wifi", "bluetooth", "lora"], | ||
"debug": { | ||
"default_tool": "esp-builtin", | ||
"onboard_tools": ["esp-builtin"], | ||
"openocd_target": "esp32s3.cfg" | ||
}, | ||
"frameworks": ["arduino", "espidf"], | ||
"name": "unPhone", | ||
"upload": { | ||
"flash_size": "8MB", | ||
"maximum_ram_size": 327680, | ||
"maximum_size": 8323072, | ||
"use_1200bps_touch": true, | ||
"wait_for_upload_port": true, | ||
"require_upload_port": true, | ||
"speed": 921600 | ||
}, | ||
"url": "https://unphone.net/", | ||
"vendor": "University of Sheffield" | ||
} |
Submodule protobufs
updated
4 files
+3 −0 | meshtastic/config.proto | |
+1 −0 | meshtastic/device_ui.options | |
+51 −12 | meshtastic/device_ui.proto | |
+1 −1 | meshtastic/rtttl.options |
Oops, something went wrong.