Skip to content

Commit

Permalink
cpu/lpc23xx: rename Doxygen group
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed Jul 16, 2020
1 parent ec01285 commit 308738f
Show file tree
Hide file tree
Showing 17 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions cpu/lpc23xx/clocks.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
*/

/**
* @ingroup cpu_lpc2387
* @ingroup cpu_lpc23xx
* @{
* @file
* @brief LPC2387 clock initialization
* @brief LPC23XX family clock initialization
*
* @author Heiko Will
* @author Kaspar Schleiser <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion cpu/lpc23xx/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

/**
* @ingroup cpu_lpc2387
* @ingroup cpu_lpc23xx
* @{
*/

Expand Down
6 changes: 3 additions & 3 deletions cpu/lpc23xx/doc/lpc23xx.doc
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
/**
* @defgroup lpc2387_intro LPC2387 Introduction
* @ingroup cpu_lpc2387
* @defgroup lpc23xx_intro LPC23XX Introduction
* @ingroup cpu_lpc23xx

<h2>First steps</h2>
\li See the manual for toolchain and ide setup
\li <a href="http://www.nxp.com/pip/LPC2387_2.html">Documentation</a>

<h2>Components</h2>
\li \ref cpu_arm7_common
\li \ref lpc2387_rtc
\li \ref lpc23xx_rtc

<h2>Memory layout</h2>
The following table gives a rough overview of the memory usage. For detailed values please
Expand Down
4 changes: 2 additions & 2 deletions cpu/lpc23xx/include/cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
#define CPU_H

/**
* @defgroup cpu_lpc2387 NXP LPC2387
* @defgroup cpu_lpc23xx NXP LPC23XX
* @ingroup cpu
* @brief NXP LPC2387 specific code
* @brief NXP LPC23XX family specific code
* @{
*/

Expand Down
4 changes: 2 additions & 2 deletions cpu/lpc23xx/include/cpu_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ extern "C" {
#endif

/**
* @ingroup cpu_lpc2387
* @ingroup cpu_lpc23xx
*
* @{
*/

/**
* @file
* @brief LPC2387 CPUconfiguration
* @brief LPC23XX CPU configuration
*
* @author baar
* @version $Revision$
Expand Down
2 changes: 1 addition & 1 deletion cpu/lpc23xx/include/periph_cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

/**
* @ingroup cpu_lpc2387
* @ingroup cpu_lpc23xx
* @{
*
* @file
Expand Down
2 changes: 1 addition & 1 deletion cpu/lpc23xx/ldscripts/lpc23xx.ld
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* directory for more details.
*/

/* specify the LPC2387 memory areas (see LPC2387 datasheet page 15) */
/* specify the LPC23XX memory areas (see LPC2387 datasheet page 15) */
MEMORY
{
rom (rx) : ORIGIN = 0, LENGTH = 504K /* FLASH ROM 512kByte without ISP bootloader*/
Expand Down
4 changes: 2 additions & 2 deletions cpu/lpc23xx/lpc23xx-iap.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
*/

/**
* @ingroup cpu_lpc2387
* @ingroup cpu_lpc23xx
* @{
*/

/**
* @file
* @brief lpc2387 in-application programming driver (for flashrom)
* @brief lpc23xx in-application programming driver (for flashrom)
*
* @author Oliver Hahm <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion cpu/lpc23xx/periph/dac.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

/**
* @ingroup cpu_lpc2387
* @ingroup cpu_lpc23xx
* @{
*
* @file
Expand Down
4 changes: 2 additions & 2 deletions cpu/lpc23xx/periph/gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
*/

/**
* @ingroup cpu_lpc2387
* @ingroup cpu_lpc23xx
* @ingroup drivers_periph_gpio
* @{
*
* @file
* @brief CPU specific low-level GPIO driver implementation for the LPC2387
* @brief CPU specific low-level GPIO driver implementation for the LPC23XX family
*
* @author Kaspar Schleiser <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion cpu/lpc23xx/periph/i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

/**
* @ingroup cpu_lpc2387
* @ingroup cpu_lpc23xx
* @ingroup drivers_periph_i2c
* @{
*
Expand Down
2 changes: 1 addition & 1 deletion cpu/lpc23xx/periph/pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

/**
* @ingroup cpu_lpc2387
* @ingroup cpu_lpc23xx
* @ingroup drivers_periph_pm
* @{
*
Expand Down
4 changes: 2 additions & 2 deletions cpu/lpc23xx/periph/pwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
*/

/**
* @ingroup cpu_lpc2387
* @ingroup cpu_lpc23xx
* @ingroup drivers_periph_pwm
* @{
*
* @file
* @brief CPU specific low-level PWM driver implementation for the LPC2387
* @brief CPU specific low-level PWM driver implementation for the LPC23XX family
*
* The current implementation is somewhat limited: it supports only a single
* hardware PWM device (fixed to PWM1) and it is fixed on supporting 3 channels.
Expand Down
2 changes: 1 addition & 1 deletion cpu/lpc23xx/periph/rtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

/**
* @ingroup cpu_lpc2387
* @ingroup cpu_lpc23xx
* @ingroup drivers_periph_rtc
* @{
*
Expand Down
2 changes: 1 addition & 1 deletion cpu/lpc23xx/periph/spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

/**
* @ingroup cpu_lpc2387
* @ingroup cpu_lpc23xx
* @ingroup drivers_periph_spi
* @{
*
Expand Down
2 changes: 1 addition & 1 deletion cpu/lpc23xx/periph/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

/**
* @ingroup cpu_lpc2387
* @ingroup cpu_lpc23xx
* @ingroup drivers_periph_timer
* @{
*
Expand Down
2 changes: 1 addition & 1 deletion cpu/lpc23xx/periph/uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

/**
* @ingroup cpu_lpc2387
* @ingroup cpu_lpc23xx
* @ingroup drivers_periph_uart
* @{
*
Expand Down

0 comments on commit 308738f

Please sign in to comment.