Austin
a541957480
ESP32: Migrate to Arduino 3.x (pioarduino) ( #9122 )
...
* Migrate esp32 families to pioarduino platform
* ESP32c6 align text.handler_execute same as C3
* Use pioarduino `develop`
The latest fixes and the latest bugs!
* preliminary esp32p4.ini
* pioarduino: Update LovyanGFX
Includes Manuel's recent commit
* pioarduino 3.3.6
* pioarduino 3.3.6 *release*
chasing the release
* pioarduino: Fix OG ESP32 duplicate libs
* pioarduino: T-Beam 1W CDC mode
* pioarduino: disable network provisioning (wifiprov)
* pioarduino: use legacy esptoolpy naming (forward-compatible)
* Update lovyangfx from `develop` commit to 1.2.19
* fix esp32p4.ini
* check for esp32 w/ wifi
* esp32-p4 specific adaptations
* Switch to meshtastic/esp32_https_server fork (idf5 branch)
* don't ignore esp_lcd
* config for MUI
* fix/workaround SDMMC
* revert a6f6175 , update to 3.3.8
* enable esp_hosted for esp32-p4 (experimental)
* Pioarduino 55.03.38-1
* NimBLE-Arduino -> Arduino "BLE" (3.3.x) migration (#10164 )
* NimBLE-Arduino -> Arduino "BLE" (3.3.x) migration
* More NimBLE
* Fix Device Name in ATT Read Request (0x2A00).
Device Name is exposed in two places:
- Advertisement data: this is set properly in startAdvertising.
- GATT attribute Device Name (0x2A00). This one is handled internally in NimBLE
and comes from ble_svc_gap_device_name_set. This is set initially, but then
BLEDevice::createServer calls ble_svc_gap_init which resets the device name.
This causes the device to apparently "change name after pairing":
< ACL Data TX:... flags 0x00 dlen 7 #113 [hci0] 14.241149
ATT: Read Request (0x0a) len 2
Handle: 0x0003 Type: Device Name (0x2a00)
> ACL Data RX: Handle 2048 flags 0x02 dlen 11 #115 [hci0] 14.269050
ATT: Read Response (0x0b) len 6
Value[6]: 6e696d626c65 # "nimble"
Workaround this by setting the device name once again after
BLEDevice::createServer.
* Temporarily lower CORE_DEBUG_LEVEL to INFO to avoid triggering an apparent ESP-IDF Bluetooth bug when re-connecting to Pixel 8 Android devices.
Initial pairing works, but after ESP32 is rebooted, phone fails to reconnect. Meshtastic app shows it as disconnecting immediately. LightBlue shows a more detailed error "Peripheral Connection - Warning: onConnectionStatusChange: status 61" (0x3D - MIC Failure).
Bug report to Espresssif: https://github.com/espressif/esp-idf/issues/18126#issuecomment-4286197744
* Temporarily disable ble_gap_set_data_len, causes crash with Pixel 8 Android reconnect.
Crash looks like this:
[ 11966][E][BLEAdvertising.cpp:341] setScanResponseData(): ble_gap_adv_rsp_set_data: 22
[ 11975][E][BLEAdvertising.cpp:1554] start(): Host reset, wait for sync.
ERROR | ??:??:?? 11 BLE failed to start advertising
Guru Meditation Error: Core 0 panic'ed (LoadProhibited). Exception was unhandled.
Core 0 register dump:
PC : 0x420e6190 PS : 0x00060730 A0 : 0x820e158b A1 : 0x3fce50c0
A2 : 0x00000000 A3 : 0x3fcb8600 A4 : 0x3fcb85cc A5 : 0x00000000
A6 : 0x00000000 A7 : 0x00000c03 A8 : 0x00000000 A9 : 0x3fce50b0
A10 : 0x0000000e A11 : 0x00000000 A12 : 0x00000010 A13 : 0x3fce50e0
A14 : 0x00000c03 A15 : 0x00000001 SAR : 0x0000001e EXCCAUSE: 0x0000001c
EXCVADDR: 0x00000000 LBEG : 0x400570e8 LEND : 0x400570f3 LCOUNT : 0x00000000
Backtrace: 0x420e618d:0x3fce50c0 0x420e1588:0x3fce5110 0x420dfe87:0x3fce5200 0x420dfefb:0x3fce5220 0x420dff3f:0x3fce5240 0x4219602b:0x3fce5260 0x4037b0e5:0x3fce5280 0x4201edf3:0x3fce52a0
Connection seems fast enough even without this. We'll investigate the
reason for the crash and re-enable once it's safe.
---------
Co-authored-by: Catalin Patulea <cronos586@gmail.com >
* Add extension from pioarduino nag
"Jason2866.esp-decoder"
* Cleanup after merge
* ESP32: Disable classic bluetooth
* Cleanup: Fix ADC channels on new variants
* InkHUD: Fix type casting for message size in saveToFlash method
inkhud compiles again!
* update p4 esp_hosted for BT
* I thought I fixed this
* fix linker error using response file (p4 only)
* fix infinite loop
* Fix Power.cpp check warning
Local variable 'config' shadows outer variable [shadowVariable]
* Build ESP32 original with NimBLE ('custom_sdkconfig' approach). (#10235 )
* Re-enable littlefs json manifest
This works locally again :)
Not sure what changed
* Re-add tool-mklittlefs
* sensecap indicator fixes after upgrade arduino-esp & lovyanGFX libs
* hackaday fix
* robot tbeam cache error fix
Co-authored-by: Copilot <copilot@github.com >
* trunk fmt
* ignore trunk
* BLEDevice::deinit() added
Co-authored-by: Copilot <copilot@github.com >
* platformio-custom: Modify mtjson target dependency to prevent fake-success. (#10291 )
Co-authored-by: Copilot <copilot@github.com >
* Fix ESP32-C6 linker errors.
Align .text.handler_execute section to 4 bytes and update watchdog timer core mask configuration
Co-authored-by: Copilot <copilot@github.com >
* tlora-c6: Disable Screen
MESHTASTIC_EXCLUDE_SCREEN=1 on tlora-c6.
It doesn't have a screen, and this gets it compiling again (saving flash).
* Use mverch's iram_memset hack for all OG-ESP32
* Refactor watchdog timer initialization and handling
* use adc_channel_t in variant.h
* Fix variant headers
* More idiomatic default ethernet that doesn't break the build
* Elecrows: Delete problematic variant.cpp
Not needed after USE_ETHERNET_DEFAULT
---------
Co-authored-by: mverch67 <manuel.verch@gmx.de >
Co-authored-by: Manuel <71137295+mverch67@users.noreply.github.com >
Co-authored-by: Catalin Patulea <cronos586@gmail.com >
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: vidplace7 <1779290+vidplace7@users.noreply.github.com >
Co-authored-by: Copilot <copilot@github.com >
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com >
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
2026-05-17 18:53:32 -05:00
Ben Meadors
778d1ad90f
Merge remote-tracking branch 'origin/master' into develop
2026-05-13 09:40:16 -05:00
Ben Meadors
59025e4820
Add initial support for Station G3 variant ( #10457 )
...
* Add initial support for Station G3 variant
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-05-13 08:07:24 -05:00
Ben Meadors
eead467ce6
Added NodeDB fixtures and refactored to use std maps for better memory efficiency ( #10464 )
...
* Added NodeDB fixtures and refactored to use std maps for better efficiency
* Defer NodeDB save during xmodem transfer to prevent mid-transfer fsFormat
2026-05-12 17:23:29 -05:00
github-actions[bot]
b4234b7f11
Automated version bumps ( #10419 )
...
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com >
2026-05-08 19:05:55 -05:00
github-actions[bot]
f63716c322
Automated version bumps ( #10419 )
...
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com >
2026-05-08 19:05:11 -05:00
Ben Meadors
126861fd16
Native MacOS hello world ( #10309 )
...
* Native MacOS hello world
* Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update variants/native/portduino/platformio.ini
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* fix: ensure null-termination in getSerialString() and handle len==0
Agent-Logs-Url: https://github.com/meshtastic/firmware/sessions/e5647919-2255-48ad-bcaa-7a2c2fdbf212
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com >
---------
Co-authored-by: Jonathan Bennett <jbennett@incomsystems.biz >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2026-04-27 07:07:49 -05:00
Ben Meadors
06a6c3ee20
Native MacOS hello world ( #10309 )
...
* Native MacOS hello world
* Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update variants/native/portduino/platformio.ini
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* fix: ensure null-termination in getSerialString() and handle len==0
Agent-Logs-Url: https://github.com/meshtastic/firmware/sessions/e5647919-2255-48ad-bcaa-7a2c2fdbf212
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com >
---------
Co-authored-by: Jonathan Bennett <jbennett@incomsystems.biz >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2026-04-26 22:07:07 -05:00
Ben Meadors
e7c02da24b
Merge remote-tracking branch 'origin/master' into develop
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-25 06:41:38 -05:00
Ben Meadors
7347091055
Add script to show unmerged commits from develop to master
2026-04-25 06:10:45 -05:00
Ruledo
f5be09c123
Add Luckfox Pico Max Waveshare Pico LoRa config ( #10175 )
...
Add a meshtasticd config for the Luckfox Pico Max with the Waveshare Pico LoRa SX1262 TCXO HAT.
Tested on hardware with successful SX1262 init, broadcast, and direct messaging.
2026-04-21 09:57:33 -05:00
Ruledo
466cc4cecd
Add Luckfox Pico Max Waveshare Pico LoRa config ( #10175 )
...
Add a meshtasticd config for the Luckfox Pico Max with the Waveshare Pico LoRa SX1262 TCXO HAT.
Tested on hardware with successful SX1262 init, broadcast, and direct messaging.
2026-04-16 10:41:06 -05:00
github-actions[bot]
47e129f4bd
Automated version bumps ( #10159 )
...
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com >
2026-04-14 13:13:45 -05:00
github-actions[bot]
1341cd4078
Automated version bumps ( #10159 )
...
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com >
2026-04-14 13:11:47 -05:00
Ben Meadors
9e182a595c
Enhance release notes generation with commit range comparison
2026-04-14 13:05:58 -05:00
Ben Meadors
7527233130
Enhance release notes generation with commit range comparison
2026-04-13 06:43:11 -05:00
Jonathan Bennett
69495dcd98
Merge remote-tracking branch 'origin/master' into develop
2026-04-12 17:29:40 -05:00
Austin
ae5019bec6
meshtasticd: Add configs for forlinx-ok3506-s12 (mPWRD-OS) ( #10087 )
...
These configs were generated programatically by Opus 4.6.
See: https://github.com/vidplace7/meshtasticd-40pin
Tested with MeshAdv-Pi, other pinmaps are untested but should work.
2026-04-10 16:49:36 -05:00
Austin
839cf554b7
meshtasticd: Add configs for ebyte-ecb41-pge (mPWRD-OS) ( #10086 )
...
These configs were generated programatically by Opus 4.6.
See: https://github.com/vidplace7/meshtasticd-40pin
Tested with MeshAdv-Pi, other pinmaps are untested but should work.
2026-04-10 11:21:23 -05:00
Ben Meadors
1116f06139
Merge remote-tracking branch 'origin/master' into develop
2026-04-08 13:37:25 -05:00
github-actions[bot]
98963218ad
Automated version bumps ( #10092 )
...
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com >
2026-04-06 13:34:01 -05:00
github-actions[bot]
c728cfdaf4
Automated version bumps ( #10092 )
...
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com >
2026-04-06 06:39:53 -05:00
Austin
d96770007d
meshtasticd: Add configs for luckfox-lyra-zero-w (mPWRD-OS) ( #10085 )
2026-04-05 15:23:52 -05:00
Tom
efd2613bd7
feat: add new configuration files for LR11xx variants ( #9761 )
...
* feat: add new configuration files for LR11xx variants
* style: reformat RF switch mode table for improved readability
2026-04-01 10:46:27 +11:00
Austin
33d526f6f9
Set t5s3_epaper_inkhud to extra ( #10037 )
...
t5s3_epaper_inkhud is incomplete (missing macros). Disable it for now.
Also fixes the board_check evaluation so that `false` actually works.
2026-03-30 13:30:54 -05:00
Austin
068f5af4d8
Add meshtasticd config metadata ( #10001 )
...
To be consumed by config-picker utils, and hopefully meshtasticd itself in the future.
2026-03-27 11:38:49 -05:00
Jonathan Bennett
fe8bfa0069
Add new RAK 13302 power curve ( #9929 )
2026-03-17 12:06:35 -05:00
github-actions[bot]
421f9afead
Automated version bumps ( #9886 )
...
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com >
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
2026-03-11 06:54:16 -05:00
pdxlocations
b941dab900
Add APIPort to native config ( #9840 )
2026-03-07 08:49:26 +11:00
Jonathan Bennett
0ed537a336
Add json file rotation option ( #9783 )
...
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
2026-03-06 10:24:32 -06:00
Jonathan Bennett
afd5e29bce
More RAK6421 work ( #9813 )
...
* Add Portduino Enable pins
* Add hat plus custom fields
* Punt on the GPIO device detection for now
* Simplify TX_GAIN_LORA for RAK13302
---------
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
2026-03-05 08:15:33 -06:00
Ben Meadors
3a74e049ab
Add Transmit history persistence for respecting traffic intervals between reboots ( #9748 )
...
* Add transmit history for throttling that persists between reboots
* Fix RAK long press detection to prevent phantom shutdowns from floating pins
* Update test/test_transmit_history/test_main.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Test fixes and placeholder for content handler tests
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-25 20:41:07 -06:00
Jonathan Bennett
5a068431ed
Add GPIO_DETECT_PA portduino config, and support 13302 detection with it ( #9741 )
...
* Add GPIO_DETECT_PA portduino config, and support 13302 detection with it.
* Tweak PA detect gpio to use pinMapping
* minor yaml output fixes
---------
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
2026-02-25 14:18:07 -06:00
Thomas Göttgens
58496e56d2
fail cppcheck on low already. Code quality for the win.
2026-02-24 22:45:38 +01:00
Austin
607b631114
meshtasticd: Add Luckfox Lyra Hat pinmaps ( #9730 )
...
Luckfox Lyra Plus + Waveshare Pi Pico Hat
Luckfox Lyra Ultra + wehooper4's "Luckfox Ultra" hat.
2026-02-23 20:42:41 -06:00
github-actions[bot]
65adfa894f
Automated version bumps ( #9604 )
...
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com >
2026-02-11 06:21:34 -06:00
Ben Meadors
004179c045
Fix OTA filename determination to use unified format for ESP32 ( #9488 )
2026-01-30 13:46:11 -06:00
小林
23a8b5a66f
Fix uMesh RF POWER configuration error ( #9326 )
...
* fix issue https://github.com/linser233/uMesh/issues/1
* fix issue https://github.com/linser233/uMesh/issues/1
* Update and rename lora-usb-umesh-1262.yaml to lora-usb-umesh-1262-30dbm.yaml
* Update and rename lora-usb-umesh-1268.yaml to lora-usb-umesh-1268-30dbm.yaml
2026-01-28 07:50:50 +11:00
Till Maas
73932dd1c3
device-install: Consistently use write-flash ( #8868 )
...
* flash scripts: Unify indentation
* flash scripts: Support esptool v4 and v5
esptool v5 supports commands with dashes and deprecates commands with
underscores. Prior versions only support commands with underscores.
2026-01-23 06:05:29 -06:00
github-actions[bot]
073eb2c672
Automated version bumps ( #9402 )
...
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com >
2026-01-22 16:19:35 -06:00
Ben Meadors
ded4f57cb7
Partition name in manifest script ( #9294 )
...
* Fix up T-Beam 1W HW_MODEL
* Add part_name for bin files
* app0
2026-01-13 05:47:08 -06:00
小林
30d6eb01e6
add support for uMesh Modules ( #9259 )
...
* add support for uMesh Modules
* Update lora-usb-umesh-1262.yaml
* Update lora-usb-umesh-1268.yaml
2026-01-12 16:13:09 -06:00
Ben Meadors
99d9191224
Merge remote-tracking branch 'origin/develop'
2026-01-12 10:47:08 -06:00
Ben Meadors
3b6ea95375
Enhance release notes generation by adding dependency update checks and improving new contributor detection
2026-01-12 10:22:22 -06:00
Jonathan Bennett
b6b129650a
Extra pins ( #9260 )
...
* Maybe add working extra GPIO pins to portduino
* Fix typo and add config.yaml example for ExtraPins
* Write extra pins back out with -y flag
2026-01-11 18:27:06 -06:00
Ben Meadors
3fabd57381
Merge pull request #9262 from meshtastic/develop
...
Develop to master
2026-01-11 16:27:58 -06:00
Austin
bafdeb4275
CI: Unified ESP32 OTA firmware + manifests ( #9258 )
2026-01-11 14:30:42 -06:00
Ben Meadors
8cb8540ef6
Add release notes generation and publishing workflow ( #9255 )
2026-01-11 12:08:39 -06:00
Ted W.
727b1b3e85
Add support for sevice start wrapper ( #8676 )
...
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
Co-authored-by: Austin <vidplace7@gmail.com >
2026-01-10 19:39:11 -06:00
Ben Meadors
b6512d3de1
Merge pull request #9237 from meshtastic/master
...
Master to dev merge
2026-01-09 14:56:54 -06:00