forked from nuttx/nuttx-update
Fix recurring typo: *tino->*tion
This commit is contained in:
parent
c0a79a8e45
commit
67d09e831b
4 changed files with 4 additions and 4 deletions
|
@ -17445,7 +17445,7 @@
|
||||||
* The lcdrw example has been removed because it violates the portable OS
|
* The lcdrw example has been removed because it violates the portable OS
|
||||||
interface (2017-10-14).
|
interface (2017-10-14).
|
||||||
* All configurations that use NXIMAGE or NXHELLO must select
|
* All configurations that use NXIMAGE or NXHELLO must select
|
||||||
NX_MULTIUSER. All configuratinos that use examples/nxterm must enable
|
NX_MULTIUSER. All configurations that use examples/nxterm must enable
|
||||||
CONFIG_LIB_BOARDCTL (2017-10-14).
|
CONFIG_LIB_BOARDCTL (2017-10-14).
|
||||||
* configs/stm32f103-minimum: Add support for LM75 in the
|
* configs/stm32f103-minimum: Add support for LM75 in the
|
||||||
stm32f103-minimum board. From Alan Carvalho de Assis (2017-10-14).
|
stm32f103-minimum board. From Alan Carvalho de Assis (2017-10-14).
|
||||||
|
|
|
@ -16669,7 +16669,7 @@ detailed bugfix information):
|
||||||
* Examples/Tests: apps/examples:
|
* Examples/Tests: apps/examples:
|
||||||
|
|
||||||
- All configurations that use NXIMAGE or NXHELLO must select
|
- All configurations that use NXIMAGE or NXHELLO must select
|
||||||
NX_MULTIUSER. All configuratinos that use examples/nxterm must
|
NX_MULTIUSER. All configurations that use examples/nxterm must
|
||||||
enable CONFIG_LIB_BOARDCTL.
|
enable CONFIG_LIB_BOARDCTL.
|
||||||
- All configurations that use NXLINES must select NX_MULTIUSER. All
|
- All configurations that use NXLINES must select NX_MULTIUSER. All
|
||||||
configurations that use the NX server need to have larger POSIX
|
configurations that use the NX server need to have larger POSIX
|
||||||
|
|
|
@ -165,7 +165,7 @@ config SAMA5_HAVE_VDEC
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
|
||||||
# Summary configuratinos
|
# Summary configurations
|
||||||
|
|
||||||
config SAMA5_FLEXCOM
|
config SAMA5_FLEXCOM
|
||||||
bool
|
bool
|
||||||
|
|
|
@ -1737,7 +1737,7 @@ struct qspi_dev_s *sam_qspi_initialize(int intf)
|
||||||
#ifdef CONFIG_SAMV7_QSPI
|
#ifdef CONFIG_SAMV7_QSPI
|
||||||
if (intf == 0)
|
if (intf == 0)
|
||||||
{
|
{
|
||||||
/* If this function is called multiple times, the following operatinos
|
/* If this function is called multiple times, the following operations
|
||||||
* will be performed multiple times.
|
* will be performed multiple times.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue