summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-22 22:13:44 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-22 22:13:44 +0000
commit64b5c8236dff87e2f546e63902412a01c45348d0 (patch)
tree7ab8160423d15412f3d6a654807d6874cac79359 /nuttx/ChangeLog
parent9e3c18cfd114ffd892ead66460e9bc040904c25d (diff)
downloadnuttx-64b5c8236dff87e2f546e63902412a01c45348d0.tar.gz
nuttx-64b5c8236dff87e2f546e63902412a01c45348d0.tar.bz2
nuttx-64b5c8236dff87e2f546e63902412a01c45348d0.zip
Add Sure PIC32 NSH configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4216 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 9e95ad4a8..6c39fc194 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2288,5 +2288,8 @@
Mohammad Elwakeel.
* arch/arm/src/stm32/stm32_can.c. Add a low-level STM32 CAN driver. (Initial
check is incomplete). Add loopback support to the driver.
-
-
+ * 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
+ NSH configuration for the Sure PIC32MX board.