Skip to content

Commit

Permalink
Merge pull request #17794 from fabian18/auto_init_using_xfa_simple
Browse files Browse the repository at this point in the history
sys/auto_init: custom auto-initialization sequence (simple)
  • Loading branch information
OlegHahm authored Apr 7, 2022
2 parents 031ed1e + cd93e42 commit a687552
Show file tree
Hide file tree
Showing 9 changed files with 793 additions and 309 deletions.
4 changes: 4 additions & 0 deletions sys/auto_init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ menuconfig MODULE_AUTO_INIT

if MODULE_AUTO_INIT

config AUTO_INIT_ENABLE_DEBUG
bool "Print a debug message before a module is initialized"
default n

rsource "screen/Kconfig"
rsource "multimedia/Kconfig"

Expand Down
2 changes: 2 additions & 0 deletions sys/auto_init/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ ifneq (,$(filter auto_init_screen,$(USEMODULE)))
DIRS += screen
endif

INCLUDES += -I$(RIOTBASE)/sys/auto_init/include

include $(RIOTBASE)/Makefile.base
Loading

0 comments on commit a687552

Please sign in to comment.