40#if defined(CPU_MODEL_STM32L496ZG) || defined(CPU_MODEL_STM32L4R5ZI) || \
41 defined(CPU_MODEL_STM32L552ZE) || defined(CPU_MODEL_STM32U575ZI)
43#define LED0_PORT GPIO_PORT_C
44#define LED0_PORT_NUM PORT_C
47#define LED0_PORT GPIO_PORT_B
48#define LED0_PORT_NUM PORT_B
52#define LED1_PORT GPIO_PORT_B
53#define LED1_PORT_NUM PORT_B
55#if defined(CPU_MODEL_STM32L552ZE)
57#define LED2_PORT GPIO_PORT_A
58#define LED2_PORT_NUM PORT_A
59#elif defined(CPU_MODEL_STM32U575ZI)
61#define LED2_PORT GPIO_PORT_G
62#define LED2_PORT_NUM PORT_G
64#define LED2_PIN_NUM 14
65#define LED2_PORT GPIO_PORT_B
66#define LED2_PORT_NUM PORT_B
74#define BTN0_PIN GPIO_PIN(PORT_C, 13)
75#define BTN0_MODE GPIO_IN_PD
Compatibility wrapper for arduino_iomap.h.
Global common Nucleo board configuration.