mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
dfbd4f946e
The hwtimer_wait test was tortured with the following script which ran several hours. ---- make clean all-debug while : do date ./bin/native/hwtimer_wait.elf > log & pid=$! sleep 20 success=$(cat log|grep success) if [ "$success" != "success" ] then date echo "BUG" exit fi kill $pid done ---- Closes #715. |
||
---|---|---|
.. | ||
clang_compat.h | ||
cpu_conf.h | ||
cpu.h | ||
dev_eth_tap.h | ||
hwtimer_cpu.h | ||
native_internal.h | ||
nativenet_internal.h | ||
nativenet.h | ||
periph_conf.h | ||
periph_cpu.h | ||
tap.h |