source: rtems/c/src/lib/libbsp/arm/lm3s69xx/include/lm3s69xx.h @ b7cf1ff7

4.115
Last change on this file since b7cf1ff7 was e263c16, checked in by Sebastian Huber <sebastian.huber@…>, on 09/24/11 at 13:23:42

2011-09-24 Sebastian Huber <sebastian.huber@…>

  • 0001-Fixed-interrupt-handling-for-ARMv7M.patch, 0002-Fixed-system-handler-priority-register-access.patch, 0003-Disable-priority_mask-unused-for-NVIC.patch, 0004-Typo.patch, 0005-Evil-hack-for-BASEPRI-BASEPRI_MAX.patch, 0006-Evil-hack-to-increase-the-RAM-size.patch, bsp_specs, ChangeLog?, clock/clock-config.c, configure.ac, console/console-config.c, console/uart.c, .cvsignore, include/bsp.h, include/.cvsignore, include/irq.h, include/lm3s69xx.h, include/uart.h, irq/irq.c, make/custom/lm3s6965.cfg, make/custom/lm3s69xx.inc, Makefile.am, README, start/start.S, startup/bspreset.c, startup/bspstart.c, startup/bspstarthook.c, startup/linkcmds.lm3s6965, timer/timer.c: New files.
  • Property mode set to 100644
File size: 690 bytes
Line 
1/*
2 * Copyright (c) 2011 Sebastian Huber.  All rights reserved.
3 *
4 *  embedded brains GmbH
5 *  Obere Lagerstr. 30
6 *  82178 Puchheim
7 *  Germany
8 *  <rtems@embedded-brains.de>
9 *
10 * The license and distribution terms for this file may be
11 * found in the file LICENSE in this distribution or at
12 * http://www.rtems.com/license/LICENSE.
13 */
14
15#ifndef LIBBSP_ARM_LM3S69XX_LM3S69XX_H
16#define LIBBSP_ARM_LM3S69XX_LM3S69XX_H
17
18#ifdef __cplusplus
19extern "C" {
20#endif /* __cplusplus */
21
22#define LM3S69XX_UART_0_BASE 0x4000c000
23#define LM3S69XX_UART_1_BASE 0x4000d000
24#define LM3S69XX_UART_2_BASE 0x4000e000
25
26#ifdef __cplusplus
27}
28#endif /* __cplusplus */
29
30#endif /* LIBBSP_ARM_LM3S69XX_LM3S69XX_H */
Note: See TracBrowser for help on using the repository browser.