mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
2005-11-12 Ralf Corsepius <ralf.corsepius@rtems.org>
* bsp_specs: Remove %cpp. * console/console.c: Eliminate obsolete types.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2005-11-12 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* bsp_specs: Remove %cpp.
|
||||||
|
* console/console.c: Eliminate obsolete types.
|
||||||
|
|
||||||
2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* include/bsp.h: Eliminate unsigned32.
|
* include/bsp.h: Eliminate unsigned32.
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
%rename cpp old_cpp
|
|
||||||
%rename lib old_lib
|
%rename lib old_lib
|
||||||
%rename endfile old_endfile
|
%rename endfile old_endfile
|
||||||
%rename startfile old_startfile
|
%rename startfile old_startfile
|
||||||
%rename link old_link
|
%rename link old_link
|
||||||
|
|
||||||
*cpp:
|
|
||||||
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
|
|
||||||
|
|
||||||
*lib:
|
*lib:
|
||||||
%{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
|
%{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
|
||||||
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
|
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
|
||||||
|
|||||||
@@ -110,9 +110,9 @@ static void
|
|||||||
IntUartSet(int minor, int baud, int databits, int parity, int stopbits, int hwflow)
|
IntUartSet(int minor, int baud, int databits, int parity, int stopbits, int hwflow)
|
||||||
{
|
{
|
||||||
int divisor;
|
int divisor;
|
||||||
unsigned32 clock_speed;
|
uint32_t clock_speed;
|
||||||
unsigned8 umr1 = 0;
|
uint8_t umr1 = 0;
|
||||||
unsigned8 umr2 = 0;
|
uint8_t umr2 = 0;
|
||||||
struct IntUartInfoStruct *info = &IntUartInfo[minor];
|
struct IntUartInfoStruct *info = &IntUartInfo[minor];
|
||||||
int level;
|
int level;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user