mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 09:41:57 +00:00
When the header file is located in the same directory as the source file it is better to use a relative quote-include, e.g. than a system include like Avoiding the use of system includes in these cases is beneficial because; * The source code will be easier to build because there will be fewer system include paths. * It is easier for a user to determine where a quote-include header file is located than where a system include is located. * You are less likely to encounter aliasing issues if the list of system include paths is minimized. Authors: Anas Nashif Sebastian Bøe Signed-off-by: Sebastian Boe <sebastian.boe@nordicsemi.no> Signed-off-by: Anas Nashif <anas.nashif@intel.com> |
||
---|---|---|
.. | ||
flash_page_layout.c | ||
flash_stm32.c | ||
flash_stm32.h | ||
flash_stm32f3x_priv.c | ||
flash_stm32f3x.c | ||
flash_stm32f3x.h | ||
flash_stm32f4x.c | ||
flash_stm32l4x.c | ||
Kconfig | ||
Kconfig.stm32 | ||
Makefile | ||
soc_flash_mcux.c | ||
soc_flash_nrf5.c | ||
soc_flash_qmsi.c | ||
spi_flash_w25qxxdv_defs.h | ||
spi_flash_w25qxxdv.c | ||
spi_flash_w25qxxdv.h |