1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 09:33:50 +01:00
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
..
2022-02-18 14:35:43 +01:00
2022-07-28 09:32:24 +02:00
2021-12-02 16:33:19 +01:00
2022-07-28 09:32:24 +02:00
2022-02-18 14:35:43 +01:00
2022-02-18 14:35:43 +01:00
2022-02-18 14:35:43 +01:00
2022-02-18 14:35:43 +01:00
2022-02-18 14:35:43 +01:00
2022-02-18 14:35:43 +01:00
2022-02-18 14:35:43 +01:00
2022-02-18 14:35:43 +01:00
2021-12-08 13:25:29 +01:00
2021-12-08 13:25:29 +01:00
2022-02-18 14:35:43 +01:00
2022-02-18 14:35:43 +01:00
2022-02-18 14:35:43 +01:00
2022-07-28 09:32:24 +02:00
2020-07-16 15:35:25 +02:00
2022-07-28 09:32:24 +02:00

Platform configurations for RIOT-OS

This directory contains existing configuration and initialization files for platforms supported by RIOT-OS.