forked from Imagelibrary/rtems
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* clock/clock.c: include "../../../shared/clockdrv_shell.h". * Makefile.am: Reflect changes above.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* clock/clock.c: include "../../../shared/clockdrv_shell.h".
|
||||||
|
* Makefile.am: Reflect changes above.
|
||||||
|
|
||||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ gnatsupp_rel_CPPFLAGS = $(AM_CPPFLAGS) -DARM9 -I$(srcdir)/libnds/include
|
|||||||
gnatsupp_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
gnatsupp_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
noinst_PROGRAMS += clock.rel
|
noinst_PROGRAMS += clock.rel
|
||||||
clock_rel_SOURCES = clock/clock.c
|
clock_rel_SOURCES = clock/clock.c ../../../shared/clockdrv_shell.h
|
||||||
clock_rel_CPPFLAGS = $(AM_CPPFLAGS) -DARM9 -I$(srcdir)/libnds/include
|
clock_rel_CPPFLAGS = $(AM_CPPFLAGS) -DARM9 -I$(srcdir)/libnds/include
|
||||||
clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
#define CLOCK_VECTOR IRQ_TIMER0
|
#define CLOCK_VECTOR IRQ_TIMER0
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* forward declaration for clock isr in clockdrv_shell.c
|
* forward declaration for clock isr in clockdrv_shell.h
|
||||||
*/
|
*/
|
||||||
|
|
||||||
rtems_isr Clock_isr (rtems_vector_number vector);
|
rtems_isr Clock_isr (rtems_vector_number vector);
|
||||||
@@ -85,4 +85,4 @@ Clock_driver_support_initialize_hardware (void)
|
|||||||
TIMER_DATA (0) = TIMER_FREQ_64 ((uint16_t) freq);
|
TIMER_DATA (0) = TIMER_FREQ_64 ((uint16_t) freq);
|
||||||
}
|
}
|
||||||
|
|
||||||
#include "../../../shared/clockdrv_shell.c"
|
#include "../../../shared/clockdrv_shell.h"
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* clock/clock.c: include "../../../shared/clockdrv_shell.h".
|
||||||
|
* Makefile.am: Reflect changes above.
|
||||||
|
|
||||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ libbsp_a_SOURCES += bestcomm/include/ppctypes.h \
|
|||||||
bestcomm/task_api/tasksetup_general.h
|
bestcomm/task_api/tasksetup_general.h
|
||||||
|
|
||||||
# clock
|
# clock
|
||||||
libbsp_a_SOURCES += clock/clock.c
|
libbsp_a_SOURCES += clock/clock.c ../../../shared/clockdrv_shell.h
|
||||||
# console
|
# console
|
||||||
libbsp_a_SOURCES += console/console.c
|
libbsp_a_SOURCES += console/console.c
|
||||||
# i2c
|
# i2c
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
| Germany |
|
| Germany |
|
||||||
| rtems@embedded-brains.de |
|
| rtems@embedded-brains.de |
|
||||||
| |
|
| |
|
||||||
| Reworked by Joel Sherrill to use clockdrv_shell.c |
|
| Reworked by Joel Sherrill to use clockdrv_shell.h |
|
||||||
+-----------------------------------------------------------------+
|
+-----------------------------------------------------------------+
|
||||||
| The license and distribution terms for this file may be |
|
| The license and distribution terms for this file may be |
|
||||||
| found in the file LICENSE in this distribution or at |
|
| found in the file LICENSE in this distribution or at |
|
||||||
@@ -339,5 +339,5 @@ int BSP_connect_clock_handler (unsigned gpt_no)
|
|||||||
(void) BSP_disconnect_clock_handler (GPT); \
|
(void) BSP_disconnect_clock_handler (GPT); \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
#include "../../../shared/clockdrv_shell.c"
|
#include "../../../shared/clockdrv_shell.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user