zephyr/samples/net
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
..
common
dhcpv4_client
dns_resolve
eth_native_posix
google_iot_mqtt samples: net: Add Google IOT Cloud full stack application 2019-02-08 15:32:58 -06:00
gptp
ipv4_autoconf
lldp
lwm2m_client samples: net: lwm2m: add timer object to lwm2m client 2019-02-12 21:19:49 -05:00
mdns_responder
mqtt_publisher
nats include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
promiscuous_mode
sockets include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
stats
syslog_net
telnet
vlan
wifi
wpan_serial
wpanusb
zperf samples: net: zperf: rename WLAN to WIFI 2019-02-11 22:29:58 -05:00
net.rst