summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-15 10:05:18 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-15 10:05:18 -0600
commit9f5ea3d120f3684351875f56a4110e7bd1501058 (patch)
treec6a14e4c325f58ad992b96258a768ccb158c7f44 /nuttx/ChangeLog
parent567e8e42896db7baca2be870a02630e9493d1cbd (diff)
downloadnuttx-9f5ea3d120f3684351875f56a4110e7bd1501058.tar.gz
nuttx-9f5ea3d120f3684351875f56a4110e7bd1501058.tar.bz2
nuttx-9f5ea3d120f3684351875f56a4110e7bd1501058.zip
Prep for NuttX 7.1 releasenuttx-7.1
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog35
1 files changed, 19 insertions, 16 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 90d9e0851..e2cf8ba6e 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6534,19 +6534,19 @@
called from boot logic, but not when called from C logic. This fixes
bugginess reported on 2014-1-28. (2014-1-29).
-6.34 2014-xx-xx Gregory Nutt <gnutt@nuttx.org>
+7.1 2014-03-15 Gregory Nutt <gnutt@nuttx.org>
* arch/arm/src/lm/lm_serial.c: Fix cut'n'paste error that prevented
UARTS2-7 from being used with the LM4F120 Launchpad (2014-02-03).
- * configs/stm32f4discovery/src: Almost everything renamed to confgorm
+ * configs/stm32f4discovery/src: Almost everything renamed to conform
to the ever-evolving naming standard (2014-02-03).
- * arch/arm/src/a1x/a1x_serial.c: Had the same cut'n'paster error
+ * arch/arm/src/a1x/a1x_serial.c: Had the same cut'n'paste error
that the LM4f120 Launchpad had (2013-02-03).
* Documentation/NuttXCCodingStandard.html: Add a coding standards
document. Very boring stuff (2014-2-6).
* Several changes to restore the native Windows build (2014-2-7).
* arch/arm/src/lpc17xx/lpc17_usbhost.c: Fix an compilation error
- that crept intot he LPC17xx USB host driver. What happened here?
+ that crept into the LPC17xx USB host driver. What happened here?
(2014-2-9).
* drivers/usbhost/usbhost_hidmouse.c and other files: Add support
for a HID boot mouse device. It compiles but is otherwise
@@ -6579,7 +6579,7 @@
* configs/samd20-xplained: Framework to support the Amtel SAMD20
Xplained Pro. Initial check is just an unverified, rough port of
the SAM4L Xplained Pro configuration (2014-2-12).
- * arch/arm/src/stm32/stm32_serial.c: Fix cloned type: FLOWCONTROL
+ * arch/arm/src/stm32/stm32_serial.c: Fix cloned typo: FLOWCONTROL
vs FLOWCONROL (2014-2-14).
* net/uip/uip_tcptimer.c: Back out a small part of the 6.33 write
buffering changed. David G says that this causes problems in
@@ -6591,12 +6591,12 @@
* stm32f429i-disco/ostest-fpu: OS test for FPU-enabled system from
David Alessio (2014-2-18).
* Other misc changes to support FPU on STM32F429 Discovery from
- David Alession (2014-2-18)
+ David Alessio (2014-2-18)
* stm32f429i-disco/src: Files renamed to make more consistent
with current board file naming conventions (2014-2-18).
* stm32 SPI: Disable SPI before changing CR1 register. From David
Sidrane (2014-2-18).
- * stm32 TIM: Set CCMR when selecting timer channerl. From David
+ * stm32 TIM: Set CCMR when selecting timer channel. From David
Sidrane (2014-2-18).
* configs/spark: Board configuration updated by David Sidrane
(2014-2-19).
@@ -6625,7 +6625,7 @@
The initial check-in is a crude port of the SAMA5 SPI driver with
a lot of missing logic (2014-2-19).
* arch/arm/src/lm/lm_lowputc.c and lm_serial.c: Several errors
- are unmasked with UARTs > UART2 are enabled. From gosha (2014-2-19).
+ are unmasked with UARTs > UART2 are enabled. From Gosha (2014-2-19).
* arch/arm/src/samd/sam_spi.c: The SPI driver is code complete,
but untested (2014-2-20).
* configs/olimex-lpc1766stck/ftpc: Configuration convert to use
@@ -6671,9 +6671,9 @@
* arch/arm/src/sama5/sam_adc.h: Fix typos in the SAMA5 ADC register
definition header file (2014-2-26).
* arch/arm/src/sam34: The port to the SAM4E is code complete (2014-2-16).
- * include/cxx: Fix some bad idempotence defintions in header files
+ * include/cxx: Fix some bad idempotence definitions in header files
(2014-2-27).
- * sched/sched_cpuload.c: Change calulation of the total count when the
+ * sched/sched_cpuload.c: Change calculation of the total count when the
time constant related delay elapsed. The total count is now always
guaranteed to add up to 100% (excepting only truncation errors)
(2014-2-27).
@@ -6694,8 +6694,7 @@
kconfig-frontends tools (2014-2-28).
* configs/*/ostest: Removed most OS test configurations (except in a few
cases where there wass some good argument to retain the ostest
- configuration) (2014-2-28)
- * configurations (2014-2-28).
+ configuration) (2014-2-28).
* configs/stm3240g-eval/nsh2: Configuration converted to use the
kconfig-frontends tools (2014-3-1).
* configs/stm3220g-eval/nsh2: Configuration converted to use the
@@ -6730,7 +6729,7 @@
kconfig-frontends tools (2014-3-1).
* configs/eagle100/nsh: Configuration converted to use the
kconfig-frontends tools (2014-3-1).
- * configs/stm32f4discovery/src/Makefile: Fix type: stm32_pwm.c not
+ * configs/stm32f4discovery/src/Makefile: Fix typo: stm32_pwm.c not
stm32_psm.c. Noted by Max Kriegleder (2014-3-1).
* configs/lpc4330-xplorer/nsh Configuration converted to use the
kconfig-frontends tools (2014-3-1).
@@ -6929,7 +6928,7 @@
NuttX build system. Only the newer configurations generated by
the kconfig-frontends tools will generate viable NuttX
configurations. All board configurations in the NuttX source tree
- have bee converted to use the newer configuration, but if you have
+ have been converted to use the newer configuration, but if you have
some older style configurations for you board, you will need to
convert those configurations to use the kconfig-frontends tools.
See http://www.nuttx.org/doku.php?id=wiki:howtos:convertconfig for
@@ -6968,12 +6967,12 @@
for the TM4C123 (2014-3-9).
* arch/arm/src/tiva/chip/tm4c_memorymap.h: Add memory map for the
TM4C123 (2014-3-9).
- * arch/arm/src/tiva/: Add GPIO and SYCONTROL register bit defintions
+ * arch/arm/src/tiva/: Add GPIO and SYCONTROL register bit definitions
for the TM4C123 (2014-3-10).
* configs/tm4c123g-launchpad: Add basic board support for the
TM4C123G-Launchpad (2014-3-10).
* configs/sam4e-ek: Add basic board support for the SAM4E-EK board.
- More work is needed. The initial commit is little more thatn the
+ More work is needed. The initial commit is little more than the
SAM3U-EK with name changes (2014-3-10).
* configs/spark: Refresh all spark configurations (2014-3-11).
* arch/arm/src/tiva/chip/tm4c_memorymap.h: Fix typos reported by
@@ -7001,3 +7000,7 @@
* configs/sam4e-ek/nsh: DMA-based SPI and a FAT file system on the
AT25 Serial FLASH are now supported by default in the NSH configuration
(2014-3-14).
+ * sched/nanosleep.c: Fix a missing call to re-enable interrupts. From
+ Jason Jiang (2014-3-15).
+
+7.2 2014-xx-xx Gregory Nutt <gnutt@nuttx.org>