]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/blobdiff - 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
index 7c6c2d67607bc098d2952ca4ce6602e409f9dd9e..9771c5050229ae86dfa1e93c2f16ce5beaa5822f 100644 (file)
@@ -3,7 +3,7 @@
  *
  * @file drv.h
  *
- * @copyright Copyright (C) 2013 Czech Technical University in Prague
+ * @copyright Copyright (C) 2013, 2015 Czech Technical University in Prague
  *
  * @author Carlos Jenkins <carlos@jenkins.co.cr>
  */
 #include "hal/hal.h"
 
 #include "drv/adc.h"
-#include "drv/din.h"
 #include "drv/sci.h"
 
+#ifdef TARGET_TMS570_RPP
+#include "drv/dac.h"
+#include "drv/din.h"
+#include "drv/fray.h"
+#include "drv/fr_tms570.h"
+#include "drv/hbridge.h"
+#include "drv/hout.h"
+#include "drv/lout.h"
+#include "drv/mout.h"
+#endif /* TARGET_TMS570_RPP */
 
 #endif /* __DRV_H */