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: Hide the DesignWare SPI driver on unsupported platforms 2018-11-20 15:50:42 -05:00
Kconfig.mcux_dspi drivers/spi: Always selecet HAS_DTS_SPI once SPI is enabled 2018-11-16 14:02:00 -05:00
Kconfig.mcux_lpspi drivers/spi: Always selecet HAS_DTS_SPI once SPI is enabled 2018-11-16 14:02:00 -05:00
Kconfig.nrfx dts: bindings: Add separate binding for Nordic nRF Family SPI Slave 2019-02-01 19:12:57 -05:00
Kconfig.sam drivers/spi: Always selecet HAS_DTS_SPI once SPI is enabled 2018-11-16 14:02:00 -05:00
Kconfig.sam0 drivers/spi: Always selecet HAS_DTS_SPI once SPI is enabled 2018-11-16 14:02:00 -05:00
Kconfig.sifive drivers/spi: SPI driver for SiFive Freedom 2019-02-06 09:00:00 -06:00
Kconfig.stm32 drivers/spi: Always selecet HAS_DTS_SPI once SPI is enabled 2018-11-16 14:02:00 -05:00
spi_context.h drivers/spi: Set CS inactive when releasing unconditionally 2018-11-16 10:22:30 -05:00
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 drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
spi_intel.h
spi_ll_stm32.c stm32: drivers: spi: Added missing devices 2018-12-13 07:31:06 -06:00
spi_ll_stm32.h
spi_mcux_dspi.c dts: spi: cleanup CONFIG_SPI_x_IRQ_PRI 2018-11-21 12:27:16 -05:00
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 dts: nrf: Remove SPI dts.fixup defines and use aliases instead. 2018-11-20 22:18:09 +01:00
spi_nrfx_spim.c dts: nrf: Remove SPI dts.fixup defines and use aliases instead. 2018-11-20 22:18:09 +01:00
spi_nrfx_spis.c dts: bindings: Add separate binding for Nordic nRF Family SPI Slave 2019-02-01 19:12:57 -05:00
spi_sam0.c include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
spi_sam.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