EFM32GG: Add a few files for the starter kit

This commit is contained in:
Gregory Nutt
2014-11-03 16:13:12 -06:00
parent 9fd42cdcfc
commit 92b6c8f325
8 changed files with 724 additions and 11 deletions
+1 -1
View File
@@ -240,4 +240,4 @@ void efm32_setled(int led, bool ledon);
void efm32_setleds(uint8_t ledset);
#endif
#endif /* __CONFIGS_EFM32_DK3650_INCLUDE_BOARD_H */
#endif /* __CONFIGS_EFM32_G8XX_STK_INCLUDE_BOARD_H */
+9 -9
View File
@@ -43,14 +43,14 @@
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
/* UART0
*
* The control MCU acts as a board controller (BC). There is a UART
* connection between the EFM and the BC. The connection is made by
* setting the EFM_BC_EN (PD13) line high. The EFM can then use the BSP to
* send commands to the BC. When EFM_BC_EN is low, EFM_BC_TX and EFM_BC_RX
* can be used by other applications.
*/
/* UART0
*
* The control MCU acts as a board controller (BC). There is a UART
* connection between the EFM and the BC. The connection is made by
* setting the EFM_BC_EN (PD13) line high. The EFM can then use the BSP to
* send commands to the BC. When EFM_BC_EN is low, EFM_BC_TX and EFM_BC_RX
* can be used by other applications.
*/
#ifdef CONFIG_EFM32G8STK_BCEN
# define GPIO_BC_EN (GPIO_OUTPUT_PUSHPULL|GPIO_OUTPUT_SET|\
@@ -99,4 +99,4 @@
void board_led_initialize(void);
#endif
#endif /* __CONFIGS_EFM32_DK3650_INCLUDE_BOARD_H */
#endif /* __CONFIGS_EFM32_G8XX_STK_SRC_EFM32_G8XX_STK_H */