zephyr/tests
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
..
application_development
arch
benchmarks
bluetooth Bluetooth: shell: Enable BT_EATT 2020-05-02 15:59:14 +03:00
boards tests: boards: board_shell: enable DAC commands 2020-05-01 12:35:50 -05:00
crypto
drivers tests: drivers: dac_loopback: add frdm_k64f board support 2020-05-01 12:35:50 -05:00
kernel
lib
misc/test_build
net
portability
posix
shell
subsys flash: dts: replace DT_FLASH_{ERASE,WRITE}_BLOCK_SIZE with new macros 2020-05-04 13:26:04 +02:00
unit
ztest