Commit Graph
24290 Commits
Author SHA1 Message Date
Joel Sherrill 89f5f5a1d8 Fix from Eric Norum to assemble under COFF. 1997-10-08 18:23:58 +00:00
Joel Sherrill 7de0960c0b Update from Eric Norum:
Change label names so they can be seen from the debugger.
        Provide a start symbol -- gets rid of a loader warning message.
1997-10-08 18:19:43 +00:00
Joel Sherrill 6fd3979f63 Added comment about using --enable-gcc28 and --enable-libcdir
options together.
1997-10-08 17:57:04 +00:00
Joel Sherrill 98e4ebf594 Fixed typo in the pointer to the license terms. 1997-10-08 15:45:54 +00:00
Joel Sherrill a2016b9965 Removed include directory at "build" point and the link of this directory
to lib/include.

Went to using a PROJECT_INCLUDE variable.
1997-10-08 14:42:08 +00:00
Joel Sherrill f05f7045a5 Updated information on building your own application. 1997-10-08 14:06:17 +00:00
Joel Sherrill f5afb698cd Reworked building of make subdirectory and contents in the object
tree.
1997-10-08 14:05:38 +00:00
Joel Sherrill 0c618b67e3 Redid the installation of the "make" directory at the install point.
It is no longer a link.  It is a copy.
1997-10-07 20:47:49 +00:00
Joel Sherrill 3a321e2310 Fixed some weird line duplications. Thanks to Chris Johns. 1997-10-06 21:32:47 +00:00
Joel Sherrill ffa6183035 Increased interrupt stack space. 1997-10-06 21:30:16 +00:00
Joel Sherrill b6770d1662 Fixed comment. 1997-10-06 21:29:29 +00:00
Joel Sherrill 7e4938ca42 Make Post an atomic operation. 1997-10-06 21:28:40 +00:00
Joel Sherrill d14418b6cb Added _Thread_Enable_dispatch to already_timedout path on Wait_support. 1997-10-06 21:28:18 +00:00
Joel Sherrill 7d5566ec7d Fixed bug where include not actually created. 1997-10-06 21:26:11 +00:00
Joel Sherrill e8ee2f324c If the specified time period is less than a clock tick, then
it is arbitrarily assumed to be 1 clock tick.
1997-10-05 16:26:04 +00:00
Joel Sherrill 8959fccf62 fixed typo 1997-09-30 14:49:56 +00:00
Joel Sherrill 63cebf6ce8 Fixed typos. 1997-09-30 14:44:28 +00:00
Joel Sherrill f795ca905a Uncommented gettimeofday_r to resolve missing symbol. 1997-09-21 17:44:50 +00:00
Joel Sherrill 8cd3748d70 Removed duplicate listing of install in MTARGETS.
Add monitor test.
1997-09-21 17:44:14 +00:00
Joel Sherrill 5beb562450 Cleaned up as part of adding the Monitor test. 1997-09-21 16:58:57 +00:00
Joel Sherrill f37e656d55 Added Monitor test. 1997-09-21 16:57:46 +00:00
Joel Sherrill 8f367d6baa Bug fix from Eric Norum:
After weeks of trying to figure why my RTEMS/KASQ server crashes now
    and then I found a nasty bug I introduced in adding multiple-driver
    support to libio.  The bug only affects `add-on' driver classes (like
    the networking code).  Old-style file descriptors were not affected.

    The bug cleared 32 bytes of memory (unspecified location) whenever a
    `close' of a socket was performed!  I was clearing an IOP I hadn't
    allocated -- and the pointer wasn't initiallized, either!
1997-09-19 18:31:05 +00:00
Joel Sherrill 6b4ca3125e Merged changes from Eric Norum:
Enable 68360 watchdog.  The watchdog control register is a
    `write-once' register, so the watchdog has to be enabled in the boot
    roms if it is to be used at all.  To make the change transparent I
    added a default feed of the watchdog to the clock interrupt handler.
    This can be overridden if the application wants to handle the
    watchdog.  The only difficulty with this change is that an
    application has to either include the clock driver or handle the
    watchdog explicitely.  I don't think this is much of a problem since
    I am pretty sure that almost every application includes the clock
    driver.
1997-09-18 16:01:52 +00:00
Joel Sherrill a72e3dd1cb updated 1997-09-16 13:08:58 +00:00
Joel Sherrill fc4675f073 syslog added 1997-09-15 19:01:33 +00:00
Joel Sherrill 8f35817acf eliminated potential for overfilling buffer on read 1997-09-15 18:52:26 +00:00
Joel Sherrill 8d053460ff Fix from Eric Norum. Here is the comment:
Enable SDMA operation during FREEZE.  It seems that
        disabling SDMA during freeze makes the SMC channels
        work erratically.
1997-09-03 22:05:51 +00:00
Joel Sherrill cf5ef6d52d More specific information on error code. 1997-09-03 15:36:05 +00:00
Joel Sherrill ad9250cfe3 Fixed IO Manager calls to remove an argument which was used in 3.2.1
but not in newer RTEMS.
1997-08-28 22:23:10 +00:00
Joel Sherrill e9932367e7 Switched to new style which does not require hackspecs.awk. 1997-08-28 21:54:59 +00:00
Joel Sherrill de5e24f83f Removed hackspecs.awk in move from -mrtems to -qrtems. 1997-08-28 21:52:27 +00:00
Joel Sherrill 7d352a49b7 Added RTEMS_IO_ERROR status code. 1997-08-28 13:59:41 +00:00
Joel Sherrill b47be20cf5 Added IO_Error status code and fixed No_Memory error number. 1997-08-28 13:57:29 +00:00
Joel Sherrill d1b60f0f36 Corrected reference to LIBC_LIBM to work on all targets. 1997-08-27 20:34:23 +00:00
Joel Sherrill 3473f60548 Added error numbers and changed default error code from 0 to -1 for
error number mapping.
1997-08-27 20:33:49 +00:00
Joel Sherrill f80faebea7 Modified to support the BSP family concept. 1997-08-27 20:33:11 +00:00
Joel Sherrill 49c2f58948 Modified to have correct address for vector table on multiple models. 1997-08-27 20:31:34 +00:00
Joel Sherrill 2a1a547092 Added rule so TARGET_VARIANTS are dependent on the environment stuff. 1997-08-27 20:29:26 +00:00
Joel Sherrill 39ffc7da6d Use own pdir option was reversed. 1997-08-26 19:25:20 +00:00
Joel Sherrill 2d60095868 Patches from Chris Johns to clean up test. 1997-08-26 19:24:22 +00:00
Joel Sherrill 588a2382a2 removed -lm 1997-08-26 19:19:21 +00:00
Joel Sherrill 12a17af309 Corrected to compile with egcs. 1997-08-26 18:10:59 +00:00
Joel Sherrill 5316519a3a Added support for TARGET_VARIANTS. 1997-08-26 18:09:16 +00:00
Joel Sherrill e63e254e4c Corrected bug per Katsutoshi Shibuya's report:
The definition of "BEGIN_DATA" should not be null; should be ".data".
    Also, the definition of "BEGIN_BSS" should be ".bss".  For this error,
    the compiled object has codes that write on the text segment area.
    It is fatal when the code runs on ROM.
1997-08-22 19:19:07 +00:00
Joel Sherrill b57992a382 Removed assert condition when not initialized or there are 0 periods. 1997-08-22 19:17:54 +00:00
Joel Sherrill b1459dc199 Moved reentrant wrappers into their own file. 1997-08-22 19:17:09 +00:00
Joel Sherrill 78d87bd3f3 Fixed iop/memory leak bug reported by Dan Dickey. 1997-08-22 19:16:47 +00:00
Joel Sherrill 8affd6f1fc Removed redundant stanza. 1997-08-22 19:16:22 +00:00
Joel Sherrill 9b1f5678c2 Fixed infinite recursion bug in PTHREAD_MUTEX_INITIALIZER. 1997-08-22 19:11:02 +00:00
Joel Sherrill 799a5b9f8d Added commit about missing support for condition initializer. 1997-08-22 19:10:44 +00:00