4.104.114.84.95
Last change
on this file since 7ae5125 was
7ae5125,
checked in by Joel Sherrill <joel.sherrill@…>, on 08/16/01 at 21:08:28
|
2001-08-10 Radzislaw Galler <rgaller@…>
- score/cpu_asm.c (sh_set_irq_priority): Changed interrupt vector
number range check and handling of interrupt priority regs to
conform SH2 specs.
- sci/sci_termios.c: New file.
- include/sci_termios.h: New file.
- include/Makefile.am (EXTRA_DIST): Added sci_termios.h.
(include_sh_HEADERS): Added sci_termios.h.
- score/ispsh7045.c (isp): Calling an ISR with immediate argument
casued negative sign extension for vector numbers of 128 and
above. This was fixed.
- sci/sci.c: Cleaned initialization of SCI registers; added
necessary setup for new TERMIOS console cooperation
|
-
Property mode set to
100644
|
File size:
552 bytes
|
Line | |
---|
1 | ## |
---|
2 | ## $Id$ |
---|
3 | ## |
---|
4 | |
---|
5 | AUTOMAKE_OPTIONS = foreign 1.4 |
---|
6 | |
---|
7 | PGM = $(ARCH)/sci.rel |
---|
8 | |
---|
9 | C_FILES = sci.c sci_termios.c |
---|
10 | C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) |
---|
11 | |
---|
12 | OBJS = $(C_O_FILES) |
---|
13 | |
---|
14 | include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg |
---|
15 | include $(top_srcdir)/../../../../../../automake/compile.am |
---|
16 | include $(top_srcdir)/../../../../../../automake/lib.am |
---|
17 | |
---|
18 | # |
---|
19 | # (OPTIONAL) Add local stuff here using += |
---|
20 | # |
---|
21 | |
---|
22 | $(PGM): $(OBJS) |
---|
23 | $(make-rel) |
---|
24 | |
---|
25 | all-local: $(ARCH) $(OBJS) $(PGM) |
---|
26 | |
---|
27 | .PRECIOUS: $(PGM) |
---|
28 | |
---|
29 | EXTRA_DIST = sci.c sci_termios.c |
---|
30 | |
---|
31 | include $(top_srcdir)/../../../../../../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.