PX4 Firmware
PX4 Autopilot Software http://px4.io
test_uart_break.c File Reference

Tests the uart console. More...

#include <px4_platform_common/px4_config.h>
#include <px4_platform_common/defines.h>
#include <sys/types.h>
#include <sys/ioctl.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <termios.h>
#include <string.h>
#include <arch/board/board.h>
#include "tests_main.h"
#include <math.h>
#include <float.h>
Include dependency graph for test_uart_break.c:

Go to the source code of this file.

Macros

#define UART_BREAK_RUNTIME_CONF
 
#define UART_BREAK_RUNTIME_CONF
 

Functions

int test_uart_break (int argc, char *argv[])
 

Detailed Description

Tests the uart console.

Author
Lorenz Meier loren.nosp@m.z@px.nosp@m.4.io
David Sidrane david.nosp@m._s5@.nosp@m.nscdg.nosp@m..com

Definition in file test_uart_break.c.

Macro Definition Documentation

◆ UART_BREAK_RUNTIME_CONF [1/2]

#define UART_BREAK_RUNTIME_CONF

◆ UART_BREAK_RUNTIME_CONF [2/2]

#define UART_BREAK_RUNTIME_CONF

Function Documentation

◆ test_uart_break()

int test_uart_break ( int  argc,
char *  argv[] 
)

Definition at line 61 of file test_uart_break.c.

References OK, and write().

Here is the call graph for this function: