2008-03-12 Joel Sherrill <joel.sherrill@oarcorp.com>

* configure.ac: Fix typo.
This commit is contained in:
Joel Sherrill
2008-03-12 22:05:13 +00:00
parent 9d7739369f
commit bd7a91b01a
6 changed files with 15 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2008-03-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Fix typo.
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com> 2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/linkcmds: Add wildcard to gcc_except_table section so * startup/linkcmds: Add wildcard to gcc_except_table section so

View File

@@ -34,7 +34,7 @@ RTEMS_BSPOPTS_HELP([IDE_USE_PRIMARY_INTERFACE],
RTEMS_BSPOPTS_SET([IDE_USE_SECONDARY_INTERFACE],[*],[0]) RTEMS_BSPOPTS_SET([IDE_USE_SECONDARY_INTERFACE],[*],[0])
RTEMS_BSPOPTS_HELP([IDE_USE_SECONDARY_INTERFACE], RTEMS_BSPOPTS_HELP([IDE_USE_SECONDARY_INTERFACE],
[Determines, whether RTEMS will try to use the primary IDE interface. [Determines, whether RTEMS will try to use the secondary IDE interface.
Enable it, if: Enable it, if:
- you have a secondary IDE interface - you have a secondary IDE interface
- and you have at least one disk attached to this interface - and you have at least one disk attached to this interface

View File

@@ -1,3 +1,7 @@
2008-03-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Fix typo.
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com> 2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/linkcmds: Add wildcard to gcc_except_table section so * startup/linkcmds: Add wildcard to gcc_except_table section so

View File

@@ -24,7 +24,7 @@ RTEMS_CONFIG_BUILD_SUBDIRS(tools)
## bsp-specific options ## bsp-specific options
RTEMS_BSPOPTS_SET([CONSOLE_USE_INTERRUPTS],[*],[0]) RTEMS_BSPOPTS_SET([CONSOLE_USE_INTERRUPTS],[*],[0])
RTEMS_BSPOPTS_HELP([CONSOLE_USE_INTERRUPTS], RTEMS_BSPOPTS_HELP([CONSOLE_USE_INTERRUPTS],
[The erc32 console driver can operate in either polled or interrupt mode. [The leon2 console driver can operate in either polled or interrupt mode.
Under the simulator (especially when FAST_UART is defined), polled seems to operate Under the simulator (especially when FAST_UART is defined), polled seems to operate
better. It is common for a task to print a line (like the end of test message) and better. It is common for a task to print a line (like the end of test message) and
then exit. In this case, the program returns control to the simulator command line then exit. In this case, the program returns control to the simulator command line

View File

@@ -1,3 +1,7 @@
2008-03-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Fix typo.
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com> 2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/linkcmds: Add wildcard to gcc_except_table section so * startup/linkcmds: Add wildcard to gcc_except_table section so

View File

@@ -24,7 +24,7 @@ RTEMS_CONFIG_BUILD_SUBDIRS(tools)
## bsp-specific options ## bsp-specific options
RTEMS_BSPOPTS_SET([CONSOLE_USE_INTERRUPTS],[*],[0]) RTEMS_BSPOPTS_SET([CONSOLE_USE_INTERRUPTS],[*],[0])
RTEMS_BSPOPTS_HELP([CONSOLE_USE_INTERRUPTS], RTEMS_BSPOPTS_HELP([CONSOLE_USE_INTERRUPTS],
[The erc32 console driver can operate in either polled or interrupt mode. [The leon3 console driver can operate in either polled or interrupt mode.
Under the simulator (especially when FAST_UART is defined), polled seems to operate Under the simulator (especially when FAST_UART is defined), polled seems to operate
better. It is common for a task to print a line (like the end of test message) and better. It is common for a task to print a line (like the end of test message) and
then exit. In this case, the program returns control to the simulator command line then exit. In this case, the program returns control to the simulator command line