mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-07 18:25:14 +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:
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
|
Reference in New Issue
Block a user