kripton

Results 166 comments of kripton

One issue I thought the W5500 has against the ENC28J60: It doesn't ship with a MAC address, so one would need to officially obtain some. As those need to be...

What would work and would be perfectly legal: https://github.com/openmoko/openmoko-usb-oui/blob/master/ieee_oui.psv

> That's a shame, the PIC that Ja-Rule uses has an OUI assigned even if it doesn't have a Phy fitted. Indeed. There are modules available that contain an EEPROM...

Any examples/code for a working lip sync detector?

@orbea: Thanks for the review :+1: . I was not aware of the `Upstream-PR` and `Upstream-Commit` tags. I added them, considered your other comments and rebased

@ulm : Could I politely ask you to have a look? This PR adds a patch from upstream's git repo that fixes compilation against a library in Gentoo. The old...

I don't know how much code OpenRCT2 and OpenTTD share, but OpenTTD has a pretty playable Android "port": https://github.com/pelya/openttd-android

The problem is also that OLA fails to compile against current version of protobuf. You are using protobuf 25.3.0, latest version support is protobuf 21.x. See also https://github.com/OpenLightingProject/ola/issues/1867 and even...

I do have limited experience with the ENC28J60 from Microchip and more experience with the W5500 from WizNet (both connected via SPI), however on the RP2040, not on the ESP32....

@a17r: This is a fix-up of https://github.com/gentoo/gentoo/pull/41452, kindly asking for a review. Thanks :)