Skip to content

Tags: periph/host

Tags

v3.8.3

Toggle v3.8.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Initial support for more current Raspberry Pi models (i.e. 5) (#65)

* start work, based on https://github.com/AndrewFromMelbourne/raspberry_pi_revision/blob/master/raspberry_pi_revision.c

* this isn't right yet, need to find datasheets, and this switch needs a lot more cases

* docmument research

---------

Co-authored-by: Bluefooted Boobie <scot@birdhouse>

v3.8.2

Toggle v3.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fs,sysfs: use EPOLL_EXEC to clean up epoll file descriptors on execve…

…(2) (#32)

EPOLL_EXEC is O_CLOEXEC for epoll_create1, which is a good default for
any file descriptor not explicitly designed to survive an exec.

v3.8.1

Toggle v3.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump to go1.20 (#33)

Run go mod tidy

v3.8.0

Toggle v3.8.0's commit message
Update to go1.17

Update deprecated code.
Update github actions.
Update dependencies.

v3.7.2

Toggle v3.7.2's commit message
github actions: improve actions for go1.17

v3.7.1

Toggle v3.7.1's commit message
host: remove ftdi (again)

It's not yet stable enough. Will continue iterating on it.

v3.7.0

Toggle v3.7.0's commit message
Bump conn/v3 from v3.6.7 to v3.6.8

No significant change.

v0.0.1

Toggle v0.0.1's commit message
Create a formal broken v0

This is to save user from confusion with different version.
It seeds pkg.go.dev with a formal page to redirect them to the right version.

v3.6.7

Toggle v3.6.7's commit message
go.mod: update for v3.6.7