aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-04 18:42:28 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-04 18:42:28 +0000
commiteb041b927ae19ab2b8ccbd89ae264b1c42c4a017 (patch)
treecf4c649a062d4ffe8355ddf724837012eb4b3282 /nuttx/ChangeLog
parent44a18f5361f2cd78d5f71584869cd087ab3dabf7 (diff)
downloadpx4-firmware-eb041b927ae19ab2b8ccbd89ae264b1c42c4a017.tar.gz
px4-firmware-eb041b927ae19ab2b8ccbd89ae264b1c42c4a017.tar.bz2
px4-firmware-eb041b927ae19ab2b8ccbd89ae264b1c42c4a017.zip
Fix some W25 driver errors
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5212 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index eb85a8e7c..257119a35 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3463,3 +3463,5 @@
by the STM32 watchdog driver.
* CONFIG_EXAMPLES_*: To make things consistent, changed all occurrences
of CONFIG_EXAMPLE_* to CONFIG_EXAMPLES_*.
+ * drivers/mtd/w25.c and configs/*/src/up_w25.c: Several fixes for the
+ W25 SPI FLASH.