1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/boards/p-nucleo-wb55
Marian Buschsieweke 1fd9913293
boards/common/stm32: clean up LED definitions
Let boards only define the port and pin number of each LEDs. The common
definitions in `stm32_leds.h` will provide `LED<x>_ON`, `LED<x>_OFF`,
`LED<x>_TOGGLE`, `LED<x>_PIN`, `LED<x>_MASK` and `LED<x>_PORT`.

In addition to code de-duplication, this also makes it easier to use
LEDs in GPIO LL, which can be beneficial for super low overhead
debugging output - e.g. when a bug is timing sensitive and `DEBUG()`
would spent to much time for stdio to reproduce a bug.
2022-08-08 23:35:06 +02:00
..
include boards/common/stm32: clean up LED definitions 2022-08-08 23:35:06 +02:00
doc.txt boards/p-nucleo-wb55: add new supported features 2022-01-27 16:04:36 +01:00
Kconfig boards/p-nucleo-wb55: update Kconfig with usbdev support 2021-12-02 14:26:03 +01:00
Makefile
Makefile.dep boards: require lpuart only if stdio_uart is used 2021-06-01 12:39:58 +02:00
Makefile.features boards/p-nucleo-wb55: enable usbdev feature 2021-12-02 14:26:03 +01:00
Makefile.include boards/nucleo: cpy2remed enabled 2022-05-18 06:30:39 -04:00