mirror of
https://github.com/apache/nuttx.git
synced 2025-12-17 10:16:49 +08:00
Update ChangeLog
This commit is contained in:
@@ -11393,3 +11393,9 @@
|
|||||||
(2016-01-26).
|
(2016-01-26).
|
||||||
* SPI: Rename the LPC43xx up_spiinitialize() to lpc43_spibus_intialize()
|
* SPI: Rename the LPC43xx up_spiinitialize() to lpc43_spibus_intialize()
|
||||||
(2016-01-26).
|
(2016-01-26).
|
||||||
|
* SPI: Rename the AVR up_spiinitialize() to avr_spibus_intialize()
|
||||||
|
(2016-01-27).
|
||||||
|
* SPI: Rename the LPC2148 up_spiinitialize() to lpc214x_spibus_intialize()
|
||||||
|
(2016-01-27).
|
||||||
|
* SPI: Rename the Calypso up_spiinitialize() to calypso_spibus_intialize()
|
||||||
|
(2016-01-27).
|
||||||
|
|||||||
Submodule Documentation updated: 8fab2a865d...413649314c
2
arch
2
arch
Submodule arch updated: cdbbd6417c...c67b774ba2
2
configs
2
configs
Submodule configs updated: 168b4f43e1...b1fc7fe280
@@ -215,9 +215,9 @@ int main(int argc, char **argv, char **envp)
|
|||||||
path = skip_spaces(next);
|
path = skip_spaces(next);
|
||||||
if (*path == '#')
|
if (*path == '#')
|
||||||
{
|
{
|
||||||
/* Comment line */
|
/* The reset of the line is comment */
|
||||||
|
|
||||||
puts(g_line);
|
puts(path);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -302,4 +302,3 @@ int main(int argc, char **argv, char **envp)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif /* HOST_CYGWIN */
|
#endif /* HOST_CYGWIN */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user