zephyr/subsys/net/lib
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
..
coap net: coap: add coap_pendings_clear and coap_replies_clear 2020-04-28 20:46:35 +03:00
config net: config: Refactor because of timeout overhaul 2020-04-09 16:07:03 +03:00
conn_mgr net: conn_mgr: Fix time delay in K_THREAD_DEFINE() 2020-04-09 16:07:03 +03:00
dns net: dns: Refactor because of timeout overhaul 2020-04-09 16:07:03 +03:00
http net: http_client: Fix payload issue on HTTP upload 2020-04-21 00:05:04 +03:00
lwm2m net: lwm2m: Handle socket errors 2020-04-30 08:57:18 +03:00
mqtt net: mqtt: Refactor because of timeout overhaul 2020-04-09 21:58:42 +03:00
openthread flash: dts: replace DT_FLASH_{ERASE,WRITE}_BLOCK_SIZE with new macros 2020-05-04 13:26:04 +02:00
sntp net: sntp: Namespace private SNTP definitions 2020-04-29 09:09:04 +03:00
sockets drivers: entropy: replace CONFIG_ENTROPY_NAME with DT macro 2020-04-13 09:14:21 -05:00
socks
tftp net: tftp: Adding support for TFTP Client. 2020-04-30 14:19:46 +03:00
tls_credentials
utils
websocket net: websocket: Refactor because of timeout overhaul 2020-04-09 16:07:03 +03:00
CMakeLists.txt net: tftp: Adding support for TFTP Client. 2020-04-30 14:19:46 +03:00
Kconfig net: tftp: Adding support for TFTP Client. 2020-04-30 14:19:46 +03:00