zephyr/drivers/spi
Carlos Stuart 75f77db432 include: misc: util.h: Rename min/max to MIN/MAX
There are issues using lowercase min and max macros when compiling a C++
application with a third-party toolchain such as GNU ARM Embedded when
using some STL headers i.e. <chrono>.

This is because there are actual C++ functions called min and max
defined in some of the STL headers and these macros interfere with them.
By changing the macros to UPPERCASE, which is consistent with almost all
other pre-processor macros this naming conflict is avoided.

All files that use these macros have been updated.

Signed-off-by: Carlos Stuart <carlosstuart1970@gmail.com>
2019-02-14 22:16:03 -05:00
..
CMakeLists.txt drivers/spi: SPI driver for SiFive Freedom 2019-02-06 09:00:00 -06:00
Kconfig drivers: spi: Define SPI_6 symbol 2019-02-06 18:59:00 -06:00
Kconfig.dw
Kconfig.mcux_dspi
Kconfig.mcux_lpspi
Kconfig.nrfx
Kconfig.sam
Kconfig.sam0
Kconfig.sifive drivers/spi: SPI driver for SiFive Freedom 2019-02-06 09:00:00 -06:00
Kconfig.stm32
spi_context.h
spi_dw_quark_se_ss_regs.h
spi_dw_regs.h
spi_dw.c spi: spi_dw: Cleanup stale Kconfig symbols that should be DT 2019-02-08 09:34:37 -06:00
spi_dw.h
spi_handlers.c
spi_intel_regs.h
spi_intel.c
spi_intel.h
spi_ll_stm32.c
spi_ll_stm32.h
spi_mcux_dspi.c
spi_mcux_lpspi.c spi: spi_mcux_lpspi: Convert to use DT_ prefixed defines 2019-02-13 16:59:02 -05:00
spi_nrfx_spi.c
spi_nrfx_spim.c
spi_nrfx_spis.c
spi_sam.c include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
spi_sam0.c include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
spi_sifive.c drivers/spi: SPI driver for SiFive Freedom 2019-02-06 09:00:00 -06:00
spi_sifive.h drivers/spi: SPI driver for SiFive Freedom 2019-02-06 09:00:00 -06:00