1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/gd32v
Marian Buschsieweke f10a994a9e
cpu/gd32v/periph_gpio_ll: fix and clean up
Use analog mode for GPIO_DISCONNECT, as this is said to have the lowest
current leakage due to disabling the Schmitt trigger and correctly
detect this in `gpio_ll_query_conf()`.

Also drop the `schmitt_trigger_disabled` member in `gpio_conf_t`, as
the Schmitt trigger is only ever disabled in Analog mode anyway and
cannot be freely configured.
2024-02-05 08:21:52 +01:00
..
include cpu/gd32v/periph_gpio_ll: fix and clean up 2024-02-05 08:21:52 +01:00
periph cpu/gd32v/periph_gpio_ll: fix and clean up 2024-02-05 08:21:52 +01:00
clock.c cpu/gd32v: allow reconfig PLL multiplier in clock config 2023-04-18 06:20:14 +02:00
cpu.c cpu/gd32v: Allow configuration of SWJ_CFG 2024-01-19 23:17:35 +01:00
doc.txt cpu/gd32v: Initial include of the GD32VF103 device 2021-08-24 14:30:23 +02:00
gd32v.config cpu/gdv32: add pm_layered support 2023-01-24 00:52:02 +01:00
Kconfig cpu/gd32v: add periph_usbdev support 2023-04-16 23:24:23 +02:00
Makefile cpu/gd32v: Initial include of the GD32VF103 device 2021-08-24 14:30:23 +02:00
Makefile.default cpu/gdv32: add pm_layered support 2023-01-24 00:52:02 +01:00
Makefile.dep cpu/gd32v: add periph_usbdev support 2023-04-16 23:24:23 +02:00
Makefile.features drivers/periph_gpio_ll: Add features for compile-time-checks 2024-01-23 15:03:34 +01:00
Makefile.include sys/riotboot: common default NUM_SLOT, SLOT_* config 2023-04-18 06:20:14 +02:00