David Lechner
David Lechner
> The C compiler identification is GNU 8.3.0 This tells me that `cmake` is not being run inside of the docker container. It should be 6.x.
Hmm... I think I forgot that this is updated to Debian Buster in the docker container, so that would be gcc 8.x. My mistake. I've never tried building this on...
If it is only a problem with skbuild (classic), then maybe better to fix there? It looks like there is already some special casing for macOS at https://github.com/scikit-build/scikit-build/blob/4dab4576d7a480da7484cfc5c249c86f7d3ecde3/skbuild/constants.py#L39 Maybe we...
Sure, I can do that.
I tried it and the CI passed. https://github.com/dlech/micropython-uncrustify/actions/runs/9733674497/job/26860867054
You can write a systemd service to do this. Totally untested, but maybe something like this at `/etc/systemd/system/my-script.service`. Then run `sudo systemctl daemon-reload` and `sudo systemctl enable my-script.service`. ``` [Unit]...
FYI, we recently upstreamed the driver for this family of chips. https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git/tree/drivers/iio/adc/ad4695.c?h=testing And @threexc is working on adding more features upstream.
It looks like there are some more dependencies to cherry-pick. fd7179ece035417f44f7ecff086d6df674d8a5bd, 7758562898033a3bd98a24d2a541c930b0fc98e6 These go before "iio: add support for multiple scan types per channel". And we also need to pick...
https://learn.microsoft.com/en-us/microsoft-edge/web-platform/how-to-detect-win11
If you run `agent on` in `bluetootctl` before `pair ...` does it prompt you for a passkey?