Changeset 6b5a85ae in rtems


Ignore:
Timestamp:
05/24/01 20:03:10 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
b1a2ae92
Parents:
a86c171
Message:

2001-05-22 Ralf Corsepius <corsepiu@…>

  • custom/dmv177.cfg: Remove CONSOLE_USE_INTERRUPTS, CONSOLE_USE_POLLED, HAS_RTC.
Location:
make
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • make/ChangeLog

    ra86c171 r6b5a85ae  
     1
     22001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     3
     4        * custom/dmv177.cfg: Remove CONSOLE_USE_INTERRUPTS,
     5        CONSOLE_USE_POLLED, HAS_RTC.
    16
    272001-05-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
  • make/custom/dmv177.cfg

    ra86c171 r6b5a85ae  
    1919#  This section makes the target dependent options file.
    2020
    21 #  CONSOLE_USE_POLLED     (psim_bsp)
    22 #  CONSOLE_USE_INTERRUPTS (psim_bsp)
    23 #     The psim console driver has the structure to operate in either
    24 #     polled or interrupt mode.  However both modes only trap to the
    25 #     monitor currently.
    26 #
    2721#  PPC_VECTOR_FILE_BASE (ppc)
    2822#     This defines the base address of the exception table.
     
    5044
    5145define make-target-options
    52         @echo "#define CONSOLE_USE_INTERRUPTS 0"                   >>$@
    53         @echo "#define CONSOLE_USE_POLLED !CONSOLE_USE_INTERRUPTS" >>$@
    5446        @echo "#define PPC_VECTOR_FILE_BASE 0x0100"                >>$@
    5547        @echo "#define PPC_USE_SPRG 0"                             >>$@
     
    6759# NOTE: some level of -O may be actually required by inline assembler
    6860CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions
    69 
    70 # Define this to yes if this target supports a real-time clock.
    71 HAS_RTC=yes
    7261
    7362# The following is a ld command file which works without using the
Note: See TracChangeset for help on using the changeset viewer.