Skip to content

Commit

Permalink
Merge pull request #5756 from kaspar030/remove_config
Browse files Browse the repository at this point in the history
sys: remove config module
  • Loading branch information
LudwigKnuepfer authored Aug 27, 2016
2 parents fbe84b2 + b3a061e commit fcb08fa
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 355 deletions.
42 changes: 0 additions & 42 deletions boards/msb-430-common/board_config.c

This file was deleted.

1 change: 0 additions & 1 deletion boards/msba2-common/board_common_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#include "msba2_common.h"
#include "lpc23xx.h"
#include "cpu.h"
#include "config.h"

#define CL_CPU_DIV 4

Expand Down
43 changes: 0 additions & 43 deletions boards/msba2-common/board_config.c

This file was deleted.

36 changes: 0 additions & 36 deletions boards/mulle/board_config.c

This file was deleted.

49 changes: 0 additions & 49 deletions boards/native/board_config.c

This file was deleted.

27 changes: 0 additions & 27 deletions boards/wsn430-common/board_config.c

This file was deleted.

1 change: 0 additions & 1 deletion examples/default/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ QUIET ?= 1
USEMODULE += shell
USEMODULE += shell_commands
USEMODULE += ps
USEMODULE += config
# include and auto-initialize all available sensors
USEMODULE += saul_reg
USEMODULE += saul_default
Expand Down
9 changes: 0 additions & 9 deletions sys/auto_init/auto_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@

#include "auto_init.h"

#ifdef MODULE_CONFIG
#include "config.h"
#endif

#ifdef MODULE_BMP180
#include "bmp180.h"
#endif
Expand Down Expand Up @@ -97,11 +93,6 @@

void auto_init(void)
{
#ifdef MODULE_CONFIG
DEBUG("Auto init loading config\n");
config_load();
#endif

#ifdef MODULE_TINYMT32
random_init(0);
#endif
Expand Down
1 change: 0 additions & 1 deletion sys/config/Makefile

This file was deleted.

24 changes: 0 additions & 24 deletions sys/config/config.c

This file was deleted.

76 changes: 0 additions & 76 deletions sys/include/config.h

This file was deleted.

3 changes: 0 additions & 3 deletions sys/shell/commands/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ MODULE = shell_commands

SRC = shell_commands.c sc_sys.c

ifneq (,$(filter config,$(USEMODULE)))
SRC += sc_id.c
endif
ifneq (,$(filter mci,$(USEMODULE)))
SRC += sc_disk.c
endif
Expand Down
43 changes: 0 additions & 43 deletions sys/shell/commands/sc_id.c

This file was deleted.

0 comments on commit fcb08fa

Please sign in to comment.