Trivial changes from code review

This commit is contained in:
Gregory Nutt 2015-10-02 11:31:27 -06:00
parent 5caa89bf31
commit 4c40db9586
8 changed files with 15 additions and 8 deletions

View File

@ -1,7 +1,7 @@
############################################################################
# configs/lpc4330-xplorer/src/Makefile
#
# Copyright (C) 2012 Gregory Nutt. All rights reserved.
# Copyright (C) 2015 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
@ -75,3 +75,4 @@ CSRCS += $(SPIFI_LIB)/winbond.c
endif
include $(TOPDIR)/configs/Board.mk

View File

@ -1,7 +1,7 @@
/****************************************************************************
* configs/lpc4370-LINK2/src/lpc4370-LINK2.h
*
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@ -93,3 +93,4 @@
#endif /* __ASSEMBLY__ */
#endif /* _CONFIGS_LPC4370_LINK2_SRC_LPC3257_LINK2_H */

View File

@ -1,7 +1,7 @@
/****************************************************************************
* configs/lpc4357-evb/src/lpc43_autoleds.c
*
* Copyright (C) 2014-2015 Gregory Nutt. All rights reserved.
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@ -174,3 +174,4 @@ void board_led_off(int led)
}
#endif /* CONFIG_ARCH_LEDS */

View File

@ -1,7 +1,7 @@
/************************************************************************************
* configs/lpc4357-evb/src/lpc43_boot.c
*
* Copyright (C) 2014-2015 Gregory Nutt. All rights reserved.
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@ -79,3 +79,4 @@ void lpc43_boardinitialize(void)
board_led_initialize();
#endif
}

View File

@ -1,7 +1,7 @@
/****************************************************************************
* config/lpc4357-evb/src/lpc43_nsh.c
*
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@ -147,3 +147,4 @@ int board_app_initialize(void)
return nsh_spifi_initialize();
}

View File

@ -1,7 +1,7 @@
/************************************************************************************
* configs/lpc4357-evb/src/lpc43_ostest.c
*
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@ -111,3 +111,4 @@ bool arch_cmpfpu(FAR const uint32_t *fpusave1, FAR const uint32_t *fpusave2)
}
#endif /* HAVE_FPU */

View File

@ -1,7 +1,7 @@
/****************************************************************************
* configs/lpc4357-evb/src/lpc43_userleds.c
*
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@ -145,3 +145,4 @@ void lpc43_setleds(uint8_t ledset)
}
#endif /* !CONFIG_ARCH_LEDS */

View File

@ -830,7 +830,7 @@ unionfs
ustream
This is the same as the nsh configuration except that it includes
two addition build in applications: server and client. These
two addition built in applications: server and client. These
applications are provided by the test at apps/examples/ustream.
This configuration enables local, Unix domain sockets and supports
the test of the stream sockets.