M-A

Results 92 issues of M-A

This will remove the need for utility functions.

API breaking

Remove all Function() implementations.

Use it for both flags in cmd/ and for argument in device drivers.

It is more correct. In v3.5.0, add the new method Period(). In v4.0.0, remove Duration().

The spi driver on allwinner based boards seems to not play nice and I'd like to just bypass it for verification, that would mean requiring generic support for software defined...

For example, running `i2c-list` on a C.H.I.P. as the `chip` user doesn't print the GPIO lines because the `allwinner` drive fails to load. It fails to load because it tries...

Add one MIPS/Power gohci worker so that periph and extra do not regress on support.

This issue is two part: - https://periph.io/x/periph/conn/gpio doesn't document that Halt is the formal way to unblock a WaitForEdge function. - https://periph.io/device/button/ and https://periph.io/device/pir/ should demonstrate that in a copy-pastable...

Now that the logic is being fixed as part of issue #222, we can now enable transparent split of long transactions. This will fix the insanity in the lepton driver...

I want the sysfs-spi driver to not allocate memory unless explicitly needed. Based on https://github.com/google/periph/pull/264#issuecomment-411192356, the SPI kernel driver for MediaTek MT7688AN CPU is buggy and won't work if no...