Loading...
Searching...
No Matches

Default configuration for the ethos device driver. More...

Detailed Description

Default configuration for the ethos device driver.

Author
Kaspar Schleiser kaspa.nosp@m.r@sc.nosp@m.hleis.nosp@m.er.d.nosp@m.e

Definition in file ethos_params.h.

#include "board.h"
#include "ethos.h"
+ Include dependency graph for ethos_params.h:

Go to the source code of this file.

#define ETHOS_PARAMS
 
static const ethos_params_t ethos_params []
 ethos configuration
 

Macro Definition Documentation

◆ ETHOS_PARAMS

#define ETHOS_PARAMS
Value:
{ .uart = ETHOS_UART, \
.baudrate = ETHOS_BAUDRATE }
#define ETHOS_BAUDRATE
Set the default baudrate.
Definition ethos.h:70
#define ETHOS_UART
Set the default UART Interface.
Definition ethos.h:63

Definition at line 29 of file ethos_params.h.

Variable Documentation

◆ ethos_params

const ethos_params_t ethos_params[]
static
Initial value:
= {
ETHOS_PARAMS
}

ethos configuration

The first element in this array will be used to multiplex stdio if stdio_ethos is included.

Definition at line 39 of file ethos_params.h.