summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-25 18:41:10 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-25 18:41:10 +0000
commit80d1c7ab4590471dca46d4ae7ae5d3211ad2cf8d (patch)
treee1361e761b01704d1ad41b9f89c9501a42610b4a /nuttx/ChangeLog
parentf5ab5978905faf5b9bd81c2c2463a25cd75325ae (diff)
downloadnuttx-80d1c7ab4590471dca46d4ae7ae5d3211ad2cf8d.tar.gz
nuttx-80d1c7ab4590471dca46d4ae7ae5d3211ad2cf8d.tar.bz2
nuttx-80d1c7ab4590471dca46d4ae7ae5d3211ad2cf8d.zip
Add support for the TI PGA11x amplifier/multiplexer
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4977 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 44ffa57bf..9d18dcf49 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3050,7 +3050,7 @@
* include/termios.h and lib/termios/*: Redesigned yet again (this is getting
painful. NuttX now supports the BOTHER baud setting just as Linux does. termios
Bxxx definitions are again encoded; cf[set|get][o|i]speed now deal with only the
- encoded values. If the encoed baud is set to BOTHER, then the values in the (non-
+ encoded values. If the encode baud is set to BOTHER, then the values in the (non-
standard) c_ispeed and c_ospeed baud values may be accessed directly.
* arch/arm/src/stm32/stm32_serial.c: Add minimal termios support for the STM32
(BOTHER style baud settings only). Contributed by Mike Smith.
@@ -3068,4 +3068,8 @@
* configs/stm32f4discovery/src and configs/stm32f4discovery/pm: Add a power
management configuration for the STM32F4Discovery and supporting logic. This
check-in also includes some fixes for the F4 RTC alarm logic.
+ * drivers/input/pga11x.c and include/nuttx/input/pga11x.h: Add support for the
+ TI PGA112/3/6/7 amplifier/multiplexer parts.
+ * configs/mirtoo/README.txt, nsh/defconfig, and nxffs/defconfig: Add support
+ for the PGA117 on the Mirtoo module.