summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-02 17:57:39 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-02 17:57:39 +0000
commit2ae2dc308423c6dadb6ed5d44219873c9cfb7e99 (patch)
tree8fbbbac14a995c8ffe8efaf86aa850ebb6299dc4 /nuttx/ChangeLog
parent46a632eaa001d0e40e2bccfc4d396c3abb99c117 (diff)
downloadnuttx-2ae2dc308423c6dadb6ed5d44219873c9cfb7e99.tar.gz
nuttx-2ae2dc308423c6dadb6ed5d44219873c9cfb7e99.tar.bz2
nuttx-2ae2dc308423c6dadb6ed5d44219873c9cfb7e99.zip
Add SD card support to the PIC32MX7 MMB board; Add regiser level debug instrumentatin for the PIC32 SPI driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4797 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 60e3ff539..ad6349e02 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2870,5 +2870,9 @@
the search loop missed the PHY address needed by the Mikroelektronika
PIC32MX7 MMB board.
* configs/pic32mx7mmb/nsh: Configuration now supports a network by default.
+ * configs/pic32mx7mmb/src: Add support for the MMC/SD slot on board
+ the Mikroelektronika PIC32MX7 MMB board (not working on initial check-in).
+ * arch/mips/src/pic32/pic32mx-spi.c: Add support for very low-level,
+ register access debug output.