This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
contiki
Watch
1
Star
0
Fork
0
You've already forked contiki
mirror of
https://github.com/oliverschmidt/contiki.git
synced
2025-01-18 03:30:31 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
contiki
/
cpu
/
native
History
David Kopf
b251619a2f
Add wpcap for cygwin/Windows native border router
2012-01-08 13:37:56 -05:00
..
dev
Add file needed for rpl border router
2011-07-24 12:07:39 -04:00
net
Add wpcap for cygwin/Windows native border router
2012-01-08 13:37:56 -05:00
Makefile.native
Replaced make-empty-symbols with empty-symbols.[c|h]
2011-04-03 13:24:58 +02:00
mtarch.c
The dependency on the ucontext functions has the potential to keep others from successfully using cpu/native for other platforms. As the Contiki multithreading library typically isn't used at all it's not worth the trouble. So we just limit it to Windows and Linux - where it is known to not only build but actually work. If someone needs the Contiki cpu/native multithreading library on another platform he's certainly welcome to add that platform - hopefully by just activating the codepath that we now made exclusive for Linux for his platform.
2011-11-30 23:41:39 +01:00
mtarch.h
…
rtimer-arch.c
Allow VC++ to be used as alternative to GCC for building in the WIN32 target.
2011-04-03 22:32:11 +02:00
rtimer-arch.h
…
watchdog.c
Exit on watchdog reboot call
2011-04-07 17:47:54 -04:00