1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/stm32
Marian Buschsieweke c2c2cc8592
drivers/periph_gpio: let gpio_read() return bool
Since https://github.com/RIOT-OS/RIOT/pull/20935 gpio_write()
uses a `bool` instead of an `int`. This does the same treatment for
`gpio_read()`.

This does indeed add an instruction to `gpio_read()` implementations.
However, users caring about an instruction more are better served with
`gpio_ll_read()` anyway. And `gpio_read() == 1` is often seen in
newcomer's code, which would now work as expected.
2024-10-23 13:24:09 +02:00
..
bootloader cpu/stm32: implement reset to bootloader 2020-06-05 18:41:06 +02:00
dist build-system: Allow out of tree BUILD_DIR 2023-05-16 22:23:03 +02:00
include boards/nucleo-l432kc: add configuration CAN peripheral 2024-10-07 17:35:10 +02:00
kconfigs *Kconfig*: Modify Kconfig to remove dep model 2024-03-27 10:28:12 +01:00
lcd_fmc *Kconfig*: Remove dep-only Kconfig files 2024-03-26 14:54:22 +01:00
ldscripts cpu/stm32: add FMC RAM as heap 2023-07-26 09:02:10 +02:00
periph drivers/periph_gpio: let gpio_read() return bool 2024-10-23 13:24:09 +02:00
stmclk *Kconfig*: Remove dep-only Kconfig files 2024-03-26 14:54:22 +01:00
vectors *Kconfig*: Remove dep-only Kconfig files 2024-03-26 14:54:22 +01:00
cpu_common.c cpu/stm32: add missing include of cpu_common.c's header 2024-05-23 22:27:01 -04:00
cpu_init.c llvm: cpu/stm32: Fix unused function warning 2024-03-19 17:20:17 +01:00
doc.txt treewide/stm32: Make CLOCK_HS* configurable 2022-11-03 11:37:28 +01:00
Kconfig *Kconfig*: Modify Kconfig to remove dep model 2024-03-27 10:28:12 +01:00
Makefile cpu/stm32: add FMC support for LCD with parallel interface 2023-10-12 18:19:03 +02:00
Makefile.cmsis cpu/stm32: add CPU_FAM_STM32C0 support 2024-01-29 14:44:10 -05:00
Makefile.default cpu: make pm_layered a DEFAULT_MODULE 2021-01-27 13:21:20 +01:00
Makefile.dep cpu/stm32: add ADC support for WB55 2024-07-08 11:18:57 +02:00
Makefile.features cpu/stm32: implement periph_gpio_ll_switch_dir 2024-08-08 22:17:35 +02:00
Makefile.include cpu/stm32: add FMC RAM as heap 2023-07-26 09:02:10 +02:00
stm32_info.mk cpu/stm32: add CPU_FAM_STM32C0 support 2024-01-29 14:44:10 -05:00
stm32_line.mk cpu/stm32: add CPU_FAM_STM32C0 support 2024-01-29 14:44:10 -05:00
stm32_mem_lengths.mk cpu/stm32: add CPU_FAM_STM32C0 support 2024-01-29 14:44:10 -05:00
stm32_riotboot.mk cpu/stm32: fix riotboot settings for L4 and WB 2023-05-23 17:47:04 +02:00