zephyr/subsys/net/lib/openthread/platform
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
..
alarm.c coccinelle: standardize kernel API timeout arguments 2019-10-03 11:55:44 -07:00
CMakeLists.txt net: openthread: Fix builds with NCP option disabled 2020-03-25 12:16:32 +02:00
diag.c subsys: net: lib: Add OpenThread platform 2018-01-29 22:42:03 -05:00
entropy.c drivers: entropy: replace CONFIG_ENTROPY_NAME with DT macro 2020-04-13 09:14:21 -05:00
flash.c drivers: flash: replace DT_FLASH_DEV_NAME with DT macro 2020-04-27 18:43:20 -05:00
logging.c net: openthread: Remove log_strdup warnings for OpenThread 2020-03-25 08:37:16 +02:00
misc.c net: openthread: Add NCP start-up and required platform changes 2020-03-25 08:37:16 +02:00
openthread-core-zephyr-config.h flash: dts: replace DT_FLASH_{ERASE,WRITE}_BLOCK_SIZE with new macros 2020-05-04 13:26:04 +02:00
platform-zephyr.h net: lib: openthread: Create API for RX frame handling 2020-04-09 16:19:20 +03:00
platform.c net: openthread: Add NCP start-up and required platform changes 2020-03-25 08:37:16 +02:00
radio.c net: openthread: Set proper FPB matching mode 2020-04-17 09:17:38 +03:00
settings.c net: openthread: Use settings subsystem 2020-01-16 17:12:47 -06:00
shell.c net: openthread: Update OpenThread version 2019-10-28 13:00:56 +02:00
spi.c subsys: net: lib: Add OpenThread platform 2018-01-29 22:42:03 -05:00
uart.c net: openthread: Fix timeout passed to k_sleep() 2020-04-01 20:03:15 +03:00