firmware/src
2025-01-12 15:22:33 +08:00
..
buzz Add buzzer feedback on GPS toggle (#5090) 2024-10-18 14:40:18 +11:00
concurrency More reduction (#5256) 2024-11-04 19:15:59 -06:00
detect Remove remaining \n from log lines. (#5675) 2024-12-27 18:01:02 +11:00
Fusion
gps Add GPS capability to RAK2560 (RAKwireless WisMesh Hub) (#5797) 2025-01-09 19:20:38 -06:00
graphics Support for Polish fonts on E-Ink devices, Polish fonts retouch, fixed Czech/Slovak OLED/E-Ink double space bug (#5821) 2025-01-12 14:30:58 +08:00
input Enable the autoconf settings for MPR121 based keyboards, to make it more flexible for varying implementations. (#5680) 2024-12-27 07:16:08 -06:00
mesh Merge branch 'master' into tft-gui-work 2025-01-12 15:22:33 +08:00
modules Fix potential memory leak in AtakPluginModule (#5803) 2025-01-10 08:25:25 +08:00
motion Remove remaining \n from log lines. (#5675) 2024-12-27 18:01:02 +11:00
mqtt Add unit tests for MQTT (#5724) 2025-01-07 07:10:42 -06:00
nimble More reduction (#5256) 2024-11-04 19:15:59 -06:00
platform Fix build for Pico2 RP2350 platform. (#5783) 2025-01-07 09:57:42 -06:00
serialization fix misc cppcheck things and compile time warnings (#5710) 2024-12-31 15:58:59 +01:00
airtime.cpp More log reductions. I'll probably stop now ;-) (#5263) 2024-11-06 21:03:25 +08:00
airtime.h
AmbientLightingThread.h More reduction (#5256) 2024-11-04 19:15:59 -06:00
AudioThread.h Cherry pick tdeck fixes (#5422) 2024-11-22 14:25:09 -06:00
BluetoothCommon.cpp Revert "Sync Wio lr1110 refresh with master (#4288)" 2024-07-22 15:30:36 +02:00
BluetoothCommon.h Revert "Sync Wio lr1110 refresh with master (#4288)" 2024-07-22 15:30:36 +02:00
ButtonThread.cpp Convert userprefs to a json file instead of header file which has to be included everywhere (#5471) 2024-12-03 06:17:25 -06:00
ButtonThread.h Adds fixed GPS, BUTTON_PIN and BLE code to userPrefs.h (#5341) 2024-11-14 06:56:22 -06:00
commands.h Revert "Sync Wio lr1110 refresh with master (#4288)" 2024-07-22 15:30:36 +02:00
configuration.h evaluate GPS_THREAD_INTERVAL after variant file (#5722) 2025-01-02 16:05:12 +01:00
DebugConfiguration.cpp RAK13800 Ethernet improvements 2024-09-06 11:45:43 +02:00
DebugConfiguration.h Include log messages in unit tests (#5666) 2024-12-26 13:42:15 +11:00
DisplayFormatters.cpp Short turbo preset (#4465) 2024-08-14 21:16:21 -05:00
DisplayFormatters.h
error.h
freertosinc.h Make STM compile again and update toolchain. (#2960) 2024-07-25 20:16:21 -05:00
FSCommon.cpp Cherrypick "add more locking for shared SPI devices (#5595) " (#5728) 2025-01-03 10:05:26 +08:00
FSCommon.h Fixes for #4395: nrf52 flash filesystem reliability (#4406) 2024-08-13 06:45:39 -05:00
GpioLogic.cpp Log cleanups (#5135) 2024-11-04 06:09:23 -06:00
GpioLogic.h for #4154 use a binary gpio transformer to manage vext on heltec-tracker (saves power) 2024-08-28 11:25:54 -07:00
GPSStatus.h Log cleanups (#5135) 2024-11-04 06:09:23 -06:00
Led.cpp Finish powermon/powerstress (#4230) 2024-08-06 12:35:54 -05:00
Led.h Finish powermon/powerstress (#4230) 2024-08-06 12:35:54 -05:00
main.cpp Merge branch 'master' into tft-gui-work 2025-01-11 21:01:40 +08:00
main.h Remove ATECC crypto chip placeholder code (#5461) 2024-11-27 09:45:54 +01:00
memGet.cpp First stab at enabling store and forward for Native 2024-09-28 11:37:27 +02:00
memGet.h
meshUtils.cpp Remove assert in mesh-pb-constants.cpp (#5207) 2024-11-02 05:38:44 -05:00
meshUtils.h remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
network-stubs.cpp
NodeStatus.h remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
Observer.cpp
Observer.h
Power.cpp Detect charging status by measuring current flow with configured INA battery sensor (#5271) 2024-12-22 15:02:50 +11:00
power.h Detect charging status by measuring current flow with configured INA battery sensor (#5271) 2024-12-22 15:02:50 +11:00
PowerFSM.cpp Don't powersave on Wifi (#5443) 2024-11-25 06:53:05 -06:00
PowerFSM.h Add more exclude options to save program ram/flash (#4408) 2024-08-06 18:48:55 -05:00
PowerFSMThread.h Add more exclude options to save program ram/flash (#4408) 2024-08-06 18:48:55 -05:00
PowerMon.cpp remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
PowerMon.h Finish powermon/powerstress (#4230) 2024-08-06 12:35:54 -05:00
PowerStatus.h remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
RedirectablePrint.cpp Fix incorrect va_start calls (#5076) 2024-10-15 17:15:10 -05:00
RedirectablePrint.h De-duplicate log-level determination (#5148) 2024-10-26 12:06:50 +02:00
RF95Configuration.h Remove unused define (#4620) 2024-09-02 20:08:02 -05:00
SafeFile.cpp Cherrypick "add more locking for shared SPI devices (#5595) " (#5728) 2025-01-03 10:05:26 +08:00
SafeFile.h Cherrypick "add more locking for shared SPI devices (#5595) " (#5728) 2025-01-03 10:05:26 +08:00
SerialConsole.cpp De-duplicate log-level determination (#5148) 2024-10-26 12:06:50 +02:00
SerialConsole.h Revert "Sync Wio lr1110 refresh with master (#4288)" 2024-07-22 15:30:36 +02:00
shutdown.h More log reductions. I'll probably stop now ;-) (#5263) 2024-11-06 21:03:25 +08:00
sleep.cpp Minor TFT branch synch (#5706) 2024-12-31 10:15:01 -06:00
sleep.h Don't attempt to save NodeDB on low-batt shutdown to prevent FS corruption (#5312) 2024-11-12 06:17:26 -06:00
SPILock.cpp
SPILock.h
Status.h
target_specific.h
xmodem.cpp Cherrypick "add more locking for shared SPI devices (#5595) " (#5728) 2025-01-03 10:05:26 +08:00
xmodem.h Make STM compile again and update toolchain. (#2960) 2024-07-25 20:16:21 -05:00