zephyr/tests/subsys
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
..
canbus can: dts: Convert can-primary alias to zephyr,can-primary chosen prop 2020-04-29 14:27:31 -05:00
dfu cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
fs drivers: flash: replace DT_FLASH_DEV_NAME with DT macro 2020-04-27 18:43:20 -05:00
jwt cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
logging timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
openthread tests: subsys: openthread: OpenThread radio interface tests 2020-05-04 12:00:02 +02:00
settings flash: dts: replace DT_FLASH_{ERASE,WRITE}_BLOCK_SIZE with new macros 2020-05-04 13:26:04 +02:00
shell/shell_history cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
storage/flash_map drivers: flash: replace DT_FLASH_DEV_NAME with DT macro 2020-04-27 18:43:20 -05:00
usb cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00