aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-06-01 19:07:17 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-06-01 19:07:17 +0000
commitf9cff8fcc282f9902c8a31fa61cb20a1db8885e3 (patch)
tree39e6c482a599a2c0e7758471da045228218756a2 /nuttx/ChangeLog
parent25d31f9e7abe41e9417f8fe23d8ae25cfa435612 (diff)
downloadpx4-firmware-f9cff8fcc282f9902c8a31fa61cb20a1db8885e3.tar.gz
px4-firmware-f9cff8fcc282f9902c8a31fa61cb20a1db8885e3.tar.bz2
px4-firmware-f9cff8fcc282f9902c8a31fa61cb20a1db8885e3.zip
Fix device configuration... now Mikroelektronika PIC32MX7 MMB board works.
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4794 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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!
+