firmware/src/mesh
Thomas Göttgens cea8393a7f Merge pull request #2026 from GUVWAF/develop
TraceRouteModule
2022-12-21 13:27:12 +01:00
..
compression Upgrade unishox-2 to 1.0.3 (#1650) 2022-08-25 07:12:38 -05:00
eth Fix those refs 2022-10-26 16:50:58 -05:00
generated Audio Module is finished for regression tests. 2022-12-21 13:27:00 +01:00
http ---EXPERIMENTAL--- reboot the board if the NO_AP_FOUND error comes back. 2022-11-23 23:47:50 +01:00
wifi Mark WifiServerPort constructor as explicit 2022-10-01 17:02:16 +02:00
Channels.cpp [modules][serial] fix simple module ability to send 2022-12-21 01:35:19 -08:00
Channels.h need to trigger new CI run 2022-12-21 12:24:38 +01:00
CryptoEngine.cpp Remove nRF Crypt Debug 2022-06-12 23:35:59 +02:00
CryptoEngine.h Remove nRF Crypt Debug 2022-06-12 23:35:59 +02:00
FloodingRouter.cpp Merge pull request #2026 from GUVWAF/develop 2022-12-21 13:27:12 +01:00
FloodingRouter.h Merge pull request #2026 from GUVWAF/develop 2022-12-21 13:27:12 +01:00
InterfacesTemplates.cpp update board definition, update copy/paste errors, fix SX1280. 2022-12-21 13:25:12 +01:00
LLCC68Interface.cpp [LLCC68] module support 2021-11-17 13:28:08 +03:00
LLCC68Interface.h LLCC68 doesn't support SF12 neither the "Long Slow" channel 2021-11-18 14:46:04 +03:00
MemoryPool.h fix more warnings; add to CI; suppress some warnings 2022-01-24 19:58:07 +00:00
mesh-pb-constants.cpp Make a change to trigger CI (#1686) 2022-09-09 13:41:01 -05:00
mesh-pb-constants.h fix building with new peotobuf structure. 2022-05-30 21:12:27 +02:00
MeshModule.cpp Revert "Override RoutingModule's ACK if on wrong channel" 2022-11-23 19:27:57 +01:00
MeshModule.h lay groundwork for a possible future architecture (#1571) 2022-07-31 07:11:47 -05:00
MeshPacketQueue.cpp Expose front() function in MeshPacketQueue 2022-04-20 19:58:52 +02:00
MeshPacketQueue.h Expose front() function in MeshPacketQueue 2022-04-20 19:58:52 +02:00
MeshRadio.h Add support for SX1281 on 2.4 GHz (#1809) 2022-10-17 08:33:41 -05:00
MeshService.cpp Only save and reboot while a transaction isnt open 2022-11-20 19:50:45 -06:00
MeshService.h Only save and reboot while a transaction isnt open 2022-11-20 19:50:45 -06:00
MeshTypes.h add the user as distinct message source 2021-10-27 13:16:51 +00:00
NodeDB.cpp Add missing restart parameters 2022-11-26 12:10:10 +08:00
NodeDB.h Merge branch 'master' into transactional-config-edits 2022-11-21 12:10:49 -06:00
PacketHistory.cpp Issue-108. Track recent packets in unordered_set 2021-07-20 21:19:35 +02:00
PacketHistory.h Issue-108. Track recent packets in unordered_set 2021-07-20 21:19:35 +02:00
PhoneAPI.cpp Updated admin module and protobufs 2022-11-08 15:04:24 -06:00
PhoneAPI.h Send channels over phoneapi on want config (#1780) 2022-10-10 10:36:49 -05:00
PointerQueue.h more cppcheck warnings fixes 2022-01-24 17:24:40 +00:00
ProtobufModule.cpp Rename MeshPlugin, SinglePortPlugin and ProtobufPlugin 2022-03-09 19:01:43 +11:00
ProtobufModule.h Adapt to new protobufs - TODO: factory_reset rewire 2022-09-09 12:51:41 +02:00
RadioInterface.cpp Squashed commit of the following: 2022-11-25 15:17:24 +02:00
RadioInterface.h Definition cleanup and AudioModule WIP 2022-12-21 13:27:00 +01:00
RadioLibInterface.cpp reboot nrf52 on critical error 8 2022-12-09 11:18:43 +01:00
RadioLibInterface.h Definition cleanup and AudioModule WIP 2022-12-21 13:27:00 +01:00
RadioLibRF95.cpp Converted to jgromes/RadioLib upstream and pegged to latest ref (#1472) 2022-05-29 19:30:20 -05:00
RadioLibRF95.h Converted to jgromes/RadioLib upstream and pegged to latest ref (#1472) 2022-05-29 19:30:20 -05:00
ReliableRouter.cpp remove a few DSR Router bits for S&F Module 2022-12-21 13:25:12 +01:00
ReliableRouter.h remove a few DSR Router bits for S&F Module 2022-12-21 13:25:12 +01:00
RF95Interface.cpp start to sort radiolib out. If we have macros, use them! :-) 2022-11-14 09:49:50 +01:00
RF95Interface.h Converted to jgromes/RadioLib upstream and pegged to latest ref (#1472) 2022-05-29 19:30:20 -05:00
Router.cpp remove a few DSR Router bits for S&F Module 2022-12-21 13:25:12 +01:00
Router.h more rename plugin to module 2022-02-27 02:21:02 -08:00
SinglePortModule.h Send device telemetry to phone every minute (#1784) 2022-10-11 10:21:30 -05:00
StreamAPI.cpp Send PROTOBUF over serial without delay 2022-09-21 15:36:17 +02:00
StreamAPI.h more cppcheck warnings fixes 2022-01-24 17:24:40 +00:00
SX126xInterface.cpp Don't set DIO2 switch if TXEN is defined 2022-11-26 08:11:32 -06:00
SX126xInterface.h Add isChannelActive() function to radio interface 2022-04-20 20:04:44 +02:00
SX128xInterface.cpp update board definition, update copy/paste errors, fix SX1280. 2022-12-21 13:25:12 +01:00
SX128xInterface.h update board definition, update copy/paste errors, fix SX1280. 2022-12-21 13:25:12 +01:00
SX1262Interface.cpp New base class for SX126x modules. Added new SX1268 module support. 2021-09-12 00:35:16 +03:00
SX1262Interface.h New base class for SX126x modules. Added new SX1268 module support. 2021-09-12 00:35:16 +03:00
SX1268Interface.cpp New base class for SX126x modules. Added new SX1268 module support. 2021-09-12 00:35:16 +03:00
SX1268Interface.h more cppcheck warnings fixes 2022-01-24 17:24:40 +00:00
SX1280Interface.cpp update board definition, update copy/paste errors, fix SX1280. 2022-12-21 13:25:12 +01:00
SX1280Interface.h update board definition, update copy/paste errors, fix SX1280. 2022-12-21 13:25:12 +01:00
TypedQueue.h more warning fixes 2022-01-24 18:39:17 +00:00