Cosmetic fixes to comments, README, and other trivial corrections.

This commit is contained in:
Gregory Nutt 2017-12-25 10:45:47 -06:00
parent 458f9f4e67
commit 7e7bdd181f
13 changed files with 21 additions and 41 deletions

View File

@ -272,10 +272,11 @@ static int gpdma_interrupt(int irq, FAR void *context, FAR void *arg)
* Name: up_dmainitialize
*
* Description:
* Initialize the GPDMA subsystem.
* Initialize the GPDMA subsystem. Called from up_initialize() early in the
* boot-up sequence. Prototyped in up_internal.h.
*
* Returned Value:
* Zero on success; A negated errno value on failure.
* None
*
****************************************************************************/

View File

@ -140,19 +140,6 @@ EXTERN volatile uint8_t g_dma_inprogress;
* Public Functions
****************************************************************************/
/****************************************************************************
* Name: up_dmainitialize
*
* Description:
* Initialize the GPDMA subsystem (also prototyped in up_internal.h).
*
* Returned Value:
* Zero on success; A negated errno value on failure.
*
****************************************************************************/
void weak_function up_dmainitialize(void);
/****************************************************************************
* Name: lpc17_dmaconfigure
*

View File

@ -269,13 +269,14 @@ static int gpdma_interrupt(int irq, FAR void *context, FAR void *arg)
****************************************************************************/
/****************************************************************************
* Name: lpc43_dmainitialize
* Name: up_dmainitialize
*
* Description:
* Initialize the GPDMA subsystem.
* Initialize the GPDMA subsystem. Called from up_initialize() early in the
* boot-up sequence. Prototyped in up_internal.h.
*
* Returned Value:
* Zero on success; A negated errno value on failure.
* None
*
****************************************************************************/

View File

@ -119,19 +119,6 @@ extern "C"
* Public Functions
****************************************************************************/
/****************************************************************************
* Name: lpc43_dmainitialize
*
* Description:
* Initialize the GPDMA subsystem.
*
* Returned Value:
* None
*
****************************************************************************/
void lpc43_dmainitilaize(void);
/****************************************************************************
* Name: lpc43_dmachannel
*

View File

@ -220,10 +220,11 @@ static int lpc54_dma_interrupt(int irq, FAR void *context, FAR void *arg)
* Name: up_dmainitialize
*
* Description:
* Initialize the DMA subsystem.
* Initialize the DMA subsystem. Called from up_initialize() early in the
* boot-up sequence. Prototyped in up_internal.h.
*
* Returned Value:
* Zero on success; A negated errno value on failure.
* None
*
****************************************************************************/

View File

@ -839,6 +839,7 @@ static int stm32_periodic_callback(void)
* on any failure.
*
****************************************************************************/
#ifdef CONFIG_RTC_PERIODIC
static int stm32_setperiodic(FAR struct rtc_lowerhalf_s *lower,
FAR const struct lower_setperiodic_s *alarminfo)

View File

@ -7,7 +7,7 @@
* With extensions, modifications by:
*
* Copyright (C) 2011-2013, 2015, 2017 Gregory Nutt. All rights reserved.
* Author: Gregroy Nutt <gnutt@nuttx.org>
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions

View File

@ -8,7 +8,7 @@
* With extensions and modifications for the F1, F2, and F4 by:
*
* Copyright (C) 2011-2013, 2016-2017 Gregory Nutt. All rights reserved.
* Author: Gregroy Nutt <gnutt@nuttx.org>
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* And this version for the STM32 F3 by
*

View File

@ -5,7 +5,7 @@
* Copyright (C) 2011 Uros Platise. All rights reserved.
* Author: Uros Platise <uros.platise@isotel.eu>
* Copyright (C) 2011-2013, 2016-2017 Gregory Nutt. All rights reserved.
* Author: Gregroy Nutt <gnutt@nuttx.org>
* Author: Gregory Nutt <gnutt@nuttx.org>
* Author: John Wharington
* Author: Sebastien Lorquet
* Author: dev@ziggurat29.com

View File

@ -8,7 +8,7 @@
* With extensions and modifications for the F1, F2, and F4 by:
*
* Copyright (C) 2016-2017 Gregory Nutt. All rights reserved.
* Authors: Gregroy Nutt <gnutt@nuttx.org>
* Authors: Gregory Nutt <gnutt@nuttx.org>
* John Wharington
* David Sidrane <david_s5@nscdg.com>
* Bob Feretich <bob.feretich@rafresearch.com>

View File

@ -7,7 +7,7 @@
* Copyright (C) 2011 Uros Platise. All rights reserved.
* Author: Uros Platise <uros.platise@isotel.eu>
* Copyright (C) 2011-2013, 2016-2017 Gregory Nutt. All rights reserved.
* Author: Gregroy Nutt <gnutt@nuttx.org>
* Author: Gregory Nutt <gnutt@nuttx.org>
* Author: John Wharington
* Author: Sebastien Lorquet
* Author: dev@ziggurat29.com
@ -20,7 +20,7 @@
* With extensions and modifications for the F1, F2, and F4 by:
*
* Copyright (C) 2016-2017 Gregory Nutt. All rights reserved.
* Authors: Gregroy Nutt <gnutt@nuttx.org>
* Authors: Gregory Nutt <gnutt@nuttx.org>
* John Wharington
* David Sidrane <david_s5@nscdg.com>
*

View File

@ -70,7 +70,9 @@ STATUS
2017-12-23: SDMMC is still non-functional. The first DMA read of 512 bytes
fails with a CRC error. Similar result if clock is reduced, if 1-bit bus
is used, if DMA is disabled., if DEBUG output is disabled.
2017-12-24: Added fragmentary DMA support. Much more still needed.
2017-12-24: Added basic DMA support; brought in the WWDT driver from the
LPC43 which has the same peripheral. Neither tested; almost certainly
non-functional without some additional investment.
There is still no support for the Accelerometer, SPIFI, Ethernet, or USB.
There is a complete, but not-yet-functional SD card drirver. There is a

View File

@ -7,7 +7,7 @@
* With extensions, modifications by:
*
* Copyright (C) 2011-2012, 2015-2016 Gregory Nutt. All rights reserved.
* Author: Gregroy Nutt <gnutt@nuttx.org>
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions