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-08-07 18:25:14 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
be08e763668a6f1734a31c2fb5574874a6c6f396
contiki
/
cpu
/
native
History
oliverschmidt
be08e76366
Now that Contiki has a htonl() we need the same workaround here that we already have for htons().
2007-04-05 19:41:02 +00:00
..
net
Now that Contiki has a htonl() we need the same workaround here that we already have for htons().
2007-04-05 19:41:02 +00:00
Makefile.native
CPU agnostic implementation of the platform specific part of the multi-threading library. Uses fibers on Windows and the ucontext functions on other platforms.
2007-04-03 00:40:51 +00:00
mtarch.c
Ooops, that was one level of indirection to much.
2007-04-03 18:37:15 +00:00
mtarch.h
CPU agnostic implementation of the platform specific part of the multi-threading library. Uses fibers on Windows and the ucontext functions on other platforms.
2007-04-03 00:40:51 +00:00
rtimer-arch.c
Added #include that #defines NULL
2007-03-31 11:19:08 +00:00
rtimer-arch.h
Preliminary implementation of the rtimer architecture functions for the native CPU
2007-03-28 20:09:09 +00:00