aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-12-26 01:05:36 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-12-26 01:05:36 +0000
commit49a51cb0f169386de168bcc6c70c35c3be6b781c (patch)
treef7d604dd01ce262f7263de9883e26609b094bdfe /nuttx/ChangeLog
parentc31cec6498463f53a09fb1641f4e1077854c0c50 (diff)
downloadpx4-firmware-49a51cb0f169386de168bcc6c70c35c3be6b781c.tar.gz
px4-firmware-49a51cb0f169386de168bcc6c70c35c3be6b781c.tar.bz2
px4-firmware-49a51cb0f169386de168bcc6c70c35c3be6b781c.zip
Fix a MIPS delay slot error in the software interrupt logic
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4228 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 7154b5d19..284890e42 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2291,6 +2291,9 @@
* arch/arm/src/stm32/stm32_adc.c. The ADC is now functional. A more complete
driver would require DMA support. I have some questions still about the
accuracy of the timer-driven sampling.
- * configs/sure-pic32mx/nsh. The PIC32 port if (finally) functionaal. Add an
+ * configs/sure-pic32mx/nsh. The PIC32 port is (finally) functional. Add an
NSH configuration for the Sure PIC32MX board.
* configs/sure-pic32mx/*/defconfig. Calibrated all PIC32 delay loops.
+ * configs/pcblogic-pic32mx/nsh. Add an NSH configuration for the PCBLogic
+ PIC32 board.
+