zephyr/subsys/bluetooth/shell
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
..
bredr.c shell: rename shell_help_print function 2018-12-05 15:15:44 +01:00
bt.c include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
bt.h Bluetooth: shell: Remove macros to print messages 2018-11-13 20:42:01 +02:00
CMakeLists.txt Bluetooth: shell: Updates related to new ULL LLL architecture 2019-01-23 09:45:06 +01:00
gatt.c include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
hci.c Bluetooth: shell: Updates related to new ULL LLL architecture 2019-01-23 09:45:06 +01:00
hci.h Bluetooth: shell: Updates related to new ULL LLL architecture 2019-01-23 09:45:06 +01:00
Kconfig Bluetooth: shell: Remove auto selecting of SERIAL 2018-11-13 20:42:01 +02:00
l2cap.c include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
ll.c Bluetooth: controller: Rename non-Kconfig option macros 2019-02-13 09:20:26 -05:00
ll.h Bluetooth: controller: Remove redundant tmp role implementation 2019-02-05 15:00:08 +01:00
rfcomm.c include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
ticker.c Bluetooth: controller: Prepare to introduce LL split architecture 2019-01-07 13:42:01 +01:00