16242e9c32
This commit implements shell support for 1-Wire. Commands for bus-reset, bit-, byte-, and block- communication, as well as search and configuration are implemented. - write_byte, and write_block perform a reset before, in case the option "-r" is passed. - using read_io_options() function to parse the reset option, as this allows to easily add further options in the future. - configuration type can be specified either as number or as name. Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.ds2484 | ||
Kconfig.test | ||
Kconfig.zephyr_serial | ||
w1_common.c | ||
w1_ds248x.h | ||
w1_ds2484.c | ||
w1_handlers.c | ||
w1_net.c | ||
w1_shell.c | ||
w1_test.c | ||
w1_zephyr_serial.c |