zephyr/drivers/w1
Hudson C. Dalpra 410684c7b0 drivers: w1: add zephyr-gpio driver
The zephyr-gpio w1 driver introduced in this commit implements
all routines for the w1 api on top of the zephyr gpio driver.
W1 bit read, write, and reset operations are executed by
bit-banging the selected gpio.

Signed-off-by: Hudson C. Dalpra <hudson@bduncanltd.com>
2024-01-08 12:43:52 +01:00
..
CMakeLists.txt drivers: w1: add zephyr-gpio driver 2024-01-08 12:43:52 +01:00
Kconfig drivers: w1: add zephyr-gpio driver 2024-01-08 12:43:52 +01:00
Kconfig.ds2477_85
Kconfig.ds2482-800
Kconfig.ds2484
Kconfig.ds2485
Kconfig.test
Kconfig.zephyr_gpio drivers: w1: add zephyr-gpio driver 2024-01-08 12:43:52 +01:00
Kconfig.zephyr_serial drivers: w1: Add dependency to UART runtime configuration 2023-11-15 10:02:18 +01:00
w1_common.c
w1_ds2477_85_common.c
w1_ds2477_85_common.h
w1_ds2482-800.c
w1_ds2482-800.h
w1_ds2482-800_channel.c
w1_ds2482_84_common.h
w1_ds2484.c drivers: gpio: use gpio_is_ready_dt helper function 2023-08-28 08:48:35 -05:00
w1_ds2485.c
w1_handlers.c syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
w1_net.c
w1_shell.c
w1_test.c
w1_zephyr_gpio.c drivers: w1: add zephyr-gpio driver 2024-01-08 12:43:52 +01:00
w1_zephyr_serial.c