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