zephyr/drivers/w1
Anas Nashif cffe98d9de crc: Make the build of crc function dependent on a Kconfig
Add CONFIG_CRC for building CRC related routines.
CRC routines are now being built for each application, whether used or
not and are add in the build system unconditionally.

Keep CONFIG_CRC enabled by default for now and until all users have
converted to use the new option.

Partial fix for #50654

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2022-11-23 13:30:00 +01:00
..
CMakeLists.txt drivers/w1: driver for ds2485 1-Wire master 2022-09-09 14:11:30 +00:00
Kconfig crc: Make the build of crc function dependent on a Kconfig 2022-11-23 13:30:00 +01:00
Kconfig.ds2477_85 drivers/w1: driver for ds2485 1-Wire master 2022-09-09 14:11:30 +00:00
Kconfig.ds2484 drivers: w1: Move to using select in Kconfig for I2C bus 2022-08-12 14:15:53 +01:00
Kconfig.ds2485 drivers/w1: driver for ds2485 1-Wire master 2022-09-09 14:11:30 +00:00
Kconfig.test drivers: w1: Update drivers to use devicetree Kconfig symbol 2022-07-29 14:25:27 +02:00
Kconfig.zephyr_serial drivers: w1: use select SERIAL in Kconfig for w1-zephyr-serial driver 2022-08-14 09:08:19 -05:00
w1_common.c everywhere: Fix legacy include paths 2022-07-18 16:16:47 +00:00
w1_ds248x.h includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
w1_ds2477_85_common.c drivers/w1: driver for ds2485 1-Wire master 2022-09-09 14:11:30 +00:00
w1_ds2477_85_common.h drivers/w1: driver for ds2485 1-Wire master 2022-09-09 14:11:30 +00:00
w1_ds2484.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
w1_ds2485.c drivers/w1: driver for ds2485 1-Wire master 2022-09-09 14:11:30 +00:00
w1_handlers.c drivers: w1 introduce 1-wire net layer api 2022-07-05 23:06:45 +02:00
w1_net.c treewide: Use CONFIG_*_ENDIAN instead of __BYTE_ORDER__ 2022-10-28 19:23:46 +09:00
w1_shell.c drivers/w1: add 1-wire shell 2022-09-07 15:33:52 +02:00
w1_test.c drivers: w1: add vnd,w1 driver for ci testing 2022-07-05 23:06:45 +02:00
w1_zephyr_serial.c drivers: w1: add zephyr-serial driver 2022-07-05 23:06:45 +02:00