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
2024-12-22 10:30:13 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
40101db78f
contiki
/
examples
/
webbrowser
History
oliverschmidt
40101db78f
Temporarily removed file due to CVS issue.
2010-01-31 13:34:19 +00:00
..
Makefile
Now that we started adding files to the CVS which are normally generated with a 'save...' make goal we can remove the DEFAULT_TARGET mechanism altogether and just add Makefile.target files.
2008-05-26 10:09:12 +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.target
Now that we started adding files to the CVS which are normally generated with a 'save...' make goal we can remove the DEFAULT_TARGET mechanism altogether and just add Makefile.target files.
2008-05-26 10:09:12 +00:00
webbrowser.c
Introduced web browser as new example using ctk fullscreen mode.
2007-12-15 22:05:34 +00:00