You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RIOT/cpu/kinetis_common
Joakim Gebart 601c3002c3 cpu/kinetis_common: Cast device index enums to unsigned int before comparing for out of range values
Suppresses false warning in Clang:

    warning: comparison of constant 42 with expression of type 'xxx_t'
    is always false [-Wtautological-constant-out-of-range-compare]

See:
 - https://llvm.org/bugs/show_bug.cgi?id=16154
 - https://llvm.org/bugs/show_bug.cgi?id=22062
8 years ago
..
dist kinetis: Add check-fcfield-elf.sh 8 years ago
include cpu/kinetis_common: optimization of startup code 8 years ago
ldscripts cpu/kinetis_common: refactor ldscripts 8 years ago
Makefile cpu/kinetis_common: initial import for kinetis_common 9 years ago
Makefile.include cpu/kinetis_common: optimization of startup code 8 years ago
adc.c cpu/kinetis_common: initial import for kinetis_common 9 years ago
cpuid.c global: renamed cpu-conf.h into cpu_conf.h 8 years ago
doc.txt cpu/kinetis_common/spi.c: add a option to use hardware cs (PCS0 only) 9 years ago
fcfield.c cpu/kinetis_common: optimization of startup code 8 years ago
gpio.c cpu/kinetis_common: Cast device index enums to unsigned int before comparing for out of range values 8 years ago
hwtimer_arch.c kinetis: hwtimer refactor/rewrite 8 years ago
i2c.c cpu/kinetis_common: Cast device index enums to unsigned int before comparing for out of range values 8 years ago
mcg.c cpu/kinetis_common: initial import for kinetis_common 9 years ago
pwm.c kinetis: Refactor PWM periph implementation 8 years ago
random_rnga.c kinetis: fix warnings 8 years ago
random_rngb.c kinetis: fix warnings 8 years ago
rtc.c kinetis: Refactor RTC into RTT, add RTC wrapper. 9 years ago
rtt.c kinetis: Refactor RTC into RTT, add RTC wrapper. 9 years ago
spi.c cpu/kinetis_common: Cast device index enums to unsigned int before comparing for out of range values 8 years ago
timer.c kinetis: fix warnings 8 years ago
uart.c kinetis: Enable UART hardware FIFO buffers. 9 years ago
wdog.c global: renamed cpu-conf.h into cpu_conf.h 8 years ago