Commit Graph

12 Commits (aedffd78835f3afade2b34d55347048c01404c3f)

Author SHA1 Message Date
smlng e867d83eff cbor: fix redefined macro error on macOS 7 years ago
Ludwig Ortmann 0b72be7c87 native: add syscall-leave trampoline 7 years ago
Ludwig Knüpfer a86866ea9f cpu/native: malloc.h for osx: fix doxygen, move 8 years ago
Kaspar Schleiser fb773bf90a cpu: native: remove hwtimer_compat dependency 8 years ago
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.
8 years ago
James Hollister 93cff5613f cpu/native: Fix for missing malloc.h in OSX 9 years ago
Thomas Eichinger 2382a4d320 native: fix Makefiles for OSX 9 years ago
Ludwig Ortmann 0136f208c6 native: add drivers substructure 9 years ago
Ludwig Ortmann 96d2907666 native: add periph substructure 9 years ago
Ludwig Ortmann 2cd3f04fc6 Don't use INCLUDES for building any native at all.
native modules will never need the dynamic INCLUDES, so we define our
own NATIVEINCLUDES. Due to the current make structure, the only way to
not use INCLUDES is to redefine the build rules.
10 years ago
Ludwig Ortmann 2525920426 remove trailing whitespace and newlines 10 years ago
Oleg Hahm 26c50522d5 simplified and unified cpu build structure 10 years ago