zephyr/subsys/net
Kumar Gala 8101a0f661 flash: dts: replace DT_FLASH_{ERASE,WRITE}_BLOCK_SIZE with new macros
Replace:
	DT_FLASH_ERASE_BLOCK_SIZE ->
	DT_PROP(DT_CHOSEN(zephyr_flash), erase_block_size)

	DT_FLASH_WRITE_BLOCK_SIZE ->
	DT_PROP(DT_CHOSEN(zephyr_flash), write_block_size)

As this allows us to phase out the old generator.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-05-04 13:26:04 +02:00
..
ip net: stats: Convert to use k_timeout_t 2020-05-01 10:50:03 +03:00
l2 net: gptp: Convert to use k_timeout_t 2020-05-01 10:50:03 +03:00
lib flash: dts: replace DT_FLASH_{ERASE,WRITE}_BLOCK_SIZE with new macros 2020-05-04 13:26:04 +02:00
CMakeLists.txt
Kconfig net: Remove CONFIG_LEGACY_TIMEOUT_API dependency 2020-05-01 10:50:03 +03:00
Kconfig.hostname
Kconfig.template.log_config.default.net
Kconfig.template.log_config.net
buf.c net: buf: Remove timeout variable from debug print 2020-04-09 16:07:03 +03:00
hostname.c