Skip to content

Commit

Permalink
native: remove uart0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Sep 4, 2015
1 parent e17b664 commit 0e4386a
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 529 deletions.
325 changes: 0 additions & 325 deletions boards/native/drivers/native-uart0.c

This file was deleted.

13 changes: 0 additions & 13 deletions boards/native/include/board_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,6 @@
extern "C" {
#endif

#ifdef MODULE_UART0
#include <sys/select.h>
void _native_handle_uart0_input(void);
/**
* @brief: initialize uart0
*
* @param stdiotype: "stdio", "tcp", "udp" io redirection
* @param ioparam: a string containing a port number if stdiotype is tcp
*/
void _native_init_uart0(char *stdiotype, char *ioparam, int replay);
int _native_set_uart_fds(void);
#endif /* MODULE_UART0 */

extern int _native_null_out_file;
extern int _native_null_in_pipe[2];
void board_init(void);
Expand Down
Loading

0 comments on commit 0e4386a

Please sign in to comment.