]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_EFM32_Gecko_Starter_Kit_Simplicity_Studio/Source/SilLabs_Code/kits/EFM32WG_STK3800/config/i2cspmconfig.h
Replace Gecko Simplicity Studio project that had multiple build configurations with...
[freertos] / FreeRTOS / Demo / CORTEX_EFM32_Gecko_Starter_Kit_Simplicity_Studio / Source / SilLabs_Code / kits / EFM32WG_STK3800 / config / i2cspmconfig.h
diff --git a/FreeRTOS/Demo/CORTEX_EFM32_Gecko_Starter_Kit_Simplicity_Studio/Source/SilLabs_Code/kits/EFM32WG_STK3800/config/i2cspmconfig.h b/FreeRTOS/Demo/CORTEX_EFM32_Gecko_Starter_Kit_Simplicity_Studio/Source/SilLabs_Code/kits/EFM32WG_STK3800/config/i2cspmconfig.h
deleted file mode 100644 (file)
index 25d6061..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-/***************************************************************************//**\r
- * @file i2cspmconfig.h\r
- * @brief I2CSPM driver configuration file\r
- * @version 4.0.0\r
- *******************************************************************************\r
- * @section License\r
- * <b>(C) Copyright 2014 Silicon Labs, http://www.silabs.com</b>\r
- *******************************************************************************\r
- *\r
- * This file is licensed under the Silabs License Agreement. See the file\r
- * "Silabs_License_Agreement.txt" for details. Before using this software for\r
- * any purpose, you must agree to the terms of that agreement.\r
- *\r
- ******************************************************************************/\r
-\r
-#ifndef __SILICON_LABS_I2CSPM_CONFIG_H__\r
-#define __SILICON_LABS_I2CSPM_CONFIG_H__\r
-\r
-/***************************************************************************//**\r
- * @addtogroup Drivers\r
- * @{\r
- ******************************************************************************/\r
-\r
- /***************************************************************************//**\r
- * @addtogroup I2CSPM\r
- * @{\r
- ******************************************************************************/\r
-\r
-/* I2C SPM driver config. This default override only works if one I2C interface\r
-   is in use. If multiple interfaces are in use, define the peripheral setup\r
-   inside the application in a I2CSPM_Init_TypeDef and then pass the initialization\r
-   struct to I2CSPM_Init(). */\r
-#define I2CSPM_INIT_DEFAULT                                                     \\r
-  { I2C0,                       /* Use I2C instance 0 */                        \\r
-    gpioPortC,                  /* SCL port */                                  \\r
-    5,                          /* SCL pin */                                   \\r
-    gpioPortC,                  /* SDA port */                                  \\r
-    4,                          /* SDA pin */                                   \\r
-    0,                          /* Location */                                  \\r
-    0,                          /* Use currently configured reference clock */  \\r
-    I2C_FREQ_STANDARD_MAX,      /* Set to standard rate  */                     \\r
-    i2cClockHLRStandard,        /* Set to use 4:4 low/high duty cycle */        \\r
-  }\r
-\r
-#define I2CSPM_TRANSFER_TIMEOUT 300000\r
-\r
-/** @} (end addtogroup I2CSPM) */\r
-/** @} (end addtogroup Drivers) */\r
-\r
-#endif /* __SILICON_LABS_I2CSPM_CONFIG_H__ */\r
-\r