Trevor Gamblin

Results 18 issues of Trevor Gamblin

As part of the [RISE Project](https://riseproject.dev/), we are adding builds of various Python modules for riscv64 platforms, including uvloop, in the [wheel_builder](https://gitlab.com/riseproject/python/wheel_builder) repository. While building v0.21.0, we noticed that the...

**Description** - Extend the `tplink` resource definition to support smart plug devices like the [HS103](https://www.kasasmart.com/us/products/smart-plugs/kasa-smart-wifi-mini-plug-hs103), in addition to the existing IotStrip functionality. - Since these only have one port, make...

Builds with newer gcc versions fail for the visionfive2 MACHINE target with the following error: |grub-mkimage: error: relocation 0x2b is not implemented yet. Add a patch to use medany instead...

adi/ad469x.py: - make device setup logic in more similar to other recent part submissions (e.g. ad7944) - add exception check for self._ctrl - add sampling frequency, sampling_frequency available properties to...

# Description This is the (final) PR for supporting the AD7944, AD7985, and AD7986 devices in pyadi-iio. It features a somewhat new approach to testing the `sampling_frequency` attribute and some...

This tweaks the Actions pipeline to include a riscv64 build variant for Linux. It also slightly modifies the README to reflect that. With the [RISE](https://riseproject.dev/) project we are helping to...

Fixes: #470 python-soundfile links dynamically against libsndfile, which is a statically-linked library including its dependencies. Modify setup.py to include a new license_notes.md file containing licensing details for each of libsndfile's...

The [libsndfile](https://github.com/libsndfile/libsndfile) repo lists several different dependencies required, most of which are BSD-licensed: ``` sudo apt install autoconf autogen automake build-essential libasound2-dev \ libflac-dev libogg-dev libtool libvorbis-dev libopus-dev libmp3lame-dev \...