FreeCalypso > hg > freecalypso-reveng
comparison fluid-mnf/target.h @ 348:37b5f94de802
fluid-mnf: sensible target tty specification
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Fri, 13 Mar 2020 06:41:44 +0000 |
| parents | 9cecc930d78f |
| children |
comparison
equal
deleted
inserted
replaced
| 347:21d38dce4d15 | 348:37b5f94de802 |
|---|---|
| 11 ******************************************************************************/ | 11 ******************************************************************************/ |
| 12 | 12 |
| 13 | 13 |
| 14 int target_uart_baudrate_divider_get(int clk, int bps); | 14 int target_uart_baudrate_divider_get(int clk, int bps); |
| 15 | 15 |
| 16 int target_driver_init(int uart, int baudrate, char *flowcontrol); | 16 int target_driver_init(char *ttyport, int baudrate); |
| 17 int target_driver_baudrate(int baudrate); | 17 int target_driver_baudrate(int baudrate); |
| 18 | 18 |
| 19 int target_send(char *buf, int size); | 19 int target_send(char *buf, int size); |
| 20 int target_putchar(char ch); | 20 int target_putchar(char ch); |
| 21 | 21 |
