zephyr/tests/subsys
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
..
dfu dfu/flash_img: use flash_map instead of flash API 2019-02-08 09:13:09 -06:00
fs tests: fs: nffs_fs_api: Convert FLASH_AREA to DT_FLASH_AREA 2019-02-08 22:39:07 -06:00
jwt jwt: Add JSON web token library 2019-02-08 15:32:58 -06:00
logging tests: subsys: logging: Enable log_core test on nios2 2019-02-12 07:51:50 -05:00
settings include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
storage/flash_map tests/subsys/storage/flash_map: use auto-generated fa ID 2019-02-07 10:31:27 -06:00
usb tests: usb: Use UTIL_LISTIFY macros 2019-02-12 07:49:04 -05:00