zephyr/samples/subsys/usb
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
..
audio usb: samples: Add USB Audio Headset sample 2020-05-08 15:12:27 +02:00
cdc_acm cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
cdc_acm_composite cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
console cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
dfu cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
hid cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
hid-cdc samples: hid-cdc: cleanups 2020-05-13 19:51:01 +02:00
hid-mouse samples: hid-mouse: cleanups 2020-05-13 19:51:01 +02:00
inf usb: cdc: add .inf file 2019-05-09 08:20:34 -04:00
mass flash: Convert DT_FLASH_AREA to FLASH_AREA macros 2020-05-13 21:22:53 +02:00
testusb cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
webusb usb: Special return values for custom_handler 2020-05-07 11:20:27 +02:00
usb_pid.Kconfig USB: Add driver and PID for Bluetooth H4 2020-04-20 21:59:47 +03:00
usb.rst doc: fix misspellings in documentation 2019-06-18 15:08:19 -04:00