Changeset e6f5358 in rtems
- Timestamp:
- Oct 19, 2000, 3:53:15 PM (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c4be3475
- Parents:
- 5b59c4d
- Location:
- c/src/lib/libbsp/i386/shared
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/shared/ChangeLog
r5b59c4d re6f5358 1 2 * common/uart.h: Added prototype for BSP_uart_set_baud(). 3 4 2000-10-19 Charles-Antoine Gauthier <charles.gauthier@nrc.ca> 1 5 2 6 * comm/uart.c (BSP_uart_init): Save more line state parameters. -
c/src/lib/libbsp/i386/shared/comm/uart.h
r5b59c4d re6f5358 13 13 void BSP_uart_init(int uart, unsigned long baud, unsigned long databits, unsigned long parity, unsigned long stopbits, int hwFlow); 14 14 void BSP_uart_set_attributes(int uart, unsigned long baud, unsigned long databits, unsigned long parity, unsigned long stopbits); 15 void BSP_uart_set_baud(int uart, unsigned long baud); 15 16 void BSP_uart_intr_ctrl(int uart, int cmd); 16 17 void BSP_uart_throttle(int uart);
Note: See TracChangeset
for help on using the changeset viewer.