Skip to content

Commit

Permalink
Removed the experimental checkpointing code
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdunkels committed Nov 28, 2013
1 parent 189b153 commit 0fd503a
Show file tree
Hide file tree
Showing 20 changed files with 9 additions and 1,997 deletions.
2 changes: 1 addition & 1 deletion Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ SYSTEM = process.c procinit.c autostart.c elfloader.c \
compower.c serial-line.c
THREADS = mt.c
LIBS = memb.c mmem.c timer.c list.c etimer.c ctimer.c energest.c rtimer.c stimer.c trickle-timer.c \
print-stats.c ifft.c crc16.c random.c checkpoint.c ringbuf.c settings.c
print-stats.c ifft.c crc16.c random.c ringbuf.c settings.c
DEV = nullradio.c

include $(CONTIKI)/core/net/Makefile.uip
Expand Down
2 changes: 1 addition & 1 deletion apps/shell/Makefile.shell
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ shell_src = shell.c shell-reboot.c \
shell-rime-ping.c shell-rime-sniff.c shell-rime-netcmd.c \
shell-rime-debug.c shell-rime-debug-runicast.c shell-coffee.c \
shell-wget.c shell-httpd.c shell-irc.c \
shell-checkpoint.c shell-power.c \
shell-power.c \
shell-tcpsend.c shell-udpsend.c shell-ping.c shell-netstat.c \
shell-rime-sendcmd.c shell-download.c shell-rime-neighbors.c \
shell-rime-unicast.c \
Expand Down
107 changes: 0 additions & 107 deletions apps/shell/shell-checkpoint.c

This file was deleted.

40 changes: 0 additions & 40 deletions apps/shell/shell-checkpoint.h

This file was deleted.

1 change: 0 additions & 1 deletion apps/shell/shell.h
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,6 @@ struct shell_input {

#include "shell-base64.h"
#include "shell-blink.h"
#include "shell-checkpoint.h"
#include "shell-collect-view.h"
#include "shell-coffee.h"
#include "shell-download.h"
Expand Down
59 changes: 0 additions & 59 deletions core/lib/checkpoint.c

This file was deleted.

59 changes: 0 additions & 59 deletions core/lib/checkpoint.h

This file was deleted.

1 change: 0 additions & 1 deletion examples/collect/collect-view-shell.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ PROCESS_THREAD(collect_view_shell_process, ev, data)
/* shell_base64_init(); */
shell_text_init();
shell_time_init();
/* shell_checkpoint_init(); */
/* shell_sendtest_init(); */

#if CONTIKI_TARGET_SKY
Expand Down
1 change: 0 additions & 1 deletion examples/example-shell/example-shell.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ PROCESS_THREAD(example_shell_process, ev, data)

shell_base64_init();
shell_blink_init();
/*shell_checkpoint_init();*/
/*shell_coffee_init();*/
shell_download_init();
/*shell_exec_init();*/
Expand Down
3 changes: 0 additions & 3 deletions examples/sky-shell-exec/sky-shell-exec.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@
#include "dev/sht11.h"
#include "dev/battery-sensor.h"

#include "lib/checkpoint.h"

#include "net/rime/timesynch.h"

#include <stdio.h>
Expand Down Expand Up @@ -72,7 +70,6 @@ PROCESS_THREAD(sky_shell_process, ev, data)
/*shell_sky_init();*/
shell_text_init();
/*shell_time_init();*/
/* shell_checkpoint_init();*/
shell_exec_init();
shell_base64_init();

Expand Down
Loading

0 comments on commit 0fd503a

Please sign in to comment.