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
..
CMakeLists.txt net: openthread: Fix builds with NCP option disabled 2020-03-25 12:16:32 +02:00
alarm.c
diag.c
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
shell.c
spi.c
uart.c net: openthread: Fix timeout passed to k_sleep() 2020-04-01 20:03:15 +03:00