summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-30 14:54:43 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-30 14:54:43 +0000
commitb3aa316f2e4affe5e17c50a178e6c25c08be30c5 (patch)
tree5049d401a207143ebb88ae56dc470424168093c5 /nuttx/ChangeLog
parente20ee86ffd4d06095641bcecd3dfb0f91552eb89 (diff)
downloadnuttx-b3aa316f2e4affe5e17c50a178e6c25c08be30c5.tar.gz
nuttx-b3aa316f2e4affe5e17c50a178e6c25c08be30c5.tar.bz2
nuttx-b3aa316f2e4affe5e17c50a178e6c25c08be30c5.zip
STM32 GPIO fix; Fixes for PIC32 USB term example
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4241 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog16
1 files changed, 9 insertions, 7 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 42f87a846..895aa6d8b 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2286,24 +2286,26 @@
* drivers/mtd/mp25x.c: Add ability to use different SPI modes and different
manufacturers codes. Fix a error in the wait for not busy (submitted by
Mohammad Elwakeel.
- * arch/arm/src/stm32/stm32_can.c. Add a low-level STM32 CAN driver. (Initial
+ * 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
+ * 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 is (finally) functional. 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
+ * configs/pcblogic-pic32mx/nsh: Add an NSH configuration for the PCBLogic
PIC32 board.
* Both PIC32 OS test and NSH configurations have now been verified.
6.14 2012-xx-xx Gregory Nutt <gnutt@nuttx.org>
- * tools/Makefile.txport, mkexport.sh, and configure.sh. Changes submitted
+ * tools/Makefile.txport, mkexport.sh, and configure.sh: Changes submitted
by Mike Smith to support configuration and 'make export' on MAC OS.
- * arch/arm/src/stm32/stm32_gpio.c. Disabled interrupts while configuring
+ * arch/arm/src/stm32/stm32_gpio.c: Disabled interrupts while configuring
GPIO pins so that we have exclusive access to the GPIO configuration
registers.
- * arch/mips/src/pic32mx/pic32mx_usbdev.c. Add a USB device-side driver
+ * arch/mips/src/pic32mx/pic32mx_usbdev.c: Add a USB device-side driver
for the PIC32MX family.
+ * arch/arm/src/stm32/stm32_gpio.c: Correct an error in some of the GPIO
+ initialization logic. Fix submitted by Mike Smith.