Skip to content

Commit

Permalink
Move stm eeprom
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr committed Aug 6, 2021
1 parent ef8248a commit 037a076
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common_features.mk
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ else
else ifneq ($(filter $(MCU_SERIES),STM32L0xx STM32L1xx),)
OPT_DEFS += -DEEPROM_DRIVER
COMMON_VPATH += $(DRIVER_PATH)/eeprom
COMMON_VPATH += platforms/chibios/drivers/eeprom
SRC += eeprom_driver.c eeprom_stm32_L0_L1.c
else
# This will effectively work the same as "transient" if not supported by the chip
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 037a076

Please sign in to comment.