]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/MicroSemi_Code/drivers/bsp_config.h
Add FreeRTOS-Plus directory.
[freertos] / FreeRTOS / Demo / CORTEX_A2F200_IAR_and_Keil / MicroSemi_Code / drivers / bsp_config.h
1 /*****************************************************************************\r
2  * (c) Copyright 2009 Actel Corporation.  All rights reserved.\r
3  *\r
4  *\r
5  *\r
6  * Author : Actel Application Team\r
7  * Rev    : 1.0.0.0\r
8  * Description: Configuration for the ON-BOARD peripherals for SmartFusion KITS.\r
9  *\r
10  *******************************************************************************/\r
11 #ifndef BSP_CONFIG_H_\r
12 #define BSP_CONFIG_H_\r
13 \r
14 #include "i2c.h"\r
15 /* Configuration for OLED */\r
16 #define OLED_I2C_INSTANCE    &g_mss_i2c0\r
17 \r
18 /* Configuration for the SPI Flash */\r
19 #define SPI_FLASH_ON_SF_DEV_KIT  0\r
20 #define SPI_FLASH_ON_SF_EVAL_KIT 1\r
21 \r
22 #define USE_DMA_FOR_SPI_FLASH 1\r
23 #define SPI_FLASH_DMA_CHANNEL 0\r
24 \r
25 #endif\r
26 \r
27 \r
28 \r