zephyr/lib
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
..
cmsis_rtos_v1 subsys/cmsis_v1: Port to new timeout API 2020-05-06 06:05:03 -04:00
cmsis_rtos_v2 lib/cmsis_rtos_v2: Update to newer timeout API 2020-05-06 06:05:03 -04:00
fnmatch
gui
libc soc: nios2: Cleanup linker scripts to use new DTS macros 2020-04-30 20:59:13 -05:00
open-amp lib: open-amp: add helper to add resource table in project 2020-04-01 09:21:15 -05:00
os json: fix buffer overrun in encoding helper 2020-04-28 15:06:45 -04:00
posix lib: posix: Update to new timeout API 2020-05-08 17:31:45 +02:00
updatehub flash: Convert DT_FLASH_AREA to FLASH_AREA macros 2020-05-13 21:22:53 +02:00
CMakeLists.txt lib: open-amp: add helper to add resource table in project 2020-04-01 09:21:15 -05:00
Kconfig lib: open-amp: add helper to add resource table in project 2020-04-01 09:21:15 -05:00