mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
Added high-level config macros for the C128 (due to lack of memory no DNS support for the webbrowser).
This commit is contained in:
parent
dbfa1efdcf
commit
ce48ac2d94
1
examples/email/Makefile.c128.defines
Normal file
1
examples/email/Makefile.c128.defines
Normal file
@ -0,0 +1 @@
|
||||
DEFINES = WITH_CLIENT,WITH_DNS,WITH_GUI
|
1
examples/irc/Makefile.c128.defines
Normal file
1
examples/irc/Makefile.c128.defines
Normal file
@ -0,0 +1 @@
|
||||
DEFINES = WITH_CLIENT,WITH_DNS,WITH_GUI
|
1
examples/webbrowser/Makefile.c128.defines
Normal file
1
examples/webbrowser/Makefile.c128.defines
Normal file
@ -0,0 +1 @@
|
||||
DEFINES = WITH_CLIENT,WITH_GUI
|
Loading…
Reference in New Issue
Block a user