@ -64,6 +64,8 @@ ROOTDEPPATH = --dep-path .
VPATH =
MAXOPTIMIZATION = -Os
all: .built
.PHONY: clean depend distclean
@ -107,6 +107,8 @@ endif
ROOTDEPPATH = --dep-path .
# Build targets
@ -40,3 +40,5 @@ PRIORITY = SCHED_PRIORITY_DEFAULT
STACKSIZE = 12000
include $(APPDIR)/mk/app.mk
@ -64,8 +64,9 @@ VPATH =
APPNAME = i2c
PRIORITY = SCHED_PRIORITY_DEFAULT
STACKSIZE = 2048
# Build Targets
.PHONY: context .depend depend clean distclean
STACKSIZE = 4096
@ -40,3 +40,5 @@ PRIORITY = SCHED_PRIORITY_MAX - 1
@ -38,5 +38,8 @@
APPNAME = eeprom
@ -40,3 +40,5 @@ PRIORITY = SCHED_PRIORITY_DEFAULT - 10
STACKSIZE = 3000