Skip to content

Commit

Permalink
changelog: update to v2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vsergeev committed Nov 20, 2020
1 parent 415f5b4 commit 8044a6c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
* v2.2.5 - 11/19/2020
* GPIO
* Add direction checks for improved error reporting to `gpio_write()`,
`gpio_read_event()`, and `gpio_poll()` for character device GPIOs.
* Improve string handling in `gpio_open()` and in getters for
sysfs and character device GPIOs.
* LED
* Improve string handling in `led_open()` and `led_name()`.
* Build
* Add default optimization to CFLAGS in Makefile.
* Add debug and release CFLAGS to CMakeLists.txt.

* v2.2.4 - 09/11/2020
* Fix future spurious close caused by uncleared handle state after an error
during open in GPIO, I2C, SPI, Serial, and MMIO modules.
Expand Down

0 comments on commit 8044a6c

Please sign in to comment.