comparison src/cs/drivers/drv_app/r2d/r2d_config.h @ 130:a0c5d28798fe

src/cs/drivers/drv_app/r2d: enabled C-Sample config for the C139 target
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 07 Oct 2016 20:27:46 +0000
parents f4ee7ba49bdb
children fd1d9063ad40
comparison
equal deleted inserted replaced
129:f4ee7ba49bdb 130:a0c5d28798fe
17 #define __R2D_CONFIG__ 17 #define __R2D_CONFIG__
18 18
19 #ifndef _WINDOWS 19 #ifndef _WINDOWS
20 #include "config/r2d.cfg" 20 #include "config/r2d.cfg"
21 #include "config/board.cfg" 21 #include "config/board.cfg"
22 #include "config/fc-target.cfg"
22 #include "config/swconfig.cfg" 23 #include "config/swconfig.cfg"
23 #endif 24 #endif
24 25
25 /******************************* 26 /*******************************
26 27
82 83
83 #if (R2D_LCD_TEST == 1) 84 #if (R2D_LCD_TEST == 1)
84 #define R2D_REFRESH_PERIOD 40 // ms 85 #define R2D_REFRESH_PERIOD 40 // ms
85 #define R2D_EMBEDDED_LCD R2D_BOARD_COLOR_LCD 86 #define R2D_EMBEDDED_LCD R2D_BOARD_COLOR_LCD
86 #else 87 #else
87 #if ((BOARD == 7) || (BOARD == 8) || (BOARD == 9)) 88 #if ((BOARD == 7) || (BOARD == 8) || (BOARD == 9) || \
89 defined(CONFIG_TARGET_C139))
88 // C-Sample is equipped with Mirrored LCD 90 // C-Sample is equipped with Mirrored LCD
89 #define R2D_REFRESH_PERIOD 40 // ms 91 #define R2D_REFRESH_PERIOD 40 // ms
90 #define R2D_EMBEDDED_LCD R2D_MIRRORED_LCD 92 #define R2D_EMBEDDED_LCD R2D_MIRRORED_LCD
91 #elif ((BOARD == 40) || (BOARD == 41) || (BOARD == 42) || (BOARD == 43)) 93 #elif ((BOARD == 40) || (BOARD == 41) || (BOARD == 42) || (BOARD == 43))
92 #if (!GSMLITE) 94 #if (!GSMLITE)