1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/native/include
Benoît Canet dfbd4f946e cpu: native: switch to hwtimer_compat
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.
2015-07-09 02:43:04 +02:00
..
clang_compat.h cpu: added extern "C" to headers 2014-11-24 19:10:15 +01:00
cpu_conf.h cpu: fixed doxygen for multiple headers 2015-05-28 15:45:05 +02:00
cpu.h cpu: added extern "C" to headers 2014-11-24 19:10:15 +01:00
dev_eth_tap.h cpu: native: add tap implementation of dev_eth (ng_nativenet) 2015-05-26 15:37:55 +02:00
hwtimer_cpu.h cpu: native: switch to hwtimer_compat 2015-07-09 02:43:04 +02:00
native_internal.h cpu/native: add some syscall wrappers 2015-02-17 22:00:14 +01:00
nativenet_internal.h cpu: added extern "C" to headers 2014-11-24 19:10:15 +01:00
nativenet.h transceiver: use transceiver specific broadcast 2015-04-19 20:35:11 +02:00
periph_conf.h cpu: native: switch to hwtimer_compat 2015-07-09 02:43:04 +02:00
periph_cpu.h cpu/native: added periph_cpu.h 2015-06-12 19:10:49 +02:00
tap.h cpu: added extern "C" to headers 2014-11-24 19:10:15 +01:00