lm4f: Add all GPIO ports to memorymap.h

The base addresses for GPIO ports J through Q were missing. Add them.

Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
This commit is contained in:
Alexandru Gagniuc 2013-05-16 02:18:09 -05:00 committed by Piotr Esden-Tempski
parent de55bbc46e
commit 991fbd01be

View File

@ -32,6 +32,7 @@
#define GPIOF_APB_BASE (0x40025000)
#define GPIOG_APB_BASE (0x40026000)
#define GPIOH_APB_BASE (0x40027000)
#define GPIOJ_APB_BASE (0x4003D000)
#define GPIOA_BASE (0x40058000)
#define GPIOB_BASE (0x40059000)
@ -41,6 +42,13 @@
#define GPIOF_BASE (0x4005D000)
#define GPIOG_BASE (0x4005E000)
#define GPIOH_BASE (0x4005F000)
#define GPIOJ_BASE (0x40060000)
#define GPIOK_BASE (0x40061000)
#define GPIOL_BASE (0x40062000)
#define GPIOM_BASE (0x40063000)
#define GPION_BASE (0x40064000)
#define GPIOP_BASE (0x40065000)
#define GPIOQ_BASE (0x40066000)
#define UART0_BASE (0x4000C000)
#define UART1_BASE (0x4000D000)