Note gpiopwm(4) addition.

This commit is contained in:
mbalmer 2011-11-13 12:44:18 +00:00
parent c70f5944c6
commit 29e0bcb44b

View File

@ -1,4 +1,4 @@
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1624 $>
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1625 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@ -1166,3 +1166,5 @@ Changes from NetBSD 5.0 to NetBSD 6.0:
These provide the end user with some ready-to-use sample
code for a variety of platforms, showcasing how to interact
with NetBSD system calls, APIs and binaries. [jmmv 20111111]
gpiopwm(4): A new driver to pulse GPIO pins in software.
[mbalmer 20111113]