Skip to content

Commit e4dc38f

Browse files
authored
Update CHANGELOG.md
1 parent b9f21e6 commit e4dc38f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
1.0.6
22
----
3+
* Currently recommended image: [Debian 9.2 "Stretch" iot (2017-10-29)](https://elinux.org/Beagleboard:BeagleBoneBlack_Debian#microSD.2FStandalone:_.28stretch-iot.29_.28All_BeagleBone_Variants_.26_PocketBeagle.29)
4+
* Install [Linux kernel](https://elinux.org/Beagleboard:BeagleBoneBlack_Debian#Kernel_Options) [4.14.x](https://elinux.org/Beagleboard:BeagleBoneBlack_Debian#Mainline_.284.14.x_lts.29) to enable [non-root control of GPIO](https://github.com/rcn-ee/repos/blob/master/bb-customizations/suite/stretch/debian/80-gpio-noroot.rules) and [PWM](https://github.com/rcn-ee/repos/blob/master/bb-customizations/suite/stretch/debian/81-pwm-noroot.rules) [_(commit)_](https://github.com/adafruit/adafruit-beaglebone-io-python/commit/b65cbf8e41b444bad7c4ef6cfd4f88a30210fd78)
5+
6+
**Features:**
7+
* Add support for Linux 4.14 kernel including new "udev" style for PWM entries in /sys
8+
* Fix GPIO regression due to BeagleBone Blue LED support (issue #178)
9+
* Add support for the PocketBeagle (issue #172)
10+
11+
**shortlog:**
312
* Drew Fustini (39):
413
* Add -Wno-unit_address_vs_reg to avoid dtc warning
514
* check if board is BeagleBone Blue or PocketBeagle
@@ -15,7 +24,7 @@
1524
* Attempt to use udev ecap path for pwm path
1625
* add test script for all BeagleBone PWM outputs
1726
* update PWM test for 4.14 kernel udev paths
18-
* * minor change to pwm debug logging
27+
* minor change to pwm debug logging
1928
* sleep to avoid udev race condition #185
2029

2130
* Mark A. Yoder (1):

0 commit comments

Comments
 (0)