mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
97b91b4f8f
This fixes a race in `LED<NUM>_TOGGLE`, which is a read-copy-write operation. Any access to a GPIO pin on the same GPIO port that happens concurrently could result in data corruption. Using the GPIO LL API, which is thread-safe, fixes the issue. Note: The used GPIO LL functions will work even in when the GPIO LL module is not used. |
||
---|---|---|
.. | ||
cfg_i2c1_pb6_pb7.h | ||
cfg_i2c1_pb8_pb9.h | ||
cfg_rtt_default.h | ||
cfg_timer_tim2_tim15_tim16.h | ||
cfg_timer_tim2.h | ||
cfg_timer_tim5_and_tim2.h | ||
cfg_timer_tim5.h | ||
cfg_usb_otg_fs_u5.h | ||
cfg_usb_otg_fs.h | ||
cfg_usb_otg_hs_phy_fs.h | ||
cfg_usb_otg_hs_phy_utmi.h | ||
stm32_leds.h |