added experimental checkpointing functionality:

currently only implemented on the sky platform
This commit is contained in:
fros4943 2009-02-04 18:12:57 +00:00
parent 3c11bf4d8c
commit 80feb7ad57

View file

@ -50,7 +50,7 @@ include $(CONTIKI)/core/net/mac/Makefile.mac
SYSTEM = process.c procinit.c autostart.c elfloader.c profile.c timetable.c timetable-aggregate.c
THREADS = mt.c
LIBS = memb.c timer.c list.c etimer.c energest.c rtimer.c stimer.c \
print-stats.c ifft.c crc16.c random.c
print-stats.c ifft.c crc16.c random.c checkpoint.c
ifdef UIP_CONF_IPV6
CFLAGS += -DUIP_CONF_IPV6