Peripheral MCU configuration for the bluepill/blackpill board. More...
Peripheral MCU configuration for the bluepill/blackpill board.
Definition in file board_common.h.
#include "stm32_leds.h" Include dependency graph for board_common.h:
 Include dependency graph for board_common.h:Go to the source code of this file.
| Macros | |
| #define | STDIO_UART_DEV UART_DEV(0) | 
| Use the fist UART for STDIO on this board. | |
| Macros for controlling the on-board LED. | |
| #define | LED0_PORT GPIO_PORT_C | 
| GPIO port of LED 0. | |
| #define | LED0_PORT_NUM PORT_C | 
| GPIO Port number the LED is connected to. | |
| #define | LED0_PIN_NUM (13) | 
| Pin number the LED is connected to. | |
| #define | LED0_IS_INVERTED 1 | 
| xtimer configuration | |
| #define | XTIMER_WIDTH (16) | 
| #define | XTIMER_BACKOFF (19) | 
| #define LED0_IS_INVERTED 1 | 
Definition at line 39 of file board_common.h.
| #define LED0_PIN_NUM (13) | 
Pin number the LED is connected to.
Definition at line 36 of file board_common.h.
| #define LED0_PORT GPIO_PORT_C | 
GPIO port of LED 0.
Definition at line 32 of file board_common.h.
| #define LED0_PORT_NUM PORT_C | 
GPIO Port number the LED is connected to.
Definition at line 33 of file board_common.h.
| #define STDIO_UART_DEV UART_DEV(0) | 
Use the fist UART for STDIO on this board.
Definition at line 46 of file board_common.h.
| #define XTIMER_BACKOFF (19) | 
Definition at line 53 of file board_common.h.
| #define XTIMER_WIDTH (16) | 
Definition at line 52 of file board_common.h.