osd-contiki/cpu
Benoît Thébaudeau 14ccffd9d4 cc2538: lpm: Fix build warnings with LPM_CONF_ENABLE == 0
Some arguments passed to the functions disabled with
LPM_CONF_ENABLE == 0 could trigger build warnings because they became
unused with this configuration option. Disable these functions by using
empty static inline functions instead of empty macros, so that the
function arguments are always considered by the compiler as used,
without having to #if-out code in many places.

Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau.dev@gmail.com>
2016-10-25 22:18:37 +02:00
..
6502 Added custom log function for CBM machines. 2016-10-15 23:36:53 +02:00
arm Remove built-in sniffer support: aducrf101 2016-08-12 01:23:49 +01:00
avr Adding CRC valid check in rf230bb radios registermaps 2016-05-15 14:15:46 +02:00
cc26xx-cc13xx Allow and document IEEE mode for CC13xx 2016-10-07 10:05:14 +01:00
cc253x Remove built-in sniffer support: CC2530 2016-08-12 01:23:49 +01:00
cc2538 cc2538: lpm: Fix build warnings with LPM_CONF_ENABLE == 0 2016-10-25 22:18:37 +02:00
mc1322x TSCH: use RTIMER_CLOCK_DIFF to compute estimated drift, fixing a bug that would occur on 16-bit rtimer platforms 2016-04-27 14:13:33 +02:00
msp430 MSP430/F2xxx: fix ubr msb byte being hardcoded to zero 2016-09-01 10:25:38 +02:00
native Change the default IPv6 prefix from aaaa::/64 to fd00::/64 2016-03-07 17:47:44 +01:00
nrf52832 nrf52dk: cpu/nrf52832 support 2016-02-15 09:37:38 +01:00
pic32 [cpu/pic32] Removed excess end group 2014-11-10 23:53:33 +01:00
rl78 The -pedantic and -stdc flags trigger a few too many warnings 2015-10-20 10:11:35 +02:00
stm32w108 Merge pull request #1344 from tsparber/fix-doxygen 2015-11-30 22:07:15 +01:00
x86 x86, galileo: Fix UART system call authorization initialization 2016-08-04 16:09:44 -07:00