osd-contiki/cpu
Billy Kozak dfdb0a6487 cc26xx - fixed WDT reloading
According to the TRM, the WDT does not produce a reset until it
expires twice. After expiring the WDT will set the INT flag if it
is unset, and reset the MCU if INT is already set.

Before this patch, watchdog_periodic() only un-sets the INT flag. This
means that the behaviour of watchdog_periodic is underministic in that
the value of the countdown timer will be different depending on
when the function was called.

This patch fixes this behaviour by also reloading the timout value.
2015-08-31 09:10:26 -06:00
..
6502 Adjusted retro target clock to "new" DNS resolver. 2015-08-04 13:48:08 +02:00
arm doxygen: Fix some warnings 2015-06-20 03:22:31 +02:00
avr doxygen: Fix some warnings 2015-06-20 03:22:31 +02:00
cc26xx-cc13xx cc26xx - fixed WDT reloading 2015-08-31 09:10:26 -06:00
cc253x Merge pull request #1107 from phoenix-frozen/cc2530-rf-const-warning 2015-08-03 10:28:43 +01:00
cc2430 Fix clock.h warnings caused by multiple, conflicting documentation blocks of clock functions 2015-02-15 21:48:30 +01:00
cc2538 Merge pull request #1097 from bthebaudeau/cc2538-examples-fix-warnings 2015-06-24 11:39:24 +02:00
mc1322x mc1322x: remove rest tutorial 2015-05-14 17:20:46 -04:00
msp430 Merge pull request #1055 from sumanpanchal/msp430x-elfloader 2015-08-27 21:19:27 +02:00
native Add uip_clear_buf() macro and replace all instances of uip_len = 0; with it 2015-06-15 11:10:51 +02:00
pic32 [cpu/pic32] Removed excess end group 2014-11-10 23:53:33 +01:00
rl78 Move MAX, MIN and ABS to sys/cc.h 2015-05-18 08:53:17 +02:00
stm32w108 Remove doxygen explicit links to non-existing symbols 2015-06-20 16:10:25 +01:00
x86 A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix 2013-11-24 20:20:11 +01:00