Changeset 880d394 in rtems


Ignore:
Timestamp:
10/01/09 21:48:53 (14 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 5, master
Children:
58236c8f
Parents:
44bb5cd0
Message:

2009-10-01 Joel Sherrill <joel.sherrill@…>

  • acinclude.m4: Add BSP for GDB ARM simulator so we can easily experiment with and debug different ARM architectural variations.
Location:
c/src/lib/libbsp/arm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/arm/ChangeLog

    r44bb5cd0 r880d394  
     12009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
     2
     3        * acinclude.m4: Add BSP for GDB ARM simulator so we can easily
     4        experiment with and debug different ARM architectural variations.
     5
    162009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
    27
  • c/src/lib/libbsp/arm/acinclude.m4

    r44bb5cd0 r880d394  
    1111  gba )
    1212    AC_CONFIG_SUBDIRS([gba]);;
     13  gdbarmsim )
     14    AC_CONFIG_SUBDIRS([gdbarmsim]);;
    1315  gp32 )
    1416    AC_CONFIG_SUBDIRS([gp32]);;
Note: See TracChangeset for help on using the changeset viewer.