renovate[bot]
9654f5b218
Update platform-native digest to 37d9864 ( #7684 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-19 14:13:25 -05:00
renovate[bot]
2d7818797d
Update platform-native digest to cd32f4e ( #7662 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-19 05:43:10 -05:00
Austin
52f0e5a3db
Fix 'buildroot' target (OpenWRT) ( #7620 )
2025-08-14 12:31:25 -05:00
Thomas Göttgens
a9c9b96eb6
UDP for RAK4631 Eth Gw and the t-eth-elite. Solves #7149 ( #7385 )
...
* UDP for RAK4631 Eth Gw and the t-eth-elite. Also enable IP output on Portduino. Solves #7149
* Copilot suggestion
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* fix portduino build
* initialize local port
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
2025-07-20 06:22:00 -05:00
Jonathan Bennett
4342d51f5a
Bump Framework-native and set version string. ( #7317 )
2025-07-12 14:44:58 -05:00
Jonathan Bennett
cb47325f08
Seesaw Rotary ( #7310 )
...
* Initial add of Adafruit seesaw encoder
* Fully wire up seesaw
* Trunk
* Add #include configuration.h back to unbreak logging
* Tryfix the dumb compilation error
---------
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
2025-07-12 12:36:44 -05:00
renovate[bot]
f299447216
chore(deps): update platform-native digest to 681ee02 ( #7022 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-12 05:55:51 -05:00
renovate[bot]
f9d17cdee0
chore(deps): update platform-native digest to 49634e9 ( #7020 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-11 20:18:28 -05:00
Austin
055fdcb7f6
Renovate: Add changelogs for device-ui, cleanup ( #6733 )
2025-05-05 08:08:39 +08:00
renovate[bot]
f9fbc3ff86
Update platform-native digest to 622341c ( #6702 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-30 15:55:13 -05:00
renovate[bot]
00e2ac33ad
Update platform-native digest to e19f77e ( #6701 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-30 06:24:47 -05:00
Jonathan Bennett
845088e45b
Add 100 msecond delay in tft_task_handler when deviceScreen is null ( #6695 )
...
* Add 100 msecond delay in tft_task_handler when deviceScreen is null, to fix 100% usage bug
* move portduino tft task creation into tftSetup
* remove superfluous check
* update platform-native commit
---------
Co-authored-by: mverch67 <manuel.verch@gmx.de >
2025-04-30 06:17:24 -05:00
Jorropo
635de2d229
udp-multicast: bump platform-native to fix UDP read of unitialized memory bug ( #6686 )
...
* udp-multicast: bump platform-native to fix UDP read of unitialized memory bug
Fixes : #6683
* Update portduino.ini
---------
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
2025-04-29 06:31:53 -05:00
Jonathan Bennett
473ef1bc03
Step one of Linux Sensor support ( #6673 )
...
* First addition of __has_include for sensor support
* Add __has_include blocks for sensors
* Put BMP and BME back in the right sensors
* Make TelemetrySensor::setup() a pure virtual finction
* Split environmental_base to environmental_extra, to compile the working sensor libs for Native
* Remove hard-coded checks for ARCH_PORTDUINO
* Un-clobber bmx160
* Move BusIO to environmental_extra due to Armv7 compile error
* Move to forked BusIO for the moment
* Enable HAS_SENSOR for Portduino
* Move back to Adafruit BusIO after patch
2025-04-28 18:35:13 -05:00
Austin
4ef9eae695
Portduino: Set C standard to 17 ( #6561 )
2025-04-11 13:02:55 +02:00
renovate[bot]
456f94511f
chore(deps): update libch341-spi-userspace digest to af9bc27 ( #6539 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-09 12:57:43 -05:00
renovate[bot]
8e40d88e24
chore(deps): update platform-native digest to 46f509b ( #6540 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-09 12:56:36 -05:00
Austin
78fa4c5c70
Setup RenovateBot ( #6535 )
2025-04-09 12:31:40 -05:00
Thomas Göttgens
ea9485657e
Speed up builds by referencing github zips for shallow checkouts ( #6441 )
...
* Speed up builds by referencing github zips for shallow checkouts
* sadly the zips don't include submodules OR submodule metadata
2025-03-29 06:19:05 -05:00
Jorropo
89cde1a8e6
udp-multicast: bump platform-native to UDP with error handling support ( #6433 )
...
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
2025-03-28 16:10:33 -05:00
Jorropo
3afe84c4f4
linux-native: allow multiple processes to all bind to the same multicast 2tuple ( #6391 )
...
* cleanup UdpMulticastThread.h preprocessor rules a tiny bit
* bump platform-native to allow for multiple multicast listeners on the same machine
---------
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
2025-03-24 19:30:47 -05:00
Jorropo
d1068fd1e4
Add UDP multicast support on linux. ( #6342 )
...
* Add UDP multicast support on linux.
Closes #6326
We tested it an it works.
This is really hacky to say the least.
* Add libuv to Linux packaging
* Trunkadunk
* Correct ref
* Add libuv1-dev to setup-native
---------
Co-authored-by: vidplace7 <vidplace7@gmail.com >
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
2025-03-20 08:47:39 -05:00
Tom Fifield
fd60c9b3be
Upgrade to LovyanGFX 1.2 ( #5677 )
...
* [WIP] Attempt upgrade to LovyanGFX 1.1.16
This is the version most used by the TFT branch.
I wonder if this will work with our existing code? :)
* Update Portduino to LovyanGFX 1.20.0
Manuel says it's good to go.
* Update unPhone platformio.ini
---------
Co-authored-by: Manuel <71137295+mverch67@users.noreply.github.com >
2025-01-12 15:16:26 +08:00
Jonathan Bennett
13960874ae
Bump libch341 userspace to dev branch
2024-12-25 16:47:00 -06:00
Jonathan Bennett
32719f69c9
Add NXP_SE050 detection ( #5651 )
...
* Add NXP_SE050 detection
* Put the flag in the right place
* Include libi2c0 dependency in .deb packages
2024-12-23 15:53:54 +11:00