added experimental checkpointing functionality:
currently only implemented on the sky platform
This commit is contained in:
parent
3c11bf4d8c
commit
80feb7ad57
@ -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
|
SYSTEM = process.c procinit.c autostart.c elfloader.c profile.c timetable.c timetable-aggregate.c
|
||||||
THREADS = mt.c
|
THREADS = mt.c
|
||||||
LIBS = memb.c timer.c list.c etimer.c energest.c rtimer.c stimer.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
|
ifdef UIP_CONF_IPV6
|
||||||
CFLAGS += -DUIP_CONF_IPV6
|
CFLAGS += -DUIP_CONF_IPV6
|
||||||
|
Loading…
Reference in New Issue
Block a user