forked from meshtastic/firmware
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support TLORA_V3.0 (meshtastic#5563)
- Support TLORA_V3.0. Update of the legendary 2.1_1.6.1 with solar charger, TCXO and IPEX connector. - 'extra' some short-lived EOL intermediate boards in that range. If possible use T3S3 instead of all of these! - update trunk to latest version
- Loading branch information
Showing
5 changed files
with
27 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,31 +4,32 @@ cli: | |
plugins: | ||
sources: | ||
- id: trunk | ||
ref: v1.6.4 | ||
ref: v1.6.6 | ||
uri: https://github.com/trunk-io/plugins | ||
lint: | ||
enabled: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- bandit@1.7.10 | ||
- [email protected].287 | ||
- bandit@1.8.0 | ||
- [email protected].334 | ||
- [email protected] | ||
- trivy@0.56.2 | ||
- trivy@0.58.0 | ||
#- [email protected] | ||
- [email protected] | ||
- ruff@0.7.3 | ||
- ruff@0.8.3 | ||
- [email protected] | ||
- markdownlint@0.42.0 | ||
- [email protected].2 | ||
- markdownlint@0.43.0 | ||
- [email protected].3 | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected].0 | ||
- [email protected].1-beta | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- git-diff-check | ||
- [email protected].1 | ||
- [email protected].2 | ||
- [email protected] | ||
#- [email protected] | ||
ignore: | ||
|
@@ -39,11 +40,11 @@ runtimes: | |
enabled: | ||
- [email protected] | ||
- [email protected] | ||
- node@18.12.1 | ||
- node@18.20.5 | ||
actions: | ||
disabled: | ||
- trunk-announce | ||
enabled: | ||
- trunk-fmt-pre-commit | ||
- trunk-check-pre-push | ||
- trunk-upgrade-available | ||
- trunk-upgrade-available |
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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
[env:tlora-v2-1-1_8] | ||
extends = esp32_base | ||
board_level = extra | ||
board = ttgo-lora32-v21 | ||
|
||
build_flags = | ||
|
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,11 @@ | ||
[env:tlora-v3-3-0-tcxo] | ||
extends = esp32_base | ||
board = ttgo-lora32-v21 | ||
board_level = extra | ||
build_flags = | ||
${esp32_base.build_flags} | ||
-D TLORA_V2_1_16 | ||
-I variants/tlora_v2_1_16 | ||
-D GPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely. | ||
-D LORA_TCXO_GPIO=12 | ||
-D BUTTON_PIN=0 |