mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
EFM32GG: Add a few files for the starter kit
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user