]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/blob - rpp/include/drv/drv.h
Merge target-specific drv/adc.h to a single file
[pes-rpp/rpp-lib.git] / rpp / include / drv / drv.h
1 /**
2  * Drivers library interface file.
3  *
4  * @file drv.h
5  *
6  * @copyright Copyright (C) 2013, 2015 Czech Technical University in Prague
7  *
8  * @author Carlos Jenkins <carlos@jenkins.co.cr>
9  */
10
11 #ifndef __DRV_H
12 #define __DRV_H
13
14 #include "hal/hal.h"
15
16 #include "drv/adc.h"
17 #include "drv/sci.h"
18
19 #ifdef TARGET_TMS570_RPP
20 #include "drv/dac.h"
21 #include "drv/din.h"
22 #include "drv/fray.h"
23 #include "drv/fr_tms570.h"
24 #include "drv/hbridge.h"
25 #include "drv/hout.h"
26 #include "drv/lout.h"
27 #include "drv/mout.h"
28 #endif /* TARGET_TMS570_RPP */
29
30 #endif /* __DRV_H */