diff --git a/cpu/doc.txt b/cpu/doc.txt index 72307062e4..3f332afa66 100644 --- a/cpu/doc.txt +++ b/cpu/doc.txt @@ -12,5 +12,5 @@ * * This module contains all CPU specific source files. In case of multiple CPUs * sharing the same architecture, the implementation is split into several CPU - * specific parts and an architecture part (e.g. arm7_common and lpc2387). + * specific parts and an architecture part (e.g. arm7_common and lpc23xx). */ diff --git a/cpu/lpc23xx/clocks.c b/cpu/lpc23xx/clocks.c index 4747780c0a..97b92c121b 100644 --- a/cpu/lpc23xx/clocks.c +++ b/cpu/lpc23xx/clocks.c @@ -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 diff --git a/cpu/lpc23xx/cpu.c b/cpu/lpc23xx/cpu.c index 8988bd9954..c2e2ea9199 100644 --- a/cpu/lpc23xx/cpu.c +++ b/cpu/lpc23xx/cpu.c @@ -7,7 +7,7 @@ */ /** - * @ingroup cpu_lpc2387 + * @ingroup cpu_lpc23xx * @{ */ diff --git a/cpu/lpc23xx/doc/lpc23xx.doc b/cpu/lpc23xx/doc/lpc23xx.doc index 0fc952868f..308f5250cc 100644 --- a/cpu/lpc23xx/doc/lpc23xx.doc +++ b/cpu/lpc23xx/doc/lpc23xx.doc @@ -1,6 +1,6 @@ /** - * @defgroup lpc2387_intro LPC2387 Introduction - * @ingroup cpu_lpc2387 + * @defgroup lpc23xx_intro LPC23XX Introduction + * @ingroup cpu_lpc23xx

First steps

\li See the manual for toolchain and ide setup @@ -8,7 +8,7 @@

Components

\li \ref cpu_arm7_common -\li \ref lpc2387_rtc +\li \ref lpc23xx_rtc

Memory layout

The following table gives a rough overview of the memory usage. For detailed values please diff --git a/cpu/lpc23xx/include/cpu.h b/cpu/lpc23xx/include/cpu.h index 0c3660dfa1..81dedb20ee 100644 --- a/cpu/lpc23xx/include/cpu.h +++ b/cpu/lpc23xx/include/cpu.h @@ -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 * @{ */ @@ -39,17 +39,17 @@ void cpu_init_pll(void); void cpu_init_mam(void); /** - * @brief Scale lpc2387 cpu speed + * @brief Scale lpc23xx cpu speed */ void lpc23xx_pclk_scale(uint32_t source, uint32_t target, uint32_t *pclksel, uint32_t *prescale); /** - * @brief Initialize lpc2387 cpu clocks + * @brief Initialize lpc23xx cpu clocks */ void cpu_init_clks(void); /** - * @brief install lpc2387 irq + * @brief install lpc23xx irq */ bool install_irq(int IntNumber, void (*HandlerAddr)(void), int Priority); diff --git a/cpu/lpc23xx/include/cpu_conf.h b/cpu/lpc23xx/include/cpu_conf.h index c7aa044cec..729870a1af 100644 --- a/cpu/lpc23xx/include/cpu_conf.h +++ b/cpu/lpc23xx/include/cpu_conf.h @@ -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$ diff --git a/cpu/lpc23xx/include/periph_cpu.h b/cpu/lpc23xx/include/periph_cpu.h index 95f4cceac3..b70270ca73 100644 --- a/cpu/lpc23xx/include/periph_cpu.h +++ b/cpu/lpc23xx/include/periph_cpu.h @@ -7,7 +7,7 @@ */ /** - * @ingroup cpu_lpc2387 + * @ingroup cpu_lpc23xx * @{ * * @file diff --git a/cpu/lpc23xx/ldscripts/lpc23xx.ld b/cpu/lpc23xx/ldscripts/lpc23xx.ld index 71fee30f3c..97460f4a74 100644 --- a/cpu/lpc23xx/ldscripts/lpc23xx.ld +++ b/cpu/lpc23xx/ldscripts/lpc23xx.ld @@ -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*/ diff --git a/cpu/lpc23xx/lpc23xx-iap.c b/cpu/lpc23xx/lpc23xx-iap.c index 3596caff7d..7470ad369f 100644 --- a/cpu/lpc23xx/lpc23xx-iap.c +++ b/cpu/lpc23xx/lpc23xx-iap.c @@ -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 * diff --git a/cpu/lpc23xx/periph/dac.c b/cpu/lpc23xx/periph/dac.c index 51f6defbab..b7f5b2971b 100644 --- a/cpu/lpc23xx/periph/dac.c +++ b/cpu/lpc23xx/periph/dac.c @@ -7,7 +7,7 @@ */ /** - * @ingroup cpu_lpc2387 + * @ingroup cpu_lpc23xx * @{ * * @file diff --git a/cpu/lpc23xx/periph/gpio.c b/cpu/lpc23xx/periph/gpio.c index 6f8463332b..4331ea02ca 100644 --- a/cpu/lpc23xx/periph/gpio.c +++ b/cpu/lpc23xx/periph/gpio.c @@ -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 * diff --git a/cpu/lpc23xx/periph/i2c.c b/cpu/lpc23xx/periph/i2c.c index 188b25ad59..46f4988ba8 100644 --- a/cpu/lpc23xx/periph/i2c.c +++ b/cpu/lpc23xx/periph/i2c.c @@ -7,7 +7,7 @@ */ /** - * @ingroup cpu_lpc2387 + * @ingroup cpu_lpc23xx * @ingroup drivers_periph_i2c * @{ * diff --git a/cpu/lpc23xx/periph/pm.c b/cpu/lpc23xx/periph/pm.c index 91022ade5c..1ef84ea453 100644 --- a/cpu/lpc23xx/periph/pm.c +++ b/cpu/lpc23xx/periph/pm.c @@ -7,7 +7,7 @@ */ /** - * @ingroup cpu_lpc2387 + * @ingroup cpu_lpc23xx * @ingroup drivers_periph_pm * @{ * diff --git a/cpu/lpc23xx/periph/pwm.c b/cpu/lpc23xx/periph/pwm.c index 5cd4a21e8e..79bd60319e 100644 --- a/cpu/lpc23xx/periph/pwm.c +++ b/cpu/lpc23xx/periph/pwm.c @@ -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. diff --git a/cpu/lpc23xx/periph/rtc.c b/cpu/lpc23xx/periph/rtc.c index 3af3eac886..15d3fc6b04 100644 --- a/cpu/lpc23xx/periph/rtc.c +++ b/cpu/lpc23xx/periph/rtc.c @@ -8,7 +8,7 @@ */ /** - * @ingroup cpu_lpc2387 + * @ingroup cpu_lpc23xx * @ingroup drivers_periph_rtc * @{ * diff --git a/cpu/lpc23xx/periph/spi.c b/cpu/lpc23xx/periph/spi.c index 258c557e3b..c1ab4b8fc2 100644 --- a/cpu/lpc23xx/periph/spi.c +++ b/cpu/lpc23xx/periph/spi.c @@ -8,7 +8,7 @@ */ /** - * @ingroup cpu_lpc2387 + * @ingroup cpu_lpc23xx * @ingroup drivers_periph_spi * @{ * diff --git a/cpu/lpc23xx/periph/timer.c b/cpu/lpc23xx/periph/timer.c index 587cc448d6..f1d3e20a40 100644 --- a/cpu/lpc23xx/periph/timer.c +++ b/cpu/lpc23xx/periph/timer.c @@ -7,7 +7,7 @@ */ /** - * @ingroup cpu_lpc2387 + * @ingroup cpu_lpc23xx * @ingroup drivers_periph_timer * @{ * diff --git a/cpu/lpc23xx/periph/uart.c b/cpu/lpc23xx/periph/uart.c index aeed7ea21e..3a3a395b25 100644 --- a/cpu/lpc23xx/periph/uart.c +++ b/cpu/lpc23xx/periph/uart.c @@ -7,7 +7,7 @@ */ /** - * @ingroup cpu_lpc2387 + * @ingroup cpu_lpc23xx * @ingroup drivers_periph_uart * @{ *