Skip to content

Commit af44a02

Browse files
committed
v1.2.0 release
1 parent 1eb50e1 commit af44a02

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## v1.2.0 - 2023-12-14
4+
5+
* Changes
6+
* Add workaround to GPIO pin numbering change on TI AM335x platforms (like the
7+
BBB) that happened between Linux 5.10 and 5.15. Circuits.GPIO will remap the
8+
pins automatically so the number is consistent with the way it's been for
9+
years and the way that most online docs talk about it. E.g., GPIO number is
10+
the pin bank times 32 plus the pin offset in the bank.
11+
* Defer NIF loading until opening the first GPIO. This is a minor optimization
12+
to delay shared library load time and issue to a little later in boot.
13+
314
## v1.1.0 - 2022-12-31
415

516
* Changes

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Circuits.GPIO.MixProject do
22
use Mix.Project
33

4-
@version "1.1.0"
4+
@version "1.2.0"
55
@source_url "https://github.com/elixir-circuits/circuits_gpio"
66

77
def project do

0 commit comments

Comments
 (0)