Changeset 68f36fee in rtems
- Timestamp:
- Feb 2, 2005, 2:29:01 AM (16 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 771c34d9
- Parents:
- 043329e
- Location:
- c/src/lib/libbsp/c4x/c4xsim
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/c4x/c4xsim/ChangeLog
r043329e r68f36fee 1 2005-02-02 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * include/tm27.h, timer/timer.c: #include <rtems/tic4x/c4xio.h> 4 instead of <rtems/tic4x/c4xio.h>. 5 1 6 2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org> 2 7 -
c/src/lib/libbsp/c4x/c4xsim/include/tm27.h
r043329e r68f36fee 20 20 */ 21 21 22 #include <rtems/ c4x/c4xio.h>22 #include <rtems/tic4x/c4xio.h> 23 23 #define MUST_WAIT_FOR_INTERRUPT 0 24 24 -
c/src/lib/libbsp/c4x/c4xsim/timer/timer.c
r043329e r68f36fee 21 21 #include <rtems.h> 22 22 #include <bsp.h> 23 #include <rtems/ c4x/c4xio.h>23 #include <rtems/tic4x/c4xio.h> 24 24 25 25 uint32_t Timer_interrupts;
Note: See TracChangeset
for help on using the changeset viewer.