1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 01:29:46 +01:00
RIOT/cpu/kinetis
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
..
dist cpu/kinetis/dist-check-fcfield.sh: minor fixes 2024-05-01 14:05:36 +02:00
include cpu/kinetis: implement periph_timer_query_freqs 2023-12-07 16:17:31 +01:00
ldscripts kinetis/ldscript: include _rom_offset 2019-06-04 18:05:35 +02:00
periph drivers/periph_gpio: let gpio_read() return bool 2024-10-23 13:24:09 +02:00
cpu.c cpu: call early_init() 2023-01-08 22:26:12 +01:00
doc.txt cpu/kinetis: remove reference of RTC_NUMOF. 2020-06-21 21:29:23 +02:00
fcfield.c kinetis: add support for S9KEAZ128 2019-01-26 15:53:05 +01:00
isr_kinetis.c kinetis: Add KL43Z support 2020-10-24 22:12:32 +02:00
Kconfig *Kconfig*: Modify Kconfig to remove dep model 2024-03-27 10:28:12 +01:00
kinetis-info.mk cpu/kinetis: enable floating point support 2021-02-01 12:18:13 +01:00
Makefile kinetis: Unify all Kinetis CPUs in one directory 2017-11-10 10:42:59 +01:00
Makefile.default cpu: make pm_layered a DEFAULT_MODULE 2021-01-27 13:21:20 +01:00
Makefile.dep cpu/kinetis: use LPTMR as rtt backend 2021-06-15 08:29:09 +02:00
Makefile.features *Makefile.features: Remove TEST_KCONFIG includes 2024-03-26 14:53:39 +01:00
Makefile.include cpu/kinetis: fix RAM_LEN calculation 2021-07-05 00:53:10 +02:00
vectors.c cpu/kinetis: move IRQ name adaption to cpu_conf.h 2021-02-26 11:34:52 +01:00