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 samples: net: removed unused common cmake 2019-02-08 13:57:55 +02:00
dhcpv4_client samples: minor documentation fixes 2019-01-09 07:57:18 -06:00
dns_resolve cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
eth_native_posix samples: net: Remove net-app based sample applications 2019-02-01 12:29:21 +02:00
google_iot_mqtt samples: net: Add Google IOT Cloud full stack application 2019-02-08 15:32:58 -06:00
gptp samples: net: Remove net-app based sample applications 2019-02-01 12:29:21 +02:00
ipv4_autoconf cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
lldp samples: net: Remove net-app based sample applications 2019-02-01 12:29:21 +02:00
lwm2m_client samples: net: lwm2m: add timer object to lwm2m client 2019-02-12 21:19:49 -05:00
mdns_responder cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
mqtt_publisher samples: net: mqtt_publisher: Add proxy support 2019-02-08 14:20:44 +02:00
nats include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
promiscuous_mode cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
sockets include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
stats samples: net: Remove net-app based sample applications 2019-02-01 12:29:21 +02:00
syslog_net cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
telnet cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
vlan samples: net: Remove net-app based sample applications 2019-02-01 12:29:21 +02:00
wifi wifi: winc1500: Convert to new DT_<COMPAT>_<INSTANCE> defines 2019-01-28 10:39:59 -06:00
wpan_serial samples: usb: Update samples for new port name 2019-02-08 11:23:04 -05:00
wpanusb shell: removing legacy shell 2019-01-16 21:35:36 -05:00
zperf samples: net: zperf: rename WLAN to WIFI 2019-02-11 22:29:58 -05:00
net.rst doc: add labels to net sample docs for linking 2017-04-04 19:52:06 +00:00