1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 01:09:47 +01:00
RIOT/cpu/lpc23xx
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
..
doc cpu/lpc23xx: rename Doxygen group 2020-07-16 17:01:10 +02:00
include boards/cpu: Add limited GBA boot support to RIOT 2024-04-10 17:06:14 +02:00
ldscripts Revert "cpu/lpc23xx: extend flashpage API" 2024-04-04 17:37:16 +02:00
mci *Kconfig*: Remove dep-only Kconfig files 2024-03-26 14:54:22 +01:00
periph drivers/periph_gpio: let gpio_read() return bool 2024-10-23 13:24:09 +02:00
tools cpu/lpc23xx: rename lpc2387 to lpc23xx 2020-07-16 17:01:10 +02:00
asmfunc.s cpu/lpc23xx: rename lpc2387 to lpc23xx 2020-07-16 17:01:10 +02:00
clocks.c cpu/lpc23xx: rename Doxygen group 2020-07-16 17:01:10 +02:00
cpu.c cpu: call early_init() 2023-01-08 22:26:12 +01:00
Kconfig *Kconfig*: Modify Kconfig to remove dep model 2024-03-27 10:28:12 +01:00
Makefile cpu/lpc23xx: rename lpc2387 to lpc23xx 2020-07-16 17:01:10 +02:00
Makefile.default cpu: make pm_layered a DEFAULT_MODULE 2021-01-27 13:21:20 +01:00
Makefile.dep cpu/lpc23xx-mci: migrate to ztimer_msec 2022-01-17 12:47:03 +01:00
Makefile.features *Makefile.features: Remove TEST_KCONFIG includes 2024-03-26 14:53:39 +01:00
Makefile.include cpu/lpc23xx: rename lpc2387 to lpc23xx 2020-07-16 17:01:10 +02:00
startup.s cpu/lpc23xx: rename lpc2387 to lpc23xx 2020-07-16 17:01:10 +02:00