Defined lines in board files.

This commit is contained in:
marcoveeneman 2016-10-30 14:33:58 +01:00
parent 548c3592db
commit d10aa9e7a1
2 changed files with 32 additions and 0 deletions

View File

@ -94,6 +94,24 @@
#define GPIOF_PIN6 6
#define GPIOF_PIN7 7
/*
* IO lines assignments.
*/
#define LINE_UART0_RX PAL_LINE(GPIOA, 0U)
#define LINE_UART0_TX PAL_LINE(GPIOA, 1U)
#define LINE_SSI0_CLK PAL_LINE(GPIOA, 2U)
#define LINE_SSI0_RX PAL_LINE(GPIOA, 4U)
#define LINE_SSI0_TX PAL_LINE(GPIOA, 5U)
#define LINE_I2C0_SCL PAL_LINE(GPIOB, 2U)
#define LINE_I2C0_SDA PAL_LINE(GPIOB, 3U)
#define LINE_SW2 PAL_LINE(GPIOF, 0U)
#define LINE_LED_RED PAL_LINE(GPIOF, 1U)
#define LINE_LED_BLUE PAL_LINE(GPIOF, 2U)
#define LINE_LED_GREEN PAL_LINE(GPIOF, 3U)
#define LINE_SW1 PAL_LINE(GPIOF, 4U)
/*
* I/O ports initial setup, this configuration is established soon after reset
* in the initialization code.

View File

@ -183,6 +183,20 @@
#define GPIOQ_PIN6 6
#define GPIOQ_PIN7 7
/*
* IO lines assignments.
*/
#define LINE_UART0_RX PAL_LINE(GPIOA, 0U)
#define LINE_UART0_TX PAL_LINE(GPIOA, 1U)
#define LINE_LED0 PAL_LINE(GPIOF, 0U)
#define LINE_LED1 PAL_LINE(GPIOF, 4U)
#define LINE_LED2 PAL_LINE(GPION, 0U)
#define LINE_LED3 PAL_LINE(GPION, 1U)
#define LINE_SW1 PAL_LINE(GPIOJ, 0U)
/*
* I/O ports initial setup, this configuration is established soon after reset
* in the initialization code.