summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-25 11:10:58 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-25 11:10:58 -0600
commitfab85cb20588413d8e82b1af461165d188e86677 (patch)
treecd4694a71c064cb8866b211d73520c238adc73b5 /nuttx
parent0b4e64a0efa097128978c7b7353c5edbfc8170ae (diff)
downloadpx4-nuttx-fab85cb20588413d8e82b1af461165d188e86677.tar.gz
px4-nuttx-fab85cb20588413d8e82b1af461165d188e86677.tar.bz2
px4-nuttx-fab85cb20588413d8e82b1af461165d188e86677.zip
KL25Z typos: AIPS, not APS or AIP
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/arch/arm/src/kl/chip/kl_memorymap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/arch/arm/src/kl/chip/kl_memorymap.h b/nuttx/arch/arm/src/kl/chip/kl_memorymap.h
index 19e809310..76860696f 100644
--- a/nuttx/arch/arm/src/kl/chip/kl_memorymap.h
+++ b/nuttx/arch/arm/src/kl/chip/kl_memorymap.h
@@ -67,7 +67,7 @@
# define KL_SRAMU_BASE 0x20000000 /* -0x200fffff SRAM_U: Upper SRAM bitband
* region */
/* 0x20100000 * -0x3fffffff Reserved */
-# define KIP_APS_BASE 0x40000000 /* -0x4007ffff AIPS Peripherals */
+# define KIP_AIPS_BASE 0x40000000 /* -0x4007ffff AIPS Peripherals */
/* 0x40080000 * -0x400fffff Reserved */
# define KL_GPIO_BASE 0x400ff000 /* -0x400fffff General purpose input/output (GPIO) */
/* 0x40100000 * -0x43ffffff Reserved */
@@ -78,10 +78,10 @@
/* 0xe0100000 * -0xefffffff Reserved */
# define KL_MTB_BASE 0xf0000000 /* -0xffffffff Micro Trace Buffer (MTB) registers */
-/* API Memory Map *******************************************************************/
+/* AIPS Memory Map ******************************************************************/
# define KL_DMAC_BASE 0x40008000 /* DMA controller */
-# define KL_AIPGPIO_BASE 0x4000f000 /* GPIO controller (aliased to 0x400f_000) */
+# define KL_AIPSGPIO_BASE 0x4000f000 /* GPIO controller (aliased to 0x400ff000) */
# define KL_FTFL_BASE 0x40020000 /* Flash memory */
# define KL_DMAMUX0_BASE 0x40021000 /* DMA channel mutiplexer 0 */
# define KL_PIT_BASE 0x40037000 /* Periodic interrupt timers (PIT) */