zephyr/tests/benchmarks
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
..
app_kernel include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
boot_time cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
latency_measure benchmarks: latency_measure: convert from k_alert to workqueue 2019-01-16 21:34:07 -05:00
sched kernel: Split reschdule & pend into irq/spin lock versions 2019-02-08 14:49:39 -05:00
sys_kernel arch/x86_64: New architecture added 2019-01-11 15:18:52 -05:00
timing_info userspace: remove APPLICATION_MEMORY feature 2019-02-08 07:04:30 -05:00