firmware/src/mesh
dylanli a000a8d347
Support Seeed Tracker-T1000-E (#4303)
* feature-T1000-E: add Added the board definition for T1000-E

-  integrate a script for rapid dependency download that is compatible with both Linux and Windows platforms.
-  add the pin definitions for UART, SPI, GPIO, and other peripherals have been ensured to be correct.
-  add the env configuration for PlatformIO.

* refact-T1000-E: redefine T1000-E board

* feature-T1000-E: add basic sensors

* feature-T1000-E: add button init

* feat: add DRADIOLIB_GODMODE defination for use function setDioAsRfSwitch to DIO LORA RF

* feat : add gps(GNSS_Airoha) sleep mode

* feat: add behavier when rec or send message

* chore: hang IIC bus usage to avoid sensor address conflict

* feat: add sensor data acquisition

* feat : support Airoha GPS

- add disable it in FSM
- update  lookForTime and lookForLocation function

* fix: fix a bug

* version: change version to 0.9.0

* Update tracker-t1000-e.json

Remove a space

* Delete variants/tracker-t1000-e/run_once.sh

Delete not need as we will change platformio.ini

* Update platformio.ini

Update SoftDevice 7.3.0 usage in line with other lr1110 targets

Do we need to keep GODMODE ?

* fix: Button behavier incorrect bug

* fix:remove some invaild code of TextMessageModule

* fix: remove invaild comment

* version: change version to 0.9.1

- update mark's patch
- remove some invaild code and comments
- fix button behavier

* trunk format

* fix:  HELTEC_CAPSULE_SENSOR_V3 block got accidentally deleted

* fix: EnvironmentTelemetry upstream merge went awry.

* fix: Added macro definitions to ensure correct operation of LORA section

* fix :GNSS_AIROHA macro defination in line with others

* fix: upstream backmerge accidentally.

* fix: wrap macro PIN_3V3_EN BUZZER_EN_PIN GNSS_AIROHA in the TRACKER_T1000_E macro guard

---------

Co-authored-by: Mark Trevor Birss <markbirss@gmail.com>
Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
Co-authored-by: Thomas Göttgens <tgoettgens@gmail.com>
2024-07-24 21:10:38 -05:00
..
api Add raspbian reboot and shutdown behavior 2023-12-14 19:53:42 -06:00
compression Fix de/compression buffer overflows in TAK packets (#4317) 2024-07-23 06:16:53 -05:00
eth Fix build when HAS_NETWORKING is false on nrf52 (#4237) 2024-07-07 07:08:49 -05:00
generated [create-pull-request] automated change (#4316) 2024-07-22 09:34:19 -05:00
http minor cleanup proposal (#4169) 2024-07-03 17:39:09 -05:00
raspihttp Crash fix and remove hard-coded path from PiWebServer (#3478) 2024-03-23 12:29:05 -05:00
wifi minor cleanup proposal (#4169) 2024-07-03 17:39:09 -05:00
Channels.cpp Let StoreForward server send history to phoneAPI (#4282) 2024-07-13 12:36:44 -05:00
Channels.h Let StoreForward server send history to phoneAPI (#4282) 2024-07-13 12:36:44 -05:00
CryptoEngine.cpp
CryptoEngine.h
Default.cpp Scale default intervals based for *online* mesh size past 40 nodes (#4277) 2024-07-13 05:59:19 -05:00
Default.h Scale default intervals based for *online* mesh size past 40 nodes (#4277) 2024-07-13 05:59:19 -05:00
FloodingRouter.cpp Deprecate Router Client role (and make it Client) (#4201) 2024-06-29 19:03:00 -05:00
FloodingRouter.h Fix #3452: only alter received packet if port number matches (#3474) 2024-03-23 07:31:58 -05:00
InterfacesTemplates.cpp LR1110 support (#3013) 2024-06-03 16:04:40 -05:00
LLCC68Interface.cpp
LLCC68Interface.h
LR11x0Interface.cpp Support Seeed Tracker-T1000-E (#4303) 2024-07-24 21:10:38 -05:00
LR11x0Interface.h LR1110 support (#3013) 2024-06-03 16:04:40 -05:00
LR1110Interface.cpp LR1110 support (#3013) 2024-06-03 16:04:40 -05:00
LR1110Interface.h LR1110 support (#3013) 2024-06-03 16:04:40 -05:00
LR1120Interface.cpp LR1110 support (#3013) 2024-06-03 16:04:40 -05:00
LR1120Interface.h LR1110 support (#3013) 2024-06-03 16:04:40 -05:00
MemoryPool.h we don't use the static MemoryPool anywhere, ditch dead code. 2023-12-11 15:35:22 +01:00
mesh-pb-constants.cpp Fixing typo in src/mesh/mesh-pb-constants.cpp logging (#2800) 2023-09-16 15:24:59 -05:00
mesh-pb-constants.h Make MAX_NUM_NODES configurable in variant.h (#3453) 2024-03-21 18:26:37 -05:00
MeshModule.cpp Show specific frame when updating screen (#4264) 2024-07-11 18:51:26 -05:00
MeshModule.h Show specific frame when updating screen (#4264) 2024-07-11 18:51:26 -05:00
MeshPacketQueue.cpp
MeshPacketQueue.h
MeshRadio.h
MeshService.cpp Let StoreForward server send history to phoneAPI (#4282) 2024-07-13 12:36:44 -05:00
MeshService.h Fix a typo in src/mesh/MeshService.h (#4314) 2024-07-22 06:58:24 -05:00
MeshTypes.h Remove status topic (#4305) 2024-07-21 07:09:10 -05:00
NodeDB.cpp Remove duplicate code and fix error: #if with no expression (#4307) 2024-07-20 06:47:04 -05:00
NodeDB.h Migrate to new defaults (#4294) 2024-07-16 09:37:50 -05:00
PacketHistory.cpp Add MaxNodes to Native config (#3427) 2024-03-21 09:06:37 -05:00
PacketHistory.h Extend packet history expire time to 10 minutes (#2921) 2023-11-03 15:43:26 -05:00
PhoneAPI.cpp Let StoreForward server send history to phoneAPI (#4282) 2024-07-13 12:36:44 -05:00
PhoneAPI.h Fix flakey phone api transition from file manifest to complete (#4209) 2024-06-30 08:22:24 -05:00
PointerQueue.h
ProtobufModule.cpp
ProtobufModule.h Scale default intervals based for *online* mesh size past 40 nodes (#4277) 2024-07-13 05:59:19 -05:00
RadioInterface.cpp Typo fix in logs - mhz - MHz (#4225) 2024-07-03 09:04:39 -05:00
RadioInterface.h Set unused header bytes to zero for future use (#3479) 2024-03-23 12:38:29 -05:00
RadioLibInterface.cpp Add PowerMon support (#4155) 2024-07-03 18:02:20 -05:00
RadioLibInterface.h Add PowerMon support (#4155) 2024-07-03 18:02:20 -05:00
RadioLibRF95.cpp Add support for RadioMaster Bandit Nano (#4005) 2024-05-31 10:56:04 -05:00
RadioLibRF95.h
ReliableRouter.cpp Add MaxNodes to Native config (#3427) 2024-03-21 09:06:37 -05:00
ReliableRouter.h
RF95Interface.cpp Add PowerMon support (#4155) 2024-07-03 18:02:20 -05:00
RF95Interface.h
Router.cpp Just a bit of security hygiene. (#4313) 2024-07-23 11:52:14 -05:00
Router.h Add original hop limit to header to determine hops used (#3321) 2024-03-08 07:13:57 -06:00
SinglePortModule.h
STM32WLE5JCInterface.cpp Remove redundant checks for power of 0 (#2934) 2023-11-13 06:19:02 -06:00
STM32WLE5JCInterface.h
StreamAPI.cpp When talking via serial, encapsulate log messages in protobufs if necessary (#4187) 2024-06-30 18:41:27 -05:00
StreamAPI.h When talking via serial, encapsulate log messages in protobufs if necessary (#4187) 2024-06-30 18:41:27 -05:00
SX126xInterface.cpp Add PowerMon support (#4155) 2024-07-03 18:02:20 -05:00
SX126xInterface.h
SX128xInterface.cpp Add PowerMon support (#4155) 2024-07-03 18:02:20 -05:00
SX128xInterface.h
SX1262Interface.cpp
SX1262Interface.h
SX1268Interface.cpp
SX1268Interface.h
SX1280Interface.cpp
SX1280Interface.h
Throttle.cpp Added one minute throttling to NodeDB save to disk (#3648) 2024-04-18 14:20:39 -05:00
Throttle.h Added one minute throttling to NodeDB save to disk (#3648) 2024-04-18 14:20:39 -05:00
TypeConversions.cpp Skip favorite nodes when clearing out oldest in NodeDB (#3464) 2024-03-21 19:51:02 -05:00
TypeConversions.h Convert from inline to static class methods (#2883) 2023-10-11 06:17:05 -05:00
TypedQueue.h Look into tophone queue for the received packet. 2023-12-11 15:11:10 +01:00