firmware/src
HarukiToreda 35fa418739
Some checks failed
CI / setup (all) (push) Has been cancelled
CI / setup (check) (push) Has been cancelled
CI / version (push) Has been cancelled
CI / build-debian-src (push) Has been cancelled
CI / package-pio-deps-native-tft (push) Has been cancelled
CI / test-native (push) Has been cancelled
CI / docker (alpine, native, linux/amd64) (push) Has been cancelled
CI / docker (alpine, native, linux/arm64) (push) Has been cancelled
CI / docker (alpine, native-tft, linux/amd64) (push) Has been cancelled
CI / docker (debian, native, linux/amd64) (push) Has been cancelled
CI / docker (debian, native, linux/arm/v7) (push) Has been cancelled
CI / docker (debian, native, linux/arm64) (push) Has been cancelled
CI / docker (debian, native-tft, linux/amd64) (push) Has been cancelled
CI / check (push) Has been cancelled
CI / build (push) Has been cancelled
CI / gather-artifacts (esp32) (push) Has been cancelled
CI / gather-artifacts (esp32c3) (push) Has been cancelled
CI / gather-artifacts (esp32c6) (push) Has been cancelled
CI / gather-artifacts (esp32s3) (push) Has been cancelled
CI / gather-artifacts (nrf52840) (push) Has been cancelled
CI / gather-artifacts (rp2040) (push) Has been cancelled
CI / gather-artifacts (rp2350) (push) Has been cancelled
CI / gather-artifacts (stm32) (push) Has been cancelled
CI / release-artifacts (push) Has been cancelled
CI / release-firmware (esp32) (push) Has been cancelled
CI / release-firmware (esp32c3) (push) Has been cancelled
CI / release-firmware (esp32c6) (push) Has been cancelled
CI / release-firmware (esp32s3) (push) Has been cancelled
CI / release-firmware (nrf52840) (push) Has been cancelled
CI / release-firmware (rp2040) (push) Has been cancelled
CI / release-firmware (rp2350) (push) Has been cancelled
CI / release-firmware (stm32) (push) Has been cancelled
CI / publish-firmware (push) Has been cancelled
Nightly / Trunk Check and Upload (push) Has been cancelled
Nightly / Trunk Upgrade (PR) (push) Has been cancelled
Semgrep Full Scan / semgrep-full (push) Has been cancelled
InkHUD crash fix when nodes get deleted from NodeDB (#8428)
* InkHUD crash fix

* trunk fix
2025-10-23 11:55:24 -05:00
..
buzz Add DIRECT_MSG_ONLY buzzer mode (#8158) 2025-10-01 19:36:17 -05:00
concurrency add optional debug logging to see which OSThread / loops have what delays 2025-09-24 17:14:22 +02:00
detect rework sensor instantiation to saves memory by removing the static allocation (#8054) 2025-10-13 11:09:33 -05:00
Fusion
gps Remove T1000E GPS startup delay sequence (#8236) 2025-10-12 05:34:34 -05:00
graphics InkHUD crash fix when nodes get deleted from NodeDB (#8428) 2025-10-23 11:55:24 -05:00
input Merge branch 'develop' into fix/tlora-pager-rotary-amplifier 2025-10-02 14:40:37 -05:00
mesh Merge branch 'master' into develop 2025-10-23 11:35:33 -05:00
modules Merge pull request #8432 from korbinianbauer/develop 2025-10-23 11:54:44 -05:00
motion Enable bmx160 on native (#7844) 2025-09-04 06:24:04 -05:00
mqtt Avoid exceeding allocated buffers when doing MQTT proxying (#8320) 2025-10-13 06:57:21 -05:00
nimble NimbleBluetooth: reuse BLE_HS_CONN_HANDLE_NONE instead of creating a different constant to represent no connection 2025-10-19 11:10:14 -04:00
platform Don't forget to break! 2025-10-04 16:54:19 -05:00
serialization Centralize getNodeId and fix references to owner.id (#8230) 2025-10-06 07:56:27 -05:00
airtime.cpp
airtime.h
AmbientLightingThread.h add WIP for Unit C6L (#7433) 2025-09-17 22:40:55 +02:00
AudioThread.h Merge branch 'develop' into fix/tlora-pager-rotary-amplifier 2025-10-02 14:40:37 -05:00
BluetoothCommon.cpp
BluetoothCommon.h
BluetoothStatus.h Support for T-Echo Lite, credits to @Szetya for doing all the heavy lifting! (#7636) 2025-08-17 13:37:12 +02:00
commands.h 2.7 fixes w2 (#7148) 2025-07-02 20:50:49 -05:00
configuration.h Master --> develop (#8394) 2025-10-19 08:54:56 +11:00
DebugConfiguration.cpp Portduino config refactor (#7796) 2025-09-19 08:24:35 -05:00
DebugConfiguration.h Put guards in place around debug heap operations (#7955) 2025-09-11 07:57:42 -05:00
DisplayFormatters.cpp Finish deprecating the Repeater role behavior (#8144) 2025-09-28 15:30:53 -05:00
DisplayFormatters.h Fixes 2025-09-19 06:29:18 -05:00
error.h
freertosinc.h
FSCommon.cpp Crowpanel 2.4,2.8 and 3.5 support (#6355) 2025-04-17 16:03:37 +02:00
FSCommon.h
GpioLogic.cpp
GpioLogic.h
GPSStatus.h Added Last Coordinate counter to Position screen (#7865) 2025-09-19 07:00:44 -05:00
Led.cpp
Led.h
main.cpp Add a banner on startup when DEBUG_MUTE is enabled (#8402) 2025-10-20 08:23:12 +11:00
main.h Merge pull request #7773 from meshtastic/master 2025-08-27 20:53:55 -05:00
memGet.cpp Put guards in place around debug heap operations (#7955) 2025-09-11 07:57:42 -05:00
memGet.h
meshUtils.cpp
meshUtils.h Key verification flow on BaseUI (#7240) 2025-07-10 09:45:36 -05:00
network-stubs.cpp
NodeStatus.h
Observer.cpp
Observer.h
Power.cpp Fix can not detect battery status while using INA226 (#8330) 2025-10-13 08:15:21 -05:00
power.h Revert "develop --> Master" (#8244) 2025-10-07 06:00:09 -05:00
PowerFSM.cpp Moves the shutdown thread into the Power class, make shutdown and reboot private (#7415) 2025-07-22 06:21:51 -05:00
PowerFSM.h fix mismatch between Exclude FSM include names (#7107) 2025-06-22 18:48:16 -05:00
PowerFSMThread.h fix mismatch between Exclude FSM include names (#7107) 2025-06-22 18:48:16 -05:00
PowerMon.cpp
PowerMon.h
PowerStatus.h
RedirectablePrint.cpp Portduino config refactor (#7796) 2025-09-19 08:24:35 -05:00
RedirectablePrint.h
RF95Configuration.h
SafeFile.cpp
SafeFile.h
SerialConsole.cpp ESP32s2 doesn't implement HWCDC (#8199) 2025-10-03 18:52:51 -05:00
SerialConsole.h move SerialConsole to event based trigger 2025-09-24 17:14:14 +02:00
sleep.cpp Add support for RAK WISMESH TAP V2 by enabling SDCARD_CS pin during deep sleep (#8429) 2025-10-23 05:41:24 -05:00
sleep.h
SPILock.cpp
SPILock.h
Status.h
target_specific.h
xmodem.cpp
xmodem.h