summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-03-23 09:17:33 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-03-23 09:17:33 -0600
commit58a3800c6e14239d5e66226ef0c86c9029536e78 (patch)
tree77f635d9351c75135e234d93885dc1c85ef0e8db /nuttx
parent7ae05b1a24503aea81a01305f9488c2d7be2946a (diff)
downloadpx4-nuttx-58a3800c6e14239d5e66226ef0c86c9029536e78.tar.gz
px4-nuttx-58a3800c6e14239d5e66226ef0c86c9029536e78.tar.bz2
px4-nuttx-58a3800c6e14239d5e66226ef0c86c9029536e78.zip
Update ChangeLog
Diffstat (limited to 'nuttx')
-rwxr-xr-xnuttx/ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 1e79e1951..a64e03c15 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -10027,4 +10027,13 @@
* PIC32MZ: Incorporated a set of patches that makes the basic NSH
configuration on the PIC32MZ Starter Kit. From Kristopher Tate
(2015-03-22).
-
+ * arch/arm/src/tiva: (1) ADC driver has been re-organized; configuration
+ is now handled in code instead of Kconfig to help reduce bloat and
+ confusion. (2) Timer changed to remove ADC coupling in Kconfig to code
+ and moved configuration up from arch/arm/src/tiva to
+ configs/tm4c123g-launchpad/src. (3) GPIO driver needed small fixes in
+ the configuration routines and discovered false-positive bugs in
+ interrupt testing: interrupts are now verified to actually be working
+ reliably. (4) Attempt to apply some consistency in the tiva arch/
+ level's interface to the config/board/ level driver configuration.
+ From Calvin Maguranis (2015-03-23).