zephyr/samples
Kumar Gala ff579a3af3 flash: Convert DT_FLASH_AREA to FLASH_AREA macros
Convert with a combo of scripts and by hand fixups:

git grep -l DT_FLASH_AREA_.*_ID | \
 xargs sed -i -r 's/DT_FLASH_AREA_(.*)_ID/FLASH_AREA_ID(\L\1)/'

git grep -l DT_FLASH_AREA_.*_OFFSET | \
 xargs sed -i -r 's/DT_FLASH_AREA_(.*)_OFFSET/FLASH_AREA_OFFSET(\L\1)/'

git grep -l DT_FLASH_AREA_.*_SIZE | \
 xargs sed -i -r 's/DT_FLASH_AREA_(.*)_SIZE/FLASH_AREA_SIZE(\L\1)/'

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-05-13 21:22:53 +02:00
..
application_development samples: clean test identifiers 2020-05-11 17:00:26 +02:00
basic samples: threads: cleanups 2020-05-13 19:51:01 +02:00
bluetooth
boards flash: Convert DT_FLASH_AREA to FLASH_AREA macros 2020-05-13 21:22:53 +02:00
cpp_synchronization
display
drivers flash: Convert DT_FLASH_AREA to FLASH_AREA macros 2020-05-13 21:22:53 +02:00
hello_world
mpu
net samples: lwm2m_client: cleanups 2020-05-13 19:51:01 +02:00
nfc/nfc_hello
philosophers
portability
posix
scheduler samples: clean test identifiers 2020-05-11 17:00:26 +02:00
sensor devicetree: remove DT_HAS_NODE_STATUS_OKAY 2020-05-13 18:24:42 +02:00
shields samples/shields: x-nucleo-iks02a1: Fix doc for microphone 2020-05-11 17:12:02 +02:00
smp
subsys flash: Convert DT_FLASH_AREA to FLASH_AREA macros 2020-05-13 21:22:53 +02:00
synchronization
testing/integration
tfm_integration samples: tfm_integration: Add PSA level 1 sample app 2020-05-09 16:21:51 +02:00
userspace
video
classic.rst
index.rst trusted-firmware-m: Add initial plumbing for TFM 2020-05-09 16:21:51 +02:00