Updated SEC board with SD1 pin's configuration

git-svn-id: https://svn.code.sf.net/p/chibios/svn2/trunk@11634 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
edolomb 2018-03-08 12:57:25 +00:00
parent e854f8bdbf
commit 2467469683
2 changed files with 8 additions and 8 deletions

View File

@ -87,10 +87,10 @@ static const sama_pio_init_t sama_inits[] = {
SAMA_PIN_N(PIOB_LED_BLUE) | SAMA_PIN_N(PIOB_LED_GREEN), SAMA_PIN_N(PIOB_LED_BLUE) | SAMA_PIN_N(PIOB_LED_GREEN),
SAMA_PIO_FUNC_GPIO | SAMA_PIO_DIR_OUTPUT | SAMA_PIO_DRVSTR_HI, SAMA_PIO_FUNC_GPIO | SAMA_PIO_DIR_OUTPUT | SAMA_PIO_DRVSTR_HI,
SAMA_PIO_HIGH}, SAMA_PIO_HIGH},
/* UART3 */ /* UART1 */
{SAMA_PIOB, {SAMA_PIOD,
SAMA_PIN_N(PIOB_URXD3) | SAMA_PIN_N(PIOB_UTXD3), SAMA_PIN_N(PIOD_URXD1) | SAMA_PIN_N(PIOD_UTXD1),
SAMA_PIO_FUNC_PERIPH_C, SAMA_PIO_FUNC_PERIPH_A,
SAMA_PIO_HIGH}, SAMA_PIO_HIGH},
/* FLEXSPI2 */ /* FLEXSPI2 */
{SAMA_PIOD, {SAMA_PIOD,

View File

@ -124,8 +124,8 @@
#define PIOB_PIN8 8U #define PIOB_PIN8 8U
#define PIOB_TE 9U #define PIOB_TE 9U
#define PIOB_EN_LCD_BIAS 10U #define PIOB_EN_LCD_BIAS 10U
#define PIOB_URXD3 11U #define PIOB_PIN11 11U
#define PIOB_UTXD3 12U #define PIOB_PIN12 12U
#define PIOB_PIN13 13U #define PIOB_PIN13 13U
#define PIOB_PIN14 14U #define PIOB_PIN14 14U
#define PIOB_PIN15 15U #define PIOB_PIN15 15U
@ -181,8 +181,8 @@
#define PIOD_PIO0 0U #define PIOD_PIO0 0U
#define PIOD_PIN1 1U #define PIOD_PIN1 1U
#define PIOD_PIN2 2U #define PIOD_URXD1 2U
#define PIOD_PIN3 3U #define PIOD_UTXD1 3U
#define PIOD_PIN4 4U #define PIOD_PIN4 4U
#define PIOD_PIN5 5U #define PIOD_PIN5 5U
#define PIOD_PIN6 6U #define PIOD_PIN6 6U