Expose API for hardware unique ID (#16869)

This commit is contained in:
Joel Challis 2022-04-18 11:51:40 +01:00 committed by GitHub
parent 7aa9a353ac
commit b8245a5507
Failed to generate hash of commit
7 changed files with 93 additions and 0 deletions

View file

@ -2,6 +2,7 @@ PLATFORM_COMMON_DIR = $(PLATFORM_PATH)/$(PLATFORM_KEY)
TMK_COMMON_SRC += \
$(PLATFORM_PATH)/suspend.c \
$(PLATFORM_COMMON_DIR)/hardware_id.c \
$(PLATFORM_COMMON_DIR)/platform.c \
$(PLATFORM_COMMON_DIR)/suspend.c \
$(PLATFORM_COMMON_DIR)/timer.c \