zephyr/drivers/w1
Carles Cufi 8e4d499fa0 treewide: Use CONFIG_*_ENDIAN instead of __BYTE_ORDER__
In order to avoid using multiple sources of truth for the platfom's
endianness, convert the in-tree code to use the (BIG|LITTLE)_ENDIAN
Kconfig variables exclusively, instead of the compiler's
__BYTE_ORDER__.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2022-10-28 19:23:46 +09:00
..
CMakeLists.txt
Kconfig
Kconfig.ds2477_85
Kconfig.ds2484
Kconfig.ds2485
Kconfig.test
Kconfig.zephyr_serial
w1_common.c
w1_ds248x.h
w1_ds2477_85_common.c
w1_ds2477_85_common.h
w1_ds2484.c
w1_ds2485.c
w1_handlers.c
w1_net.c treewide: Use CONFIG_*_ENDIAN instead of __BYTE_ORDER__ 2022-10-28 19:23:46 +09:00
w1_shell.c
w1_test.c
w1_zephyr_serial.c