firmware/src/modules
Chloe Bethel 0bd4cefad3 Make ExternalNotification show up in excluded_modules, more STM32 modules (#7797)
* Show ExternalNotification as excluded if it is

* Enable ExternalNotification, SerialModule and RangeTest on STM32WL

* Misc fixes for #7797 - ARCH_STM32 -> ARCH_STM32WL, use less flash by dropping weather station support for serialmodule, set tx/rx pins before begin

* Enable Serial1 on RAK3172, make SerialModule use it (console is on LPUART1)

* Fix SerialModule on RAK3172, fix board definition of RAK3172 to include the right pin mapping.
2025-09-02 07:09:15 -05:00
..
esp32 Unify the native display config between legacy display and MUI (#6838) 2025-06-21 06:36:04 -05:00
Telemetry Avoid acquiring lock twice (#7555) 2025-08-06 06:38:36 -05:00
AdminModule.cpp Null check 2025-08-26 19:45:26 -05:00
AdminModule.h Canned Messages via InkHUD menu (#7096) 2025-06-25 06:04:18 -05:00
AtakPluginModule.cpp Fix potential memory leak in AtakPluginModule (#5803) 2025-01-10 08:25:25 +08:00
AtakPluginModule.h ATAK plugin (#3189) 2024-02-09 20:31:10 -06:00
CannedMessageModule.cpp Fix freetext hang (#7781) 2025-08-29 12:09:22 -05:00
CannedMessageModule.h Remember destination fix (#7427) 2025-07-31 07:36:03 -05:00
DetectionSensorModule.cpp Space out periodic broadcasts of modules automatically (#5931) 2025-01-26 13:59:59 -06:00
DetectionSensorModule.h Pass#2: Lots more savings in logs and string reduction surgery (#5251) 2024-11-04 12:16:25 -06:00
DropzoneModule.cpp remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
DropzoneModule.h Pass#2: Lots more savings in logs and string reduction surgery (#5251) 2024-11-04 12:16:25 -06:00
ExternalNotificationModule.cpp Make ExternalNotification show up in excluded_modules, more STM32 modules (#7797) 2025-09-02 07:09:15 -05:00
ExternalNotificationModule.h Unify the native display config between legacy display and MUI (#6838) 2025-06-21 06:36:04 -05:00
GenericThreadModule.cpp Add generic thread module (#5484) 2025-04-11 19:38:44 +02:00
GenericThreadModule.h Add generic thread module (#5484) 2025-04-11 19:38:44 +02:00
KeyVerificationModule.cpp Unbreak the macro 2025-07-10 11:40:02 -05:00
KeyVerificationModule.h Key verification flow on BaseUI (#7240) 2025-07-10 09:45:36 -05:00
ModuleDev.h more rename plugin to module 2022-02-27 02:21:02 -08:00
Modules.cpp Make ExternalNotification show up in excluded_modules, more STM32 modules (#7797) 2025-09-02 07:09:15 -05:00
Modules.h More renaming plugin to module 2022-02-27 01:49:24 -08:00
NeighborInfoModule.cpp Only send Neighbours if we have some to send. (#7493) 2025-08-28 18:45:46 -05:00
NeighborInfoModule.h Scale default intervals based for *online* mesh size past 40 nodes (#4277) 2024-07-13 05:59:19 -05:00
NodeInfoModule.cpp Log when this happened 2025-08-11 19:49:35 -05:00
NodeInfoModule.h Shorter nodeinfo timeout redux (#4458) 2024-08-14 17:17:53 -05:00
PositionModule.cpp GPS for STM32WL (#7297) 2025-07-14 05:12:26 -05:00
PositionModule.h feat: event mode - limit smart position updates to at most every 5m (#7505) 2025-07-31 21:45:34 -05:00
PowerStressModule.cpp Don't attempt to save NodeDB on low-batt shutdown to prevent FS corruption (#5312) 2024-11-12 06:17:26 -06:00
PowerStressModule.h Revert "Sync Wio lr1110 refresh with master (#4288)" 2024-07-22 15:30:36 +02:00
RangeTestModule.cpp Make ExternalNotification show up in excluded_modules, more STM32 modules (#7797) 2025-09-02 07:09:15 -05:00
RangeTestModule.h Portnum promiscuity for text messages from other modules (#2732) 2023-08-19 07:46:34 -05:00
RemoteHardwareModule.cpp Unify the native display config between legacy display and MUI (#6838) 2025-06-21 06:36:04 -05:00
RemoteHardwareModule.h Implement GPIO pin allowlist (#4882) 2024-09-27 19:31:05 -05:00
ReplyModule.cpp DEBUG_MUTE correctness (#7492) 2025-07-29 08:51:38 +10:00
ReplyModule.h re-add namespacing in protobufs. Let's see what i missed. Portduino likely ... 2023-01-21 21:23:24 +01:00
RoutingModule.cpp Fix freetext hang (#7781) 2025-08-29 12:09:22 -05:00
RoutingModule.h Fix freetext hang (#7781) 2025-08-29 12:09:22 -05:00
SerialModule.cpp Make ExternalNotification show up in excluded_modules, more STM32 modules (#7797) 2025-09-02 07:09:15 -05:00
SerialModule.h Make ExternalNotification show up in excluded_modules, more STM32 modules (#7797) 2025-09-02 07:09:15 -05:00
StoreForwardModule.cpp bugfix Add rssi and snr to the store and forward code. (#7462) 2025-07-27 20:03:01 -05:00
StoreForwardModule.h bugfix Add rssi and snr to the store and forward code. (#7462) 2025-07-27 20:03:01 -05:00
SystemCommandsModule.cpp Clear position on GPS deactivation, unless using fixed position (#7464) 2025-07-26 08:09:26 -05:00
SystemCommandsModule.h Unify the native display config between legacy display and MUI (#6838) 2025-06-21 06:36:04 -05:00
TextMessageModule.cpp DEBUG_MUTE correctness (#7492) 2025-07-29 08:51:38 +10:00
TextMessageModule.h Portnum promiscuity for text messages from other modules (#2732) 2023-08-19 07:46:34 -05:00
TraceRouteModule.cpp Fix Tracerouter warnings (#7637) 2025-08-15 07:03:14 -05:00
TraceRouteModule.h Add Trace Route on BaseUI (#7386) 2025-07-24 17:23:45 -05:00
WaypointModule.cpp DEBUG_MUTE correctness (#7492) 2025-07-29 08:51:38 +10:00
WaypointModule.h Revert "Sync Wio lr1110 refresh with master (#4288)" 2024-07-22 15:30:36 +02:00