aboutsummaryrefslogtreecommitdiff
path: root/src/MeshCore.h
AgeCommit message (Collapse)Author
2026-04-12Working SmartResponseXE_v1 targetDavid Barksdale
2026-02-18add get bootloader.ver command for nrf52taco
2026-01-23nRF52840 Power Management - Phase 1 - Boot Low VBAT Voltage Lockoutentr0p1
Added NRF52840 power management core functionality: - Boot‑voltage lockout - Initial support for shutdown/reset reason storage and capture (via RESETREAS/GPREGRET2) - LPCOMP wake (for voltage-driven shutdowns) - VBUS wake (for voltage-driven shutdowns) - Per-board shutdown handler for board-specific tasks - Exposed CLI queries for power‑management status in CommonCLI.cpp - Added documentation in docs/nrf52_power_management.md. - Enabled power management support in Xiao nRF52840, RAK4631, Heltec T114 boards
2025-12-23Added powersaving to all ESP32 boards with RTC-supported DIO1Kevin Le
Added CLI to enable/disable powersaving
2025-12-12Added default temperature from ESP32 MCU and NRF52 MCUKevin Le
Added NRF52Board.h and NRF52Board.cpp Modified NRF52 variants to extend from NRF52Board to share common feature
2025-11-21tweaks get/set adcMultiplier logictaco
2025-11-21Repeater: add adc.multiplier settingtaco
2025-10-30* Fix for VolatileRTCClock wrapping around to initial synced time every 49 daysScott Powell
2025-10-06Refactor debug logging across bridge implementationsJoão Brázio
2025-07-22sensors: gpio commandFlorent
2025-03-22* OTA update for ESP32 targetsScott Powell
2025-03-21* BIG refactor: 'board' and 'radio' objects now defined in 'target.h/.cpp'Scott Powell
* mesh::RTCClock class moved to MeshCore.h
2025-03-14* some fixes around the powerOff(). Tidy upsScott Powell
2025-03-10enhancement on the UI and support for power off and status_led for t1000eFlorent de Lamotte
2025-02-03* refactor: new helpers/nrf52 dirScott Powell
* RAK, startOTAUpdate()
2025-01-15* Radio:: getLastSNR(), getLastRSSI()Scott Powell
* MESH_PACKET_LOGGING
2025-01-13Initial commitScott Powell