Fix some typos in the ChangeLog

This commit is contained in:
Gregory Nutt
2016-05-10 16:40:47 -06:00
parent e523c93391
commit b096ea077f
+4 -3
View File
@@ -11700,7 +11700,7 @@
dev@ziggurat29.com (2016-05-03). dev@ziggurat29.com (2016-05-03).
* Makefile.unix and tools/mkexport.sh: Pass top-level make to the * Makefile.unix and tools/mkexport.sh: Pass top-level make to the
script to allow -j greater than 1. From David Sidrane (2016-05-04). script to allow -j greater than 1. From David Sidrane (2016-05-04).
* arch/arm/src/stm32, sm32f7, stm32l4: Fix typo in variable name in * arch/arm/src/stm32, stm32f7, stm32l4: Fix typo in variable name in
serial BREAK logic. Review other serial implementations for similar serial BREAK logic. Review other serial implementations for similar
naming problems. (2016-05-05). naming problems. (2016-05-05).
* arch/arm/src/samv7: Fix typo in MATRIX register definitions. From * arch/arm/src/samv7: Fix typo in MATRIX register definitions. From
@@ -11709,11 +11709,12 @@
clocking options set up before in *rcc.c use INITS flag to avoid magic clocking options set up before in *rcc.c use INITS flag to avoid magic
reg value to detect power up reset state of RTC correct a problem reg value to detect power up reset state of RTC correct a problem
clearing interrupt flags (they weren't) which prevented an alarm from clearing interrupt flags (they weren't) which prevented an alarm from
ever being used more than once per reset cycl.e From Dave ever being used more than once per reset cycle. From Dave
dev@ziggurat29.com (2016-05-07). dev@ziggurat29.com (2016-05-07).
* arch/arm/src/tiva: Fix a bug of GPIO falling-edge interrupt for tiva. * arch/arm/src/tiva: Fix a bug of GPIO falling-edge interrupt for tiva.
From Young (2016-05-07). From Young (2016-05-07).
* drivrs/mtd: Add a driver for SST26F spi/qspi flash devices (SPI mode * drivrs/mtd: Add a driver for SST26F spi/qspi flash devices (SPI mode
only). From Sebastien Lorquet (2016-05-10). only). From Sebastien Lorquet (2016-05-10).
* Several Makefiles: Add .PHONY definitions to prevent 'clean up to date' * Several Makefiles: Add .PHONY definitions to prevent 'clean up to date'
message weirdness (2016-05-10). message weirdness when 'make clean' is done with no .config or Make.defs
file (2016-05-10).