zephyr/samples
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
..
application_development doc: change board dts documentation with new URLs 2019-02-05 07:04:40 -05:00
basic samples: Use DT_ prefix define for DT filters 2019-02-14 10:45:25 -06:00
bluetooth include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
boards include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
cpp_synchronization cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
crypto/mbedtls_benchmark samples: crypto: Whitelist nrf52840_pca10056 in mbedTLS benchmark tests 2019-01-22 08:26:07 -05:00
display samples: cfb: remove unused variable and fix style 2019-02-05 11:05:47 -05:00
drivers samples: Use DT_ prefix define for DT filters 2019-02-14 10:45:25 -06:00
gui samples: gui: Add support for imx rt boards to lvgl sample 2019-02-07 14:28:55 -06:00
hello_world cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
mpu userspace: remove APPLICATION_MEMORY feature 2019-02-08 07:04:30 -05:00
net include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
nfc/nfc_hello cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
philosophers userspace: remove APPLICATION_MEMORY feature 2019-02-08 07:04:30 -05:00
portability samples/portability/cmsis_rtos_v2/philosophers: Exclude qemu_x86_64 2019-02-08 14:49:39 -05:00
sensor samples: fxos8700-hid: Use HID Device interface 2019-02-08 11:23:04 -05:00
shields driver/sensor: lps25hb: align driver to auto-generated dts macros 2019-02-01 04:19:42 -06:00
subsys samples/subsys/nvs: Add a clean test termination 2019-02-12 20:16:22 -05:00
synchronization arch/x86_64: New architecture added 2019-01-11 15:18:52 -05:00
testing/integration cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
userspace userspace: remove APPLICATION_MEMORY feature 2019-02-08 07:04:30 -05:00
xtensa_asm2 cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
classic.rst doc: restructure and create index pages 2019-02-05 07:04:40 -05:00
index.rst doc: restructure and create index pages 2019-02-05 07:04:40 -05:00