1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/qn908x/periph
Marian Buschsieweke 98b38399df
cpu/qn908x/periph_i2c: enable internal pull-up on SCL
Always enable the internal pull-up on the SCL line to always have a
functional I2C bus. This may increase power consumption where an
external pull up is present as well. But let's wait for a real world
use case where this would help to extend battery life before making
this configurable.

This fixes https://github.com/RIOT-OS/RIOT/issues/19021
2023-06-13 14:43:36 +02:00
..
adc.c cpu/qn908x: migrate ADC periph to ztimer 2021-12-04 17:49:57 +01:00
flexcomm.c cpu/qn908x/periph_i2c: enable internal pull-up on SCL 2023-06-13 14:43:36 +02:00
gpio_mux.c cpu/qn908x: Initial minimal support for NXP QN908x CPUs. 2020-12-02 02:47:07 +00:00
gpio.c cpu/qn908x: Fix triggering GPIO IRQ. 2020-12-06 18:07:44 +00:00
i2c.c cpu/qn908x/periph_i2c: enable internal pull-up on SCL 2023-06-13 14:43:36 +02:00
Kconfig treewide: make all modules use Kconfig ZTIMER_USEC indirection 2022-03-17 14:33:07 +01:00
Makefile cpu/qn908x: Initial minimal support for NXP QN908x CPUs. 2020-12-02 02:47:07 +00:00
rtc.c drivers/periph/rtc: improve doc on rtc_set_alarm 2023-05-30 17:41:36 +02:00
spi.c cpu/periph_spi: update implementations to new API 2021-09-01 21:38:40 +02:00
timer.c cpu/qn908x/periph_timer: Implement timer_set() 2023-01-03 22:35:11 +01:00
uart.c cpu/qn908x: fix ENABLE_DEBUG definition 2021-01-08 14:37:33 +01:00
wdt.c cpu/qn908x: Initial minimal support for NXP QN908x CPUs. 2020-12-02 02:47:07 +00:00