summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-01 19:07:17 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-01 19:07:17 +0000
commit54ab1a335a6892a9b923d08190c3e5d06a7a98c4 (patch)
tree39e6c482a599a2c0e7758471da045228218756a2 /nuttx/ChangeLog
parentfeab93e78ac619c4ee3f646b2f002ea3c983d590 (diff)
downloadpx4-nuttx-54ab1a335a6892a9b923d08190c3e5d06a7a98c4.tar.gz
px4-nuttx-54ab1a335a6892a9b923d08190c3e5d06a7a98c4.tar.bz2
px4-nuttx-54ab1a335a6892a9b923d08190c3e5d06a7a98c4.zip
Fix device configuration... now Mikroelektronika PIC32MX7 MMB board works.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4794 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 55dcf0da8..cb81775a2 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2860,4 +2860,9 @@
not be initialized (F2 and F4 only). Thus, the very high numbered
interrupts (like UART6) and cause nested interrupts. This leads to
some very difficult to debug crashes. Fix contributed by Mike Smith.
+ * arch/mips/src/pic32/pic32_head.S and pic32_config.h and
+ configs/pic32mx7mmb/include/board.h: Extended PIC32 device configuration
+ capabilities and change board.h to support unique clocking requirements
+ of the Mikroelektronika PIC32MX7 MMB. That board now works!
+