forked from Imagelibrary/rtems
2007-10-11 Daniel Hellstrom <daniel@gaisler.com>
* Makefile.am, preinstall.am: Fixes bug in OC-CAN baud rate calculator. The BTR1 8-bit value was swapped.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2007-10-11 Daniel Hellstrom <daniel@gaisler.com>
|
||||||
|
|
||||||
|
* Makefile.am, preinstall.am: Fixes bug in OC-CAN baud rate calculator.
|
||||||
|
The BTR1 8-bit value was swapped.
|
||||||
|
|
||||||
2007-09-12 Daniel Hellstrom <daniel@gaisler.com>
|
2007-09-12 Daniel Hellstrom <daniel@gaisler.com>
|
||||||
|
|
||||||
* leon_smc91111/leon_smc91111.c: LEON2 SMC91111 initialization: PIO
|
* leon_smc91111/leon_smc91111.c: LEON2 SMC91111 initialization: PIO
|
||||||
|
|||||||
@@ -114,6 +114,12 @@ uart_rel_SOURCES = ../../sparc/shared/uart/apbuart.c ../../sparc/shared/uart/apb
|
|||||||
uart_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
uart_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
uart_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
uart_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
|
# I2CMST
|
||||||
|
include_HEADERS += ../../sparc/shared/include/i2cmst.h
|
||||||
|
noinst_PROGRAMS += i2cmst.rel
|
||||||
|
i2cmst_rel_SOURCES = ../../sparc/shared/i2c/i2cmst.c
|
||||||
|
i2cmst_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
|
i2cmst_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
if HAS_NETWORKING
|
if HAS_NETWORKING
|
||||||
noinst_PROGRAMS += leon_smc91111.rel
|
noinst_PROGRAMS += leon_smc91111.rel
|
||||||
|
|||||||
@@ -132,3 +132,6 @@ $(PROJECT_LIB)/linkcmds: startup/linkcmds $(PROJECT_LIB)/$(dirstamp)
|
|||||||
$(INSTALL_DATA) $< $(PROJECT_LIB)/linkcmds
|
$(INSTALL_DATA) $< $(PROJECT_LIB)/linkcmds
|
||||||
PREINSTALL_FILES += $(PROJECT_LIB)/linkcmds
|
PREINSTALL_FILES += $(PROJECT_LIB)/linkcmds
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/i2cmst.h: ../../sparc/shared/include/i2cmst.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/i2cmst.h
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/i2cmst.h
|
||||||
|
|||||||
Reference in New Issue
Block a user