Skip to content

Commit

Permalink
Deletes stm32f0-f3 SPIFFs driver. (#708)
Browse files Browse the repository at this point in the history
* Deletes stm32f0-f3 SPIFFs driver.
The flash hardware in these MCUs does not support setting individual bits
from 1 to 0. As such, SPIFFs will never work on this hardware (and really
this code has never actually worked).

* Deletes subdirectory that was removed.
  • Loading branch information
balazsracz authored Apr 23, 2023
1 parent d195728 commit d5062f6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 240 deletions.
4 changes: 2 additions & 2 deletions src/freertos_drivers/sources
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ SUBDIRS += mbed_lpc1768 drivers_lpc1768 tivaware lpc_chip_175x_6x \
cc3220sdk net_cc3220 cc3220 \
net_freertos_tcp freertos_tcp ti_grlib \
spiffs_cc32x0sf spiffs_tm4c129 \
spiffs_stm32f303xe spiffs_stm32f767xx \
spiffs_stm32f767xx \
spiffs_spi \

#spiffs_tm4c123 \
Expand All @@ -60,7 +60,7 @@ endif
ifeq ($(TARGET),freertos.armv7m.exc)

SUBDIRS += stm32cubef303x_28x_58x_98x stm32cubef303xe stm32cubef767xx \
spiffs_stm32f303xe spiffs_stm32f767xx \
spiffs_stm32f767xx \


# Avoids exception handling from operator new.
Expand Down
149 changes: 0 additions & 149 deletions src/freertos_drivers/spiffs/stm32f0_f3/Stm32SPIFFS.cxx

This file was deleted.

88 changes: 0 additions & 88 deletions src/freertos_drivers/spiffs/stm32f0_f3/Stm32SPIFFS.hxx

This file was deleted.

1 change: 0 additions & 1 deletion src/freertos_drivers/spiffs/stm32f0_f3/spiffs_config.h

This file was deleted.

0 comments on commit d5062f6

Please sign in to comment.