firmware/src
Ben Meadors e6bfc4a97a
Some checks are pending
CI / setup (check) (push) Waiting to run
CI / setup (esp32) (push) Waiting to run
CI / setup (esp32c3) (push) Waiting to run
CI / setup (esp32c6) (push) Waiting to run
CI / setup (esp32s3) (push) Waiting to run
CI / setup (nrf52840) (push) Waiting to run
CI / setup (rp2040) (push) Waiting to run
CI / setup (rp2350) (push) Waiting to run
CI / setup (stm32) (push) Waiting to run
CI / version (push) Waiting to run
CI / check (push) Blocked by required conditions
CI / build-esp32 (push) Blocked by required conditions
CI / build-esp32s3 (push) Blocked by required conditions
CI / build-esp32c3 (push) Blocked by required conditions
CI / build-esp32c6 (push) Blocked by required conditions
CI / build-nrf52840 (push) Blocked by required conditions
CI / build-rp2040 (push) Blocked by required conditions
CI / build-rp2350 (push) Blocked by required conditions
CI / build-stm32 (push) Blocked by required conditions
CI / build-debian-src (push) Waiting to run
CI / package-pio-deps-native-tft (push) Waiting to run
CI / test-native (push) Waiting to run
CI / docker-deb-amd64 (push) Waiting to run
CI / docker-deb-amd64-tft (push) Waiting to run
CI / docker-alp-amd64 (push) Waiting to run
CI / docker-alp-amd64-tft (push) Waiting to run
CI / docker-deb-arm64 (push) Waiting to run
CI / docker-deb-armv7 (push) Waiting to run
CI / gather-artifacts (esp32) (push) Blocked by required conditions
CI / gather-artifacts (esp32c3) (push) Blocked by required conditions
CI / gather-artifacts (esp32c6) (push) Blocked by required conditions
CI / gather-artifacts (esp32s3) (push) Blocked by required conditions
CI / gather-artifacts (nrf52840) (push) Blocked by required conditions
CI / gather-artifacts (rp2040) (push) Blocked by required conditions
CI / gather-artifacts (rp2350) (push) Blocked by required conditions
CI / gather-artifacts (stm32) (push) Blocked by required conditions
CI / release-artifacts (push) Blocked by required conditions
CI / release-firmware (esp32) (push) Blocked by required conditions
CI / release-firmware (esp32c3) (push) Blocked by required conditions
CI / release-firmware (esp32c6) (push) Blocked by required conditions
CI / release-firmware (esp32s3) (push) Blocked by required conditions
CI / release-firmware (nrf52840) (push) Blocked by required conditions
CI / release-firmware (rp2040) (push) Blocked by required conditions
CI / release-firmware (rp2350) (push) Blocked by required conditions
CI / release-firmware (stm32) (push) Blocked by required conditions
CI / publish-firmware (push) Blocked by required conditions
Merge pull request #7969 from meshtastic/master
Backmerge
2025-09-12 18:23:40 -05:00
..
buzz Add On-Screen Keyboard for UpDown Encoder and Rotary Encoder. (#7762) 2025-08-29 23:26:27 +08:00
concurrency Add LOG_HEAP log type, and more heap debug messages (#7937) 2025-09-09 10:29:07 -05:00
detect Add TSL2561 sensor (#7675) 2025-09-04 06:39:00 -05:00
Fusion
gps Merge branch 'master' into develop 2025-09-09 08:42:29 -05:00
graphics src/graphics/Screen.cpp: move #include "meshUtils.h" outside of "#ifdef HAS_SCREEN" so IS_ONE_OF works on all devices 2025-09-11 21:31:42 -07:00
input Merge pull request #7915 from meshtastic/master 2025-09-08 05:58:00 -05:00
mesh Merge pull request #7969 from meshtastic/master 2025-09-12 18:23:40 -05:00
modules Merge pull request #7969 from meshtastic/master 2025-09-12 18:23:40 -05:00
motion Enable bmx160 on native (#7844) 2025-09-04 06:24:04 -05:00
mqtt Fix TLS port bug on default mqtt validation 2025-08-19 20:10:47 -05:00
nimble Fix memory leak in NimbleBluetooth: allocate BluetoothStatus on stack, not heap 2025-09-12 13:00:17 -07:00
platform Fix memory leak in NRF52Bluetooth: allocate BluetoothStatus on stack, not heap 2025-09-12 13:15:52 -07:00
serialization [7353] Add all telemetry fields to json output (#7363) 2025-07-28 09:23:04 -05:00
airtime.cpp
airtime.h
AmbientLightingThread.h [Variant] nomadstar meteor pro (#6742) 2025-06-10 07:48:52 +10:00
AudioThread.h Unify the native display config between legacy display and MUI (#6838) 2025-06-21 06:36:04 -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 Fix excluded modules configuration handling (#7838) 2025-09-08 07:15:27 +10:00
DebugConfiguration.cpp Portduino config refactor (#7796) 2025-09-03 17:50:26 -05:00
DebugConfiguration.h Put guards in place around debug heap operations (#7955) 2025-09-11 07:57:42 -05:00
DisplayFormatters.cpp Add CLIENT_BASE to DisplayFormatters::getDeviceRole 2025-09-11 21:31:42 -07:00
DisplayFormatters.h BaseUI Updates (#7787) 2025-09-05 21:44:32 -04: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 implement littlefs for stm32 (#5987) 2025-03-21 16:12:27 +01:00
GpioLogic.cpp
GpioLogic.h
GPSStatus.h Added Last Coordinate counter to Position screen (#7865) 2025-09-04 22:33:02 -05:00
Led.cpp
Led.h
main.cpp Fix excluded modules configuration handling (#7838) 2025-09-08 07:15:27 +10: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 Add LOG_HEAP log type, and more heap debug messages (#7937) 2025-09-09 10:29:07 -05:00
power.h Mesh solar integrate (#7764) 2025-08-27 06:02:54 -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-03 17:50:26 -05:00
RedirectablePrint.h
RF95Configuration.h
SafeFile.cpp Cleanup 2025-03-16 08:19:46 -05:00
SafeFile.h
SerialConsole.cpp Mesh solar integrate (#7764) 2025-08-27 06:02:54 -05:00
SerialConsole.h
sleep.cpp T-Lora Pager: fix keyboard and improve rotary wheel haptic (#7869) 2025-09-05 07:42:51 -05:00
sleep.h
SPILock.cpp
SPILock.h
Status.h
target_specific.h
xmodem.cpp
xmodem.h