liquidraver
17dfa78629
sync lr2021 with radiolib commits
2026-08-07 14:17:05 +02:00
liquidraver
c0b388d89f
build fix
2026-08-05 14:13:29 +02:00
liquidraver
d1093bfc5e
gps "fiddling" v2 and some debug log fixes
2026-08-05 11:48:33 +02:00
liquidraver
f83ce0bed4
gps fiddling
2026-08-04 16:04:05 +02:00
liquidraver
4e880df81a
set leds on/off
2026-07-31 08:27:10 +02:00
liquidraver
aa14944a93
enable PM on ESP repeaters that support it
2026-07-30 17:14:05 +02:00
liquidraver
3e534e6239
probing improvements
2026-07-29 15:27:26 +02:00
liquidraver
a705d5b5ce
refactor / unify probes
2026-07-29 12:30:47 +02:00
liquidraver
fe6e585eb6
get rid of housekeeping tick and AGC reset
2026-07-28 14:12:40 +02:00
liquidraver
06a0b03a20
LR1110 duty cycle finally and zephyr PM vs UART wedge fixes
2026-07-25 11:27:25 +02:00
liquidraver
c28ae21555
rng cleanup
2026-07-22 22:00:37 +02:00
liquidraver
cc3cd402af
companion adc prefs bug
2026-07-22 14:50:13 +02:00
liquidraver
94d7aab142
improve RNG
2026-07-22 11:00:38 +02:00
liquidraver
076fbb7ff3
m9 and rng polishing
2026-07-21 22:49:48 +02:00
liquidraver
4001b3f130
GPS power management gates
2026-07-21 13:36:51 +02:00
liquidraver
13b5e2fcf3
scrub APC and bump to 1.16.6
2026-07-20 09:55:32 +02:00
liquidraver
1b9410df21
retry PM activation
2026-07-18 20:30:43 +02:00
liquidraver
c571bae013
fix contact sync freeze on cold boot
2026-07-16 11:30:25 +02:00
liquidraver
6b04772182
fix import regression caused by vcontact
2026-07-14 10:57:07 +02:00
liquidraver
432336867b
add cad.busycap knob for hilltop repeaters
2026-07-13 10:29:50 +02:00
liquidraver
9eb33e27dc
cad, meshamerica flasher and other polishes
2026-07-13 09:00:14 +02:00
liquidraver
51a807a957
vcontact polishing
2026-07-12 15:53:00 +02:00
liquidraver
a320a7646d
SmartCAD p2
2026-07-12 14:18:07 +02:00
liquidraver
dc1239537e
SmartCAD p1
2026-07-12 10:48:37 +02:00
liquidraver
0e7a9b7285
vcontact p1
2026-07-11 16:28:27 +02:00
liquidraver
56e41284e1
repeater-observer hybrid fixup
2026-07-10 22:43:26 +02:00
liquidraver
a03856cb34
gps cli commands fix and e-ink sats count clear
2026-07-08 09:16:47 +02:00
Étienne Fesser
c4fb9c0638
Fix TX wait thread stack overflow on Xtensa (boot freeze)
...
TX_WAIT_THREAD_STACK_SIZE was 1024 bytes, shared by every radio
adapter. On Xtensa (all ESP32/S3 boards) the windowed ABI needs ~3x
the stack of Cortex-M for the same code — Zephyr's own Kconfig
defaults reflect this (IDLE_STACK_SIZE: 1024 if XTENSA vs 320 ARM).
Measured peak usage on Heltec V4 (immediate-mode logging, full TX
cycle including startReceive/lora_config): 1252 bytes — already past
the old 1024 limit. The overflow corrupts the exception frame and
parks CPU0 in _DoubleExceptionVector (LoadProhibited @0x2c), a silent
total freeze at boot. Confirmed via the S3 built-in USB-JTAG:
current thread at crash = lora_tx_wait.
2048 gives ~39% headroom over the measured worst case.
2026-07-06 19:26:17 +02:00
liquidraver
f8f62cd65b
drop serial on reboot for ESP
2026-07-04 11:21:10 +02:00
liquidraver
6ef03fb10e
Merge branch 'master' into dev
2026-07-03 19:58:07 +02:00
liquidraver
14cb8c61f9
meshtimesync p1
2026-07-03 09:11:43 +02:00
liquidraver
fc940d27ba
sync with dev
2026-07-02 13:13:26 +02:00
liquidraver
3af781ee87
get rid of flash writes initiated by ZephyrGPSManager
2026-07-02 09:20:10 +02:00
liquidraver
989dd4b93e
dont hammer flash with gps fixes
2026-07-01 22:37:11 +02:00
liquidraver
1cbddc64da
gps fixes
2026-07-01 22:31:18 +02:00
Matthew Burton
43f455393e
added colour and fixed set tx adc not sticking
2026-06-29 20:22:52 +02:00
liquidraver
bd363781ac
companion hybrid refactor v1
2026-06-23 22:45:25 +02:00
liquidraver
2f86310500
port lora e5 mini
2026-06-21 20:38:57 +02:00
liquidraver
9f8f13e648
fix automount/autoformat loop
2026-06-18 12:18:06 +02:00
liquidraver
28f1c3af05
fix build and update readmes
2026-06-17 22:31:47 +02:00
liquidraver
906ef08b05
3 way FS self-heal
2026-06-17 22:05:21 +02:00
liquidraver
c4a1777956
refactor gps manager
2026-06-17 15:42:50 +02:00
liquidraver
533a2a7e4e
first fix 5 min timeout for GPS to prevent battery drain
2026-06-17 14:52:00 +02:00
liquidraver
7b3716bd6a
fix M1 GPS power control
2026-06-17 14:15:45 +02:00
liquidraver
4ec6f27202
password compare bug fix
2026-06-16 12:36:54 +02:00
liquidraver
a0222fe12b
fix android could not connect from app for ESP
2026-06-15 22:39:50 +02:00
liquidraver
572490e909
migrate to NVS, update formatters
2026-06-15 14:08:09 +02:00
liquidraver
fb6cd24e9e
linux native transport fixes
2026-06-14 21:20:02 +02:00
liquidraver
18b63bd6f5
Add Lilygo T-beam 1.2 (SX1262)
2026-06-14 14:00:51 +02:00
liquidraver
bf71542751
Make Rxdutycycling Great Again
2026-06-13 08:23:01 +02:00