summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index ad6349e02..e80598b1b 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2874,5 +2874,10 @@
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.
-
+ * configs//pic32mx7mmb/include/board.h: Reduced peripheral clock to
+ 4MHz to match other PIC32 configurations.
+ * configs/pic32mx7mmb/src/up_nsh.c: SD card needs to operate in SPI
+ mode 2.
+ * configs/pic32mx7mmb/nsh/defconfig: MMC/SD card support is now
+ enabled by default in the PIC32MX7 MMB board configuration.