1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/gd32v/periph
Marian Buschsieweke 0dfd83938f
{cpu,drivers}/periph_gpio_ll: add missing include
For `gpio_ll_print_conf()` we need to include `<stdio.h>`, when not
using `fmt.h`.
2024-11-27 09:06:56 +01:00
..
adc.c cpu/{gd32v,stm32}/periph/adc: ensure max ADC speed is honored 2024-05-10 22:06:10 -04:00
dac.c cpu/gd32v: add periph_dac support 2023-02-07 02:41:06 +01:00
flashpage.c cpu/gd32v: fix periph_flashpage doc group 2023-01-27 06:46:51 +01:00
gpio_ll_irq.c drivers/periph_gpio_ll: change API to access GPIO ports 2024-08-02 09:55:24 +02:00
gpio_ll.c {cpu,drivers}/periph_gpio_ll: add missing include 2024-11-27 09:06:56 +01:00
gpio.c drivers/periph_gpio: let gpio_read() return bool 2024-10-23 13:24:09 +02:00
i2c.c tree wide: fix typos in comments found by codespell 2023-05-02 09:52:06 +02:00
Kconfig *Kconfig*: Modify Kconfig to remove dep model 2024-03-27 10:28:12 +01:00
Makefile cpu/gd32v: Initial include of the GD32VF103 device 2021-08-24 14:30:23 +02:00
pm.c cpu/gdv32: add pm_layered support 2023-01-24 00:52:02 +01:00
pwm.c cpu/gd32v: Fix periph_pwm 2024-01-17 21:58:56 +01:00
rtc_mem.c cpu/gd32v: add periph_rtc_mem support 2023-02-06 22:22:01 +01:00
rtc.c cpu/gd32v: add periph_rtc support 2023-01-22 17:53:44 +01:00
rtt.c cpu/gd32v: add periph_rtt support 2023-01-27 06:46:51 +01:00
spi.c cpu/gd32v: allow SPI pin remapping in config 2023-02-06 07:45:59 +01:00
timer.c cpu/gd32v: allow using TIMER0 as timer device 2023-01-28 17:46:45 +01:00
uart.c cpu/gdv32: add pm_layered support 2023-01-24 00:52:02 +01:00
wdt.c cpu/gd32v: Initial include of the GD32VF103 device 2021-08-24 14:30:23 +02:00