]> rtime.felk.cvut.cz Git - pes-rpp/rpp-test-sw.git/blob - rpp/lib/rpp/include/rpp/RppConfig.h
Yet another place to fix
[pes-rpp/rpp-test-sw.git] / rpp / lib / rpp / include / rpp / RppConfig.h
1 /**
2  * RPP API configuration file.
3  *
4  * @file RppConfig.h
5  *
6  * @copyright Copyright (C) 2013 Czech Technical University in Prague
7  *
8  * @author Carlos Jenkins <carlos@jenkins.co.cr>
9  */
10
11
12 /*
13  * Modules include RPP configuration options
14  */
15 #define rppCONFIG_INCLUDE_DIN                 1
16 #define rppCONFIG_INCLUDE_LOUT                1
17 #define rppCONFIG_INCLUDE_AIN                 1
18 #define rppCONFIG_INCLUDE_AOUT                1
19 #define rppCONFIG_INCLUDE_HBR                 1
20 #define rppCONFIG_INCLUDE_MOUT                1
21 #define rppCONFIG_INCLUDE_HOUT                1
22 #define rppCONFIG_INCLUDE_CAN                 1
23 #define rppCONFIG_INCLUDE_LIN                 1
24 #define rppCONFIG_INCLUDE_FR                  1
25 #define rppCONFIG_INCLUDE_SCI                 1
26 #define rppCONFIG_INCLUDE_ETH                 1
27 #define rppCONFIG_INCLUDE_SDC                 1
28 #define rppCONFIG_INCLUDE_SDR                 1
29
30 /**
31  * Compile against the DRV library.
32  * Set to 0 to compile a dummy library without backend.
33  * Setting to 0 is useful to test RPP library compile errors.
34  */
35 #define rppCONFIG_DRV                         1
36
37