zephyr/boards
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
..
arc boards: arc: iotdk: Fix missed CONFIG -> DT define transition 2019-02-11 22:29:58 -05:00
arm boards: nrf: Enable HW PWMs on nrf52832_mdk and nrf52840_mdk 2019-02-14 18:50:00 -06:00
common
nios2 boards: qemu: add image to qemu boards 2019-02-11 07:45:21 -05:00
posix include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
riscv32 boards: qemu: add image to qemu boards 2019-02-11 07:45:21 -05:00
shields boards: shields: frdm_kw41z: Fix reference to undefined Kconfig symbol 2019-02-12 20:15:15 -05:00
x86 boards: minnowboard: add image to qemu boards 2019-02-11 07:45:21 -05:00
x86_64/qemu_x86_64
xtensa boards/intel_s1000_crb: fix Python string format 2019-02-14 19:51:45 -05:00
CMakeLists.txt
index.rst
Kconfig