Skip to content

Commit

Permalink
sn32 flash: deprecate old eeprom driver
Browse files Browse the repository at this point in the history
Flash driver required has been deprecated in Chibios
  • Loading branch information
dexter93 committed Jan 3, 2024
1 parent 3d88b67 commit 554e34f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 256 deletions.
3 changes: 0 additions & 3 deletions builddefs/common_features.mk
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,6 @@ else
# Teensy EEPROM implementations
OPT_DEFS += -DEEPROM_KINETIS_FLEXRAM
SRC += eeprom_kinetis_flexram.c
else ifneq ($(filter $(MCU_SERIES),SN32F240B SN32F260),)
OPT_DEFS += -DEEPROM_DRIVER -DEEPROM_SN32_FLASH_EMULATED
SRC += eeprom_driver.c eeprom_sn32.c
else
# Fall back to transient, i.e. non-persistent
OPT_DEFS += -DEEPROM_DRIVER -DEEPROM_TRANSIENT
Expand Down
164 changes: 0 additions & 164 deletions platforms/chibios/drivers/eeprom/eeprom_sn32.c

This file was deleted.

30 changes: 0 additions & 30 deletions platforms/chibios/drivers/eeprom/eeprom_sn32.h

This file was deleted.

59 changes: 0 additions & 59 deletions platforms/chibios/drivers/eeprom/eeprom_sn32_defs.h

This file was deleted.

0 comments on commit 554e34f

Please sign in to comment.