zephyr/drivers/timer
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
..
CMakeLists.txt boards: remove pulpino board 2019-01-31 22:47:18 -05:00
Kconfig drivers: timer: Fix broken dependency for nrf_rtc_timer 2019-02-07 16:14:00 -05:00
altera_avalon_timer_hal.c
arcv2_timer0.c include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
cortex_m_systick.c include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
hpet.c include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
legacy_api.h
loapic_timer.c
native_posix_timer.c
nrf_rtc_timer.c include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
riscv_machine_timer.c include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
rv32m1_lptmr_timer.c interrupt_controller: RV32M1: add intmux driver / DT bindings 2019-01-25 11:59:46 -05:00
sam0_rtc_timer.c include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
sys_clock_init.c arch: allow system clock driver selection for cortex m 2019-02-05 18:43:03 -06:00
xtensa_sys_timer.c include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00