summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
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 ee494ee59..f3ccb3f58 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2534,4 +2534,6 @@
* configs/sure-pic32mx/usbnsh and configs/sure-pic32mx/src: Add support for
NSH using only USB serial I/O to support the console. This is useful on
devices that have USB, but no serial port.
+ * arch/mips/src/pic32mx/pic32mx_spi.c: Add a PIC32 SPI driver. Initial
+ checkin is primitive, incomplete (lacks interrupt logic), and untested.