1
0
Fork 0

Migrate STM32_EEPROM_ENABLE to use EEPROM_DRIVER (#14433)

This commit is contained in:
Joel Challis 2021-09-15 09:21:36 +01:00 committed by GitHub
parent b63453a75b
commit fa141a5a8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 22 additions and 73 deletions

View file

@ -16,6 +16,7 @@ eeprom_stm32_tiny_INC := $(eeprom_stm32_INC)
eeprom_stm32_large_INC := $(eeprom_stm32_INC)
eeprom_stm32_SRC := \
$(TOP_DIR)/drivers/eeprom/eeprom_driver.c \
$(TMK_PATH)/common/test/eeprom_stm32_tests.cpp \
$(TMK_PATH)/common/test/flash_stm32_mock.c \
$(TMK_PATH)/common/chibios/eeprom_stm32.c