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-09 19:31:04 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
contiki
/
examples
/
multi-threading
History
fros4943
a02a2e998a
added sky support for multi-threading example
2008-11-21 10:36:16 +00:00
..
Makefile
Many project Makefiles build just one Contiki binary. Up to now the name of this binary was only available to the 'all' goal as prerequisite. So it was possible to create a non-project-specific rule to i.e. load that binary into the target device.
2008-05-26 07:37:24 +00:00
Makefile.apple2enh.defines
The Contiki 2.x build system allows to define arbitrary macros for the C compiler preprocessor (in other word add -d<macro[=value]>'s to the C compiler command line) directly from the gnumake command line by setting the gnumake variable DEFINES to a comma-seperated list of macros (and optionally values) like this:
2008-05-26 09:28:28 +00:00
Makefile.c64.defines
The Contiki 2.x build system allows to define arbitrary macros for the C compiler preprocessor (in other word add -d<macro[=value]>'s to the C compiler command line) directly from the gnumake command line by setting the gnumake variable DEFINES to a comma-seperated list of macros (and optionally values) like this:
2008-05-26 09:28:28 +00:00
Makefile.c128.defines
The Contiki 2.x build system allows to define arbitrary macros for the C compiler preprocessor (in other word add -d<macro[=value]>'s to the C compiler command line) directly from the gnumake command line by setting the gnumake variable DEFINES to a comma-seperated list of macros (and optionally values) like this:
2008-05-26 09:28:28 +00:00
Makefile.sky.defines
added sky support for multi-threading example
2008-11-21 10:36:16 +00:00
multi-threading.c
Not all targets support stdio. There I replaced stdio output with log output (and streamlined the source).
2008-05-26 09:12:22 +00:00