Skip to content

Commit

Permalink
iec62056: Add initial module
Browse files Browse the repository at this point in the history
  • Loading branch information
bergzand committed Jan 18, 2023
1 parent d6f44f6 commit f191681
Show file tree
Hide file tree
Showing 7 changed files with 879 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sys/Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ ifneq (,$(filter fmt_table,$(USEMODULE)))
USEMODULE += fmt
endif

ifneq (,$(filter iec62056,$(USEMODULE)))
USEMODULE += fmt
endif

ifneq (,$(filter prng_fortuna,$(USEMODULE)))
USEMODULE += crypto_aes_128
endif
Expand Down
1 change: 1 addition & 0 deletions sys/iec62056/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include $(RIOTBASE)/Makefile.base
Loading

0 comments on commit f191681

Please sign in to comment.