ThomasKuehne

Results 15 issues of ThomasKuehne

Fixes #21350 by extending the check in Mono.SymbolManager.TryResolveLocation as suggested by @merravid

1) moves the content handling from X11Dnd to the new X11SelectionHandler 2) re-writes the X11 -> mono content detection to deal with mime-type parameters 3) re-writes the mono -> X11...

**here be dragons - diverse tests required**, USB HID support is sometimes ... picky enhancements to the USB joystick - all Google mandated features for [Android gamepads](https://source.android.com/docs/compatibility/14/android-14-cdd#726_game_controller_support), except for the...

### Is there an existing issue for this problem? - [X] I have searched the existing issues ### What part of EdgeTX is the focus of this bug? Transmitter firmware...

bug 🪲
triage

Inform the USB host about our battery strength when connected as a USB HID Joystick. For example Ubuntu informs users if our game controllers battery is low: ![power_statistics](https://github.com/EdgeTX/edgetx/assets/2562574/5d3ba6f3-74d0-43e5-94d0-e97ac60d386b) ![very_low](https://github.com/EdgeTX/edgetx/assets/2562574/608032a8-87f4-477e-a62d-c017aa318dc4) Note:...

enhancement ✨

USBD_HID_CONFIGURATION_FS_STRING and USBD_HID_INTERFACE_FS_STRING are defined but never used because the string IDs in the joystick descriptor are 0. output from `lsusb -d 1209:4f54 -v` before: > iConfiguration 0 > iInterface...

Report the actual EdgeTX version in the USB device descriptor instead of a fixed "2.00" Fixes #4903

bug 🪲

### Is there an existing issue for this problem? - [X] I have searched the existing issues ### What part of EdgeTX is the focus of this bug? Transmitter firmware...

bug 🪲
triage

This updates the radio/src/thirdparty/FreeRTOS submodule from V10.4.6 (Nov 12, 2021) to ~~V11.0.1 (Dec 21, 2023)~~ V11.1.0 (Apr 22, 2024). See FreeRTOS's [change log](https://github.com/FreeRTOS/FreeRTOS-Kernel/releases). From a cursory reading of the change...

house keeping 🧹

Analog USB joystick axis are encoded as unsigned integers ranging [0 - 2047]. As a consequence input value 0 is reported as output 1024. This leads to asymmetric output: 1024...

bug 🪲