M-A

Results 92 issues of M-A

Currently the `ftdi` driver can be initialized only once and it cannot re-enumerate any new devices after first initialization. With hot-pluggable USB-devices, this makes it difficult to use the driver,...

A use case is the I²C peripheral in the HDMI canal. The driver succeeds at Read() but fails with a read-only ioctl.

Similar in spirit to https://play.golang.org/ and [BoneScript](http://beagleboard.org/Support/BoneScript) which is on BeagleBone's default image. The rough idea looks like: - Create a template: ```go package main import ( "log" "periph.io/x/host/v3" )...

**Describe the bug** While the example at https://github.com/slsa-framework/slsa-github-generator/tree/main/internal/builders/go#configuration-file shows that Go templates are evaluated in the key ldflags, this is not the case for keys goos and goarch. **To Reproduce**...

type:bug
area:go

Ported from https://github.com/google/periph/issues/135. Requires https://github.com/periph/conn/issues/32.

Ported from https://github.com/google/periph/issues/225.

Ported to https://github.com/google/periph/issues/141. The link in the original issue is now dead, so replacing it with a search query: https://shop.pimoroni.com/search?q=hat They created many hats, so generalizing the request a bit.

Ported from https://github.com/google/periph/issues/124. Having a higher quality implementation is blocked on issue #32.

Ported from https://github.com/google/periph/issues/80. Examples would include `conn.ErrNoResponse`, `i2c.ErrNoAck` and `onewire.ErrBus`.

Ported from https://github.com/google/periph/issues/206. It's not necessarily a bug, we may want to enforce this. This issue exists to decide and document.