mirror of
https://github.com/gosticks/RIOT.git
synced 2025-10-16 12:05:37 +00:00
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 | ||